Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: workflow triggers for release are broken (#12)
* feature: add templates for scripts via env variables * fix: bundle versioning * fix: define variable OPERATOR_VERSION_STRICT * fix: workflow_dispatch trigger * fix: only run buildah on changes * fix: add variables to release output; use latest for buildah * fix: do not use comments in env definitions for actions * fix: use semver compliant strings for dev branches * fix: allow every branch to get current semver info * use current branch to compare tags * output current version on error * fix: use correct branch on semvercheck * fix: no current_strict available * fix: feature branches develop for next release * fix: update operator-sdk version * fix: remove deprecated config * fix: remove deprecated manager-config * fix: remove manager_config_patch.yaml from config * fix: add basic configs * fix: missing templates in dockerfile * fix: put templates in correct directory * fix: make leader election configurable; add runAsUser * fix: add container Capabilities * fix: use upstream buildah image * fix: make templates work with dockerfiles * fix: do not deploy for now * fix: add missing docker copy entries * fix: adjust workflow * fix: use semver on all branches for olm * fix: calculate semver from dev * fix: calculate correct changelog
- Loading branch information