From d4d26ed5dac906a2c3fde195c29f93ad38895681 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:16:19 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- CHANGELOG.md | 12 ++++++++++++ keypair/CHANGELOG.md | 7 +++++++ oidc_cli/CHANGELOG.md | 7 +++++++ 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4aba3866..39cd1b2d 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.3.1", "osutil": "2.0.2", "pidlock": "2.0.0", "sets": "2.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6af62c..dee560d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.7.0](https://github.com/chanzuckerberg/go-misc/compare/v2.6.0...v2.7.0) (2025-01-02) + + +### Features + +* Upgrade golang.org/x/crypto ([#1088](https://github.com/chanzuckerberg/go-misc/issues/1088)) ([999f7a2](https://github.com/chanzuckerberg/go-misc/commit/999f7a23627f5aa5d338fb813431d09cc144ae57)) + + +### 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..6c7fa862 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-02) + + +### 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..c021eec2 100644 --- a/oidc_cli/CHANGELOG.md +++ b/oidc_cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.3.0...oidc_cli-v2.3.1) (2025-01-02) + + +### 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)