Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 4, 2024
1 parent d8d4532 commit bc204b3
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
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.0.1"
".": "0.1.0"
}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,37 @@
# Changelog

## [0.1.0](https://github.com/HBTGmbH/hackathon-2024-kotlin/compare/v0.0.1...v0.1.0) (2024-09-04)


### Added

* Add workflows for building and publishing docker image ([13d9ac2](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/13d9ac2f7367da90c5c64e840571e68e54d3f172))


### Changed

* Publish to ECR ([f345c7c](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/f345c7ca8e0db7b26cc22ba9015b97acdc16f1d6))
* Switch to newer setup-gradle action ([56a8340](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/56a8340c61658814325c3ecc5978336c8b6cbe3e))
* Use gradle wrapper in actions and upgrade it to 8.10 ([eca6556](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/eca655615de56531c21b0ae76d82d8e1fb7aafae))
* Use public ECR registry ([9ae7fc5](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/9ae7fc56c9d6d3eda9aa0d4e0c2a14f383e91dc2))
* Use setup-gradle action for build workflow ([3cf74de](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/3cf74de4e16ffad32bfe986a3e70ee6fe6306cb9))


### Fixed

* Actually fill gradle cache ([fbacde8](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/fbacde84db75e0a75389bdc24560e5c5589c2d48))
* Add missing classes ([06ce3e3](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/06ce3e34b0f9a6579a135d745f7cfd0b02ab5d9e))
* Add missing configuration of AWS credentials ([2b67bec](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/2b67bec3eec32fe8f6bc4487a2136c2f35376595))
* Add missing role-to-assume ([fc1706f](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/fc1706f93a4f6c1e12f9377d4d9747b763bb1d74))
* Added missing configserver entry ([8aac579](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/8aac5791789912f3e7cb37357966d96715bb9edf))
* Publish snapshot builds on manual trigger ([8d810ed](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/8d810ed132bdbe9cfa5ed103111b0a0e81fa1bb5))
* Remove no longer required env var passthrough ([e4f2471](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/e4f247102d34114c241d4e61106f78c910632f53))
* Remove obsolete CLIENT_SECRET ([d8d4532](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/d8d4532af68e6f04539153976f0dbeea352625b1))
* Removed unsupported annotations ([ef5cbc1](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/ef5cbc1bb42f352bae27370cbffc4e0d9ecd515b))
* Revert tag names ([eb1e02d](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/eb1e02de9622824d85e0045fb6ae23867403684a))
* Use image name in tag as well ([e3dc7a8](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/e3dc7a80362f8cfb63d8806bf6adfce356d5aa14))
* Use public registry type ([dccdccd](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/dccdccd81da04c8232f9277752a737229e4b2d3f))
* Use us-east-1 region for login ([c22922a](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/c22922a749fff34987c2603c4adc9370ac87037a))
* Use v2 of amazon-ecr-login action ([fb1d086](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/fb1d08670d722c29d62220f694431ab0504df9f9))

## Changelog
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0

0 comments on commit bc204b3

Please sign in to comment.