Skip to content

Commit

Permalink
Bump version from 1.8.9 to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkan Erol committed May 30, 2024
1 parent 28b27f8 commit 8c5c541
Show file tree
Hide file tree
Showing 13 changed files with 92 additions and 69 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump CAPV from `1.8.9` to `1.9.3`.

## [0.11.0] - 2024-05-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile.custom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SHELL := /bin/bash
APPLICATION_NAME="cluster-api-provider-vsphere"

UPSTREAM_ORG="kubernetes-sigs"
TAG_TO_SYNC="v1.8.9"
TAG_TO_SYNC="v1.9.3"

OS ?= $(shell go env GOOS 2>/dev/null || echo linux)
ARCH ?= $(shell go env GOARCH 2>/dev/null || echo amd64)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/capv-serving-cert'
controller-gen.kubebuilder.io/version: v0.12.1
controller-gen.kubebuilder.io/version: v0.13.0
labels:
app.kubernetes.io/instance: '{{ .Release.Name }}'
app.kubernetes.io/managed-by: '{{ .Release.Service }}'
Expand Down Expand Up @@ -167,7 +167,7 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down Expand Up @@ -300,15 +300,15 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
- name: v1beta1
schema:
openAPIV3Schema:
description: VSphereClusterIdentity defines the account to be used for reconciling
clusters
clusters.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -323,6 +323,8 @@ spec:
metadata:
type: object
spec:
description: VSphereClusterIdentitySpec contains a secret reference and
a group of allowed namespaces.
properties:
allowedNamespaces:
description: AllowedNamespaces is used to identify which namespaces
Expand Down Expand Up @@ -383,6 +385,7 @@ spec:
type: string
type: object
status:
description: VSphereClusterIdentityStatus contains the status of the VSphereClusterIdentity.
properties:
conditions:
description: Conditions defines current service state of the VSphereCluster.
Expand Down
31 changes: 16 additions & 15 deletions helm/cluster-api-provider-vsphere/files/vsphereclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/capv-serving-cert'
controller-gen.kubebuilder.io/version: v0.12.1
controller-gen.kubebuilder.io/version: v0.13.0
labels:
app.kubernetes.io/instance: '{{ .Release.Name }}'
app.kubernetes.io/managed-by: '{{ .Release.Service }}'
Expand Down Expand Up @@ -77,11 +77,12 @@ spec:
metadata:
type: object
spec:
description: VSphereClusterSpec defines the desired state of VSphereCluster
description: VSphereClusterSpec defines the desired state of VSphereCluster.
properties:
cloudProviderConfiguration:
description: 'CloudProviderConfiguration holds the cluster-wide configuration
for the DEPRECATED: will be removed in v1alpha4 vSphere cloud provider.'
description: "CloudProviderConfiguration holds the cluster-wide configuration
for the vSphere cloud provider. \n Deprecated: will be removed in
v1alpha4."
properties:
disk:
description: Disk is the vSphere cloud provider's disk configuration.
Expand Down Expand Up @@ -302,16 +303,16 @@ spec:
- name
type: object
insecure:
description: 'Insecure is a flag that controls whether or not to validate
the vSphere server''s certificate. DEPRECATED: will be removed in
v1alpha4'
description: "Insecure is a flag that controls whether to validate
the vSphere server's certificate. \n Deprecated: will be removed
in v1alpha4."
type: boolean
loadBalancerRef:
description: 'LoadBalancerRef may be used to enable a control plane
description: "LoadBalancerRef may be used to enable a control plane
load balancer for this cluster. When a LoadBalancerRef is provided,
the VSphereCluster.Status.Ready field will not be true until the
referenced resource is Status.Ready and has a non-empty Status.Address
value. DEPRECATED: will be removed in v1alpha4'
value. \n Deprecated: will be removed in v1alpha4."
properties:
apiVersion:
description: API version of the referent.
Expand Down Expand Up @@ -357,7 +358,7 @@ spec:
type: string
type: object
status:
description: VSphereClusterStatus defines the observed state of VSphereClusterSpec
description: VSphereClusterStatus defines the observed state of VSphereClusterSpec.
properties:
conditions:
description: Conditions defines current service state of the VSphereCluster.
Expand Down Expand Up @@ -427,7 +428,7 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down Expand Up @@ -584,7 +585,7 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand All @@ -609,7 +610,7 @@ spec:
name: v1beta1
schema:
openAPIV3Schema:
description: VSphereCluster is the Schema for the vsphereclusters API
description: VSphereCluster is the Schema for the vsphereclusters API.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -624,7 +625,7 @@ spec:
metadata:
type: object
spec:
description: VSphereClusterSpec defines the desired state of VSphereCluster
description: VSphereClusterSpec defines the desired state of VSphereCluster.
properties:
clusterModules:
description: ClusterModules hosts information regarding the anti-affinity
Expand Down Expand Up @@ -748,7 +749,7 @@ spec:
type: string
type: object
status:
description: VSphereClusterStatus defines the observed state of VSphereClusterSpec
description: VSphereClusterStatus defines the observed state of VSphereClusterSpec.
properties:
conditions:
description: Conditions defines current service state of the VSphereCluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/capv-serving-cert'
controller-gen.kubebuilder.io/version: v0.12.1
controller-gen.kubebuilder.io/version: v0.13.0
labels:
app.kubernetes.io/instance: '{{ .Release.Name }}'
app.kubernetes.io/managed-by: '{{ .Release.Service }}'
Expand Down Expand Up @@ -116,13 +116,13 @@ spec:
- template
type: object
type: object
served: true
served: false
storage: false
- name: v1beta1
schema:
openAPIV3Schema:
description: VSphereClusterTemplate is the Schema for the vsphereclustertemplates
API
API.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -137,12 +137,14 @@ spec:
metadata:
type: object
spec:
description: VSphereClusterTemplateSpec defines the desired state of VSphereClusterTemplate
description: VSphereClusterTemplateSpec defines the desired state of VSphereClusterTemplate.
properties:
template:
description: VSphereClusterTemplateResource describes the data for
creating a VSphereCluster from a template.
properties:
spec:
description: VSphereClusterSpec defines the desired state of VSphereCluster
description: VSphereClusterSpec defines the desired state of VSphereCluster.
properties:
clusterModules:
description: ClusterModules hosts information regarding the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/capv-serving-cert'
controller-gen.kubebuilder.io/version: v0.12.1
controller-gen.kubebuilder.io/version: v0.13.0
labels:
app.kubernetes.io/instance: '{{ .Release.Name }}'
app.kubernetes.io/managed-by: '{{ .Release.Service }}'
Expand Down Expand Up @@ -140,7 +140,7 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down Expand Up @@ -245,15 +245,15 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
- name: v1beta1
schema:
openAPIV3Schema:
description: VSphereDeploymentZone is the Schema for the vspheredeploymentzones
API
API.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -268,7 +268,7 @@ spec:
metadata:
type: object
spec:
description: VSphereDeploymentZoneSpec defines the desired state of VSphereDeploymentZone
description: VSphereDeploymentZoneSpec defines the desired state of VSphereDeploymentZone.
properties:
controlPlane:
description: ControlPlane determines if this failure domain is suitable
Expand Down Expand Up @@ -298,6 +298,7 @@ spec:
- placementConstraint
type: object
status:
description: VSphereDeploymentZoneStatus contains the status for a VSphereDeploymentZone.
properties:
conditions:
description: Conditions defines current service state of the VSphereMachine.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/capv-serving-cert'
controller-gen.kubebuilder.io/version: v0.12.1
controller-gen.kubebuilder.io/version: v0.13.0
labels:
app.kubernetes.io/instance: '{{ .Release.Name }}'
app.kubernetes.io/managed-by: '{{ .Release.Service }}'
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
- zone
type: object
type: object
served: true
served: false
storage: false
- deprecated: true
name: v1alpha4
Expand Down Expand Up @@ -281,13 +281,13 @@ spec:
- zone
type: object
type: object
served: true
served: false
storage: false
- name: v1beta1
schema:
openAPIV3Schema:
description: VSphereFailureDomain is the Schema for the vspherefailuredomains
API
API.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -302,7 +302,7 @@ spec:
metadata:
type: object
spec:
description: VSphereFailureDomainSpec defines the desired state of VSphereFailureDomain
description: VSphereFailureDomainSpec defines the desired state of VSphereFailureDomain.
properties:
region:
description: Region defines the name and type of a region
Expand Down
14 changes: 7 additions & 7 deletions helm/cluster-api-provider-vsphere/files/vspheremachines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
cert-manager.io/inject-ca-from: '{{ .Release.Namespace }}/capv-serving-cert'
controller-gen.kubebuilder.io/version: v0.12.1
controller-gen.kubebuilder.io/version: v0.13.0
labels:
app.kubernetes.io/instance: '{{ .Release.Name }}'
app.kubernetes.io/managed-by: '{{ .Release.Service }}'
Expand Down Expand Up @@ -433,7 +433,7 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down Expand Up @@ -831,7 +831,7 @@ spec:
type: boolean
type: object
type: object
served: true
served: false
storage: false
subresources:
status: {}
Expand Down Expand Up @@ -860,7 +860,7 @@ spec:
name: v1beta1
schema:
openAPIV3Schema:
description: VSphereMachine is the Schema for the vspheremachines API
description: VSphereMachine is the Schema for the vspheremachines API.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand All @@ -875,7 +875,7 @@ spec:
metadata:
type: object
spec:
description: VSphereMachineSpec defines the desired state of VSphereMachine
description: VSphereMachineSpec defines the desired state of VSphereMachine.
properties:
additionalDisksGiB:
description: AdditionalDisksGiB holds the sizes of additional disks
Expand Down Expand Up @@ -1226,7 +1226,7 @@ spec:
description: PciDevices is the list of pci devices used by the virtual
machine.
items:
description: PCIDeviceSpec defines virtual machine's PCI configuration
description: PCIDeviceSpec defines virtual machine's PCI configuration.
properties:
deviceId:
description: DeviceID is the device ID of a virtual machine's
Expand Down Expand Up @@ -1302,7 +1302,7 @@ spec:
- template
type: object
status:
description: VSphereMachineStatus defines the observed state of VSphereMachine
description: VSphereMachineStatus defines the observed state of VSphereMachine.
properties:
addresses:
description: Addresses contains the VSphere instance associated addresses.
Expand Down
Loading

0 comments on commit 8c5c541

Please sign in to comment.