From 27f0c1b38efa681ae2938ecc22a7f7c5c5a65be0 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 12:28:06 -0500 Subject: [PATCH] chore: release main (#1087) Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com> --- .release-please-manifest.json | 12 ++++++------ CHANGELOG.md | 7 +++++++ config/CHANGELOG.md | 7 +++++++ kmsauth/CHANGELOG.md | 7 +++++++ oidc_cli/CHANGELOG.md | 7 +++++++ snowflake/CHANGELOG.md | 7 +++++++ survey/CHANGELOG.md | 7 +++++++ 7 files changed, 48 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3393c937..4aba3866 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { - ".": "2.5.1", + ".": "2.6.0", "aws": "2.1.1", - "config": "3.1.0", + "config": "3.2.0", "errors": "2.1.0", "keypair": "2.0.0", - "kmsauth": "2.0.0", - "oidc_cli": "2.2.1", + "kmsauth": "2.1.0", + "oidc_cli": "2.3.0", "osutil": "2.0.2", "pidlock": "2.0.0", "sets": "2.0.0", "slack": "2.0.0", - "snowflake": "2.0.1", - "survey": "2.0.0", + "snowflake": "2.1.0", + "survey": "2.1.0", "ver": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de63b869..4c6af62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.0](https://github.com/chanzuckerberg/go-misc/compare/v2.5.1...v2.6.0) (2024-12-20) + + +### Features + +* Update golang.org/x/net/html ([#1086](https://github.com/chanzuckerberg/go-misc/issues/1086)) ([96a6253](https://github.com/chanzuckerberg/go-misc/commit/96a62530abd701abcfa79ea0740ef6ef1980fa08)) + ## [2.5.1](https://github.com/chanzuckerberg/go-misc/compare/v2.5.0...v2.5.1) (2024-12-18) diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 0a8202db..905212c1 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/chanzuckerberg/go-misc/compare/config-v3.1.0...config-v3.2.0) (2024-12-20) + + +### Features + +* Update golang.org/x/net/html ([#1086](https://github.com/chanzuckerberg/go-misc/issues/1086)) ([96a6253](https://github.com/chanzuckerberg/go-misc/commit/96a62530abd701abcfa79ea0740ef6ef1980fa08)) + ## [3.1.0](https://github.com/chanzuckerberg/go-misc/compare/config-v3.0.0...config-v3.1.0) (2024-03-07) diff --git a/kmsauth/CHANGELOG.md b/kmsauth/CHANGELOG.md index 57a7d618..cf7490a3 100644 --- a/kmsauth/CHANGELOG.md +++ b/kmsauth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/chanzuckerberg/go-misc/compare/kmsauth-v2.0.0...kmsauth-v2.1.0) (2024-12-20) + + +### Features + +* Update golang.org/x/net/html ([#1086](https://github.com/chanzuckerberg/go-misc/issues/1086)) ([96a6253](https://github.com/chanzuckerberg/go-misc/commit/96a62530abd701abcfa79ea0740ef6ef1980fa08)) + ## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/kmsauth-v1.12.0...kmsauth-v2.0.0) (2024-02-23) diff --git a/oidc_cli/CHANGELOG.md b/oidc_cli/CHANGELOG.md index 773bdfea..d9aac628 100644 --- a/oidc_cli/CHANGELOG.md +++ b/oidc_cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.2.1...oidc_cli-v2.3.0) (2024-12-20) + + +### Features + +* Update golang.org/x/net/html ([#1086](https://github.com/chanzuckerberg/go-misc/issues/1086)) ([96a6253](https://github.com/chanzuckerberg/go-misc/commit/96a62530abd701abcfa79ea0740ef6ef1980fa08)) + ## [2.2.1](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.2.0...oidc_cli-v2.2.1) (2024-12-18) diff --git a/snowflake/CHANGELOG.md b/snowflake/CHANGELOG.md index b23546c0..d235033b 100644 --- a/snowflake/CHANGELOG.md +++ b/snowflake/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/chanzuckerberg/go-misc/compare/snowflake-v2.0.1...snowflake-v2.1.0) (2024-12-20) + + +### Features + +* Update golang.org/x/net/html ([#1086](https://github.com/chanzuckerberg/go-misc/issues/1086)) ([96a6253](https://github.com/chanzuckerberg/go-misc/commit/96a62530abd701abcfa79ea0740ef6ef1980fa08)) + ## [2.0.1](https://github.com/chanzuckerberg/go-misc/compare/snowflake-v2.0.0...snowflake-v2.0.1) (2024-03-21) diff --git a/survey/CHANGELOG.md b/survey/CHANGELOG.md index d07d4209..baee86d0 100644 --- a/survey/CHANGELOG.md +++ b/survey/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/chanzuckerberg/go-misc/compare/survey-v2.0.0...survey-v2.1.0) (2024-12-20) + + +### Features + +* Update golang.org/x/net/html ([#1086](https://github.com/chanzuckerberg/go-misc/issues/1086)) ([96a6253](https://github.com/chanzuckerberg/go-misc/commit/96a62530abd701abcfa79ea0740ef6ef1980fa08)) + ## [2.0.0](https://github.com/chanzuckerberg/go-misc/compare/survey-v1.12.0...survey-v2.0.0) (2024-02-23)