Skip to content

Commit

Permalink
release candidate v0.5.0-rc2
Browse files Browse the repository at this point in the history
- Add changelog
- Update VERSION in Makefile
- Run make bundle

I'm leaving the version in the go.mod and README.md at v0.5.0-rc1 since
that already exists and I'm not planning to do an rc2 for bpfman.

Signed-off-by: Andre Fredette <[email protected]>
  • Loading branch information
anfredette committed Jul 11, 2024
1 parent 080f301 commit aced51d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc1
VERSION ?= 0.5.0-rc2

# 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")
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/bpfman-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ metadata:
capabilities: Basic Install
categories: OpenShift Optional
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
createdAt: "2024-07-10T22:28:17Z"
createdAt: "2024-07-11T20:30:36Z"
operatorframework.io/suggested-namespace-template: |-
{
"apiVersion": "v1",
Expand All @@ -316,7 +316,7 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/bpfman/bpfman
name: bpfman-operator.v0.5.0-rc1
name: bpfman-operator.v0.5.0-rc2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1131,4 +1131,4 @@ spec:
provider:
name: The bpfman Community
url: https://bpfman.io/
version: 0.5.0-rc1
version: 0.5.0-rc2
19 changes: 19 additions & 0 deletions changelogs/CHANGELOG-v0.5.0-rc2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Pre-release 2 for 0.5.0

The v0.5.0-rc2 release is a minor release that is the first official release that
supports the BpfApplication CRD

## 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 integeration 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
* cut v0.5.0-rc1 release by @anfredette in https://github.com/bpfman/bpfman-operator/pull/41

**Full Changelog**: https://github.com/bpfman/bpfman-operator/compare/v0.4.2...v0.5.0-rc2

0 comments on commit aced51d

Please sign in to comment.