Releases: ansible/eda-server-operator
Release 1.0.2
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
- Timeout stream keep alive for Upgrades, Restores and Migrations by @rooftopcellist in #173
- Fix Force DB Drop command by @rooftopcellist in #180
- Change apiVersion field for redis deployment to app/v1 by @David-Igou in #179
- Adding POSTGRES_ variables to support postgres official images by @smalenfant in #177
- Add max running activations default & refresh deployment after configmap change by @rooftopcellist in #181
- Move settings doc to the correct location by @rooftopcellist in #182
- Document the correct var name for EDA_MAX_RUNNING_ACTIVATIONS by @rooftopcellist in #183
- Rename initContainer to run migrations for consistency by @rooftopcellist in #185
- Revert change to cast settings values to strings as they could be nested by @rooftopcellist in #186
- Makefile: Allow using podman to build operator by @dsavineau in #187
- Create a new postgres configuration secret when restoring a new instance by @rooftopcellist in #184
- Use docker engine for container build make targets in release GHA by @rooftopcellist in #189
- Pin Redis image tag to c9s because latest is no more by @rooftopcellist in #191
New Contributors
- @David-Igou made their first contribution in #179
- @smalenfant made their first contribution in #177
Full Changelog: 1.0.1...1.0.2
Release 1.0.1
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
🎉 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
- Use $remote_scheme to correctly set the HTTP protocol the client is used by @rooftopcellist in #156
- Increase how long we wait for the api pod to come up by @rooftopcellist in #157
- fix(docker-buildx): use correct buildx variable for cross-compilation by @jon-nfc in #158
- Enable multi-arch builds in GHA for the main branch by @rooftopcellist in #161
- Set default tags for eda-server and eda-ui images by @rooftopcellist in #163
- route: Load TLS secret by @dsavineau in #164
- Add Release Workflow and Single Command Install artifact by @rooftopcellist in #159
- feat: bump kustomize version to 5.3.0 by @kurokobo in #166
- Remove unneeded redirect to /eda by @rooftopcellist in #167
New Contributors
Full Changelog: 0.0.11...1.0.0