You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The v0.5.0 release is a minor release and is the first official release with
3
+
bpfman-operator in a separate repo.
4
+
5
+
The key new feature in this release is support for the BpfApplication CRD, which
6
+
allows an application developer to deploy a set of required eBPF programs using
7
+
a single BpfApplication CRD rather than multiple separate *Program CRDs.
8
+
9
+
## What's Changed
10
+
* SDN-5007: introducing bfpapplication object by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/6
11
+
* Fixups for pr #6 by @anfredette in https://github.com/bpfman/bpfman-operator/pull/31
12
+
* build(deps): bump the production-dependencies group with 2 updates by @dependabot in https://github.com/bpfman/bpfman-operator/pull/32
13
+
* Add app integration test by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/23
14
+
* remove api doc gen by @astoycos in https://github.com/bpfman/bpfman-operator/pull/34
15
+
* fix broken link the readme and few minor edits by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/33
16
+
* 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
17
+
* handle update app object by removing an existing program by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/38
18
+
* More concise naming scheme for BpfPrograms by @anfredette in https://github.com/bpfman/bpfman-operator/pull/37
19
+
* update build-release-yamls target by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/42
20
+
* Add make catalog-deploy to allow loading dev operator from console by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/43
21
+
* Add missing schema for BpfApplication object by @msherif1234 in https://github.com/bpfman/bpfman-operator/pull/46
0 commit comments