Skip to content

Commit 668fb84

Browse files
committed
release v1.12.0-rc.2
1 parent a715d8c commit 668fb84

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

bundle-community-operators/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ metadata:
194194
]
195195
capabilities: Full Lifecycle
196196
categories: Monitoring, Logging & Tracing
197-
createdAt: "2025-01-08 15:56:22"
197+
createdAt: "2025-01-17 19:06:43"
198198
description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
199199
operators.operatorframework.io/builder: operator-sdk-v1.34.1
200200
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
201201
repository: https://github.com/DataDog/datadog-operator
202-
containerImage: gcr.io/datadoghq/operator:1.12.0-rc.1
202+
containerImage: gcr.io/datadoghq/operator:1.12.0-rc.2
203203
support: Datadog, Inc.
204204
features.operators.openshift.io/disconnected: "true"
205205
features.operators.openshift.io/fips-compliant: "false"
@@ -208,12 +208,12 @@ metadata:
208208
features.operators.openshift.io/token-auth-aws: "false"
209209
features.operators.openshift.io/token-auth-azure: "false"
210210
features.operators.openshift.io/token-auth-gcp: "false"
211-
olm.skipRange: '>=1.7.0 <1.12.0-rc.1'
211+
olm.skipRange: '>=1.7.0 <1.12.0-rc.2'
212212
labels:
213213
operatorframework.io/arch.amd64: supported
214214
operatorframework.io/arch.arm64: supported
215215
operatorframework.io/os.linux: supported
216-
name: datadog-operator.v1.12.0-rc.1
216+
name: datadog-operator.v1.12.0-rc.2
217217
namespace: placeholder
218218
spec:
219219
apiservicedefinitions: {}
@@ -678,7 +678,7 @@ spec:
678678
fieldPath: metadata.annotations['olm.targetNamespaces']
679679
- name: DD_TOOL_VERSION
680680
value: operatorhub
681-
image: gcr.io/datadoghq/operator:1.12.0-rc.1
681+
image: gcr.io/datadoghq/operator:1.12.0-rc.2
682682
imagePullPolicy: IfNotPresent
683683
livenessProbe:
684684
httpGet:
@@ -776,4 +776,4 @@ spec:
776776
minKubeVersion: 1.16.0
777777
provider:
778778
name: Datadog
779-
version: 1.12.0-rc.1
779+
version: 1.12.0-rc.2

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ metadata:
194194
]
195195
capabilities: Full Lifecycle
196196
categories: Monitoring, Logging & Tracing
197-
createdAt: "2025-01-08 15:56:22"
197+
createdAt: "2025-01-17 19:06:43"
198198
description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
199199
operators.operatorframework.io/builder: operator-sdk-v1.34.1
200200
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
201201
repository: https://github.com/DataDog/datadog-operator
202-
containerImage: gcr.io/datadoghq/operator:1.12.0-rc.1
202+
containerImage: gcr.io/datadoghq/operator:1.12.0-rc.2
203203
support: Datadog, Inc.
204204
features.operators.openshift.io/disconnected: "true"
205205
features.operators.openshift.io/fips-compliant: "false"
@@ -208,12 +208,12 @@ metadata:
208208
features.operators.openshift.io/token-auth-aws: "false"
209209
features.operators.openshift.io/token-auth-azure: "false"
210210
features.operators.openshift.io/token-auth-gcp: "false"
211-
olm.skipRange: '>=1.7.0 <1.12.0-rc.1'
211+
olm.skipRange: '>=1.7.0 <1.12.0-rc.2'
212212
labels:
213213
operatorframework.io/arch.amd64: supported
214214
operatorframework.io/arch.arm64: supported
215215
operatorframework.io/os.linux: supported
216-
name: datadog-operator.v1.12.0-rc.1
216+
name: datadog-operator.v1.12.0-rc.2
217217
namespace: placeholder
218218
spec:
219219
apiservicedefinitions: {}
@@ -678,7 +678,7 @@ spec:
678678
fieldPath: metadata.annotations['olm.targetNamespaces']
679679
- name: DD_TOOL_VERSION
680680
value: redhat
681-
image: gcr.io/datadoghq/operator:1.12.0-rc.1
681+
image: gcr.io/datadoghq/operator:1.12.0-rc.2
682682
imagePullPolicy: IfNotPresent
683683
livenessProbe:
684684
httpGet:
@@ -776,5 +776,5 @@ spec:
776776
minKubeVersion: 1.16.0
777777
provider:
778778
name: Datadog
779-
version: 1.12.0-rc.1
780-
replaces: datadog-operator.vv1.11.1
779+
version: 1.12.0-rc.2
780+
replaces: datadog-operator.v1.11.1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ resources:
33
images:
44
- name: controller
55
newName: gcr.io/datadoghq/operator
6-
newTag: 1.12.0-rc.1
6+
newTag: 1.12.0-rc.2
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)