-
Notifications
You must be signed in to change notification settings - Fork 297
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-cd2a5fc0-e9cc-4632-83f3-25fcf5491c1b
- Loading branch information
Showing
62 changed files
with
220 additions
and
383 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 |
---|---|---|
|
@@ -7,3 +7,4 @@ subject: "105314035764875766195" | |
permissions: | ||
contents: write | ||
pull_requests: write | ||
workflows: write |
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
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 |
---|---|---|
|
@@ -28,12 +28,13 @@ pipeline: | |
|
||
- uses: go/bump | ||
with: | ||
deps: google.golang.org/[email protected] golang.org/x/[email protected] google.golang.org/[email protected] | ||
deps: google.golang.org/[email protected] golang.org/x/[email protected] google.golang.org/[email protected] github.com/containerd/[email protected] github.com/docker/[email protected] | ||
|
||
- runs: | | ||
FRAMEWORKS_VERSION=$(go list -f '{{ .Version }}' -m github.com/open-policy-agent/frameworks/constraint) | ||
OPA_VERSION=$(go list -f '{{ .Version }}' -m github.com/open-policy-agent/opa) | ||
CGO_ENABLED=0 GO111MODULE=on go build -mod vendor -a -ldflags "-w -X github.com/open-policy-agent/gatekeeper/pkg/version.Version=v${{package.version}} -X main.frameworksVersion=${FRAMEWORKS_VERSION} -X main.opaVersion=${OPA_VERSION}" -o manager | ||
make gator | ||
mkdir -p ${{targets.destdir}}/usr/bin | ||
install -Dm755 ./manager ${{targets.destdir}}/usr/bin/manager | ||
|
@@ -49,6 +50,15 @@ subpackages: | |
provides: | ||
- gatekeeper-compat=${{package.full-version}} | ||
|
||
- name: ${{package.name}}-gator | ||
pipeline: | ||
- runs: | | ||
mkdir -p ${{targets.subpkgdir}}/usr/bin | ||
mv bin/gator ${{targets.subpkgdir}}/usr/bin/gator | ||
dependencies: | ||
provides: | ||
- gatekeeper-gator=${{package.full-version}} | ||
|
||
update: | ||
enabled: true | ||
github: | ||
|
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: helm-operator | ||
version: 1.34.1 | ||
epoch: 2 | ||
epoch: 3 | ||
description: open source toolkit to manage Kubernetes native applications. | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -24,7 +24,7 @@ pipeline: | |
- uses: go/bump | ||
with: | ||
deps: golang.org/x/[email protected] github.com/docker/[email protected]+incompatible helm.sh/helm/[email protected] google.golang.org/[email protected] github.com/docker/[email protected] | ||
replaces: github.com/google/gnostic=github.com/google/[email protected] k8s.io/kube-openapi=k8s.io/[email protected] | ||
replaces: github.com/google/gnostic=github.com/google/[email protected] k8s.io/kube-openapi=k8s.io/[email protected] github.com/distribution/reference=github.com/distribution/[email protected] | ||
|
||
- runs: | | ||
make build/operator-sdk build/helm-operator | ||
|
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: influx | ||
version: 2.7.3 | ||
epoch: 11 | ||
version: 2.7.4 | ||
epoch: 0 | ||
description: CLI for managing resources in InfluxDB v2 | ||
copyright: | ||
- license: MIT | ||
|
@@ -20,11 +20,7 @@ pipeline: | |
with: | ||
repository: https://github.com/influxdata/influx-cli | ||
tag: v${{package.version}} | ||
expected-commit: 8b962c7e750559f784dd2028633e5f324d4a8da2 | ||
|
||
- uses: go/bump | ||
with: | ||
deps: google.golang.org/[email protected] | ||
expected-commit: ec55d42dc4214b335b05b1646293affff710cd63 | ||
|
||
- runs: | | ||
# Our global LDFLAGS conflict with a Makefile parameter | ||
|
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: ipfs | ||
version: 0.27.0 | ||
epoch: 4 | ||
version: 0.28.0 | ||
epoch: 0 | ||
description: An IPFS implementation in Go | ||
copyright: | ||
- license: Apache-2.0 | ||
|
@@ -24,13 +24,13 @@ environment: | |
pipeline: | ||
- uses: git-checkout | ||
with: | ||
expected-commit: 59bcea8783e4117d56aeb81685ce33b8ddb13a1b | ||
expected-commit: e7f0f340c65379c1dd2d80967ae625614f1b9eae | ||
repository: https://github.com/ipfs/kubo | ||
tag: v${{package.version}} | ||
|
||
- uses: go/bump | ||
with: | ||
deps: google.golang.org/[email protected] github.com/quic-go/[email protected] github.com/libp2p/[email protected] | ||
deps: google.golang.org/[email protected] | ||
|
||
- runs: | | ||
CGO_ENABLED=1 GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) GOFLAGS=-buildvcs=false make build GOTAGS=openssl | ||
|
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.