Skip to content

Releases: ansible/eda-server-operator

Release 1.0.2

09 Apr 00:22
Compare
Choose a tag to compare

Special Notes

This is the last version of eda-server-operator that uses PostgreSQL 13.

Note that the default redis tag is now c9s, this is because the sclorg folks deleted the latest tag in favor of c9s. In the future, we will likely migrate to the quay.io/fedora/redis-9-c9s:latest image, but we want to take time to assess any breaking changes that new image may introduce first.

Users who mirror for disconnected environments will need to update their mirror to the new postgres and redis images.

quay.io/sclorg/postgresql-15-c9s:latest
quay.io/sclorg/redis-6-c9s:c9s

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

Release 1.0.1

15 Jan 23:41
14ea612
Compare
Choose a tag to compare

Notable Changes

  • Builds are now properly pinned in the operator image

What's Changed

  • fix: enable BUILD_ARGS in docker-buildx target by @kurokobo in #170
  • Add docs for the single-command install of the eda-server-operator by @rooftopcellist in #168

Full Changelog: 1.0.0...1.0.1

Release 1.0.0

12 Jan 21:10
9b23cbb
Compare
Choose a tag to compare

🎉 This is the first stable release of the EDA Server Operator!

Shout out to @rcarrillocruz @dsavineau @kurokobo @Alex-Izquierdo @ddonahue007 @jon-nfc who helped make this possible.

Notable Improvements

  • Default eda-server and eda-ui application images are now pinned to known working versions for release operator versions.
  • A new single-command installation method has been introduced. Note that there is an operator.yaml artifact attached to this release. You can install the operator by running
$ kubectl apply -f https://github.com/ansible/eda-server-operator/releases/download/1.0.0/operator.yaml

Note that this will create the EDA Server Operator resources in the eda-server-operator-system namespace.

What's Changed since 0.0.11

New Contributors

Full Changelog: 0.0.11...1.0.0