Skip to content

Commit

Permalink
chore: release main (#1089)
Browse files Browse the repository at this point in the history
Co-authored-by: czi-github-helper[bot] <95879977+czi-github-helper[bot]@users.noreply.github.com>
  • Loading branch information
czi-github-helper[bot] authored Jan 13, 2025
1 parent 3eda425 commit cf0720e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
7 changes: 7 additions & 0 deletions keypair/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
13 changes: 13 additions & 0 deletions oidc_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit cf0720e

Please sign in to comment.