-
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.
Signed-off-by: Sascha Schwarze <[email protected]>
- Loading branch information
1 parent
13f4422
commit e9c9d41
Showing
746 changed files
with
80,700 additions
and
33,410 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 |
---|---|---|
|
@@ -63,13 +63,13 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.28.13 | ||
- v1.29.8 | ||
- v1.31.0 | ||
tekton: | ||
# oldest LTS that exists at the time of our planned next release | ||
- v0.56.8 | ||
# newest LTS that exists at the time of our planned next release | ||
- v0.65.0 # RETAIN-COMMENT: TEKTON_NEWEST_LTS | ||
- v0.65.1 # RETAIN-COMMENT: TEKTON_NEWEST_LTS | ||
max-parallel: 4 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -84,15 +84,15 @@ jobs: | |
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.15.2 | ||
version: v0.17.1 | ||
- name: Install kubectl | ||
uses: azure/setup-kubectl@v4 | ||
with: | ||
version: ${{ matrix.kubernetes }} | ||
- name: Create kind cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.22.0 | ||
version: v0.24.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
wait: 120s | ||
|
@@ -143,13 +143,13 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
kubernetes: | ||
- v1.28.13 | ||
- v1.29.8 | ||
- v1.31.0 | ||
tekton: | ||
# oldest LTS that exists at the time of our planned next release | ||
- v0.56.8 | ||
# newest LTS that exists at the time of our planned next release | ||
- v0.65.0 # RETAIN-COMMENT: TEKTON_NEWEST_LTS | ||
- v0.65.1 # RETAIN-COMMENT: TEKTON_NEWEST_LTS | ||
max-parallel: 4 | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -178,7 +178,7 @@ jobs: | |
- name: Create kind cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
version: v0.22.0 | ||
version: v0.24.0 | ||
node_image: kindest/node:${{ matrix.kubernetes }} | ||
cluster_name: kind | ||
config: test/kind/config.yaml | ||
|
@@ -220,7 +220,7 @@ jobs: | |
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.15.2 | ||
version: v0.17.1 | ||
- 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.2 | ||
version: v0.17.1 | ||
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e | ||
- 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 |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
# Install tools | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.15.2 | ||
version: v0.17.1 | ||
- 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
Oops, something went wrong.