Releases: DenktMit-eG/rustcloak-operator
Releases · DenktMit-eG/rustcloak-operator
v0.4.1
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
- Release/v0.4 by @Gottox in #73
- Fix/licenses by @Gottox in #75
- crd: update dependencies by @Gottox in #76
- ApiObjectController: fix protocol mappers by @Gottox in #74
Full Changelog: v0.4.0...v0.4.1
v0.4.0
New release of rustcloak. The most noteworthy change is that we switched from AGPL to a BSD-2-clause license.
What's Changed
- v0.3.2 by @Gottox in #59
- fix: add correct label to ApiObjects by @Gottox in #61
- Fix typo in LICENSE by @jankatins in #60
- Improve/introduce axum by @Gottox in #62
- .github: fix check pipeline by @Gottox in #63
- Fix/clippy by @Gottox in #65
- docs: fix wrong url resolution when in subdirectories. by @Gottox in #64
- Fix/GitHub version by @Gottox in #66
- Switch to BSD2 license for everything. by @Gottox in #69
- README.md: license clarification has been removed by @Gottox in #70
- chore: Adding unit tests, Makefile and slightly updating README.md by @MariusSchmidt in #71
- .github: run
testtarget instead ofcheckby @Gottox in #72
New Contributors
- @jankatins made their first contribution in #60
- @MariusSchmidt made their first contribution in #71
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
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
v0.2.6
v0.2.5
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
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
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