apiextensions release v3.34.0
Added
- Add metadata about additional vSphere CRDs for documentation.
Fixed
- Adjust name of Cluster API certificate and service for
v1alpha4
. The annotationcert-manager.io/inject-ca-from
value changes fromgiantswarm/cluster-api-core-webhook
togiantswarm/cluster-api-core-cert
and the service name fromcluster-api-core-webhook
tocluster-api-core
.
Changed
KVMClusterConfig
: make worker node labels optional.- Rename provider
VMWare
tovSphere
. - Split Cluster API core CRDs by provider, to enable independent versioning (e.g.
v1alpha2
for AWS andv1alpha4
for vSphere). - Configure webhook patch for the
ClusterClass
CRD. - Update Cluster API core CRDs to
v0.4.4
for improved defaulting and printer columns. - In the
AppCatalogEntry
CRD, rename the printer columnAPP VERSION
toUPSTREAM VERSION
and switch the order ofVERSION
andUPSTREAM VERSION
. This affects the output ofkubectl get appcatalogentries
. - Update repository to use go v1.17.
- Remove reference to deprecated
AppCatalog
CRD from theAppCatalogEntry
CRD.