From 812b8770b1fd07684a1944cb019e55f77828945b Mon Sep 17 00:00:00 2001 From: Andre Fredette Date: Thu, 10 Oct 2024 15:55:20 -0400 Subject: [PATCH] bpfman-operator release v0.5.2 Signed-off-by: Andre Fredette --- Containerfile.bpfman-agent.openshift | 2 +- Containerfile.bpfman-operator.openshift | 2 +- Containerfile.bundle.openshift | 4 ++-- Makefile | 2 +- README.md | 2 +- ...bpfman-operator.clusterserviceversion.yaml | 6 +++--- catalog/index.yaml | 12 ++++++------ changelogs/CHANGELOG-v0.5.2.md | 19 +++++++++++++++++++ go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 11 files changed, 38 insertions(+), 19 deletions(-) create mode 100644 changelogs/CHANGELOG-v0.5.2.md diff --git a/Containerfile.bpfman-agent.openshift b/Containerfile.bpfman-agent.openshift index 88a0521e5..830dc1117 100644 --- a/Containerfile.bpfman-agent.openshift +++ b/Containerfile.bpfman-agent.openshift @@ -48,7 +48,7 @@ LABEL name="bpfman/bpfman-agent" \ description="The bpfman-agent manage bpfman ebpf programs on every node." \ io.k8s.description="The bpfman-agent manage bpfman programs on every node. ." \ io.openshift.tags="bpfman-agent" \ - version="0.5.1" \ + version="0.5.2" \ vendor="Red Hat, Inc." ENTRYPOINT ["/bpfman-agent"] diff --git a/Containerfile.bpfman-operator.openshift b/Containerfile.bpfman-operator.openshift index 68831cb6f..273b758df 100644 --- a/Containerfile.bpfman-operator.openshift +++ b/Containerfile.bpfman-operator.openshift @@ -42,7 +42,7 @@ LABEL name="bpfman/bpfman-operator" \ description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster." \ io.k8s.description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster. ." \ io.openshift.tags="bpfman-operator" \ - version="0.5.1" \ + version="0.5.2" \ vendor="Red Hat, Inc." USER 65532:65532 diff --git a/Containerfile.bundle.openshift b/Containerfile.bundle.openshift index 6c312612a..5334b1f65 100644 --- a/Containerfile.bundle.openshift +++ b/Containerfile.bundle.openshift @@ -38,8 +38,8 @@ LABEL name="bpfman-operator" \ distribution-scope=public \ io.k8s.description="The bpfman-operator manage bpfman programs on every node. ." \ io.openshift.tags="bpfman-operator" \ - version="0.5.1" \ - release="0.5.1" \ + version="0.5.2" \ + release="0.5.2" \ url="https://github.com/bpfman/bpfman-operator" \ vendor="Red Hat, Inc." \ summary="Bpfman Operator" diff --git a/Makefile b/Makefile index dfe270477..c15efbcec 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 0.5.1 +VERSION ?= 0.5.2 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/README.md b/README.md index 8b433171c..f2bf61346 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ object to find references to the bpfMap pinpoints (`spec.maps`) to configure the ## Developer For more architecture details about `bpfman-operator`, refer to -[Developing the bpfman-operator](https://bpfman.io/v0.5.1/developer-guide/develop-operator) +[Developing the bpfman-operator](https://bpfman.io/v0.5.2/developer-guide/develop-operator) ### Bpfman-agent profiling diff --git a/bundle/manifests/bpfman-operator.clusterserviceversion.yaml b/bundle/manifests/bpfman-operator.clusterserviceversion.yaml index 743bd4fda..f9d6051c7 100644 --- a/bundle/manifests/bpfman-operator.clusterserviceversion.yaml +++ b/bundle/manifests/bpfman-operator.clusterserviceversion.yaml @@ -296,7 +296,7 @@ metadata: capabilities: Basic Install categories: OpenShift Optional containerImage: quay.io/bpfman/bpfman-operator:v0.0.0 - createdAt: "2024-09-23T11:50:54Z" + createdAt: "2024-10-10T19:42:33Z" features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "false" features.operators.openshift.io/csi: "true" @@ -335,7 +335,7 @@ metadata: operatorframework.io/arch.arm64: supported operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported - name: bpfman-operator.v0.5.1 + name: bpfman-operator.v0.5.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -1153,4 +1153,4 @@ spec: provider: name: The bpfman Community url: https://bpfman.io/ - version: 0.5.1 + version: 0.5.2 diff --git a/catalog/index.yaml b/catalog/index.yaml index df8e770b8..f56a14403 100644 --- a/catalog/index.yaml +++ b/catalog/index.yaml @@ -6,8 +6,8 @@ icon: name: bpfman-operator schema: olm.package --- -image: quay.io/bpfman/bpfman-operator-bundle:v0.5.1 -name: bpfman-operator.v0.5.1 +image: quay.io/bpfman/bpfman-operator-bundle:v0.5.2 +name: bpfman-operator.v0.5.2 package: bpfman-operator properties: - type: olm.gvk @@ -63,7 +63,7 @@ properties: - type: olm.package value: packageName: bpfman-operator - version: 0.5.1 + version: 0.5.2 - type: olm.csv.metadata value: annotations: @@ -493,9 +493,9 @@ properties: relatedImages: - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0 name: "" -- image: quay.io/bpfman/bpfman-operator-bundle:v0.5.1 +- image: quay.io/bpfman/bpfman-operator-bundle:v0.5.2 name: "" -- image: quay.io/bpfman/bpfman-operator:v0.5.1 +- image: quay.io/bpfman/bpfman-operator:v0.5.2 name: "" schema: olm.bundle --- @@ -503,4 +503,4 @@ schema: olm.channel package: bpfman-operator name: latest entries: - - name: bpfman-operator.v0.5.1 + - name: bpfman-operator.v0.5.2 diff --git a/changelogs/CHANGELOG-v0.5.2.md b/changelogs/CHANGELOG-v0.5.2.md new file mode 100644 index 000000000..778a8a51a --- /dev/null +++ b/changelogs/CHANGELOG-v0.5.2.md @@ -0,0 +1,19 @@ +The bpfman-operator v0.5.2 release is a patch release that adds support for +ppc64le and s390x, and contains several minor internal updates. + +## What's Changed +* Add support for ppc64le and s390x (bpfman change) +* Makefile: ensure `run-on-kind` works without local images by @frobware in https://github.com/bpfman/bpfman-operator/pull/111 +* update containers/image golang pkg to fix a CVE by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/123 +* Bump crictl to v1.31.0 by @anfredette in https://github.com/bpfman/bpfman-operator/pull/126 +* Fix BUILDPLATFORM redefinition issue in some Containerfiles by @frobware in https://github.com/bpfman/bpfman-operator/pull/121 +* ci: make sure BUILDPLATFORM is set in github actions by @Billy99 in https://github.com/bpfman/bpfman-operator/pull/136 +* Makefile: Split build image tasks for better modularity by @frobware in https://github.com/bpfman/bpfman-operator/pull/129 +* fix GH actions by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/147 +* ci: run image-build.yaml when Containerfiles are updated by @Billy99 in https://github.com/bpfman/bpfman-operator/pull/160 +* ci: add Podman validation to the build-images step by @frobware in https://github.com/bpfman/bpfman-operator/pull/130 + +## New Contributors +* @ralphbean made their first contribution in https://github.com/bpfman/bpfman-operator/pull/210 + +**Full Changelog**: https://github.com/bpfman/bpfman-operator/compare/v0.5.1...v0.5.2 diff --git a/go.mod b/go.mod index 15e31b0c5..25be5bebb 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.2 require ( - github.com/bpfman/bpfman v0.5.1 + github.com/bpfman/bpfman v0.5.2 github.com/containers/image/v5 v5.32.2 github.com/go-logr/logr v1.4.2 github.com/google/go-cmp v0.6.0 diff --git a/go.sum b/go.sum index 9e11cc899..8541fe958 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM= github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ= -github.com/bpfman/bpfman v0.5.1 h1:nYZl1U5yYj9EFIEUBprcBjIzxeXEI7RylRyyf6erg5k= -github.com/bpfman/bpfman v0.5.1/go.mod h1:ZBZc5wo+lEQA+w/89Sbjaw5VhuvuLTDS3a3yDjOl81o= +github.com/bpfman/bpfman v0.5.2 h1:hQ7WM1tbRao1k2VYrePiI1ZdcOsapkmnZ7GsR9y2nNc= +github.com/bpfman/bpfman v0.5.2/go.mod h1:ZBZc5wo+lEQA+w/89Sbjaw5VhuvuLTDS3a3yDjOl81o= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= diff --git a/vendor/modules.txt b/vendor/modules.txt index 5b75a72fd..4afdb3a1a 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -4,7 +4,7 @@ github.com/beorn7/perks/quantile # github.com/blang/semver/v4 v4.0.0 ## explicit; go 1.14 github.com/blang/semver/v4 -# github.com/bpfman/bpfman v0.5.1 +# github.com/bpfman/bpfman v0.5.2 ## explicit; go 1.22.0 github.com/bpfman/bpfman/clients/gobpfman/v1 # github.com/buger/jsonparser v1.1.1