Skip to content

Commit

Permalink
Merge Release branch to main (#191)
Browse files Browse the repository at this point in the history
* Add v0.7.0 Compatibility yaml

* Update Namespace and Comaptibility Matrix for github actions

Signed-off-by: asifdxtreme <smohammadasi@vmware.com>

* Update compatibility yaml

Signed-off-by: asifdxtreme <smohammadasi@vmware.com>

* Update compatibility-v0.7.0.yaml

* Update compatibility-v0.7.0.yaml

Add custom webhook validation and secret generation

* adding RBAC for validating webhook (#181)

Co-authored-by: Tanya Aggarwal <aggarwalta@vmware.com>

* Update compatibility-v0.7.0.yaml

* Update compatibility-v0.7.0.yaml

* Create webhook.yaml

* Update compatibility-v0.7.0.yaml

* Update webhook.yaml

Remove PDB

* Create namespace.yaml

* Create vsphere-csi-driver.yaml

* Update compatibility-v0.7.0.yaml

* Update compatibility-v0.7.0.yaml to support k8s 1.30

* Create namespace.yaml for 3.0.0

* Create vsphere-csi-driver.yaml

* Update compatibility-v0.7.0.yaml for CSI 3.0.0

* Update versions in  compatibility-v0.7.0.yaml

* Create compatibility-v1.0.0.yaml

* Update vsphere-csi-driver.yaml

Backport the old label as Openshift is damn slow in adapting to Opensource K8s

---------

Signed-off-by: asifdxtreme <smohammadasi@vmware.com>
Co-authored-by: Tanya Aggarwal <aggarwalta@vmware.com>
  • Loading branch information
asifdxtreme and aggarwalta authored Oct 8, 2024
1 parent 86aa926 commit ac5089f
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 0 deletions.
9 changes: 9 additions & 0 deletions artifacts/compatibility-yaml/compatibility-v0.7.0.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"CSI" : {
"3.0.0" : {
"vSphere": { "min": "6.7.1", "max": "8.2.0" },
"k8s": { "min": "1.25", "max": "1.27" },
"isCPIRequired": false,
"deploymentPath": [
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/3.0.0/namespace.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/webhook.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/3.0.0/vsphere-csi-driver.yaml" ]
},
"2.7.0" : {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
"k8s": { "min": "1.23", "max": "1.30" },
Expand Down
65 changes: 65 additions & 0 deletions artifacts/compatibility-yaml/compatibility-v1.0.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"CSI" : {
"3.0.0" : {
"vSphere": { "min": "6.7.1", "max": "8.2.0" },
"k8s": { "min": "1.25", "max": "1.27" },
"isCPIRequired": false,
"deploymentPath": [
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/3.0.0/namespace.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/webhook.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/3.0.0/vsphere-csi-driver.yaml" ]
},
"2.7.0" : {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
"k8s": { "min": "1.23", "max": "1.25" },
"isCPIRequired": false,
"deploymentPath": [
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/namespace.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/webhook.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/vsphere-csi-driver.yaml" ]
},
"2.6.2": {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
"k8s": { "min": "1.22", "max": "1.24" },
"isCPIRequired": false,
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.6.2/manifests/vanilla/namespace.yaml",
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.6.2/manifests/vanilla/vsphere-csi-driver.yaml" ]
},
"2.5.1": {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
"k8s": { "min": "1.21", "max": "1.23" },
"isCPIRequired": false,
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.5.1/manifests/vanilla/namespace.yaml",
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.5.1/manifests/vanilla/validatingwebhook.yaml",
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.5.1/manifests/vanilla/vsphere-csi-driver.yaml" ]
}
},
"CPI" : {
"1.26.0": {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
"k8s": { "skewVersion": "1.26" },
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.26.0/manifests/controller-manager/cloud-controller-manager-roles.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.26.0/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.26.0/manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml" ]
},
"1.25.0": {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
"k8s": { "skewVersion": "1.25" },
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.25.0/manifests/controller-manager/cloud-controller-manager-roles.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.25.0/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.25.0/manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml" ]
},
"1.24.0": {
"vSphere": { "min": "6.7.1", "max": "8.0" },
"k8s": { "skewVersion": "1.24" },
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.24.0/manifests/controller-manager/cloud-controller-manager-roles.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.24.0/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.24.0/manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml" ]
}
}
}
7 changes: 7 additions & 0 deletions artifacts/csi/3.0.0/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: vmware-system-csi
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce-version: latest
Loading

0 comments on commit ac5089f

Please sign in to comment.