From 1bbe7290eccada643dc2d135a4cb79f127b777b8 Mon Sep 17 00:00:00 2001 From: Andre Fredette Date: Fri, 12 Jul 2024 17:13:23 -0400 Subject: [PATCH] bpfman-operator release v0.5.0 Signed-off-by: Andre Fredette --- Makefile | 2 +- README.md | 2 +- ...bpfman-operator.clusterserviceversion.yaml | 6 ++--- changelogs/CHANGELOG-v0.5.0.md | 24 +++++++++++++++++++ go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 7 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 changelogs/CHANGELOG-v0.5.0.md diff --git a/Makefile b/Makefile index b7e449944..8a5b50dbc 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.0-rc3 +VERSION ?= 0.5.0 # 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 ee60c606a..a66ee56a7 100644 --- a/README.md +++ b/README.md @@ -206,4 +206,4 @@ 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.0-rc1/developer-guide/develop-operator) +[Developing the bpfman-operator](https://bpfman.io/v0.5.0/developer-guide/develop-operator) diff --git a/bundle/manifests/bpfman-operator.clusterserviceversion.yaml b/bundle/manifests/bpfman-operator.clusterserviceversion.yaml index ec5cddbeb..e5f7a7d40 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-07-12T19:37:22Z" + createdAt: "2024-07-12T21:04:11Z" 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.0-rc3 + name: bpfman-operator.v0.5.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -1152,4 +1152,4 @@ spec: provider: name: The bpfman Community url: https://bpfman.io/ - version: 0.5.0-rc3 + version: 0.5.0 diff --git a/changelogs/CHANGELOG-v0.5.0.md b/changelogs/CHANGELOG-v0.5.0.md new file mode 100644 index 000000000..9896ba860 --- /dev/null +++ b/changelogs/CHANGELOG-v0.5.0.md @@ -0,0 +1,24 @@ + +The v0.5.0 release is a minor release and is the first official release with +bpfman-operator in a separate repo. + +The key new feature in this release is support for the BpfApplication CRD, which +allows an application developer to deploy a set of required eBPF programs using +a single BpfApplication CRD rather than multiple separate *Program CRDs. + +## What's Changed +* SDN-5007: introducing bfpapplication object by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/6 +* Fixups for pr #6 by @anfredette in https://github.com/bpfman/bpfman-operator/pull/31 +* build(deps): bump the production-dependencies group with 2 updates by @dependabot in https://github.com/bpfman/bpfman-operator/pull/32 +* Add app integration test by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/23 +* remove api doc gen by @astoycos in https://github.com/bpfman/bpfman-operator/pull/34 +* fix broken link the readme and few minor edits by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/33 +* build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 in the production-dependencies group by @dependabot in https://github.com/bpfman/bpfman-operator/pull/39 +* handle update app object by removing an existing program by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/38 +* More concise naming scheme for BpfPrograms by @anfredette in https://github.com/bpfman/bpfman-operator/pull/37 +* update build-release-yamls target by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/42 +* Add make catalog-deploy to allow loading dev operator from console by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/43 +* Add missing schema for BpfApplication object by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/46 + +**Full Changelog**: https://github.com/bpfman/bpfman-operator/compare/v0.4.2...v0.5.0 + diff --git a/go.mod b/go.mod index afc29453d..aa55ea370 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.0-rc1 + github.com/bpfman/bpfman v0.5.0 github.com/containers/image v3.0.2+incompatible 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 8bdc617af..18b3845de 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.0-rc1 h1:ilveM/168raaO8jwExVLPjI+dUEbQiogcsjIV+C3qTw= -github.com/bpfman/bpfman v0.5.0-rc1/go.mod h1:AizsT1VkMu7ddVT/7RzUcz83smfDuh0FRgzhkZHj6ZE= +github.com/bpfman/bpfman v0.5.0 h1:Q4RCeP8EM95AJKyFc2fhiPog3TzWVqrCS3lj19M7FoE= +github.com/bpfman/bpfman v0.5.0/go.mod h1:AizsT1VkMu7ddVT/7RzUcz83smfDuh0FRgzhkZHj6ZE= 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 05f89f5a8..81d8ef1e3 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.0-rc1 +# github.com/bpfman/bpfman v0.5.0 ## explicit; go 1.22.0 github.com/bpfman/bpfman/clients/gobpfman/v1 # github.com/buger/jsonparser v1.1.1