Skip to content

Commit b8e191f

Browse files
Update bundles for 1.20.0 (#2320) (#2324)
(cherry picked from commit 3d5d342) Co-authored-by: khewonc <[email protected]>
1 parent 272a47c commit b8e191f

11 files changed

+1738
-32
lines changed

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 30 additions & 11 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-09-08 08:57:37"
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.18.0
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.18.0'
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.18.0
216+
name: datadog-operator.v1.20.0
217217
namespace: placeholder
218218
spec:
219219
apiservicedefinitions: {}
@@ -326,7 +326,11 @@ spec:
326326
- apiGroups:
327327
- ""
328328
resources:
329+
- nodes/configz
330+
- nodes/healthz
331+
- nodes/logs
329332
- nodes/metrics
333+
- nodes/pods
330334
- nodes/proxy
331335
- nodes/spec
332336
- nodes/stats
@@ -365,9 +369,6 @@ spec:
365369
- apiservices
366370
verbs:
367371
- '*'
368-
- deletecollection
369-
- list
370-
- watch
371372
- apiGroups:
372373
- apps
373374
resources:
@@ -391,6 +392,14 @@ spec:
391392
- get
392393
- list
393394
- watch
395+
- apiGroups:
396+
- argoproj.io
397+
resources:
398+
- rollouts
399+
verbs:
400+
- list
401+
- patch
402+
- watch
394403
- apiGroups:
395404
- authentication.k8s.io
396405
resources:
@@ -543,6 +552,16 @@ spec:
543552
- get
544553
- list
545554
- watch
555+
- apiGroups:
556+
- datadoghq.com
557+
- karpenter.azure.com
558+
- karpenter.k8s.aws
559+
- karpenter.sh
560+
resources:
561+
- '*'
562+
verbs:
563+
- list
564+
- watch
546565
- apiGroups:
547566
- discovery.k8s.io
548567
resources:
@@ -705,8 +724,8 @@ spec:
705724
fieldRef:
706725
fieldPath: metadata.annotations['olm.targetNamespaces']
707726
- name: DD_TOOL_VERSION
708-
value: redhat
709-
image: gcr.io/datadoghq/operator:1.18.0
727+
value: redhat-community-operators
728+
image: gcr.io/datadoghq/operator:1.20.0
710729
imagePullPolicy: IfNotPresent
711730
livenessProbe:
712731
httpGet:
@@ -804,5 +823,5 @@ spec:
804823
minKubeVersion: 1.16.0
805824
provider:
806825
name: Datadog
807-
version: 1.18.0
808-
replaces: datadog-operator.v1.17.0
826+
version: 1.20.0
827+
replaces: datadog-operator.v1.19.1

bundle/manifests/datadoghq.com_datadogagentinternals.yaml

Lines changed: 421 additions & 1 deletion
Large diffs are not rendered by default.

bundle/manifests/datadoghq.com_datadogagentprofiles.yaml

Lines changed: 214 additions & 1 deletion
Large diffs are not rendered by default.

bundle/manifests/datadoghq.com_datadogagents.yaml

Lines changed: 421 additions & 1 deletion
Large diffs are not rendered by default.

bundle/manifests/datadoghq.com_datadogdashboards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.3
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
name: datadogdashboards.datadoghq.com
88
spec:

bundle/manifests/datadoghq.com_datadoggenericresources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.3
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
name: datadoggenericresources.datadoghq.com
88
spec:

bundle/manifests/datadoghq.com_datadogmetrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.3
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
name: datadogmetrics.datadoghq.com
88
spec:

bundle/manifests/datadoghq.com_datadogmonitors.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.16.3
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
name: datadogmonitors.datadoghq.com
88
spec:
@@ -96,6 +96,13 @@ spec:
9696
This is useful for AWS CloudWatch and other backfilled metrics to ensure the monitor always has data during evaluation.
9797
format: int64
9898
type: integer
99+
groupRetentionDuration:
100+
description: |-
101+
The time span after which groups with missing data are dropped from the monitor state.
102+
The minimum value is one hour, and the maximum value is 72 hours.
103+
Example values are: "60m", "1h", and "2d".
104+
This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
105+
type: string
99106
groupbySimpleMonitor:
100107
description: A Boolean indicating whether the log alert monitor
101108
triggers a single alert or multiple alerts when any group breaches

0 commit comments

Comments
 (0)