Skip to content

Commit

Permalink
Release operator version: 2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins authored May 25, 2024
1 parent a37edc1 commit c7bd8a6
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion collector/release/NEXT_RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.2
1.30.0
2 changes: 1 addition & 1 deletion collector/release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.29.1
1.29.2
4 changes: 2 additions & 2 deletions deploy/wavefront-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ subjects:
---
apiVersion: v1
data:
collector: 1.29.1
collector: 1.29.2
logging: 2.2.0
proxy: "13.4"
kind: ConfigMap
Expand Down Expand Up @@ -1522,7 +1522,7 @@ spec:
configMapKeyRef:
key: logging
name: wavefront-component-versions
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.1
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions docs/operator/custom-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Install the Observability for Kubernetes Operator into `observability-system` na

| Component | From | To |
|---|---|---|
| Observability for Kubernetes Operator | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.1` | `YOUR_IMAGE_REGISTRY/kubernetes-operator:2.17.1` |
| Kubernetes Metrics Collector | `projects.registry.vmware.com/tanzu_observability/kubernetes-collector:1.29.1` | `YOUR_IMAGE_REGISTRY/kubernetes-collector:1.29.1` |
| Observability for Kubernetes Operator | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.2` | `YOUR_IMAGE_REGISTRY/kubernetes-operator:2.17.2` |
| Kubernetes Metrics Collector | `projects.registry.vmware.com/tanzu_observability/kubernetes-collector:1.29.2` | `YOUR_IMAGE_REGISTRY/kubernetes-collector:1.29.2` |
| Wavefront Proxy | `projects.registry.vmware.com/tanzu_observability/proxy:13.4` | `YOUR_IMAGE_REGISTRY/proxy:13.4` |
| Operations for Applications logging | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator-fluentbit:2.2.0` | `YOUR_IMAGE_REGISTRY/kubernetes-operator-fluentbit:2.2.0` |

Expand Down
2 changes: 1 addition & 1 deletion operator/config/manager/component_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ metadata:
name: component-versions
namespace: system
data:
collector: "1.29.1"
collector: "1.29.2"
logging: "2.2.0"
proxy: "13.4"
2 changes: 1 addition & 1 deletion operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kind: Kustomization
images:
- name: controller
newName: projects.registry.vmware.com/tanzu_observability/kubernetes-operator
newTag: 2.17.1
newTag: 2.17.2

patches:
- path: patches.yaml
Expand Down
4 changes: 2 additions & 2 deletions operator/dev-internal/deploy/wavefront-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ subjects:
---
apiVersion: v1
data:
collector: 1.29.1
collector: 1.29.2
logging: 2.2.0
proxy: "13.4"
kind: ConfigMap
Expand Down Expand Up @@ -1522,7 +1522,7 @@ spec:
configMapKeyRef:
key: logging
name: wavefront-component-versions
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.1
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions operator/dev-internal/docs/operator/custom-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Install the Observability for Kubernetes Operator into `observability-system` na

| Component | From | To |
|---|---|---|
| Observability for Kubernetes Operator | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.1` | `YOUR_IMAGE_REGISTRY/kubernetes-operator:2.17.1` |
| Kubernetes Metrics Collector | `projects.registry.vmware.com/tanzu_observability/kubernetes-collector:1.29.1` | `YOUR_IMAGE_REGISTRY/kubernetes-collector:1.29.1` |
| Observability for Kubernetes Operator | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.17.2` | `YOUR_IMAGE_REGISTRY/kubernetes-operator:2.17.2` |
| Kubernetes Metrics Collector | `projects.registry.vmware.com/tanzu_observability/kubernetes-collector:1.29.2` | `YOUR_IMAGE_REGISTRY/kubernetes-collector:1.29.2` |
| Wavefront Proxy | `projects.registry.vmware.com/tanzu_observability/proxy:13.4` | `YOUR_IMAGE_REGISTRY/proxy:13.4` |
| Operations for Applications logging | `projects.registry.vmware.com/tanzu_observability/kubernetes-operator-fluentbit:2.2.0` | `YOUR_IMAGE_REGISTRY/kubernetes-operator-fluentbit:2.2.0` |

Expand Down
2 changes: 1 addition & 1 deletion operator/release/NEXT_RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.2
2.18.0
2 changes: 1 addition & 1 deletion operator/release/OPERATOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.1
2.17.2

0 comments on commit c7bd8a6

Please sign in to comment.