-
Notifications
You must be signed in to change notification settings - Fork 283
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 wolfictl-09ea0ffe-7dda-4dff-bcb3-bc180febf8ef
Signed-off-by: dlorenc <[email protected]>
- Loading branch information
Showing
269 changed files
with
109,954 additions
and
930 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
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,9 @@ | ||
issuer: https://accounts.google.com | ||
|
||
# staging-images: not in use | ||
# prod-images: lifecycle-devops-collector@prod-images-c6e5.iam.gserviceaccount.com | ||
subject: "109102922315025257155" | ||
|
||
permissions: | ||
contents: read | ||
metadata: read |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package: | ||
name: actions-runner-controller | ||
version: 0.9.0 | ||
version: 0.9.1 | ||
epoch: 1 | ||
description: Kubernetes controller for GitHub Actions self-hosted runners | ||
copyright: | ||
|
@@ -18,24 +18,25 @@ pipeline: | |
with: | ||
repository: https://github.com/actions/actions-runner-controller | ||
tag: gha-runner-scale-set-${{package.version}} | ||
expected-commit: 4357525445b0b77388af4e1f171b5b7bd9b116a4 | ||
|
||
# Ref: https://github.com/actions/actions-runner-controller/blob/gha-runner-scale-set-0.5.0/Dockerfile#L35 | ||
- uses: go/bump | ||
with: | ||
deps: github.com/cloudflare/[email protected] | ||
expected-commit: 9e191cdd21621f4e43023e0bdbbd2ff9b139c8a6 | ||
|
||
- uses: go/build | ||
with: | ||
packages: . | ||
output: manager | ||
ldflags: -s -w | ||
ldflags: -s -w -X 'github.com/actions/actions-runner-controller/build.Version=${{package.version}}' -X 'github.com/actions/actions-runner-controller/build.CommitSHA=$(git rev-parse HEAD)' | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./cmd/githubrunnerscalesetlistener | ||
output: github-runnerscaleset-listener | ||
ldflags: -s -w -X 'github.com/actions/actions-runner-controller/build.Version=${{package.version}}' | ||
ldflags: -s -w -X 'github.com/actions/actions-runner-controller/build.Version=${{package.version}}' -X 'github.com/actions/actions-runner-controller/build.CommitSHA=$(git rev-parse HEAD)' | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./cmd/ghalistener | ||
output: ghalistener | ||
ldflags: -s -w -X 'github.com/actions/actions-runner-controller/build.Version=${{package.version}}' -X 'github.com/actions/actions-runner-controller/build.CommitSHA=$(git rev-parse HEAD)' | ||
|
||
- uses: go/build | ||
with: | ||
|
@@ -64,10 +65,27 @@ subpackages: | |
- runs: | | ||
mkdir -p "${{targets.subpkgdir}}" | ||
ln -sf /usr/bin/manager ${{targets.subpkgdir}}/manager | ||
ln -sf /usr/bin/ghalistener ${{targets.subpkgdir}}/ghalistener | ||
update: | ||
enabled: true | ||
github: | ||
identifier: actions/actions-runner-controller | ||
strip-prefix: gha-runner-scale-set- | ||
tag-filter: gha-runner-scale-set- | ||
|
||
test: | ||
environment: | ||
contents: | ||
packages: | ||
- ${{package.name}}-compat | ||
pipeline: | ||
- runs: | | ||
set +e | ||
/manager -h | ||
/ghalistener -h | ||
github-runnerscaleset-listener -h | ||
ghalistener -h | ||
github-webhook-server -h | ||
actions-metrics-server -h | ||
sleep 1 |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: argo-workflows | ||
version: 3.5.5 | ||
epoch: 5 | ||
version: 3.5.6 | ||
epoch: 0 | ||
description: Workflow engine for Kubernetes. | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -20,15 +20,10 @@ environment: | |
pipeline: | ||
- uses: git-checkout | ||
with: | ||
expected-commit: c80b2e91ebd7e7f604e88442f45ec630380effa0 | ||
expected-commit: 555030053825dd61689a086cb3c2da329419325a | ||
repository: https://github.com/argoproj/argo-workflows | ||
tag: v${{package.version}} | ||
|
||
- uses: go/bump | ||
with: | ||
deps: github.com/docker/[email protected] github.com/go-jose/go-jose/[email protected] github.com/jackc/pgx/[email protected] google.golang.org/[email protected] github.com/golang/[email protected] | ||
replaces: github.com/whilp/git-urls=github.com/dlorenc/[email protected] | ||
|
||
- runs: | | ||
# NODE_OPTIONS has to been set | ||
sed -i 's/NODE_OPTIONS='\''[^'\'']*'\''/NODE_OPTIONS='\''--openssl-legacy-provider'\''/g' ui/package.json | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: aws-ebs-csi-driver | ||
version: 1.29.1 | ||
epoch: 1 | ||
epoch: 2 | ||
description: CSI driver for Amazon EBS. | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -32,6 +32,10 @@ pipeline: | |
tag: v${{package.version}} | ||
expected-commit: 58275ada7ddfb60ee4b2ecbf7aaa5d7798f1f195 | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
|
||
- runs: | | ||
# Our global LDFLAGS conflict with a Makefile parameter | ||
unset LDFLAGS | ||
|
Oops, something went wrong.