Skip to content

Releases: Kuadrant/authorino-operator

v0.5.0

15 Dec 16:39
efc46a5
Compare
Choose a tag to compare

This release enables installations of Authorino v0.11.0

What's Changed

  • Golang upgraded to v1.18 (#99, #100)
  • Fixed make docker-build target (#102)
  • Configure Authorino using command-line flags (#103)
    • Compatibility with authorino#366
    • Backward compatibility with Authorino versions that still use environment variables as method to configure the service (<0.11.0), with auto-detection based on the container image tag
    • The Operator will no longer reconcile environment variables stated in the Authorino deployment
  • Added support for the Authorino healthz/readiness probe address flag (#103)

v0.4.1

05 Sep 14:44
0ea759e
Compare
Choose a tag to compare

This release is meant to bring backward compatibility with older OpenShift versions (4.6 - 4.10) after reverting this sec update.

What's Changed

  • Minimal example of the Authorino CR in the ClusterServiceVersion by @guicassolato in #95
  • Revert "update security context to drop all capabilities & set seccomp " by @didierofrivia in #97

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

v0.4.0

30 Aug 10:24
d3591e8
Compare
Choose a tag to compare

This release enables installations of Authorino v0.10.0

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

22 Jun 09:11
c6f127b
Compare
Choose a tag to compare

Enable installations of Authorino v0.9.1

Security

v0.3.0

21 Jun 08:24
e18d2df
Compare
Choose a tag to compare

Enable installations of Authorino v0.9.0

What's Changed

v0.2.0

14 Apr 10:46
0c8d59a
Compare
Choose a tag to compare

Enable installations of Authorino v0.8.0

v0.1.0

19 Jan 16:26
Compare
Choose a tag to compare

First release of the Authorino Operator

What is included in the release

  • Enable the installation of authorinos v0.7.0 instances.