Skip to content

Commit d7d73cf

Browse files
authored
release v1.26.0-rc.3 (#2942)
1 parent 8c58559 commit d7d73cf

6 files changed

Lines changed: 798 additions & 19 deletions

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: "2026-04-23 14:44:20"
197+
createdAt: "2026-04-27 12:13:37"
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.26.0-rc.2
205+
containerImage: gcr.io/datadoghq/operator:1.26.0-rc.3
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.26.0-rc.2'
214+
olm.skipRange: '>=1.7.0 <1.26.0-rc.3'
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.26.0-rc.2
219+
name: datadog-operator.v1.26.0-rc.3
220220
namespace: placeholder
221221
spec:
222222
apiservicedefinitions: {}
@@ -871,7 +871,7 @@ spec:
871871
fieldPath: metadata.namespace
872872
- name: DD_TOOL_VERSION
873873
value: redhat-community-operators
874-
image: gcr.io/datadoghq/operator:1.26.0-rc.2
874+
image: gcr.io/datadoghq/operator:1.26.0-rc.3
875875
imagePullPolicy: IfNotPresent
876876
livenessProbe:
877877
httpGet:
@@ -969,5 +969,5 @@ spec:
969969
minKubeVersion: 1.16.0
970970
provider:
971971
name: Datadog
972-
version: 1.26.0-rc.2
972+
version: 1.26.0-rc.3
973973
replaces: datadog-operator.v1.25.0

0 commit comments

Comments
 (0)