diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4aba3866..3feae297 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "2.6.0", + ".": "2.7.0", "aws": "2.1.1", "config": "3.2.0", "errors": "2.1.0", - "keypair": "2.0.0", + "keypair": "2.1.0", "kmsauth": "2.1.0", - "oidc_cli": "2.3.0", + "oidc_cli": "2.4.0", "osutil": "2.0.2", "pidlock": "2.0.0", "sets": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6af62c..b8bf6aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.7.0](https://github.com/chanzuckerberg/go-misc/compare/v2.6.0...v2.7.0) (2025-01-10) + + +### Features + +* Remove refresh token if token is too big ([#1092](https://github.com/chanzuckerberg/go-misc/issues/1092)) ([23d4604](https://github.com/chanzuckerberg/go-misc/commit/23d4604bb218629b26f4fc2cf97a9b418c865146)) +* Upgrade golang.org/x/crypto ([#1088](https://github.com/chanzuckerberg/go-misc/issues/1088)) ([999f7a2](https://github.com/chanzuckerberg/go-misc/commit/999f7a23627f5aa5d338fb813431d09cc144ae57)) +* Upgrade keyring package to latest ([#1093](https://github.com/chanzuckerberg/go-misc/issues/1093)) ([3eda425](https://github.com/chanzuckerberg/go-misc/commit/3eda425a903a4464730ab294806aa8f5ba7169e2)) + + +### Bug Fixes + +* Go JOSE vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) ([#1090](https://github.com/chanzuckerberg/go-misc/issues/1090)) ([1b28605](https://github.com/chanzuckerberg/go-misc/commit/1b28605532373fa7688fcab875b45503ae393563)) + ## [2.6.0](https://github.com/chanzuckerberg/go-misc/compare/v2.5.1...v2.6.0) (2024-12-20) diff --git a/keypair/CHANGELOG.md b/keypair/CHANGELOG.md index 92f76e48..91b71a97 100644 --- a/keypair/CHANGELOG.md +++ b/keypair/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/chanzuckerberg/go-misc/compare/keypair-v2.0.0...keypair-v2.1.0) (2025-01-10) + + +### Features + +* Upgrade golang.org/x/crypto ([#1088](https://github.com/chanzuckerberg/go-misc/issues/1088)) ([999f7a2](https://github.com/chanzuckerberg/go-misc/commit/999f7a23627f5aa5d338fb813431d09cc144ae57)) + ## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/keypair-v1.12.0...keypair-v2.0.0) (2024-02-23) diff --git a/oidc_cli/CHANGELOG.md b/oidc_cli/CHANGELOG.md index d9aac628..12bc511e 100644 --- a/oidc_cli/CHANGELOG.md +++ b/oidc_cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.4.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.3.0...oidc_cli-v2.4.0) (2025-01-10) + + +### Features + +* Remove refresh token if token is too big ([#1092](https://github.com/chanzuckerberg/go-misc/issues/1092)) ([23d4604](https://github.com/chanzuckerberg/go-misc/commit/23d4604bb218629b26f4fc2cf97a9b418c865146)) +* Upgrade keyring package to latest ([#1093](https://github.com/chanzuckerberg/go-misc/issues/1093)) ([3eda425](https://github.com/chanzuckerberg/go-misc/commit/3eda425a903a4464730ab294806aa8f5ba7169e2)) + + +### Bug Fixes + +* Go JOSE vulnerable to Improper Handling of Highly Compressed Data (Data Amplification) ([#1090](https://github.com/chanzuckerberg/go-misc/issues/1090)) ([1b28605](https://github.com/chanzuckerberg/go-misc/commit/1b28605532373fa7688fcab875b45503ae393563)) + ## [2.3.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.2.1...oidc_cli-v2.3.0) (2024-12-20)