Skip to content

Commit c180fea

Browse files
swang392levan-m
andauthored
release v1.21.0 (#2414)
Co-authored-by: levan-m <116471169+levan-m@users.noreply.github.com>
1 parent 4f9c8d5 commit c180fea

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,15 @@ metadata:
194194
]
195195
capabilities: Full Lifecycle
196196
categories: Monitoring, Logging & Tracing
197-
createdAt: "2025-12-11 19:46:15"
197+
createdAt: "2025-12-16 22:23:39"
198198
description: |-
199199
Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
200200
201201
**WARNING**: Starting from version `1.21.0`, the Datadog Operator DatadogAgent controller only watches by default the namespace where it is installed. This means your `DatadogAgent` custom resource must be created in the same namespace as the Operator. This can be changed by removing the `DD_AGENT_WATCH_NAMESPACE` environment variable from the Datadog Operator deployment inside the ClusterServiceVersion YAML.
202202
operators.operatorframework.io/builder: operator-sdk-v1.34.1
203203
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
204204
repository: https://github.com/DataDog/datadog-operator
205-
containerImage: gcr.io/datadoghq/operator:1.21.0-rc.3
205+
containerImage: gcr.io/datadoghq/operator:1.21.0
206206
support: Datadog, Inc.
207207
features.operators.openshift.io/disconnected: "true"
208208
features.operators.openshift.io/fips-compliant: "false"
@@ -211,12 +211,12 @@ metadata:
211211
features.operators.openshift.io/token-auth-aws: "false"
212212
features.operators.openshift.io/token-auth-azure: "false"
213213
features.operators.openshift.io/token-auth-gcp: "false"
214-
olm.skipRange: '>=1.7.0 <1.21.0-rc.3'
214+
olm.skipRange: '>=1.7.0 <1.21.0'
215215
labels:
216216
operatorframework.io/arch.amd64: supported
217217
operatorframework.io/arch.arm64: supported
218218
operatorframework.io/os.linux: supported
219-
name: datadog-operator.v1.21.0-rc.3
219+
name: datadog-operator.v1.21.0
220220
namespace: placeholder
221221
spec:
222222
apiservicedefinitions: {}
@@ -753,7 +753,7 @@ spec:
753753
fieldPath: metadata.namespace
754754
- name: DD_TOOL_VERSION
755755
value: redhat-community-operators
756-
image: gcr.io/datadoghq/operator:1.21.0-rc.3
756+
image: gcr.io/datadoghq/operator:1.21.0
757757
imagePullPolicy: IfNotPresent
758758
livenessProbe:
759759
httpGet:
@@ -851,5 +851,5 @@ spec:
851851
minKubeVersion: 1.16.0
852852
provider:
853853
name: Datadog
854-
version: 1.21.0-rc.3
854+
version: 1.21.0
855855
replaces: datadog-operator.v1.20.0

bundle/manifests/datadoghq.com_datadogagentinternals.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,7 @@ spec:
11241124
enabled:
11251125
description: |-
11261126
Enabled enables the cluster autoscaling product.
1127+
(Requires Cluster Agent 7.74.0+)
11271128
Default: false
11281129
type: boolean
11291130
type: object
@@ -9375,6 +9376,7 @@ spec:
93759376
enabled:
93769377
description: |-
93779378
Enabled enables the cluster autoscaling product.
9379+
(Requires Cluster Agent 7.74.0+)
93789380
Default: false
93799381
type: boolean
93809382
type: object

bundle/manifests/datadoghq.com_datadogagentprofiles.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ spec:
11351135
enabled:
11361136
description: |-
11371137
Enabled enables the cluster autoscaling product.
1138+
(Requires Cluster Agent 7.74.0+)
11381139
Default: false
11391140
type: boolean
11401141
type: object

bundle/manifests/datadoghq.com_datadogagents.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ spec:
11231123
enabled:
11241124
description: |-
11251125
Enabled enables the cluster autoscaling product.
1126+
(Requires Cluster Agent 7.74.0+)
11261127
Default: false
11271128
type: boolean
11281129
type: object
@@ -9426,6 +9427,7 @@ spec:
94269427
enabled:
94279428
description: |-
94289429
Enabled enables the cluster autoscaling product.
9430+
(Requires Cluster Agent 7.74.0+)
94299431
Default: false
94309432
type: boolean
94319433
type: object

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

0 commit comments

Comments
 (0)