-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Kubernetes in go.mod to v0.27.11
Update controller-runtime in go.mod to v0.15.3, plus a few necessary code updates Update Tekton in go.mod to v0.50.5 Update e2e/integration to test k8s 1.27.11 and 1.29.2 with Tekton v0.50.5 Update support statement for Kubernetes and Tekton
- Loading branch information
1 parent
16cc1fc
commit 0ad334a
Showing
572 changed files
with
37,157 additions
and
21,326 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 |
---|---|---|
|
@@ -57,8 +57,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.25.16 | ||
- v1.28.6 | ||
- v1.27.11 | ||
- v1.29.2 | ||
max-parallel: 2 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -73,15 +73,15 @@ jobs: | |
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.15.1 | ||
version: v0.15.2 | ||
- name: Install kubectl | ||
uses: azure/setup-kubectl@v3 | ||
with: | ||
version: ${{ matrix.kubernetes }} | ||
- name: Create kind cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.21.0 | ||
version: v0.22.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
wait: 120s | ||
|
@@ -125,8 +125,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.25.16 | ||
- v1.28.6 | ||
- v1.27.11 | ||
- v1.29.2 | ||
max-parallel: 2 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -155,7 +155,7 @@ jobs: | |
- name: Create kind cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.21.0 | ||
version: v0.22.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
config: test/kind/config.yaml | ||
|
@@ -191,7 +191,7 @@ jobs: | |
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.15.1 | ||
version: v0.15.2 | ||
- name: Install Shipwright Build | ||
run: | | ||
make install-controller-kind | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
# Install tools | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.15.1 | ||
version: v0.15.2 | ||
- uses: imjasonh/setup-crane@00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c | ||
- uses: sigstore/cosign-installer@v3 | ||
|
||
|
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
# Install tools | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.15.1 | ||
version: v0.15.2 | ||
- uses: sigstore/cosign-installer@v3 | ||
|
||
- name: Build Release Changelog | ||
|
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
Oops, something went wrong.