Skip to content

Commit 5695dbb

Browse files
authored
Release v1.25.0-rc.1 (#2738)
1 parent 16329f7 commit 5695dbb

6 files changed

Lines changed: 1593 additions & 116 deletions

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 8 additions & 7 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: "2026-03-06 15:37:29"
197+
createdAt: "2026-03-10 23:53:52"
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.24.0
205+
containerImage: gcr.io/datadoghq/operator:1.25.0-rc.1
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.24.0'
214+
olm.skipRange: '>=1.7.0 <1.25.0-rc.1'
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.24.0
219+
name: datadog-operator.v1.25.0-rc.1
220220
namespace: placeholder
221221
spec:
222222
apiservicedefinitions: {}
@@ -587,6 +587,7 @@ spec:
587587
resources:
588588
- endpointslices
589589
verbs:
590+
- get
590591
- list
591592
- watch
592593
- apiGroups:
@@ -820,7 +821,7 @@ spec:
820821
fieldPath: metadata.namespace
821822
- name: DD_TOOL_VERSION
822823
value: redhat-community-operators
823-
image: gcr.io/datadoghq/operator:1.24.0
824+
image: gcr.io/datadoghq/operator:1.25.0-rc.1
824825
imagePullPolicy: IfNotPresent
825826
livenessProbe:
826827
httpGet:
@@ -918,5 +919,5 @@ spec:
918919
minKubeVersion: 1.16.0
919920
provider:
920921
name: Datadog
921-
version: 1.24.0
922-
replaces: datadog-operator.v1.23.1
922+
version: 1.25.0-rc.1
923+
replaces: datadog-operator.v1.24.0

0 commit comments

Comments
 (0)