Skip to content

Commit 55c5702

Browse files
authored
release v1.20.0 (#2305)
1 parent 2785ff8 commit 55c5702

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bundle/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-11-06 18:08:47"
197+
createdAt: "2025-11-11 19:36:47"
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.20.0-rc.4
202+
containerImage: gcr.io/datadoghq/operator:1.20.0
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.20.0-rc.4'
211+
olm.skipRange: '>=1.7.0 <1.20.0'
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.20.0-rc.4
216+
name: datadog-operator.v1.20.0
217217
namespace: placeholder
218218
spec:
219219
apiservicedefinitions: {}
@@ -725,7 +725,7 @@ spec:
725725
fieldPath: metadata.annotations['olm.targetNamespaces']
726726
- name: DD_TOOL_VERSION
727727
value: redhat-community-operators
728-
image: gcr.io/datadoghq/operator:1.20.0-rc.4
728+
image: gcr.io/datadoghq/operator:1.20.0
729729
imagePullPolicy: IfNotPresent
730730
livenessProbe:
731731
httpGet:
@@ -823,5 +823,5 @@ spec:
823823
minKubeVersion: 1.16.0
824824
provider:
825825
name: Datadog
826-
version: 1.20.0-rc.4
826+
version: 1.20.0
827827
replaces: datadog-operator.v1.19.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.20.0-rc.4
6+
newTag: 1.20.0
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)