Skip to content

Commit

Permalink
cut 0.4.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
  • Loading branch information
astoycos committed Jun 21, 2024
1 parent 5453572 commit 2c0cb83
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 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.4.1
VERSION ?= 0.4.2git st

# 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ object to find references to the bpfMap pinpoints (`spec.maps`) in order to conf
## Developer

For more architecture details about `bpfman-operator`, refer to
[Developing the bpfman-operator](https://bpfman.io/v0.4.1/developer-guide/develop-operator)
[Developing the bpfman-operator](https://bpfman.io/v0.4.2/developer-guide/develop-operator)
30 changes: 15 additions & 15 deletions bundle/manifests/bpfman-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
"bpffunctionname": "test_fentry",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/fentry:latest"
"url": "quay.io/bpfman-bytecode/fentry:0.4.2"
}
},
"func_name": "do_unlinkat",
Expand All @@ -37,7 +37,7 @@ metadata:
"bpffunctionname": "test_fexit",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/fexit:latest"
"url": "quay.io/bpfman-bytecode/fexit:0.4.2"
}
},
"func_name": "do_unlinkat",
Expand All @@ -57,7 +57,7 @@ metadata:
"bpffunctionname": "my_kprobe",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/kprobe:latest"
"url": "quay.io/bpfman-bytecode/kprobe:0.4.2"
}
},
"func_name": "try_to_wake_up",
Expand Down Expand Up @@ -90,7 +90,7 @@ metadata:
"bpffunctionname": "pass",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/tc_pass:latest"
"url": "quay.io/bpfman-bytecode/tc_pass:0.4.2"
}
},
"direction": "ingress",
Expand Down Expand Up @@ -125,7 +125,7 @@ metadata:
"bpffunctionname": "enter_openat",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/tracepoint:latest"
"url": "quay.io/bpfman-bytecode/tracepoint:0.4.2"
}
},
"globaldata": {
Expand Down Expand Up @@ -158,7 +158,7 @@ metadata:
"bpffunctionname": "my_uprobe",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/uprobe:latest"
"url": "quay.io/bpfman-bytecode/uprobe:0.4.2"
}
},
"func_name": "syscall",
Expand Down Expand Up @@ -191,7 +191,7 @@ metadata:
"bpffunctionname": "pass",
"bytecode": {
"image": {
"url": "quay.io/bpfman-bytecode/xdp_pass:latest"
"url": "quay.io/bpfman-bytecode/xdp_pass:0.4.2"
}
},
"globaldata": {
Expand All @@ -215,8 +215,8 @@ metadata:
]
capabilities: Basic Install
categories: OpenShift Optional
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
createdAt: "2024-06-07T18:48:53Z"
containerImage: quay.io/bpfman/bpfman-operator:v0.4.2
createdAt: "2024-06-21T15:07:49Z"
operatorframework.io/suggested-namespace-template: |-
{
"apiVersion": "v1",
Expand All @@ -236,7 +236,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.4.1
name: bpfman-operator.v0.4.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -290,8 +290,8 @@ spec:
configmap is automatically created in the `bpfman` namespace and used to configure
the bpfman deployment.\n\nTo edit the config simply run\n\n```bash\nkubectl edit
cm bpfman-config\n```\n\nThe following fields are adjustable\n\n- `bpfman.agent.image`:
The image used for the bpfman-agent, defaults to `quay.io/bpfman/bpfman-agent:latest`\n-
`bpfman.image`: The image used for bpfman, defaults to `quay.io/bpfman/bpfman:latest`\n-
The image used for the bpfman-agent, defaults to `quay.io/bpfman/bpfman-agent:0.4.2`\n-
`bpfman.image`: The image used for bpfman, defaults to `quay.io/bpfman/bpfman:0.4.2`\n-
`bpfman.log.level`: the log level for bpfman, currently supports `debug`, `info`,
`warn`, `error`, and `fatal`, defaults to `info`\n- `bpfman.agent.log.level`:
the log level for the bpfman-agent currently supports `info`, `debug`, and `trace`
Expand Down Expand Up @@ -903,7 +903,7 @@ spec:
- linux
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --secure-listen-address=0.4.2.0:8443
- --upstream=http://127.0.0.1:8174/
- --logtostderr=true
- --v=0
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
env:
- name: GO_LOG
value: debug
image: quay.io/bpfman/bpfman-operator:latest
image: quay.io/bpfman/bpfman-operator:0.4.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1022,4 +1022,4 @@ spec:
provider:
name: The bpfman Community
url: https://bpfman.io/
version: 0.4.1
version: 0.4.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.2

require (
github.com/bpfman/bpfman v0.4.1
github.com/bpfman/bpfman v0.4.2
github.com/containers/image v3.0.2+incompatible
github.com/go-logr/logr v1.4.2
github.com/google/go-cmp v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,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.4.1 h1:vH670NJIgvjdTPlYPza+u40gnYaQpSiHUlu692WbQ3g=
github.com/bpfman/bpfman v0.4.1/go.mod h1:R4M6nzZOohxhWB5M4GkcuESlb09JVmcro39eRnSLvRY=
github.com/bpfman/bpfman v0.4.2 h1:SddgA8YjtN7JYWUKTbg4i3fjI63kMYwy+ysUiymRE58=
github.com/bpfman/bpfman v0.4.2/go.mod h1:R4M6nzZOohxhWB5M4GkcuESlb09JVmcro39eRnSLvRY=
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.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
# github.com/bpfman/bpfman v0.4.2
## explicit; go 1.21.0
github.com/bpfman/bpfman/clients/gobpfman/v1
# github.com/buger/jsonparser v1.1.1
Expand Down

0 comments on commit 2c0cb83

Please sign in to comment.