-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(release): v3.5.0 changes (#450)
* feat(ci): update ci - use medyagh/setup-minikube instead of manusa/actions-setup-minikube - update the version of docker/login-action to v2 - use kubernetes v1.27.3 when running BDD tests Signed-off-by: Niladri Halder <[email protected]> * feat(deploy): upgrade csi sidecars - update sig-storage/csi-node-driver-registrar image to v2.8.0 - update sig-storage/csi-provisioner to v3.5.0 - update sig-storage/csi-node-driver-registrar to v4.3.0 - update sig-storage/csi-snapshotter to v6.2.2 - update sig-storage/snapshot-controller to v6.2.2 - update sig-storage/csi-resizer to v1.8.0 - update CRDs (no api change) - use spec.serviceAccountName instead of spec.serviceAccount - use registry.k8s.io instead of k8s.gcr.io Signed-off-by: Niladri Halder <[email protected]> * feat(ci): run BDD tests on k8s v1.27.3 Signed-off-by: Niladri Halder <[email protected]> --------- Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,965 additions
and
1,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,17 +212,20 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
kubernetes: [v1.25.4] | ||
kubernetes: [v1.27.3] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup Minikube-Kubernetes | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: 'v1.28.0' | ||
kubernetes version: ${{ matrix.kubernetes }} | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
uses: medyagh/setup-minikube@latest | ||
with: | ||
cache: false | ||
minikube-version: 1.31.1 | ||
driver: none | ||
kubernetes-version: ${{ matrix.kubernetes }} | ||
cni: calico | ||
start-args: '--install-addons=false' | ||
|
||
- name: Set tag | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.