v0.2.2
Container image is available at ghcr.io/mercedes-benz/garm-operator/garm-operator:v0.2.2
garm_operator.yaml
contains the operator deployment manifest with all the required RBAC rules and certificate configurations.garm_operator_crds.yaml
contains the CRDs for the operator.garm_operator_all.yaml
is the combination of the above two files.
Changelog
✨ Features
- f1dd79e: feat: disable image validation webhook, requeue pool if no image found (#76) (@rafalgalaw)
- e021ad7: feat: expose jwt exp date as metric (#77) (@rafalgalaw)
- 085265a: feat: generate SBOM via kubernetes-sigs/bom (#69) (@bavarianbidi)
- d091d67: feat: use camelcase in config file (#67) (@H777K)
🐛 Bug fixes
- b36d49b: fix: disable runner (#64) (@bavarianbidi)
- 1334d0e: fix: scale old runners only (#65) (@bavarianbidi)
- 1ce3e25: fix: set last-sync-time only on successful reconcile (#66) (@rafalgalaw)
🌱 Others
- 44581f6: chore(deps): bump github.com/cloudbase/garm-provider-common from 0.1.0 to 0.1.1 (#70) (@dependabot[bot])
- a01dea9: chore(deps): bump github.com/go-playground/validator/v10 from 10.16.0 to 10.17.0 (#72) (@dependabot[bot])
- 02cfed2: chore(deps): bump k8s.io/klog/v2 from 2.110.1 to 2.120.0 (#74) (@dependabot[bot])
- 56a4021: chore: enable gosimple linter (#68) (@bavarianbidi)