-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7b03f1
commit 304fac8
Showing
3 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.1" | ||
".": "0.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
# Changelog | ||
|
||
## [0.1.0](https://github.com/HBTGmbH/hackathon-2024-kotlin/compare/v0.0.1...v0.1.0) (2024-09-19) | ||
|
||
|
||
### Added | ||
|
||
* Add GTIService to call GTI ([99136e5](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/99136e5401c6bebc902314843bf2928b31b4ebe5)) | ||
* Add workflows for building and publishing docker image ([13d9ac2](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/13d9ac2f7367da90c5c64e840571e68e54d3f172)) | ||
|
||
|
||
### Changed | ||
|
||
* Adjust endpoints to make more semantic sense ([75b853e](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/75b853eb114dffa213e930778507cdee52747492)) | ||
* Allow /v1/chat/* without authentication ([74dd3a5](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/74dd3a5f85872c467f37909dd4a176f3d2bf3d6b)) | ||
* Pass-in Open AI API secret via environment variables ([977e7d7](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/977e7d700838b3e69867c258da87ed88dd680b31)) | ||
* 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)) | ||
* Unified structure and added versioning prefix ([bd09520](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/bd095209d5766bab6d53d31a3ff8d0fc2737c632)) | ||
* 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)) | ||
* Disable Keycloak policy filter and always allow localhost ([d02e386](https://github.com/HBTGmbH/hackathon-2024-kotlin/commit/d02e38658c2dd2eea6c630922c64558b8f0f39b2)) | ||
* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.1 | ||
0.1.0 |