v0.2.0
Machine Deletion Remediation operator v0.2.0
Notable Changes
- Support Processing and Succeeded conditions by @clobrano in #74
- Support PermanentNodeDeletionExpected condition by @clobrano in #83
- Change channel from candidate to stable by @clobrano in #85
Release Artifacts
Images
- Operator: quay.io/medik8s/machine-deletion-remediation-operator:v0.2.0
- Bundle: quay.io/medik8s/machine-deletion-remediation-operator-bundle:v0.2.0
- Catalog aka Index: quay.io/medik8s/machine-deletion-remediation-operator-catalog:v0.2.0
Source code and OLM manifests
Please find the source code and the OLM manifests in the Assets
section below.
What's Changed
- Update display name of community edition by @clobrano in #64
- Add Medik8s icon for MDR by @razo7 in #68
- Fix CSV links by @clobrano in #70
- Rework controller unittests by @clobrano in #65
- Fix typo in Catalog name by @clobrano in #72
- Verify Golang Dependencies by @razo7 in #75
- Add .Phony to Makefile by @razo7 in #77
- Set up Golang using go.mod file by @razo7 in #76
- Makefile recipe to remove a bundle installed via bundle-run by @clobrano in #79
- Rework Reconcile loop by @clobrano in #78
- Update tools version by @clobrano in #81
- Bump go version to 1.20 by @clobrano in #82
- Support Processing and Succeeded conditions by @clobrano in #74
- Support PermanentNodeDeletionExpected condition by @clobrano in #83
- Remove Redundant Import by @razo7 in #84
- Add missing update of Conditions description in YAMLs by @clobrano in #86
- Change channel from candidate to stable by @clobrano in #85
- Remove unnecessary ownerReferences config in CR example by @clobrano in #88
- Fix wrong Condition value and reason when Node or Machine is not found by @clobrano in #87
- Support Operator Upgrades by @razo7 in #91
- Add status condition to MDR CSV sample by @clobrano in #89
- Set Processing and Succeeded conditions only when resources are restored by @clobrano in #92
Full Changelog: v0.1.0...v0.2.0