Skip to content

Commit 974005b

Browse files
authored
release v1.26.0-rc.2 (#2921)
1 parent 651ae77 commit 974005b

3 files changed

Lines changed: 7 additions & 16 deletions

File tree

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-09 14:43:46"
197+
createdAt: "2026-04-23 14:44:20"
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.1
205+
containerImage: gcr.io/datadoghq/operator:1.26.0-rc.2
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.1'
214+
olm.skipRange: '>=1.7.0 <1.26.0-rc.2'
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.1
219+
name: datadog-operator.v1.26.0-rc.2
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.1
874+
image: gcr.io/datadoghq/operator:1.26.0-rc.2
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.1
972+
version: 1.26.0-rc.2
973973
replaces: datadog-operator.v1.25.0

bundle/manifests/datadoghq.com_datadogagents.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8963,15 +8963,6 @@ spec:
89638963
description: Experiment tracks the state of an active or recent Fleet
89648964
Automation experiment.
89658965
properties:
8966-
generation:
8967-
description: |-
8968-
Generation is the DDA metadata.generation recorded when the experiment started.
8969-
Used to detect manual spec changes while the experiment is running: if the
8970-
current DDA generation differs from this value, the operator aborts the experiment.
8971-
8972-
This value must be recorded after the DDA is patched for a startExperiment signal.
8973-
format: int64
8974-
type: integer
89758966
id:
89768967
description: ID is the unique experiment ID sent by Fleet Automation.
89778968
type: string

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.26.0-rc.1
6+
newTag: 1.26.0-rc.2
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)