Releases: RHsyseng/cluster-relocation-operator
Releases · RHsyseng/cluster-relocation-operator
v0.9.9
What's Changed
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #98
- Bump docker/login-action from 2 to 3 by @dependabot in #99
- Bump k8s.io/apimachinery from 0.26.8 to 0.26.9 by @dependabot in #102
- Bump k8s.io/client-go from 0.26.8 to 0.26.9 by @dependabot in #101
- Bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #103
- Sign new certificate using loadbalancer-serving-signer by @loganmc10 in #104
Full Changelog: v0.9.8...v0.9.9
v0.9.8
What's Changed
- Added a caller key to the logger by @eranco74 in #88
- Bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #90
- Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 by @dependabot in #91
- Bump k8s.io/apimachinery from 0.26.7 to 0.26.8 by @dependabot in #93
- Bump k8s.io/client-go from 0.26.7 to 0.26.8 by @dependabot in #92
- Bump actions/checkout from 3 to 4 by @dependabot in #94
- allow precreating ACM resources by @loganmc10 in #96
New Contributors
Full Changelog: v0.9.7...v0.9.8
v0.9.7
What's Changed
- Improve ManagedCluster import for ACM by @loganmc10 in #83
- Bump k8s.io/client-go from 0.26.6 to 0.26.7 by @dependabot in #84
- Bump github.com/onsi/gomega from 1.27.8 to 1.27.9 by @dependabot in #86
- Bump github.com/onsi/gomega from 1.27.9 to 1.27.10 by @dependabot in #87
Full Changelog: v0.9.6...v0.9.7
v0.9.6
What's Changed
- Re-work how we wait for API/Ingress to update by @loganmc10 in #82
Full Changelog: v0.9.5...v0.9.6
v0.9.5
What's Changed
- Validate secret types by @loganmc10 in #79
- Disable DNS MachineConfig by default by @loganmc10 in #80
- Extend lease duration by @loganmc10 in #81
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Delete CSV along with Subscription by @loganmc10 in #77
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Don't delete acmSecret until Klusterlet connection is successful by @loganmc10 in #75
- Replace skip-finalizer with self-destruct by @loganmc10 in #74
- Remove goreleaser by @loganmc10 in #76
- Update DNS before API and Ingress by @loganmc10 in #73
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Add GitHub workflow to generate release by @danielchg in #48
- add dependabot checks for go modules by @loganmc10 in #49
- Fix dependabot PRs by @loganmc10 in #55
- Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.11.0 by @dependabot in #54
- Bump golang.org/x/mod from 0.10.0 to 0.11.0 by @dependabot in #51
- Ignore some dependabot updates that are managed by SDK upgrades by @loganmc10 in #57
- Bump k8s.io/client-go from 0.26.5 to 0.26.6 by @dependabot in #59
- add test workflow (#62) by @danielchg in #63
- add markers to fix scorecard tests erros by @danielchg in #64
- Bump golang.org/x/mod from 0.11.0 to 0.12.0 by @dependabot in #61
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #66
- Register cluster to remote ACM by @loganmc10 in #65
- Fix path to open-cluster-management API by @loganmc10 in #70
- Bump open-cluster-management.io/api from 0.8.0 to 0.11.0 by @dependabot in #69
- mention ACM registration in readme by @loganmc10 in #71
- skip finalizer if orphaned deletion is requested by @loganmc10 in #68
- Update RBAC for ACM registration by @loganmc10 in #72
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Cleanup condition handling by @loganmc10 in #47
- Create the openshift-marketplace namespace if it does not exist by @loganmc10 in #46
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in #1
- Add workflow by @loganmc10 in #2
- fix bundle validate by @loganmc10 in #3
- Use OCP sdk by @loganmc10 in #14
- Define the CRD by @loganmc10 in #15
- Validate that CR name is 'cluster' by @loganmc10 in #17
- Update API certificate by @loganmc10 in #18
- Set owner reference for user provided cert by @loganmc10 in #19
- clean up some code and add comments by @loganmc10 in #20
- Fix watching user created certs by @loganmc10 in #21
- build and push catalog by @loganmc10 in #24
- Update pull secret by @loganmc10 in #22
- Update core SSH keys by @loganmc10 in #23
- Reconcile registry cert by @loganmc10 in #25
- Reconcile ICSP by @loganmc10 in #26
- Configure internal DNS by @loganmc10 in #27
- Use ImageDigestMirrorSet for OCP 4.13+ by @loganmc10 in #31
- Re-generate self-signed certificate if domain changes by @loganmc10 in #32
- Reconcile Catalog Sources by @loganmc10 in #33
- update ingress apps by @danielchg in #34
- Add RBAC permissions using kubebuilder comments by @loganmc10 in #35
- Tweaks to the ingress code by @loganmc10 in #37
- Use pointers for optional spec items by @loganmc10 in #36
- Linter fixes by @loganmc10 in #38
- Re-create Routes after Ingress is updated by @loganmc10 in #39
- Wait for API server when reverting by @loganmc10 in #40
- Watch requires List by @loganmc10 in #41
- Fix a few errors in reconcile by @loganmc10 in #42
- Cleanup ClusterOperator wait code by @loganmc10 in #43
- Add required labels for Red Hat catalog by @loganmc10 in #45
New Contributors
- @dependabot made their first contribution in #1
- @loganmc10 made their first contribution in #2
- @danielchg made their first contribution in #34
Full Changelog: https://github.com/RHsyseng/cluster-relocation-operator/commits/v0.9.0