Skip to content

Releases: projectsyn/component-keycloak

v3.0.0

11 Jun 07:40
0266775
Compare
Choose a tag to compare

2 changes since v2.1.0

🔎 Breaking Changes

  • Disable network policy for Keycloak by default (#20)

📄 Documentation

  • Add upgrade guide for 3.x (#21)

v2.1.0

25 May 08:56
68b0e9c
Compare
Choose a tag to compare

4 changes since v2.0.0

🚀 Features

  • Add how-to page to change passwords after installation (#16)
  • Support TLS encrypted database connections (#15)
  • Enable network policies by default (#17)

📄 Documentation

  • Add explanation page to give an overview of the default features (#18)

v2.0.0

18 May 13:46
df58994
Compare
Choose a tag to compare

3 changes since v1.0.0

🛠️ Minor Changes

  • Add changelog generator to workflows (#10)
  • Add 'make compile' to Make targets (#11)

🔎 Breaking Changes

  • Add Multi instance support (#13)

Release v1.0.0

10 May 07:51
6fb8779
Compare
Choose a tag to compare

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])

Release v0.4.0

16 Apr 15:07
24f3dd6
Compare
Choose a tag to compare

Changed

  • Bump the keycloak helm chart version from 9.9.1 to 10.3.0 ([#6])

Release v0.3.0

16 Apr 14:58
Compare
Choose a tag to compare

Changed

  • Rename keycloak:hostname to keycloak:fqdn([#5])
  • Make external db vendor unspecific ([#4])

Breaking Changes

Renamed variables:

  • keycloak:hostname -> keycloak:fqdn
  • keycloak:postgres:builtin -> keycloak:database:builtin
  • keycloak:postgres:external:address -> keycloak:database:external:host
  • keycloak:postgres:external:port -> keycloak:database:external:port
  • keycloak:postgres:external:database -> keycloak:database:external:database
  • keycloak:postgres:external:user -> keycloak:database:external:username
  • keycloak:postgres:external:password -> keycloak:database:external:password

Release v0.2.0

16 Apr 13:46
36bca6a
Compare
Choose a tag to compare

Changed

  • Make helm_values overwritable (#3])

Release v0.1.0

16 Apr 08:34
Compare
Choose a tag to compare

Added

  • Initial open-source implementation ([#1])