Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Mainberger committed May 10, 2021
1 parent 25ee3ff commit 19bc7aa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -46,15 +50,17 @@ 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
[#4]: https://github.com/projectsyn/component-keycloak/pull/4
[#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

0 comments on commit 19bc7aa

Please sign in to comment.