Releases: projectsyn/component-keycloak
Releases · projectsyn/component-keycloak
v4.1.0
3 changes since v4.0.0
🚀 Features
🛠️ Minor Changes
- Add Modulesync support (#26)
🔗 Dependency Updates
- Update mikepenz/release-changelog-builder-action action to v2 (#25)
v4.0.0
2 changes since v3.0.0
🔎 Breaking Changes
- Encrypt cluster-internal traffic (#14)
📄 Documentation
- Add upgrade instructions from v3 to v4 (#24)
v3.0.0
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
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
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
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
Changed
- Bump the keycloak helm chart version from 9.9.1 to 10.3.0 ([#6])
Release v0.3.0
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
Changed
- Make helm_values overwritable (#3])
Release v0.1.0
Added
- Initial open-source implementation ([#1])