-
Notifications
You must be signed in to change notification settings - Fork 270
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' of github.com:wolfi-dev/os into apache-pulsar
Signed-off-by: Michael Paul <[email protected]>
- Loading branch information
Showing
262 changed files
with
644 additions
and
877 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package: | ||
name: argo-workflows | ||
version: 3.6.2 | ||
epoch: 0 | ||
epoch: 1 | ||
description: Workflow engine for Kubernetes. | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -40,6 +40,10 @@ pipeline: | |
# Pack yarn UI into go binary | ||
/home/build/.cache/go/bin/staticfiles -o server/static/files.go ui/dist/app | ||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
|
||
- uses: go/build | ||
with: | ||
packages: ./cmd/argo | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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: boring-registry | ||
version: 0.15.4 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Terraform Provider and Module Registry | ||
copyright: | ||
- license: MIT | ||
|
@@ -25,7 +25,7 @@ pipeline: | |
|
||
- uses: go/bump | ||
with: | ||
deps: github.com/golang-jwt/jwt/[email protected] | ||
deps: github.com/golang-jwt/jwt/[email protected] golang.org/x/[email protected] | ||
|
||
- uses: go/build | ||
with: | ||
|
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: cloud-provider-aws-1.31 | ||
version: 1.31.4 | ||
epoch: 0 | ||
epoch: 1 | ||
description: The AWS cloud provider provides the interface between a Kubernetes cluster and AWS service APIs. | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -16,6 +16,10 @@ pipeline: | |
tag: v${{package.version}} | ||
expected-commit: 32e9f8236057aa0d5118800fcacf222dfab45a2f | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
|
||
subpackages: | ||
- name: ${{package.name}}-cloud-controller-manager | ||
description: The AWS Cloud Controller Manager is the controller that is primarily responsible for creating and updating AWS loadbalancers (classic and NLB) and node lifecycle management. | ||
|
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: dockerize | ||
version: 0.8.0 | ||
epoch: 1 | ||
epoch: 2 | ||
description: Utility to simplify running applications in docker containers | ||
copyright: | ||
- license: MIT | ||
|
@@ -21,6 +21,10 @@ pipeline: | |
tag: v${{package.version}} | ||
expected-commit: b9b22a266f4f11efe04b0db837ceb3fca7b30dad | ||
|
||
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] | ||
|
||
- uses: go/build | ||
with: | ||
packages: . | ||
|
Oops, something went wrong.