-
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.
Merge pull request #1384 from SaschaSchwarze0/sascha-cabundle
Update release process for webhook certificate
- Loading branch information
Showing
19 changed files
with
345 additions
and
55 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 |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.13.0 | ||
version: v0.14.1 | ||
- name: Install kubectl | ||
uses: azure/setup-kubectl@v3 | ||
with: | ||
|
@@ -111,7 +111,12 @@ jobs: | |
kubectl -n tekton-pipelines rollout status deployment tekton-pipelines-webhook --timeout=1m | ||
- name: Test | ||
run: | | ||
# host.docker.internal does not work in a GitHub action | ||
docker exec kind-control-plane bash -c "echo '172.17.0.1 host.docker.internal' >>/etc/hosts" | ||
# Build and load the Git image | ||
export GIT_CONTAINER_IMAGE="$(KO_DOCKER_REPO=kind.local ko publish ./cmd/git)" | ||
make test-integration | ||
e2e: | ||
|
@@ -175,10 +180,9 @@ jobs: | |
- name: Install Ko | ||
uses: ko-build/[email protected] | ||
with: | ||
version: v0.13.0 | ||
version: v0.14.1 | ||
- name: Install Shipwright Build | ||
run: | | ||
make prepare-conversion | ||
make install-controller-kind | ||
kubectl -n shipwright-build rollout status deployment shipwright-build-controller --timeout=1m || true | ||
kubectl -n shipwright-build rollout status deployment shipwright-build-webhook --timeout=1m || true | ||
|
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.13.0 | ||
version: v0.14.1 | ||
- uses: imjasonh/setup-crane@e82f1b9a8007d399333baba4d75915558e9fb6a4 | ||
- uses: sigstore/cosign-installer@v3 | ||
|
||
|
@@ -55,6 +55,9 @@ jobs: | |
mv sample-strategies.yaml nightly-${{ steps.date.outputs.date }}-sample-strategies.yaml | ||
gh release upload nightly nightly-${{ steps.date.outputs.date }}-sample-strategies.yaml | ||
echo ${{ steps.date.outputs.date }} > /tmp/latest.txt | ||
gh release upload nightly /tmp/latest.txt --clobber | ||
- name: Update latest tag of supporting images | ||
working-directory: ./cmd | ||
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
# Install tools | ||
- uses: ko-build/[email protected] | ||
with: | ||
version: v0.13.0 | ||
version: v0.14.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
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.