diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d26682f..8bc2d060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.0.0] ### Added - Add ingress configuration support for annotations and TLS secretName ([#7]) +### Changed + +- Bump the keycloak helm chart version from 10.3.1 to 10.3.1 ([#9]) + ## [v0.4.0] ### Changed @@ -46,11 +50,12 @@ Renamed variables: - Initial open-source implementation ([#1]) -[Unreleased]: https://github.com/projectsyn/component-keycloak/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/projectsyn/component-keycloak/compare/v1.0.0...HEAD [v0.1.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.1.0 [v0.2.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.2.0 [v0.3.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.3.0 [v0.4.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v0.4.0 +[v1.0.0]: https://github.com/projectsyn/component-keycloak/releases/tag/v1.0.0 [#1]: https://github.com/projectsyn/component-keycloak/pull/1 [#3]: https://github.com/projectsyn/component-keycloak/pull/3 @@ -58,3 +63,4 @@ Renamed variables: [#5]: https://github.com/projectsyn/component-keycloak/pull/5 [#6]: https://github.com/projectsyn/component-keyclaok/pull/6 [#7]: https://github.com/projectsyn/component-keyclaok/pull/7 +[#9]: https://github.com/projectsyn/component-keycloak/pull/9