Skip to content

Commit b36596f

Browse files
committed
Prepare release v1.9.1-community
1 parent d03abb3 commit b36596f

File tree

9 files changed

+42
-42
lines changed

9 files changed

+42
-42
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ REPO ?= $(IMAGE_REGISTRY)/$(IMAGE_ORG)
1717
# Component versions to use in bundle / release (do not use $VERSION for that)
1818
PREVIOUS_VERSION ?= v1.8.2-community
1919

20-
BUNDLE_VERSION ?= 1.9.0-community
20+
BUNDLE_VERSION ?= 1.9.1-community
2121
#File based catalog
22-
FBC_VERSION ?= 1.9.0-community
22+
FBC_VERSION ?= 1.9.1-community
2323
# console plugin
24-
export PLG_VERSION ?= v1.9.0-community
24+
export PLG_VERSION ?= v1.9.1-community
2525
# flowlogs-pipeline
26-
export FLP_VERSION ?= v1.9.0-community
26+
export FLP_VERSION ?= v1.9.1-community
2727
# eBPF agent
28-
export BPF_VERSION ?= v1.9.0-community
28+
export BPF_VERSION ?= v1.9.1-community
2929

3030
# Allows building bundles in Mac replacing BSD 'sed' command by GNU-compatible 'gsed'
3131
ifeq (,$(shell which gsed 2>/dev/null))

RELEASE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To release them, a tag in the format "v1.6.0-community" or "v1.6.0-crc0" must be
1111
E.g:
1212

1313
```bash
14-
version="v1.9.0-community"
14+
version="v1.9.1-community"
1515
git tag -a "$version" -m "$version"
1616
git push upstream --tags
1717
```
@@ -44,10 +44,10 @@ Once all sub-components are released (or have a release candidate), we can proce
4444
Edit the [Makefile](./Makefile) to update `PREVIOUS_VERSION`, `BUNDLE_VERSION`, `PLG_VERSION`, `FLP_VERSION` and `BPF_VERSION`.
4545

4646
```bash
47-
make update-bundle helm-update
47+
make update-bundle
4848

4949
# Set desired operator version - CAREFUL, no leading "v" here
50-
version="1.9.0-community"
50+
version="1.9.1-community"
5151
vv=v$version
5252
test_branch=test-$vv
5353

@@ -150,15 +150,15 @@ helm delete my-netobserv -n netobserv
150150

151151
```bash
152152
helm package helm/
153-
mv netobserv-operator-1.9.0.tgz /path/to/netobserv.github.io/static/helm/
153+
mv netobserv-operator-1.9.1.tgz /path/to/netobserv.github.io/static/helm/
154154
cd /path/to/netobserv.github.io/static/
155155
helm repo index helm/ --url https://netobserv.io/static/helm/
156156

157157
# Now, check there's nothing wrong in the generated files before commit
158158
colordiff <(yq '.entries.netobserv-operator[0]' helm/index.yaml) <(yq '.entries.netobserv-operator[1]' helm/index.yaml)
159159

160-
git add helm/netobserv-operator-1.9.0.tgz helm/index.yaml
161-
git commit -m "Publish helm 1.9.0-community"
160+
git add helm/netobserv-operator-1.9.1.tgz helm/index.yaml
161+
git commit -m "Publish helm 1.9.1-community"
162162
git push upstream HEAD:main
163163
```
164164

bundle/manifests/netobserv-operator.clusterserviceversion.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ metadata:
434434
capabilities: Seamless Upgrades
435435
categories: Monitoring, Networking, Observability
436436
console.openshift.io/plugins: '["netobserv-plugin"]'
437-
containerImage: quay.io/netobserv/network-observability-operator:1.9.0-community
438-
createdAt: "2025-07-02T13:13:09Z"
437+
containerImage: quay.io/netobserv/network-observability-operator:1.9.1-community
438+
createdAt: "2025-07-09T06:51:52Z"
439439
description: Network flows collector and monitoring solution
440440
operatorframework.io/initialization-resource: '{"apiVersion":"flows.netobserv.io/v1beta2",
441441
"kind":"FlowCollector","metadata":{"name":"cluster"},"spec": {}}'
@@ -450,7 +450,7 @@ metadata:
450450
operatorframework.io/arch.ppc64le: supported
451451
operatorframework.io/arch.s390x: supported
452452
operatorframework.io/os.linux: supported
453-
name: netobserv-operator.v1.9.0-community
453+
name: netobserv-operator.v1.9.1-community
454454
namespace: placeholder
455455
spec:
456456
apiservicedefinitions: {}
@@ -894,7 +894,7 @@ spec:
894894
895895
## Configuration
896896
897-
The `FlowCollector` resource is used to configure the operator and its managed components. A comprehensive documentation is [available here](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/config/samples/flows_v1beta2_flowcollector.yaml).
897+
The `FlowCollector` resource is used to configure the operator and its managed components. A comprehensive documentation is [available here](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/config/samples/flows_v1beta2_flowcollector.yaml).
898898
899899
To edit configuration in cluster, run:
900900
@@ -910,7 +910,7 @@ spec:
910910
911911
- Loki (`spec.loki`): configure here how to reach Loki. The default values match the Loki quick install paths mentioned above, but you might have to configure differently if you used another installation method. Make sure to disable it (`spec.loki.enable`) if you don't want to use Loki.
912912
913-
- Quick filters (`spec.consolePlugin.quickFilters`): configure preset filters to be displayed in the Console plugin. They offer a way to quickly switch from filters to others, such as showing / hiding pods network, or infrastructure network, or application network, etc. They can be tuned to reflect the different workloads running on your cluster. For a list of available filters, [check this page](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/QuickFilters.md).
913+
- Quick filters (`spec.consolePlugin.quickFilters`): configure preset filters to be displayed in the Console plugin. They offer a way to quickly switch from filters to others, such as showing / hiding pods network, or infrastructure network, or application network, etc. They can be tuned to reflect the different workloads running on your cluster. For a list of available filters, [check this page](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/QuickFilters.md).
914914
915915
- Kafka (`spec.deploymentModel: KAFKA` and `spec.kafka`): when enabled, integrates the flow collection pipeline with Kafka, by splitting ingestion from transformation (kube enrichment, derived metrics, ...). Kafka can provide better scalability, resiliency and high availability ([view more details](https://www.redhat.com/en/topics/integration/what-is-apache-kafka)). Assumes Kafka is already deployed and a topic is created.
916916
@@ -946,7 +946,7 @@ spec:
946946
This documentation includes:
947947
948948
- An [overview](https://github.com/netobserv/network-observability-operator#openshift-console) of the features, with screenshots
949-
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/Metrics.md).
949+
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/Metrics.md).
950950
- A [performance](https://github.com/netobserv/network-observability-operator#performance-fine-tuning) section, for fine-tuning
951951
- A [security](https://github.com/netobserv/network-observability-operator#securing-data-and-communications) section
952952
- An [F.A.Q.](https://github.com/netobserv/network-observability-operator#faq--troubleshooting) section
@@ -1251,17 +1251,17 @@ spec:
12511251
- /manager
12521252
env:
12531253
- name: RELATED_IMAGE_EBPF_AGENT
1254-
value: quay.io/netobserv/netobserv-ebpf-agent:v1.9.0-community
1254+
value: quay.io/netobserv/netobserv-ebpf-agent:v1.9.1-community
12551255
- name: RELATED_IMAGE_FLOWLOGS_PIPELINE
1256-
value: quay.io/netobserv/flowlogs-pipeline:v1.9.0-community
1256+
value: quay.io/netobserv/flowlogs-pipeline:v1.9.1-community
12571257
- name: RELATED_IMAGE_CONSOLE_PLUGIN
1258-
value: quay.io/netobserv/network-observability-console-plugin:v1.9.0-community
1258+
value: quay.io/netobserv/network-observability-console-plugin:v1.9.1-community
12591259
- name: RELATED_IMAGE_CONSOLE_PLUGIN_COMPAT
12601260
value: quay.io/netobserv/network-observability-console-plugin-pf4:v1.8.2-community
12611261
- name: DOWNSTREAM_DEPLOYMENT
12621262
value: "false"
12631263
- name: PROFILING_BIND_ADDRESS
1264-
image: quay.io/netobserv/network-observability-operator:1.9.0-community
1264+
image: quay.io/netobserv/network-observability-operator:1.9.1-community
12651265
imagePullPolicy: Always
12661266
livenessProbe:
12671267
httpGet:
@@ -1393,16 +1393,16 @@ spec:
13931393
name: Red Hat
13941394
url: https://www.redhat.com
13951395
relatedImages:
1396-
- image: quay.io/netobserv/netobserv-ebpf-agent:v1.9.0-community
1396+
- image: quay.io/netobserv/netobserv-ebpf-agent:v1.9.1-community
13971397
name: ebpf-agent
1398-
- image: quay.io/netobserv/flowlogs-pipeline:v1.9.0-community
1398+
- image: quay.io/netobserv/flowlogs-pipeline:v1.9.1-community
13991399
name: flowlogs-pipeline
1400-
- image: quay.io/netobserv/network-observability-console-plugin:v1.9.0-community
1400+
- image: quay.io/netobserv/network-observability-console-plugin:v1.9.1-community
14011401
name: console-plugin
14021402
- image: quay.io/netobserv/network-observability-console-plugin-pf4:v1.8.2-community
14031403
name: console-plugin-compat
14041404
replaces: netobserv-operator.v1.8.2-community
1405-
version: 1.9.0-community
1405+
version: 1.9.1-community
14061406
webhookdefinitions:
14071407
- admissionReviewVersions:
14081408
- v1

config/descriptions/ocp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In that case, you can still get the Prometheus metrics or export raw flows to a
3838

3939
## Configuration
4040

41-
The `FlowCollector` resource is used to configure the operator and its managed components. A comprehensive documentation is [available here](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/config/samples/flows_v1beta2_flowcollector.yaml).
41+
The `FlowCollector` resource is used to configure the operator and its managed components. A comprehensive documentation is [available here](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/config/samples/flows_v1beta2_flowcollector.yaml).
4242

4343
To edit configuration in cluster, run:
4444

@@ -54,7 +54,7 @@ A couple of settings deserve special attention:
5454

5555
- Loki (`spec.loki`): configure here how to reach Loki. The default values match the Loki quick install paths mentioned above, but you might have to configure differently if you used another installation method. Make sure to disable it (`spec.loki.enable`) if you don't want to use Loki.
5656

57-
- Quick filters (`spec.consolePlugin.quickFilters`): configure preset filters to be displayed in the Console plugin. They offer a way to quickly switch from filters to others, such as showing / hiding pods network, or infrastructure network, or application network, etc. They can be tuned to reflect the different workloads running on your cluster. For a list of available filters, [check this page](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/QuickFilters.md).
57+
- Quick filters (`spec.consolePlugin.quickFilters`): configure preset filters to be displayed in the Console plugin. They offer a way to quickly switch from filters to others, such as showing / hiding pods network, or infrastructure network, or application network, etc. They can be tuned to reflect the different workloads running on your cluster. For a list of available filters, [check this page](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/QuickFilters.md).
5858

5959
- Kafka (`spec.deploymentModel: KAFKA` and `spec.kafka`): when enabled, integrates the flow collection pipeline with Kafka, by splitting ingestion from transformation (kube enrichment, derived metrics, ...). Kafka can provide better scalability, resiliency and high availability ([view more details](https://www.redhat.com/en/topics/integration/what-is-apache-kafka)). Assumes Kafka is already deployed and a topic is created.
6060

@@ -90,7 +90,7 @@ Please refer to the documentation on GitHub for more information.
9090
This documentation includes:
9191

9292
- An [overview](https://github.com/netobserv/network-observability-operator#openshift-console) of the features, with screenshots
93-
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/Metrics.md).
93+
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/Metrics.md).
9494
- A [performance](https://github.com/netobserv/network-observability-operator#performance-fine-tuning) section, for fine-tuning
9595
- A [security](https://github.com/netobserv/network-observability-operator#securing-data-and-communications) section
9696
- An [F.A.Q.](https://github.com/netobserv/network-observability-operator#faq--troubleshooting) section

config/descriptions/upstream.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In that case, you can still get the Prometheus metrics or export raw flows to a
4242

4343
## Configuration
4444

45-
The `FlowCollector` resource is used to configure the operator and its managed components. A comprehensive documentation is [available here](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/config/samples/flows_v1beta2_flowcollector.yaml).
45+
The `FlowCollector` resource is used to configure the operator and its managed components. A comprehensive documentation is [available here](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/config/samples/flows_v1beta2_flowcollector.yaml).
4646

4747
To edit configuration in cluster, run:
4848

@@ -58,7 +58,7 @@ A couple of settings deserve special attention:
5858

5959
- Loki (`spec.loki`): configure here how to reach Loki. The default values match the Loki quick install paths mentioned above, but you might have to configure differently if you used another installation method. Make sure to disable it (`spec.loki.enable`) if you don't want to use Loki.
6060

61-
- Quick filters (`spec.consolePlugin.quickFilters`): configure preset filters to be displayed in the Console plugin. They offer a way to quickly switch from filters to others, such as showing / hiding pods network, or infrastructure network, or application network, etc. They can be tuned to reflect the different workloads running on your cluster. For a list of available filters, [check this page](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/QuickFilters.md).
61+
- Quick filters (`spec.consolePlugin.quickFilters`): configure preset filters to be displayed in the Console plugin. They offer a way to quickly switch from filters to others, such as showing / hiding pods network, or infrastructure network, or application network, etc. They can be tuned to reflect the different workloads running on your cluster. For a list of available filters, [check this page](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/QuickFilters.md).
6262

6363
- Kafka (`spec.deploymentModel: KAFKA` and `spec.kafka`): when enabled, integrates the flow collection pipeline with Kafka, by splitting ingestion from transformation (kube enrichment, derived metrics, ...). Kafka can provide better scalability, resiliency and high availability ([view more details](https://www.redhat.com/en/topics/integration/what-is-apache-kafka)). Assumes Kafka is already deployed and a topic is created.
6464

@@ -94,7 +94,7 @@ Please refer to the documentation on GitHub for more information.
9494
This documentation includes:
9595

9696
- An [overview](https://github.com/netobserv/network-observability-operator#openshift-console) of the features, with screenshots
97-
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.9.0-community/docs/Metrics.md).
97+
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.9.1-community/docs/Metrics.md).
9898
- A [performance](https://github.com/netobserv/network-observability-operator#performance-fine-tuning) section, for fine-tuning
9999
- A [security](https://github.com/netobserv/network-observability-operator#securing-data-and-communications) section
100100
- An [F.A.Q.](https://github.com/netobserv/network-observability-operator#faq--troubleshooting) section

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ patches:
1414
images:
1515
- name: controller
1616
newName: quay.io/netobserv/network-observability-operator
17-
newTag: 1.9.0-community
17+
newTag: 1.9.1-community
1818
labels:
1919
- includeSelectors: true
2020
pairs:

config/manager/manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ spec:
3232
- --profiling-bind-address=$(PROFILING_BIND_ADDRESS)
3333
env:
3434
- name: RELATED_IMAGE_EBPF_AGENT
35-
value: quay.io/netobserv/netobserv-ebpf-agent:v1.9.0-community
35+
value: quay.io/netobserv/netobserv-ebpf-agent:v1.9.1-community
3636
- name: RELATED_IMAGE_FLOWLOGS_PIPELINE
37-
value: quay.io/netobserv/flowlogs-pipeline:v1.9.0-community
37+
value: quay.io/netobserv/flowlogs-pipeline:v1.9.1-community
3838
- name: RELATED_IMAGE_CONSOLE_PLUGIN
39-
value: quay.io/netobserv/network-observability-console-plugin:v1.9.0-community
39+
value: quay.io/netobserv/network-observability-console-plugin:v1.9.1-community
4040
- name: RELATED_IMAGE_CONSOLE_PLUGIN_COMPAT
4141
value: quay.io/netobserv/network-observability-console-plugin-pf4:v1.8.2-community
4242
- name: DOWNSTREAM_DEPLOYMENT

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.9.0
18+
version: 1.9.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: 1.9.0-community
24+
appVersion: 1.9.1-community
2525

2626
keywords:
2727
- network observability

helm/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ certManager:
66
# Deployment manifest values
77
ebpfAgent:
88
image: quay.io/netobserv/netobserv-ebpf-agent
9-
version: v1.9.0-community
9+
version: v1.9.1-community
1010
flowlogsPipeline:
1111
image: quay.io/netobserv/flowlogs-pipeline
12-
version: v1.9.0-community
12+
version: v1.9.1-community
1313
consolePlugin:
1414
image: quay.io/netobserv/network-observability-console-plugin
15-
version: v1.9.0-community
15+
version: v1.9.1-community
1616
standaloneConsole:
1717
enable: false
1818
image: quay.io/netobserv/network-observability-standalone-frontend
19-
version: v1.9.0-community
19+
version: v1.9.1-community
2020
operator:
2121
image: quay.io/netobserv/network-observability-operator
22-
version: 1.9.0-community
22+
version: 1.9.1-community
2323
# Dependency toggle condition value
2424
install:
2525
prom: false

0 commit comments

Comments
 (0)