Skip to content

Commit

Permalink
chore: release main (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
czi-github-helper[bot] authored Apr 5, 2024
1 parent 2cce231 commit 70208e5
Show file tree
Hide file tree
Showing 4 changed files with 36 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,12 +1,12 @@
{
".": "2.3.0",
".": "2.4.0",
"aws": "2.1.0",
"config": "3.1.0",
"errors": "2.1.0",
"keypair": "2.0.0",
"kmsauth": "2.0.0",
"oidc_cli": "2.0.1",
"osutil": "2.0.1",
"oidc_cli": "2.1.0",
"osutil": "2.0.2",
"pidlock": "2.0.0",
"sets": "2.0.0",
"slack": "2.0.0",
Expand Down
13 changes: 13 additions & 0 deletions 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/v2.3.0...v2.4.0) (2024-04-05)


### Features

* compress token before storing in cache to allow for larger tokens to be cached ([#1047](https://github.com/chanzuckerberg/go-misc/issues/1047)) ([2cce231](https://github.com/chanzuckerberg/go-misc/commit/2cce2310ce46834e73599e569c5b02dfe5e015c7))


### Bug Fixes

* oidc-cli dependencies ([#1043](https://github.com/chanzuckerberg/go-misc/issues/1043)) ([43e3974](https://github.com/chanzuckerberg/go-misc/commit/43e397411f6e377d97be1e2e1e4d57ae19181e79))
* oidc-cli deps ([#1045](https://github.com/chanzuckerberg/go-misc/issues/1045)) ([ed196ca](https://github.com/chanzuckerberg/go-misc/commit/ed196ca9c1368a5981c9e4b3cc9f9bd46932b055))

## [2.3.0](https://github.com/chanzuckerberg/go-misc/compare/v2.2.3...v2.3.0) (2024-03-30)


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.1.0](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.0.1...oidc_cli-v2.1.0) (2024-04-05)


### Features

* compress token before storing in cache to allow for larger tokens to be cached ([#1047](https://github.com/chanzuckerberg/go-misc/issues/1047)) ([2cce231](https://github.com/chanzuckerberg/go-misc/commit/2cce2310ce46834e73599e569c5b02dfe5e015c7))


### Bug Fixes

* oidc-cli dependencies ([#1043](https://github.com/chanzuckerberg/go-misc/issues/1043)) ([43e3974](https://github.com/chanzuckerberg/go-misc/commit/43e397411f6e377d97be1e2e1e4d57ae19181e79))
* oidc-cli deps ([#1045](https://github.com/chanzuckerberg/go-misc/issues/1045)) ([ed196ca](https://github.com/chanzuckerberg/go-misc/commit/ed196ca9c1368a5981c9e4b3cc9f9bd46932b055))

## [2.0.1](https://github.com/chanzuckerberg/go-misc/compare/oidc_cli-v2.0.0...oidc_cli-v2.0.1) (2024-03-21)


Expand Down
7 changes: 7 additions & 0 deletions osutil/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.2](https://github.com/chanzuckerberg/go-misc/compare/osutil-v2.0.1...osutil-v2.0.2) (2024-04-05)


### Bug Fixes

* oidc-cli dependencies ([#1043](https://github.com/chanzuckerberg/go-misc/issues/1043)) ([43e3974](https://github.com/chanzuckerberg/go-misc/commit/43e397411f6e377d97be1e2e1e4d57ae19181e79))

## [2.0.1](https://github.com/chanzuckerberg/go-misc/compare/osutil-v2.0.0...osutil-v2.0.1) (2024-03-21)


Expand Down

0 comments on commit 70208e5

Please sign in to comment.