Skip to content

Commit a6fe81e

Browse files
committed
release v1.11.0-rc.3
1 parent 1207fa4 commit a6fe81e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ metadata:
183183
]
184184
capabilities: Full Lifecycle
185185
categories: Monitoring, Logging & Tracing
186-
createdAt: "2024-12-09 11:11:11"
186+
createdAt: "2024-12-16 15:32:35"
187187
description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
188188
operators.operatorframework.io/builder: operator-sdk-v1.34.1
189189
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
190190
repository: https://github.com/DataDog/datadog-operator
191-
containerImage: gcr.io/datadoghq/operator:1.11.0-rc.2
191+
containerImage: gcr.io/datadoghq/operator:1.11.0-rc.3
192192
support: Datadog, Inc.
193193
features.operators.openshift.io/disconnected: "true"
194194
features.operators.openshift.io/fips-compliant: "false"
@@ -197,12 +197,12 @@ metadata:
197197
features.operators.openshift.io/token-auth-aws: "false"
198198
features.operators.openshift.io/token-auth-azure: "false"
199199
features.operators.openshift.io/token-auth-gcp: "false"
200-
olm.skipRange: '>=1.7.0 <1.11.0-rc.2'
200+
olm.skipRange: '>=1.7.0 <1.11.0-rc.3'
201201
labels:
202202
operatorframework.io/arch.amd64: supported
203203
operatorframework.io/arch.arm64: supported
204204
operatorframework.io/os.linux: supported
205-
name: datadog-operator.v1.11.0-rc.2
205+
name: datadog-operator.v1.11.0-rc.3
206206
namespace: placeholder
207207
spec:
208208
apiservicedefinitions: {}
@@ -660,7 +660,7 @@ spec:
660660
fieldPath: metadata.annotations['olm.targetNamespaces']
661661
- name: DD_TOOL_VERSION
662662
value: operatorhub
663-
image: gcr.io/datadoghq/operator:1.11.0-rc.2
663+
image: gcr.io/datadoghq/operator:1.11.0-rc.3
664664
imagePullPolicy: IfNotPresent
665665
livenessProbe:
666666
httpGet:
@@ -758,4 +758,4 @@ spec:
758758
minKubeVersion: 1.16.0
759759
provider:
760760
name: Datadog
761-
version: 1.11.0-rc.2
761+
version: 1.11.0-rc.3

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ metadata:
183183
]
184184
capabilities: Full Lifecycle
185185
categories: Monitoring, Logging & Tracing
186-
createdAt: "2024-12-09 11:11:11"
186+
createdAt: "2024-12-16 15:32:35"
187187
description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
188188
operators.operatorframework.io/builder: operator-sdk-v1.34.1
189189
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
190190
repository: https://github.com/DataDog/datadog-operator
191-
containerImage: gcr.io/datadoghq/operator:1.11.0-rc.2
191+
containerImage: gcr.io/datadoghq/operator:1.11.0-rc.3
192192
support: Datadog, Inc.
193193
features.operators.openshift.io/disconnected: "true"
194194
features.operators.openshift.io/fips-compliant: "false"
@@ -197,12 +197,12 @@ metadata:
197197
features.operators.openshift.io/token-auth-aws: "false"
198198
features.operators.openshift.io/token-auth-azure: "false"
199199
features.operators.openshift.io/token-auth-gcp: "false"
200-
olm.skipRange: '>=1.7.0 <1.11.0-rc.2'
200+
olm.skipRange: '>=1.7.0 <1.11.0-rc.3'
201201
labels:
202202
operatorframework.io/arch.amd64: supported
203203
operatorframework.io/arch.arm64: supported
204204
operatorframework.io/os.linux: supported
205-
name: datadog-operator.v1.11.0-rc.2
205+
name: datadog-operator.v1.11.0-rc.3
206206
namespace: placeholder
207207
spec:
208208
apiservicedefinitions: {}
@@ -660,7 +660,7 @@ spec:
660660
fieldPath: metadata.annotations['olm.targetNamespaces']
661661
- name: DD_TOOL_VERSION
662662
value: redhat
663-
image: gcr.io/datadoghq/operator:1.11.0-rc.2
663+
image: gcr.io/datadoghq/operator:1.11.0-rc.3
664664
imagePullPolicy: IfNotPresent
665665
livenessProbe:
666666
httpGet:
@@ -758,5 +758,5 @@ spec:
758758
minKubeVersion: 1.16.0
759759
provider:
760760
name: Datadog
761-
version: 1.11.0-rc.2
761+
version: 1.11.0-rc.3
762762
replaces: datadog-operator.v1.10.0

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.11.0-rc.2
6+
newTag: 1.11.0-rc.3
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)