🎉 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