Releases: giantswarm/aws-resolver-rules-operator
Releases · giantswarm/aws-resolver-rules-operator
v0.21.0
v0.20.0
Changed
- Change
renovate
configuration to only get upgrades for CAPA compatible versions of k8s dependencies. - Don't reconcile the
ShareReconciler
if only the status field has changed.
Fixed
- Only remove
finalizer
after there are no more karpenter instances to terminate.
v0.19.0
Added
- Add crossplane controller to create crossplane provider cluster config.
v0.18.0
Added
- Add controller to create node pool bootstrap data on S3.
Changed
- Dynamically calculate CAPI and CAPA versions from go cache, so that we use the right path when installing the CRDs during tests.
- Add tags to VPC created for acceptance tests.
Fixed
- Resolve several linting errors.
v0.17.0
Changed
- Enable ShareReconciler.
v0.16.0
Changed
- Update CAPI/CAPA/controller-runtime Go modules
Fixed
- Disable logger development mode to avoid panicking
v0.15.0
Changed
- Update capa to v2.3.0.
- Use ResourceID instead of ID for CAPA Subnets.
v0.14.6
Changed
- Add toleration for
node.cluster.x-k8s.io/uninitialized
taint. - Add node affinity to prefer scheduling CAPI pods to control-plane nodes.
v0.14.5
Fixed
- Fix finding NS record of the DNS zone. This only happens in rare cases.
v0.14.4
Changed
- Avoid deletion reconciliation if finalizer is already gone