Skip to content

Commit 96e24c5

Browse files
committed
Prepare release v1.0.5
1 parent a2f703c commit 96e24c5

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ REPO ?= quay.io/$(IMAGE_ORG)
2424

2525
# Component versions to use in bundle / release (do not use $VERSION for that)
2626
PREVIOUS_VERSION ?= v1.0.4
27-
BUNDLE_VERSION ?= 1.0.5-rc0
27+
BUNDLE_VERSION ?= 1.0.5
2828
# console plugin
29-
export PLG_VERSION ?= v0.1.12-rc0
29+
export PLG_VERSION ?= v0.1.12
3030
# flowlogs-pipeline
31-
export FLP_VERSION ?= v0.1.11-rc0
31+
export FLP_VERSION ?= v0.1.11
3232
# eBPF agent
33-
export BPF_VERSION ?= v0.3.3-rc0
33+
export BPF_VERSION ?= v0.3.3
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.0.5-rc0"
39+
version="1.0.5"
4040
vv=v$version
4141
test_branch=test-$vv
4242

bundle/manifests/netobserv-operator.clusterserviceversion.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ metadata:
406406
capabilities: Seamless Upgrades
407407
categories: Monitoring, Networking
408408
console.openshift.io/plugins: '["netobserv-plugin"]'
409-
containerImage: quay.io/netobserv/network-observability-operator:1.0.5-rc0
409+
containerImage: quay.io/netobserv/network-observability-operator:1.0.5
410410
createdAt: ':created-at:'
411411
description: Network flows collector and monitoring solution
412412
operatorframework.io/initialization-resource: '{"apiVersion":"flows.netobserv.io/v1beta2",
@@ -421,7 +421,7 @@ metadata:
421421
operatorframework.io/arch.ppc64le: supported
422422
operatorframework.io/arch.s390x: supported
423423
operatorframework.io/os.linux: supported
424-
name: netobserv-operator.v1.0.5-rc0
424+
name: netobserv-operator.v1.0.5
425425
namespace: placeholder
426426
spec:
427427
apiservicedefinitions: {}
@@ -808,7 +808,7 @@ spec:
808808
809809
## Configuration
810810
811-
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.0.5-rc0/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.0.5-rc0/config/samples/flows_v1beta1_flowcollector.yaml).
811+
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.0.5/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.0.5/config/samples/flows_v1beta1_flowcollector.yaml).
812812
813813
To edit configuration in cluster, run:
814814
@@ -826,7 +826,7 @@ spec:
826826
827827
- 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.
828828
829-
- 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.0.5-rc0/docs/QuickFilters.md).
829+
- 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.0.5/docs/QuickFilters.md).
830830
831831
- 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.
832832
@@ -1096,15 +1096,15 @@ spec:
10961096
- /manager
10971097
env:
10981098
- name: RELATED_IMAGE_EBPF_AGENT
1099-
value: quay.io/netobserv/netobserv-ebpf-agent:v0.3.3-rc0
1099+
value: quay.io/netobserv/netobserv-ebpf-agent:v0.3.3
11001100
- name: RELATED_IMAGE_FLOWLOGS_PIPELINE
1101-
value: quay.io/netobserv/flowlogs-pipeline:v0.1.11-rc0
1101+
value: quay.io/netobserv/flowlogs-pipeline:v0.1.11
11021102
- name: RELATED_IMAGE_CONSOLE_PLUGIN
1103-
value: quay.io/netobserv/network-observability-console-plugin:v0.1.12-rc0
1103+
value: quay.io/netobserv/network-observability-console-plugin:v0.1.12
11041104
- name: DOWNSTREAM_DEPLOYMENT
11051105
value: "false"
11061106
- name: PROFILING_BIND_ADDRESS
1107-
image: quay.io/netobserv/network-observability-operator:1.0.5-rc0
1107+
image: quay.io/netobserv/network-observability-operator:1.0.5
11081108
imagePullPolicy: Always
11091109
livenessProbe:
11101110
httpGet:
@@ -1264,14 +1264,14 @@ spec:
12641264
name: Red Hat
12651265
url: https://www.redhat.com
12661266
relatedImages:
1267-
- image: quay.io/netobserv/netobserv-ebpf-agent:v0.3.3-rc0
1267+
- image: quay.io/netobserv/netobserv-ebpf-agent:v0.3.3
12681268
name: ebpf-agent
1269-
- image: quay.io/netobserv/flowlogs-pipeline:v0.1.11-rc0
1269+
- image: quay.io/netobserv/flowlogs-pipeline:v0.1.11
12701270
name: flowlogs-pipeline
1271-
- image: quay.io/netobserv/network-observability-console-plugin:v0.1.12-rc0
1271+
- image: quay.io/netobserv/network-observability-console-plugin:v0.1.12
12721272
name: console-plugin
12731273
replaces: netobserv-operator.v1.0.4
1274-
version: 1.0.5-rc0
1274+
version: 1.0.5
12751275
webhookdefinitions:
12761276
- admissionReviewVersions:
12771277
- v1alpha1

config/descriptions/ocp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ oc apply -f <(curl -L https://raw.githubusercontent.com/netobserv/documents/252b
2828

2929
## Configuration
3030

31-
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.0.5-rc0/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.0.5-rc0/config/samples/flows_v1beta1_flowcollector.yaml).
31+
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.0.5/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.0.5/config/samples/flows_v1beta1_flowcollector.yaml).
3232

3333
To edit configuration in cluster, run:
3434

@@ -44,7 +44,7 @@ A couple of settings deserve special attention:
4444

4545
- 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.
4646

47-
- 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.0.5-rc0/docs/QuickFilters.md).
47+
- 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.0.5/docs/QuickFilters.md).
4848

4949
- 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.
5050

config/descriptions/upstream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kubectl apply -f <(curl -L https://raw.githubusercontent.com/netobserv/documents
3232

3333
## Configuration
3434

35-
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.0.5-rc0/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.0.5-rc0/config/samples/flows_v1beta1_flowcollector.yaml).
35+
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.0.5/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/1.0.5/config/samples/flows_v1beta1_flowcollector.yaml).
3636

3737
To edit configuration in cluster, run:
3838

@@ -50,7 +50,7 @@ A couple of settings deserve special attention:
5050

5151
- 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.
5252

53-
- 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.0.5-rc0/docs/QuickFilters.md).
53+
- 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.0.5/docs/QuickFilters.md).
5454

5555
- 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.
5656

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.0.5-rc0
18+
newTag: 1.0.5
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:v0.3.3-rc0
34+
value: quay.io/netobserv/netobserv-ebpf-agent:v0.3.3
3535
- name: RELATED_IMAGE_FLOWLOGS_PIPELINE
36-
value: quay.io/netobserv/flowlogs-pipeline:v0.1.11-rc0
36+
value: quay.io/netobserv/flowlogs-pipeline:v0.1.11
3737
- name: RELATED_IMAGE_CONSOLE_PLUGIN
38-
value: quay.io/netobserv/network-observability-console-plugin:v0.1.12-rc0
38+
value: quay.io/netobserv/network-observability-console-plugin:v0.1.12
3939
- name: DOWNSTREAM_DEPLOYMENT
4040
value: "false"
4141
- name: PROFILING_BIND_ADDRESS

0 commit comments

Comments
 (0)