Skip to content

Commit

Permalink
chore(main): release 0.12.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 26, 2023
1 parent 1e18000 commit 2186d55
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0-alpha"
".": "0.12.1-alpha"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.12.1-alpha](https://github.com/dadrus/heimdall/compare/v0.12.0-alpha...v0.12.1-alpha) (2023-12-26)


### Bug Fixes

* Accept header usage ([#1107](https://github.com/dadrus/heimdall/issues/1107)) ([f738ee8](https://github.com/dadrus/heimdall/commit/f738ee80220e35e4c361437d86ccdab9f5a894c5))
* Setting of binary artifacts version fixed ([#1087](https://github.com/dadrus/heimdall/issues/1087)) ([f7dbbee](https://github.com/dadrus/heimdall/commit/f7dbbee5ecc42b9182ef164c6c76ad09807d666f))


### Dependencies

* update golang to 1.21.5 ([#1082](https://github.com/dadrus/heimdall/issues/1082)) ([a996ce7](https://github.com/dadrus/heimdall/commit/a996ce78d7f28a390190a7c7a04262dc370782f2))
* update golang.org/x/exp digest to 02704c9 ([#1111](https://github.com/dadrus/heimdall/issues/1111)) ([1e18000](https://github.com/dadrus/heimdall/commit/1e18000557ebf023a596b5379ef10413d2192f16))
* update golang.org/x/exp digest to aacd6d4 ([#1101](https://github.com/dadrus/heimdall/issues/1101)) ([d381797](https://github.com/dadrus/heimdall/commit/d381797b356a8c5292e5291347d956c823d1b589))
* update google.golang.org/genproto/googleapis/rpc digest to 995d672 ([#1096](https://github.com/dadrus/heimdall/issues/1096)) ([dbcec5c](https://github.com/dadrus/heimdall/commit/dbcec5c984cf4bd9453e8da8478a858ef11ad01e))
* update kubernetes packages to v0.29.0 ([#1100](https://github.com/dadrus/heimdall/issues/1100)) ([65b3619](https://github.com/dadrus/heimdall/commit/65b361936ca417972b91bd432a87a09008673810))
* update module github.com/go-co-op/gocron/v2 to v2.1.1 ([#1108](https://github.com/dadrus/heimdall/issues/1108)) ([c727395](https://github.com/dadrus/heimdall/commit/c727395647e67881bf211154423d6ea3a8947b3d))
* update module github.com/google/uuid to v1.5.0 ([#1097](https://github.com/dadrus/heimdall/issues/1097)) ([5273ac8](https://github.com/dadrus/heimdall/commit/5273ac8008263393027b29a04534d96028445bb7))
* update module github.com/jellydator/ttlcache/v3 to v3.1.1 ([#1102](https://github.com/dadrus/heimdall/issues/1102)) ([90dcc4d](https://github.com/dadrus/heimdall/commit/90dcc4db63d872f86e4c0ac4b3ce9dc7ceeee7d4))
* update module gocloud.dev to v0.35.0 ([#1089](https://github.com/dadrus/heimdall/issues/1089)) ([c0fb494](https://github.com/dadrus/heimdall/commit/c0fb4948ebe6cafa9c54dd00838432dca3bd5787))
* update module google.golang.org/grpc to v1.60.1 ([#1105](https://github.com/dadrus/heimdall/issues/1105)) ([329f647](https://github.com/dadrus/heimdall/commit/329f647a7047e8a2027296f1686d2760ef3cde24))
* update module google.golang.org/protobuf to v1.32.0 ([#1109](https://github.com/dadrus/heimdall/issues/1109)) ([47d7785](https://github.com/dadrus/heimdall/commit/47d77852d7840c82f29eb2db460bb6f930b5ddfd))

## [0.12.0-alpha](https://github.com/dadrus/heimdall/compare/v0.11.1-alpha...v0.12.0-alpha) (2023-11-29)


Expand Down

0 comments on commit 2186d55

Please sign in to comment.