Skip to content

Releases: AustrianDataLAB/execDAT-operator

Release: v0.2.0

27 Jun 00:04
8cb68f9
Compare
Choose a tag to compare

Install or upgrade new operator version

operator-sdk run bundle ghcr.io/austriandatalab/execdat-operator-bundle:v0.2.0
operator-sdk run bundle-upgrade ghcr.io/austriandatalab/execdat-operator-bundle:v0.2.0

Pull new images

docker pull ghcr.io/austriandatalab/execdat-operator-bundle:v0.2.0
docker pull ghcr.io/austriandatalab/execdat-operator:v0.2.0

Changelog

✨ New Features

  • b4b1d1a - create run task implementation (PR #15 by @websi96)
  • 433b53c - update readme (commit by @websi96)

What's Changed

  • Feature: create run task implementation by @websi96 in #15
  • feature: create run task implementation (#15) by @websi96 & @Sokadyn in #16

Full Changelog: v0.1.0...v0.2.0

Release: v0.1.0

21 Jun 19:20
4223efe
Compare
Choose a tag to compare

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.0

Pull new images

docker pull ghcr.io/austriandatalab/execdat-operator-bundle:v0.1.0
docker pull ghcr.io/austriandatalab/execdat-operator:v0.1.0

Changelog

✨ 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

Release: v0.0.1

02 Jun 21:24
a3f293e
Compare
Choose a tag to compare

Install new operator version

operator-sdk run bundle ghcr.io/austriandatalab/execdat-operator-bundle:v0.0.1

Pull new images

docker pull ghcr.io/austriandatalab/execdat-operator-bundle:v0.0.1
docker pull ghcr.io/austriandatalab/execdat-operator-buildah:v0.0.1
docker pull ghcr.io/austriandatalab/execdat-operator:v0.0.1

Changelog

🐛 Bug Fixes

  • 2c5dc67 - workflow triggers (commit by @websi96)
  • 8b4357c - release step creates changelogs and new tag (commit by @websi96)
  • 9a74f89 - use fromTag to generate changelog (commit by @websi96)
  • 6362ab5 - build multiple architectures; use toTag and fromTag (commit by @websi96)
  • 65ab8bb - use IMAGE_TAG_BASE and cache (commit by @websi96)