Skip to content

Commit 5bc8a25

Browse files
authored
Merge pull request #45 from anfredette/release-0.5.0-rc2
bpfman-operator release v0.5.0-rc3
2 parents 1a6a92a + 6f6e6ee commit 5bc8a25

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
if: startsWith(github.ref, 'refs/tags/v')
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Checkout bpfman
15+
uses: actions/checkout@v4
16+
1417
- name: Set env
1518
run: |
1619
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

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.0-rc2
6+
VERSION ?= 0.5.0-rc3
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")

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-07-11T20:30:36Z"
299+
createdAt: "2024-07-12T15:52:56Z"
300300
operatorframework.io/suggested-namespace-template: |-
301301
{
302302
"apiVersion": "v1",
@@ -316,7 +316,7 @@ metadata:
316316
operators.operatorframework.io/builder: operator-sdk-v1.27.0
317317
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
318318
repository: https://github.com/bpfman/bpfman
319-
name: bpfman-operator.v0.5.0-rc2
319+
name: bpfman-operator.v0.5.0-rc3
320320
namespace: placeholder
321321
spec:
322322
apiservicedefinitions: {}
@@ -1131,4 +1131,4 @@ spec:
11311131
provider:
11321132
name: The bpfman Community
11331133
url: https://bpfman.io/
1134-
version: 0.5.0-rc2
1134+
version: 0.5.0-rc3

changelogs/CHANGELOG-v0.5.0-rc3.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Pre-release 3 for 0.5.0
2+
3+
The v0.5.0 release is a minor release that is the first official release with bpfman-operator in a separate repo.
4+
5+
A notable 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.
6+
7+
## What's Changed
8+
* SDN-5007: introducing bfpapplication object by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/6
9+
* Fixups for pr #6 by @anfredette in https://github.com/bpfman/bpfman-operator/pull/31
10+
* build(deps): bump the production-dependencies group with 2 updates by @dependabot in https://github.com/bpfman/bpfman-operator/pull/32
11+
* Add app integeration test by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/23
12+
* remove api doc gen by @astoycos in https://github.com/bpfman/bpfman-operator/pull/34
13+
* fix broken link the readme and few minor edits by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/33
14+
* 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
15+
* handle update app object by removing an existing program by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/38
16+
* More concise naming scheme for BpfPrograms by @anfredette in https://github.com/bpfman/bpfman-operator/pull/37
17+
* update build-release-yamls target by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/42
18+
* cut v0.5.0-rc1 release by @anfredette in https://github.com/bpfman/bpfman-operator/pull/41
19+
20+
**Full Changelog**: https://github.com/bpfman/bpfman-operator/compare/v0.4.2...v0.5.0-rc2

0 commit comments

Comments
 (0)