Skip to content

Commit eef2589

Browse files
authored
Merge pull request #313 from anfredette/release-v0.5.2
bpfman-operator release v0.5.2
2 parents 7e57c76 + 812b877 commit eef2589

File tree

11 files changed

+38
-19
lines changed

11 files changed

+38
-19
lines changed

Containerfile.bpfman-agent.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ LABEL name="bpfman/bpfman-agent" \
4848
description="The bpfman-agent manage bpfman ebpf programs on every node." \
4949
io.k8s.description="The bpfman-agent manage bpfman programs on every node. ." \
5050
io.openshift.tags="bpfman-agent" \
51-
version="0.5.1" \
51+
version="0.5.2" \
5252
vendor="Red Hat, Inc."
5353

5454
ENTRYPOINT ["/bpfman-agent"]

Containerfile.bpfman-operator.openshift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LABEL name="bpfman/bpfman-operator" \
4242
description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster." \
4343
io.k8s.description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster. ." \
4444
io.openshift.tags="bpfman-operator" \
45-
version="0.5.1" \
45+
version="0.5.2" \
4646
vendor="Red Hat, Inc."
4747

4848
USER 65532:65532

Containerfile.bundle.openshift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ LABEL name="bpfman-operator" \
3838
distribution-scope=public \
3939
io.k8s.description="The bpfman-operator manage bpfman programs on every node. ." \
4040
io.openshift.tags="bpfman-operator" \
41-
version="0.5.1" \
42-
release="0.5.1" \
41+
version="0.5.2" \
42+
release="0.5.2" \
4343
url="https://github.com/bpfman/bpfman-operator" \
4444
vendor="Red Hat, Inc." \
4545
summary="Bpfman Operator"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.5.1
6+
VERSION ?= 0.5.2
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ object to find references to the bpfMap pinpoints (`spec.maps`) to configure the
206206
## Developer
207207

208208
For more architecture details about `bpfman-operator`, refer to
209-
[Developing the bpfman-operator](https://bpfman.io/v0.5.1/developer-guide/develop-operator)
209+
[Developing the bpfman-operator](https://bpfman.io/v0.5.2/developer-guide/develop-operator)
210210

211211
### Bpfman-agent profiling
212212

bundle/manifests/bpfman-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ metadata:
296296
capabilities: Basic Install
297297
categories: OpenShift Optional
298298
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
299-
createdAt: "2024-09-23T11:50:54Z"
299+
createdAt: "2024-10-10T19:42:33Z"
300300
features.operators.openshift.io/cnf: "false"
301301
features.operators.openshift.io/cni: "false"
302302
features.operators.openshift.io/csi: "true"
@@ -335,7 +335,7 @@ metadata:
335335
operatorframework.io/arch.arm64: supported
336336
operatorframework.io/arch.ppc64le: supported
337337
operatorframework.io/arch.s390x: supported
338-
name: bpfman-operator.v0.5.1
338+
name: bpfman-operator.v0.5.2
339339
namespace: placeholder
340340
spec:
341341
apiservicedefinitions: {}
@@ -1153,4 +1153,4 @@ spec:
11531153
provider:
11541154
name: The bpfman Community
11551155
url: https://bpfman.io/
1156-
version: 0.5.1
1156+
version: 0.5.2

catalog/index.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ icon:
66
name: bpfman-operator
77
schema: olm.package
88
---
9-
image: quay.io/bpfman/bpfman-operator-bundle:v0.5.1
10-
name: bpfman-operator.v0.5.1
9+
image: quay.io/bpfman/bpfman-operator-bundle:v0.5.2
10+
name: bpfman-operator.v0.5.2
1111
package: bpfman-operator
1212
properties:
1313
- type: olm.gvk
@@ -63,7 +63,7 @@ properties:
6363
- type: olm.package
6464
value:
6565
packageName: bpfman-operator
66-
version: 0.5.1
66+
version: 0.5.2
6767
- type: olm.csv.metadata
6868
value:
6969
annotations:
@@ -493,14 +493,14 @@ properties:
493493
relatedImages:
494494
- image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
495495
name: ""
496-
- image: quay.io/bpfman/bpfman-operator-bundle:v0.5.1
496+
- image: quay.io/bpfman/bpfman-operator-bundle:v0.5.2
497497
name: ""
498-
- image: quay.io/bpfman/bpfman-operator:v0.5.1
498+
- image: quay.io/bpfman/bpfman-operator:v0.5.2
499499
name: ""
500500
schema: olm.bundle
501501
---
502502
schema: olm.channel
503503
package: bpfman-operator
504504
name: latest
505505
entries:
506-
- name: bpfman-operator.v0.5.1
506+
- name: bpfman-operator.v0.5.2

changelogs/CHANGELOG-v0.5.2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
The bpfman-operator v0.5.2 release is a patch release that adds support for
2+
ppc64le and s390x, and contains several minor internal updates.
3+
4+
## What's Changed
5+
* Add support for ppc64le and s390x (bpfman change)
6+
* Makefile: ensure `run-on-kind` works without local images by @frobware in https://github.com/bpfman/bpfman-operator/pull/111
7+
* update containers/image golang pkg to fix a CVE by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/123
8+
* Bump crictl to v1.31.0 by @anfredette in https://github.com/bpfman/bpfman-operator/pull/126
9+
* Fix BUILDPLATFORM redefinition issue in some Containerfiles by @frobware in https://github.com/bpfman/bpfman-operator/pull/121
10+
* ci: make sure BUILDPLATFORM is set in github actions by @Billy99 in https://github.com/bpfman/bpfman-operator/pull/136
11+
* Makefile: Split build image tasks for better modularity by @frobware in https://github.com/bpfman/bpfman-operator/pull/129
12+
* fix GH actions by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/147
13+
* ci: run image-build.yaml when Containerfiles are updated by @Billy99 in https://github.com/bpfman/bpfman-operator/pull/160
14+
* ci: add Podman validation to the build-images step by @frobware in https://github.com/bpfman/bpfman-operator/pull/130
15+
16+
## New Contributors
17+
* @ralphbean made their first contribution in https://github.com/bpfman/bpfman-operator/pull/210
18+
19+
**Full Changelog**: https://github.com/bpfman/bpfman-operator/compare/v0.5.1...v0.5.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.22.2
66

77
require (
8-
github.com/bpfman/bpfman v0.5.1
8+
github.com/bpfman/bpfman v0.5.2
99
github.com/containers/image/v5 v5.32.2
1010
github.com/go-logr/logr v1.4.2
1111
github.com/google/go-cmp v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
22
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
33
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
44
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
5-
github.com/bpfman/bpfman v0.5.1 h1:nYZl1U5yYj9EFIEUBprcBjIzxeXEI7RylRyyf6erg5k=
6-
github.com/bpfman/bpfman v0.5.1/go.mod h1:ZBZc5wo+lEQA+w/89Sbjaw5VhuvuLTDS3a3yDjOl81o=
5+
github.com/bpfman/bpfman v0.5.2 h1:hQ7WM1tbRao1k2VYrePiI1ZdcOsapkmnZ7GsR9y2nNc=
6+
github.com/bpfman/bpfman v0.5.2/go.mod h1:ZBZc5wo+lEQA+w/89Sbjaw5VhuvuLTDS3a3yDjOl81o=
77
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
88
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
99
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=

0 commit comments

Comments
 (0)