Release: v0.1.0
Install or upgrade new operator version
operator-sdk run bundle ghcr.io/austriandatalab/execdat-operator-bundle:v0.1.0
operator-sdk run bundle-upgrade ghcr.io/austriandatalab/execdat-operator-bundle:v0.1.0Pull new images
docker pull ghcr.io/austriandatalab/execdat-operator-bundle:v0.1.0
docker pull ghcr.io/austriandatalab/execdat-operator:v0.1.0Changelog
✨ New Features
f538c4b- add templates for scripts via env variables (commit by @websi96)
🐛 Bug Fixes
0e849a3- bundle versioning (commit by @websi96)fb93fec- define variable OPERATOR_VERSION_STRICT (commit by @websi96)193c773- workflow_dispatch trigger (commit by @websi96)971fd22- only run buildah on changes (commit by @websi96)dc31323- add variables to release output; use latest for buildah (commit by @websi96)af57133- do not use comments in env definitions for actions (commit by @websi96)e5c7951- use semver compliant strings for dev branches (commit by @websi96)e4e9922- allow every branch to get current semver info (commit by @websi96)678060e- use correct branch on semvercheck (commit by @websi96)4ea664a- no current_strict available (commit by @websi96)6eec4c3- feature branches develop for next release (commit by @websi96)2ea3fc5- update operator-sdk version (commit by @websi96)fed5a33- remove deprecated config (commit by @websi96)6558bce- remove deprecated manager-config (commit by @websi96)90f0f6a- remove manager_config_patch.yaml from config (commit by @websi96)340cf30- add basic configs (commit by @websi96)c3783a2- missing templates in dockerfile (commit by @websi96)7984397- put templates in correct directory (commit by @websi96)c4aee08- make leader election configurable; add runAsUser (commit by @websi96)90528d7- add container Capabilities (commit by @websi96)78e56ea- use upstream buildah image (commit by @websi96)adbccad- make templates work with dockerfiles (commit by @websi96)eedf984- do not deploy for now (commit by @websi96)67604f0- add missing docker copy entries (commit by @websi96)dfa4416- adjust workflow (commit by @websi96)2e77d3e- use semver on all branches for olm (commit by @websi96)8355f5b- calculate semver from dev (commit by @websi96)708d417- calculate correct changelog (commit by @websi96)
What's Changed
- Merge build phase changes by @websi96 in #10
- Dev by @websi96 in #11
- Fix: workflow triggers for release are broken by @websi96 in #12
Full Changelog: v0.0.1...v0.1.0