All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2024-08-01
- Add more logs to improve debugging.
- Set
EnableKeepAlive=false
to avoid deadlock.
0.3.0 - 2024-07-24
- Update renovate to json5 config.
- Upgrade
k8s.io/api
,k8s.io/client-go
andk8s.io/apimachinery
from0.25.0
to0.29.3
- Upgrade
sigs.k8s.io/cluster-api
from1.3.3
to1.6.5
- Upgrade
sigs.k8s.io/cluster-api-provider-vsphere
from1.6.0
to1.9.3
- Upgrade
sigs.k8s.io/controller-runtime
from0.13.1
to0.17.3
- Upgrade
github.com/vmware/govmomi
from0.34.2
to0.36.1
0.2.0 - 2024-03-04
- Add
global.podSecurityStandards.enforced
flag to disable PSPs by default.
0.1.2 - 2024-01-04
- Configure
gsoci.azurecr.io
as the default container image registry. - Fix volume clean-up issue because of attached VMs.
0.1.1 - 2023-08-24
- Ignore CVE-2023-3978 & CVE-2023-29401.
- Fix security issues reported by kyverno policies.
0.1.0 - 2023-05-09
- Init repository by mimicking cluster-api-cleaner-cloud-director.