Releases: mercedes-benz/garm-operator
Releases · mercedes-benz/garm-operator
v0.1.2
Container image is available at ghcr.io/mercedes-benz/garm-operator/garm-operator:v0.1.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
- df70011: feat: allow image deletion for in-deleting pools (@bavarianbidi)
- 2be4b2f: feat: improve pool deletion (@bavarianbidi)
v0.1.1
Container image is available at ghcr.io/mercedes-benz/garm-operator/garm-operator:v0.1.1
⚠️ this version contains a bug when it came to pool
deletion if the referenced image
has already gone.
Please directly use v0.1.2 which is a bug fixed version of v0.1.1.
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
- acd5461: feat: allow image deletion for deleted pools (@bavarianbidi)
🐛 Bug fixes
- d4a37ce: fix: pool samples extraSpec property (@rafalgalaw)
- fc58124: fix: reject pool creation if pool with spec exists (@bavarianbidi)
- 0d2e60a: fix: set correct version of goreleaser (@bavarianbidi)
📚 Documentation
- f8af2fd: docs: add crds.dev link to visualize current CRD (@bavarianbidi)
🌱 Others
- 6604b4b: chore: add heiko (h777k) as maintainer (@bavarianbidi)
- 6cb33ed: chore: add rafalgalaw as maintainer (@bavarianbidi)
- 9790e72: chore: build with go 1.21 (@bavarianbidi)
- 2574c8f: chore: bump go minor version to fix CVE findings (@bavarianbidi)
- 1b2211c: chore: bump golang.org/x/net to fix CVE findings (@bavarianbidi)
- 028c38f: chore: garm login to interface (@bavarianbidi)
v0.1.0
Container image is available at ghcr.io/mercedes-benz/garm-operator/garm-operator:v0.1.0
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
This is the very first release of garm-operator
to manage garm objects via Kubernetes.