Skip to content

Releases: DenktMit-eG/rustcloak-operator

v0.4.1

11 Feb 08:37

Choose a tag to compare

This release updates dependencies and fixes the creation of protocol mappers. In order to work properly you need to update the CRD resource manually: kubectl replace -f charts/rustcloak-operator/crds

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Feb 20:07

Choose a tag to compare

New release of rustcloak. The most noteworthy change is that we switched from AGPL to a BSD-2-clause license.

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

14 Aug 10:24

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 May 16:10

Choose a tag to compare

What's Changed

  • v0.3.0 by @Gottox in #54
  • fix: Remove unstructured log statements by @JSchlarb in #55
  • fix: make sure ClusterKeycloakRealm always returns a valid RealmRef. by @Gottox in #56

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 May 18:11

Choose a tag to compare

What's Changed

  • fix: correct image registry casing in values.yaml by @JSchlarb in #49
  • chore(docs): Generate Helm chart documentation for rustcloak-operator by @JSchlarb in #50
  • add support for cluster references for the legacy operators. by @Gottox in #51
  • Add/address role mapping by client by @Gottox in #52
  • chores: Upgrade by @Gottox in #53

New Contributors

Full Changelog: v0.2.7...v0.3.0

v0.2.7

25 Apr 09:17
9aea7d6

Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

25 Mar 19:59
ed745f3

Choose a tag to compare

What's Changed

  • Chores/updates and license clarification by @Gottox in #39
  • Never update secrets, only create random ones if they not exist. If k… by @Gottox in #40
  • only create secrets if the CRD tells us to by @Gottox in #41
  • v0.2.6 by @Gottox in #42

Full Changelog: v0.2.5...v0.2.6

v0.2.5

19 Mar 12:09

Choose a tag to compare

What's Changed

  • remove .unwrap() from prometheus initialization. by @Gottox in #31
  • replace old patcher by simpler implementation based on jsonpath by @Gottox in #32
  • make valueAs optional, add documentation by @Gottox in #33
  • update documentation workflow to support multiple versions by @Gottox in #34
  • Improve/max backoff by @Gottox in #35
  • Remove exponential backoff, wasn't working by @Gottox in #36
  • create constructors for userrefs and realm refs by @Gottox in #37

Full Changelog: v0.2.4...v0.2.5

v0.2.4

14 Mar 00:50

Choose a tag to compare

What's Changed

  • implement exponential backoff time in controller_runner by @Gottox in #25
  • remove protobuf support from binary, unused and has security issues by @Gottox in #26
  • Use a custom runtime builder and optimize it for low resource usage by @Gottox in #28
  • fix crash due to resource name conflicts in prometheus metrics by @Gottox in #29

Full Changelog: v0.2.3...v0.2.4

v0.2.3

12 Mar 20:17

Choose a tag to compare

Highlights:

  • allow more configuration through the KeycloakRealm Object, even if there are child objects that would do the same.
  • prometheus endpoint

What's Changed

Full Changelog: v0.2.2...v0.2.3