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