-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into golangci-lint-config
Signed-off-by: Matthieu MOREL <[email protected]>
- Loading branch information
Showing
71 changed files
with
1,600 additions
and
365 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
${{ runner.os }}-go- | ||
- name: Check out the code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
if: steps.cache.outputs.cache-hit != 'true' | ||
|
||
# If no binaries were built for this PR, build it now. | ||
|
@@ -57,13 +57,13 @@ jobs: | |
matrix: | ||
# Latest k8s versions. There's no series-based tag, nor is there a latest tag. | ||
k8s: | ||
- 1.19.7 | ||
- 1.20.2 | ||
- 1.21.1 | ||
- 1.22.0 | ||
- 1.23.6 | ||
- 1.24.2 | ||
- 1.25.3 | ||
- 1.23.17 | ||
- 1.24.17 | ||
- 1.25.16 | ||
- 1.26.13 | ||
- 1.27.10 | ||
- 1.28.6 | ||
- 1.29.1 | ||
# All steps run in parallel unless otherwise specified. | ||
# See https://docs.github.com/en/actions/learn-github-actions/managing-complex-workflows#creating-dependent-jobs | ||
steps: | ||
|
@@ -81,7 +81,7 @@ jobs: | |
velero-${{ github.event.pull_request.number }}- | ||
- uses: engineerd/[email protected] | ||
with: | ||
version: "v0.17.0" | ||
version: "v0.21.0" | ||
image: "kindest/node:v${{ matrix.k8s }}" | ||
- name: Install CRDs | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
restore-keys: | | ||
${{ runner.os }}-go- | ||
- name: Check out the code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
if: steps.cli-cache.outputs.cache-hit != 'true' || steps.image-cache.outputs.cache-hit != 'true' | ||
# If no binaries were built for this PR, build it now. | ||
- name: Build Velero CLI | ||
|
@@ -60,13 +60,13 @@ jobs: | |
strategy: | ||
matrix: | ||
k8s: | ||
- 1.19.16 | ||
- 1.20.15 | ||
- 1.21.12 | ||
- 1.22.9 | ||
- 1.23.6 | ||
- 1.24.0 | ||
- 1.25.3 | ||
- 1.23.17 | ||
- 1.24.17 | ||
- 1.25.16 | ||
- 1.26.13 | ||
- 1.27.10 | ||
- 1.28.6 | ||
- 1.29.1 | ||
focus: | ||
# tests to focus on, use `|` to concatenate multiple regexes to run on the same job | ||
# ordered according to e2e_suite_test.go order | ||
|
@@ -85,13 +85,13 @@ jobs: | |
go-version: '1.22' | ||
id: go | ||
- name: Check out the code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
- name: Install MinIO | ||
run: | ||
docker run -d --rm -p 9000:9000 -e "MINIO_ACCESS_KEY=minio" -e "MINIO_SECRET_KEY=minio123" -e "MINIO_DEFAULT_BUCKETS=bucket,additional-bucket" bitnami/minio:2021.6.17-debian-10-r7 | ||
- uses: engineerd/[email protected] | ||
with: | ||
version: "v0.17.0" | ||
version: "v0.21.0" | ||
image: "kindest/node:v${{ matrix.k8s }}" | ||
- name: Fetch built CLI | ||
id: cli-cache | ||
|
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
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
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
execute: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: jpmcb/[email protected].2 | ||
- uses: jpmcb/[email protected].3 | ||
with: | ||
# Only support /kind command for now. | ||
# TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing. | ||
|
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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Implementation for Extending VolumePolicies to support more actions |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Bump up the version of KinD and k8s in github actions |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/vmware-tanzu/velero | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.40.0 | ||
|
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
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.