Skip to content

Commit

Permalink
Prepare release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Jun 29, 2022
1 parent f87d30a commit d76b6c5
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Once all sub-components are released (or have a release candidate), we can proce

```bash
# Set desired operator version - CAREFUL, no leading "v" here
version="0.1.3-rc2"
version="0.1.3"
# Set console plugin released version
plgv="v0.1.3-rc1"
plgv="v0.1.3"
# Set flowlogs-pipeline released version
flpv="v0.1.2-rc2"
flpv="v0.1.2"
# Set ebpf-agent released version
bpfv="v0.1.1-rc0"
bpfv="v0.1.1"

vv=v$version
test_branch=test-$vv
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ spec:
- maxReplicas
type: object
image:
default: quay.io/netobserv/network-observability-console-plugin:v0.1.3-rc1
default: quay.io/netobserv/network-observability-console-plugin:v0.1.3
description: Image is the plugin image (including domain and tag)
type: string
imagePullPolicy:
Expand Down Expand Up @@ -721,7 +721,7 @@ spec:
type: string
type: array
image:
default: quay.io/netobserv/netobserv-ebpf-agent:v0.1.1-rc0
default: quay.io/netobserv/netobserv-ebpf-agent:v0.1.1
description: Image is the NetObserv Agent image (including domain
and tag)
type: string
Expand Down Expand Up @@ -1333,7 +1333,7 @@ spec:
- maxReplicas
type: object
image:
default: quay.io/netobserv/flowlogs-pipeline:v0.1.2-rc2
default: quay.io/netobserv/flowlogs-pipeline:v0.1.2
description: Image is the collector image (including domain and
tag)
type: string
Expand Down
24 changes: 12 additions & 12 deletions bundle/manifests/netobserv-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
"namespace": "openshift-network-operator"
},
"consolePlugin": {
"image": "quay.io/netobserv/network-observability-console-plugin:v0.1.3-rc1",
"image": "quay.io/netobserv/network-observability-console-plugin:v0.1.3",
"imagePullPolicy": "IfNotPresent",
"logLevel": "info",
"port": 9001,
Expand All @@ -34,7 +34,7 @@ metadata:
"excludeInterfaces": [
"lo"
],
"image": "quay.io/netobserv/netobserv-ebpf-agent:v0.1.1-rc0",
"image": "quay.io/netobserv/netobserv-ebpf-agent:v0.1.1",
"imagePullPolicy": "IfNotPresent",
"interfaces": [],
"logLevel": "info",
Expand All @@ -44,7 +44,7 @@ metadata:
"flowlogsPipeline": {
"enableKubeProbes": true,
"healthPort": 8080,
"image": "quay.io/netobserv/flowlogs-pipeline:v0.1.2-rc2",
"image": "quay.io/netobserv/flowlogs-pipeline:v0.1.2",
"imagePullPolicy": "IfNotPresent",
"kind": "DaemonSet",
"logLevel": "info",
Expand Down Expand Up @@ -84,13 +84,13 @@ metadata:
capabilities: Basic Install
categories: Monitoring
console.openshift.io/plugins: '["network-observability-plugin"]'
containerImage: quay.io/netobserv/network-observability-operator:0.1.3-rc2
createdAt: "2022-06-28T13:29:46Z"
containerImage: quay.io/netobserv/network-observability-operator:0.1.3
createdAt: "2022-06-29T07:07:05Z"
description: Network flows collector and monitoring solution
operators.operatorframework.io/builder: operator-sdk-v1.16.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/netobserv/network-observability-operator
name: netobserv-operator.v0.1.3-rc2
name: netobserv-operator.v0.1.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand All @@ -107,7 +107,7 @@ spec:
The operator provides dashboards, metrics, and keeps flows accessible in a queryable log store, Grafana Loki. When used in OpenShift, new dashboards are available in the Console.
This is an early release, we would be grateful if you could inform us of any defect or stability issue.
This is an early release, we would be grateful if you could inform us of any issues.
## Dependencies
Expand All @@ -125,7 +125,7 @@ spec:
## Configuration
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/0.1.3-rc2/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/0.1.3-rc2/config/samples/flows_v1alpha1_flowcollector.yaml).
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/0.1.3/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/0.1.3/config/samples/flows_v1alpha1_flowcollector.yaml).
As it operates cluster-wide, only a single `FlowCollector` is allowed, and it has to be named `cluster`.
Expand Down Expand Up @@ -157,9 +157,9 @@ spec:
Grafana can be used to retrieve and show the collected flows from Loki. In Grafana, add a new Loki data source that matches your setup. If you used the quick install commands provided above to install Loki, its access URL is `http://loki:3100`.
To get dashboards, import [this file](https://github.com/netobserv/network-observability-operator/blob/0.1.3-rc2/config/samples/dashboards/Network%20Observability.json) into Grafana. It includes a table of the flows and some graphs showing the volumetry per source or destination namespaces or workload:
To get dashboards, import [this file](https://github.com/netobserv/network-observability-operator/blob/0.1.3/config/samples/dashboards/Network%20Observability.json) into Grafana. It includes a table of the flows and some graphs showing the volumetry per source or destination namespaces or workload:
See more info and screenshots on [GitHub's readme](https://github.com/netobserv/network-observability-operator/blob/0.1.3-rc2/README.md)
See more info and screenshots on [GitHub's readme](https://github.com/netobserv/network-observability-operator/blob/0.1.3/README.md)
## F.A.Q / Troubleshooting
Expand Down Expand Up @@ -369,7 +369,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/netobserv/network-observability-operator:0.1.3-rc2
image: quay.io/netobserv/network-observability-operator:0.1.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -471,4 +471,4 @@ spec:
name: Red Hat
url: https://www.redhat.com
replaces: netobserv-operator.v0.1.1
version: 0.1.3-rc2
version: 0.1.3
6 changes: 3 additions & 3 deletions config/crd/patches/version_in_flowcollectors.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This patch updates the version for default images
- op: add
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/consolePlugin/properties/image/default
value: "quay.io/netobserv/network-observability-console-plugin:v0.1.3-rc1"
value: "quay.io/netobserv/network-observability-console-plugin:v0.1.3"
- op: add
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/flowlogsPipeline/properties/image/default
value: "quay.io/netobserv/flowlogs-pipeline:v0.1.2-rc2"
value: "quay.io/netobserv/flowlogs-pipeline:v0.1.2"
- op: add
path: /spec/versions/0/schema/openAPIV3Schema/properties/spec/properties/ebpf/properties/image/default
value: "quay.io/netobserv/netobserv-ebpf-agent:v0.1.1-rc0"
value: "quay.io/netobserv/netobserv-ebpf-agent:v0.1.1"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/netobserv/network-observability-operator
newTag: 0.1.3-rc2
newTag: 0.1.3
commonLabels:
app: network-observability-operator
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
The operator provides dashboards, metrics, and keeps flows accessible in a queryable log store, Grafana Loki. When used in OpenShift, new dashboards are available in the Console.
This is an early release, we would be grateful if you could inform us of any defect or stability issue.
This is an early release, we would be grateful if you could inform us of any issues.
## Dependencies
Expand All @@ -45,7 +45,7 @@ spec:
## Configuration
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/0.1.3-rc2/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/0.1.3-rc2/config/samples/flows_v1alpha1_flowcollector.yaml).
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/0.1.3/docs/FlowCollector.md), and a full sample file [there](https://github.com/netobserv/network-observability-operator/blob/0.1.3/config/samples/flows_v1alpha1_flowcollector.yaml).
As it operates cluster-wide, only a single `FlowCollector` is allowed, and it has to be named `cluster`.
Expand Down Expand Up @@ -77,9 +77,9 @@ spec:
Grafana can be used to retrieve and show the collected flows from Loki. In Grafana, add a new Loki data source that matches your setup. If you used the quick install commands provided above to install Loki, its access URL is `http://loki:3100`.
To get dashboards, import [this file](https://github.com/netobserv/network-observability-operator/blob/0.1.3-rc2/config/samples/dashboards/Network%20Observability.json) into Grafana. It includes a table of the flows and some graphs showing the volumetry per source or destination namespaces or workload:
To get dashboards, import [this file](https://github.com/netobserv/network-observability-operator/blob/0.1.3/config/samples/dashboards/Network%20Observability.json) into Grafana. It includes a table of the flows and some graphs showing the volumetry per source or destination namespaces or workload:
See more info and screenshots on [GitHub's readme](https://github.com/netobserv/network-observability-operator/blob/0.1.3-rc2/README.md)
See more info and screenshots on [GitHub's readme](https://github.com/netobserv/network-observability-operator/blob/0.1.3/README.md)
## F.A.Q / Troubleshooting
Expand Down
6 changes: 3 additions & 3 deletions config/samples/flows_v1alpha1_flowcollector_versioned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
cacheMaxFlows: 100
sampling: 400
ebpf:
image: 'quay.io/netobserv/netobserv-ebpf-agent:v0.1.1-rc0'
image: 'quay.io/netobserv/netobserv-ebpf-agent:v0.1.1'
imagePullPolicy: IfNotPresent
sampling: 0
cacheActiveTimeout: 5s
Expand All @@ -24,7 +24,7 @@ spec:
# kind: Deployment
# replicas: 1
port: 2055
image: 'quay.io/netobserv/flowlogs-pipeline:v0.1.2-rc2'
image: 'quay.io/netobserv/flowlogs-pipeline:v0.1.2'
imagePullPolicy: IfNotPresent
logLevel: info
enableKubeProbes: true
Expand All @@ -45,7 +45,7 @@ spec:
app: netobserv-flowcollector
consolePlugin:
register: true
image: 'quay.io/netobserv/network-observability-console-plugin:v0.1.3-rc1'
image: 'quay.io/netobserv/network-observability-console-plugin:v0.1.3'
imagePullPolicy: IfNotPresent
port: 9001
logLevel: info
Expand Down

0 comments on commit d76b6c5

Please sign in to comment.