Skip to content

Commit

Permalink
Make release v0.0.8 releasable (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos authored Aug 29, 2024
1 parent ea44088 commit f27e70c
Show file tree
Hide file tree
Showing 6 changed files with 388 additions and 452 deletions.
67 changes: 1 addition & 66 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
architect: giantswarm/architect@4.35.6
architect: giantswarm/architect@5.6.0

workflows:
package-and-push-chart-on-tag:
Expand Down Expand Up @@ -74,68 +74,3 @@ workflows:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: capa-app-collection
context: "architect"
app_name: "kyverno-policy-operator"
app_collection_repo: "capa-app-collection"
requires:
- push-kyverno-policy-operator-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: capz-app-collection
context: "architect"
app_name: "kyverno-policy-operator"
app_collection_repo: "capz-app-collection"
requires:
- push-kyverno-policy-operator-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: gcp-app-collection
context: "architect"
app_name: "kyverno-policy-operator"
app_collection_repo: "gcp-app-collection"
requires:
- push-kyverno-policy-operator-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: vsphere-app-collection
context: "architect"
app_name: "kyverno-policy-operator"
app_collection_repo: "vsphere-app-collection"
requires:
- push-kyverno-policy-operator-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

- architect/push-to-app-collection:
name: cloud-director-app-collection
context: "architect"
app_name: "kyverno-policy-operator"
app_collection_repo: "cloud-director-app-collection"
requires:
- push-kyverno-policy-operator-chart-to-control-plane-catalog
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/
20 changes: 1 addition & 19 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
CVE-2022-29153 until=2024-04-15 # github.com/hashicorp/consul/[email protected]
CVE-2023-37264 until=2024-04-15 # github.com/tektoncd/[email protected]
CVE-2022-34038 until=2023-12-13 # go.etcd.io/etcd/[email protected]
CVE-2023-0296 until=2024-04-15 # go.etcd.io/etcd/[email protected]
CVE-2023-32082 until=2023-12-13 # go.etcd.io/etcd/[email protected]
CVE-2019-15562 until=2023-12-13 # github.com/jinzhu/[email protected]
CVE-2020-8561 until=2023-12-14 # k8s.io/[email protected]
CVE-2023-47090 until=2024-02-05 # github.com/nats-io/nats-server/[email protected]
CVE-2023-46737 until=2024-02-06 # github.com/sigstore/[email protected]
CVE-2023-49290 until=2024-03-10 # github.com/lestrrat-go/jwx/[email protected]
CVE-2020-26521 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2021-3127 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2021-32026 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2022-29946 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2022-42709 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2020-26892 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2020-28466 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2022-24450 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2022-42708 until=2024-03-10 # github.com/nats-io/nats-server/[email protected]
CVE-2024-24786 until=2024-09-28 # google.golang.org/[email protected]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
Loading

0 comments on commit f27e70c

Please sign in to comment.