eda-server-operator

Stars
27
Committers
19

Bot releases are visible (Hide)

eda-server-operator - Release 1.0.2 Latest Release

Published by github-actions[bot] 6 months ago

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: https://github.com/ansible/eda-server-operator/compare/1.0.1...1.0.2

eda-server-operator - Release 1.0.1

Published by github-actions[bot] 9 months ago

Notable Changes

  • Builds are now properly pinned in the operator image

What's Changed

Full Changelog: https://github.com/ansible/eda-server-operator/compare/1.0.0...1.0.1

eda-server-operator - Release 1.0.0

Published by github-actions[bot] 9 months ago

🎉 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: https://github.com/ansible/eda-server-operator/compare/0.0.11...1.0.0

eda-server-operator - Release 0.0.4

Published by rooftopcellist over 1 year ago

Initial release of the eda-server-operator!

  • Roles to set up EDA's api, ui, and worker deployments as well as postgres and redis
  • Backup and Restore roles
  • Configuration via settings.env configmap using envFrom on deployments
  • Addition of initContainer for handling migrations
  • Readiness and Liveliness Probes for deployments
  • K8s secret management for the symmetric key for db encryption, postgres configuration, and the admin password