Skip to content

Commit fe342bf

Browse files
committed
Prepare release v1.6.1-crc0
1 parent cad88b2 commit fe342bf

File tree

8 files changed

+31
-31
lines changed

8 files changed

+31
-31
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ IMAGE_ORG ?= $(USER)
2323
REPO ?= quay.io/$(IMAGE_ORG)
2424

2525
# Component versions to use in bundle / release (do not use $VERSION for that)
26-
PREVIOUS_VERSION ?= v1.0.5
27-
BUNDLE_VERSION ?= 1.6.0-community
26+
PREVIOUS_VERSION ?= v1.6.0-community
27+
BUNDLE_VERSION ?= 1.6.1-crc0
2828
# console plugin
29-
export PLG_VERSION ?= v1.6.0-community
29+
export PLG_VERSION ?= v1.6.1-crc0
3030
# flowlogs-pipeline
31-
export FLP_VERSION ?= v1.6.0-community
31+
export FLP_VERSION ?= v1.6.1-crc0
3232
# eBPF agent
33-
export BPF_VERSION ?= v1.6.0-community
33+
export BPF_VERSION ?= v1.6.1-crc0
3434

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

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Edit the [Makefile](./Makefile) to update `PREVIOUS_VERSION`, `BUNDLE_VERSION`,
3636
make update-bundle
3737

3838
# Set desired operator version - CAREFUL, no leading "v" here
39-
version="1.6.0-community"
39+
version="1.6.1-crc0"
4040
vv=v$version
4141
test_branch=test-$vv
4242

bundle/manifests/netobserv-operator.clusterserviceversion.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ metadata:
430430
capabilities: Seamless Upgrades
431431
categories: Monitoring, Networking
432432
console.openshift.io/plugins: '["netobserv-plugin"]'
433-
containerImage: quay.io/netobserv/network-observability-operator:1.6.0-community
433+
containerImage: quay.io/netobserv/network-observability-operator:1.6.1-crc0
434434
createdAt: ':created-at:'
435435
description: Network flows collector and monitoring solution
436436
operatorframework.io/initialization-resource: '{"apiVersion":"flows.netobserv.io/v1beta2",
@@ -446,7 +446,7 @@ metadata:
446446
operatorframework.io/arch.ppc64le: supported
447447
operatorframework.io/arch.s390x: supported
448448
operatorframework.io/os.linux: supported
449-
name: netobserv-operator.v1.6.0-community
449+
name: netobserv-operator.v1.6.1-crc0
450450
namespace: placeholder
451451
spec:
452452
apiservicedefinitions: {}
@@ -872,7 +872,7 @@ spec:
872872
873873
## Configuration
874874
875-
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.6.0-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.6.0-community/config/samples/flows_v1beta2_flowcollector.yaml).
875+
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.6.1-crc0/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.6.1-crc0/config/samples/flows_v1beta2_flowcollector.yaml).
876876
877877
To edit configuration in cluster, run:
878878
@@ -888,7 +888,7 @@ spec:
888888
889889
- 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.
890890
891-
- 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.6.0-community/docs/QuickFilters.md).
891+
- 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.6.1-crc0/docs/QuickFilters.md).
892892
893893
- 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.
894894
@@ -903,7 +903,7 @@ spec:
903903
This documentation includes:
904904
905905
- An [overview](https://github.com/netobserv/network-observability-operator#openshift-console) of the features, with screenshots
906-
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.6.0-community/docs/Metrics.md).
906+
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.6.1-crc0/docs/Metrics.md).
907907
- A [performance](https://github.com/netobserv/network-observability-operator#performance-fine-tuning) section, for fine-tuning
908908
- A [security](https://github.com/netobserv/network-observability-operator#securing-data-and-communications) section
909909
- An [F.A.Q.](https://github.com/netobserv/network-observability-operator#faq--troubleshooting) section
@@ -1157,15 +1157,15 @@ spec:
11571157
- /manager
11581158
env:
11591159
- name: RELATED_IMAGE_EBPF_AGENT
1160-
value: quay.io/netobserv/netobserv-ebpf-agent:v1.6.0-community
1160+
value: quay.io/netobserv/netobserv-ebpf-agent:v1.6.1-crc0
11611161
- name: RELATED_IMAGE_FLOWLOGS_PIPELINE
1162-
value: quay.io/netobserv/flowlogs-pipeline:v1.6.0-community
1162+
value: quay.io/netobserv/flowlogs-pipeline:v1.6.1-crc0
11631163
- name: RELATED_IMAGE_CONSOLE_PLUGIN
1164-
value: quay.io/netobserv/network-observability-console-plugin:v1.6.0-community
1164+
value: quay.io/netobserv/network-observability-console-plugin:v1.6.1-crc0
11651165
- name: DOWNSTREAM_DEPLOYMENT
11661166
value: "false"
11671167
- name: PROFILING_BIND_ADDRESS
1168-
image: quay.io/netobserv/network-observability-operator:1.6.0-community
1168+
image: quay.io/netobserv/network-observability-operator:1.6.1-crc0
11691169
imagePullPolicy: Always
11701170
livenessProbe:
11711171
httpGet:
@@ -1325,14 +1325,14 @@ spec:
13251325
name: Red Hat
13261326
url: https://www.redhat.com
13271327
relatedImages:
1328-
- image: quay.io/netobserv/netobserv-ebpf-agent:v1.6.0-community
1328+
- image: quay.io/netobserv/netobserv-ebpf-agent:v1.6.1-crc0
13291329
name: ebpf-agent
1330-
- image: quay.io/netobserv/flowlogs-pipeline:v1.6.0-community
1330+
- image: quay.io/netobserv/flowlogs-pipeline:v1.6.1-crc0
13311331
name: flowlogs-pipeline
1332-
- image: quay.io/netobserv/network-observability-console-plugin:v1.6.0-community
1332+
- image: quay.io/netobserv/network-observability-console-plugin:v1.6.1-crc0
13331333
name: console-plugin
1334-
replaces: netobserv-operator.v1.0.5
1335-
version: 1.6.0-community
1334+
replaces: netobserv-operator.v1.6.0-community
1335+
version: 1.6.1-crc0
13361336
webhookdefinitions:
13371337
- admissionReviewVersions:
13381338
- v1

config/csv/bases/netobserv-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,5 +353,5 @@ spec:
353353
provider:
354354
name: Red Hat
355355
url: https://www.redhat.com
356-
replaces: netobserv-operator.v1.0.5
356+
replaces: netobserv-operator.v1.6.0-community
357357
version: 0.0.0

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.6.0-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.6.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.6.1-crc0/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.6.1-crc0/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.6.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.6.1-crc0/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

@@ -69,7 +69,7 @@ Please refer to the documentation on GitHub for more information.
6969
This documentation includes:
7070

7171
- An [overview](https://github.com/netobserv/network-observability-operator#openshift-console) of the features, with screenshots
72-
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.6.0-community/docs/Metrics.md).
72+
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.6.1-crc0/docs/Metrics.md).
7373
- A [performance](https://github.com/netobserv/network-observability-operator#performance-fine-tuning) section, for fine-tuning
7474
- A [security](https://github.com/netobserv/network-observability-operator#securing-data-and-communications) section
7575
- 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.6.0-community/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.6.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.6.1-crc0/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.6.1-crc0/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.6.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.6.1-crc0/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

@@ -73,7 +73,7 @@ Please refer to the documentation on GitHub for more information.
7373
This documentation includes:
7474

7575
- An [overview](https://github.com/netobserv/network-observability-operator#openshift-console) of the features, with screenshots
76-
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.6.0-community/docs/Metrics.md).
76+
- More information on [configuring metrics](https://github.com/netobserv/network-observability-operator/blob/1.6.1-crc0/docs/Metrics.md).
7777
- A [performance](https://github.com/netobserv/network-observability-operator#performance-fine-tuning) section, for fine-tuning
7878
- A [security](https://github.com/netobserv/network-observability-operator#securing-data-and-communications) section
7979
- 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
@@ -15,6 +15,6 @@ kind: Kustomization
1515
images:
1616
- name: controller
1717
newName: quay.io/netobserv/network-observability-operator
18-
newTag: 1.6.0-community
18+
newTag: 1.6.1-crc0
1919
commonLabels:
2020
app: netobserv-operator

config/manager/manager.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ spec:
3131
- --profiling-bind-address=$(PROFILING_BIND_ADDRESS)
3232
env:
3333
- name: RELATED_IMAGE_EBPF_AGENT
34-
value: quay.io/netobserv/netobserv-ebpf-agent:v1.6.0-community
34+
value: quay.io/netobserv/netobserv-ebpf-agent:v1.6.1-crc0
3535
- name: RELATED_IMAGE_FLOWLOGS_PIPELINE
36-
value: quay.io/netobserv/flowlogs-pipeline:v1.6.0-community
36+
value: quay.io/netobserv/flowlogs-pipeline:v1.6.1-crc0
3737
- name: RELATED_IMAGE_CONSOLE_PLUGIN
38-
value: quay.io/netobserv/network-observability-console-plugin:v1.6.0-community
38+
value: quay.io/netobserv/network-observability-console-plugin:v1.6.1-crc0
3939
- name: DOWNSTREAM_DEPLOYMENT
4040
value: "false"
4141
- name: PROFILING_BIND_ADDRESS

0 commit comments

Comments
 (0)