Releases: Mellanox/maintenance-operator
Releases · Mellanox/maintenance-operator
v0.2.0
What's Changed
- Add workflow to tag api version on release by @adrianchiris in #30
- update dependabot config by @adrianchiris in #32
- use mgr.GetFieldIndexer() instead of mgr.GetCache() by @adrianchiris in #31
- Bump docker/build-push-action from 4 to 6 by @dependabot in #33
- Bump github.com/onsi/gomega from 1.33.1 to 1.34.2 by @dependabot in #37
- Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #35
- Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.2 by @dependabot in #36
- Bump the kubernetes group with 4 updates by @dependabot in #34
- Improve default scheduler logic by @adrianchiris in #38
- fix minor race issue when waiting for condition by @adrianchiris in #39
- Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 by @dependabot in #41
- Bump the kubernetes group with 4 updates by @dependabot in #40
- Add E2E tests by @adrianchiris in #42
- improve cleanup by @adrianchiris in #43
- Update dependabot.yml by @souleb in #46
- Bump the kubernetes group with 4 updates by @dependabot in #47
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #49
- Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.0 by @dependabot in #50
- chore: bump golang from 1.22 to 1.23 by @dependabot in #52
- Bump github.com/onsi/gomega from 1.34.2 to 1.36.1 by @dependabot in #54
- Bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.3 by @dependabot in #53
- Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot in #57
- Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot in #59
- Bump the kubernetes group with 4 updates by @dependabot in #55
- feat: add OCP bundle by @almaslennikov in #56
- Use selectable fields by @adrianchiris in #60
- Bump versions by @adrianchiris in #62
- Skip draining controller pod by @adrianchiris in #65
- Support Pause/Unpause MCP in Openshift by @adrianchiris in #61
- Bump golang.org/x/net from 0.30.0 to 0.33.0 in /api in the go_modules group across 1 directory by @dependabot in #66
- add NVIDIA logo as icon to OCP bundle by @almaslennikov in #67
- Bump the kubernetes group with 4 updates by @dependabot in #63
New Contributors
- @dependabot made their first contribution in #33
- @souleb made their first contribution in #46
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- fix typo in api go mod path by @adrianchiris in #28
- Add operations on daemonsets to cluster role by @almaslennikov in #29
New Contributors
- @almaslennikov made their first contribution in #29
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Initial project scaffolding by @adrianchiris in #1
- Create minikube dev env by @adrianchiris in #2
- Add maintenance operator config api by @adrianchiris in #3
- fix Makefile by @adrianchiris in #5
- Simple scheduler by @adrianchiris in #4
- Maintenance operator config controller by @adrianchiris in #6
- Add events by @adrianchiris in #7
- Maintenance controller by @adrianchiris in #8
- minor logging change in scheduler controller by @adrianchiris in #10
- Drain state implementation by @adrianchiris in #9
- Refactor min max by @adrianchiris in #14
- Add additional requestors by @adrianchiris in #11
- Use int32 instead of uint32 by @adrianchiris in #13
- make requestorID and nodeName immutable by @adrianchiris in #15
- Add webhook by @adrianchiris in #16
- Add NodeMaintenance garbage collector by @adrianchiris in #18
- reduce the use of HasAnnotation() by @adrianchiris in #19
- Convey failed maintenance by requestor by @adrianchiris in #12
- Add install deps script by @adrianchiris in #21
- logging cleanup by @adrianchiris in #20
- Add helm chart by @adrianchiris in #22
- Split api to its own module & update packages by @adrianchiris in #23
- Add docs by @adrianchiris in #24
- fix: chart-push by @adrianchiris in #25
- point envtest in suite to 1.30 by @adrianchiris in #26
- fix image repo in helm chart update by @adrianchiris in #27
New Contributors
- @adrianchiris made their first contribution in #1
Full Changelog: https://github.com/Mellanox/maintenance-operator/commits/v0.1.0