Skip to content

Releases: epam/edp-keycloak-operator

v1.20.0

11 Jan 15:08
Compare
Choose a tag to compare

Deployment Certifications and Source Traceability

EDP container images bear cosign signatures. Refer to the documentation for instructions on verification.
The Rekor UUID's for this release is 24296fb24b8ad77ab4e83836def48d0bea74e47d6e863c178c33a5a77209db7f77db9e1b53f24173 - attestation and
24296fb24b8ad77a11b8d20194a60f847e1c45ea5bd327c5140ecafeae066941d9c8f3761f51869a - signature

v1.20.0 - 2024-01-11

Features

  • Add missing fields to KeycloakClient (#24)

Bug Fixes

  • The default realm role is no longer works (#22)

Routine

  • Add printcolumn status for all custom resources (#23)
  • Update current development version (#23)
  • Generate bundle for OperatorHub v1.19.0 (#23)

v1.19.0

15 Nov 16:35
Compare
Choose a tag to compare

Deployment Certifications and Source Traceability

EDP container images bear cosign signatures. Refer to the documentation for instructions on verification.
The Rekor UUID's for this release is 24296fb24b8ad77a012f7a0ddc25842f60e9987608b997589edce1e37266492b6df933dc4351ec3a - attestation and
24296fb24b8ad77a8a21c52cf7c5ab19e58a59766ff92e534e7b68ce2eb5bd52a579f031bf3b697d - signature

v1.19.0 - 2023-11-15

Features

  • Enable secret reference support in KeycloakClient resource (#21)
  • Add annotation for preserving resources deletion (#18)
  • Enable secret support in KeycloakRealmIdentityProvider resource (#20)

Bug Fixes

  • KeycloakRealmIdentityProvider config secret reference is replaced by the plain secret (#20)

Testing

  • Create client without specifying client secret (#21)
  • Add e2e for KeycloakRealmIdentityProvider using secret (#20)

Routine

  • Generate bundle for OperatorHub v1.19.0 (#23)
  • Update GH actions and release pipeline (#23)
  • Upgrade pull request template (#17)
  • Bump golang.org/x/net from 0.8.0 to 0.17.0 (#16)
  • Upgrade Go to 1.20 (#14)
  • Update current development version (#13)

v1.18.2

31 Oct 11:16
Compare
Choose a tag to compare

v1.18.2 - 2023-10-31

Deployment Certifications and Source Traceability

EDP container images bear cosign signatures. Refer to the documentation for instructions on verification.
The Rekor UUID for this release is 24296fb24b8ad77a73b22d25e80bfd351fbad7444da4cda9e1509c810fd7d1fa815b288b761245ce

Routine

  • Bump golang.org/x/net from 0.8.0 to 0.17.0 (#16)

v1.18.1

25 Sep 18:17
Compare
Choose a tag to compare

v1.18.1 - 2023-09-25

Routine

  • Upgrade Go to 1.20 (#14)
  • Update CHANGELOG.md (#85)

v1.18.0

20 Sep 09:10
Compare
Choose a tag to compare

v1.18.0 - 2023-09-20

Features

  • Allow multiple redirect URIs (#12)

Routine

  • Publish v1.17.1 on OperatorHub (#10)
  • Publish v1.17.0 on OperatorHub (#10)
  • Update current development version (#10)

v1.17.1

04 Sep 10:20
Compare
Choose a tag to compare

v1.17.1 - 2023-09-04

Routine

  • Publish v1.17.0 on OperatorHub (#10)

v1.17.0

17 Aug 11:49
Compare
Choose a tag to compare

v1.17.0 - 2023-08-17

Features

Bug Fixes

Testing

Routine

BREAKING CHANGE:

Need to update all CRDs to add realmRef, keycloakRef properties, and new ClusterKeycloakRealm resource.

v1.16.0

15 Jun 13:55
Compare
Choose a tag to compare

v1.16.0 - 2023-06-15

Features

Routine

Documentation

v1.15.0

24 Mar 17:39
Compare
Choose a tag to compare

v1.15.0 - 2023-03-24

Features

Bug Fixes

  • Set proper Kubernetes version for envtest EPMDEDP-11398
  • KeycloakAuthFlow reconciliation creates new auth configs every time EPMDEDP-11550
  • Remove parallel map access in GetClientscopesByNames test EPMDEDP-11757

Code Refactoring

Routine

Documentation

  • Update chart and application version in Readme file EPMDEDP-11221

v1.14.0

05 Dec 15:15
Compare
Choose a tag to compare

v1.14.0 - 2022-12-05

Features

Bug Fixes

  • Conversion of keycloak adapter client structure to gocloak lib structure EPMDEDP-10930

Routine