Skip to content

Commit 8e158b7

Browse files
release v1.27.0-rc.2 (#3018)
1 parent 8653f51 commit 8e158b7

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,15 @@ metadata:
244244
]
245245
capabilities: Full Lifecycle
246246
categories: Monitoring, Logging & Tracing
247-
createdAt: "2026-05-07 16:25:28"
247+
createdAt: "2026-05-14 23:16:59"
248248
description: |-
249249
Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
250250
251251
**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.
252252
operators.operatorframework.io/builder: operator-sdk-v1.34.1
253253
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
254254
repository: https://github.com/DataDog/datadog-operator
255-
containerImage: gcr.io/datadoghq/operator:1.27.0-rc.1
255+
containerImage: gcr.io/datadoghq/operator:1.27.0-rc.2
256256
support: Datadog, Inc.
257257
features.operators.openshift.io/disconnected: "true"
258258
features.operators.openshift.io/fips-compliant: "false"
@@ -261,12 +261,12 @@ metadata:
261261
features.operators.openshift.io/token-auth-aws: "false"
262262
features.operators.openshift.io/token-auth-azure: "false"
263263
features.operators.openshift.io/token-auth-gcp: "false"
264-
olm.skipRange: '>=1.7.0 <1.27.0-rc.1'
264+
olm.skipRange: '>=1.7.0 <1.27.0-rc.2'
265265
labels:
266266
operatorframework.io/arch.amd64: supported
267267
operatorframework.io/arch.arm64: supported
268268
operatorframework.io/os.linux: supported
269-
name: datadog-operator.v1.27.0-rc.1
269+
name: datadog-operator.v1.27.0-rc.2
270270
namespace: placeholder
271271
spec:
272272
apiservicedefinitions: {}
@@ -934,7 +934,7 @@ spec:
934934
fieldPath: metadata.namespace
935935
- name: DD_TOOL_VERSION
936936
value: redhat-community-operators
937-
image: gcr.io/datadoghq/operator:1.27.0-rc.1
937+
image: gcr.io/datadoghq/operator:1.27.0-rc.2
938938
imagePullPolicy: IfNotPresent
939939
livenessProbe:
940940
httpGet:
@@ -1032,5 +1032,5 @@ spec:
10321032
minKubeVersion: 1.16.0
10331033
provider:
10341034
name: Datadog
1035-
version: 1.27.0-rc.1
1035+
version: 1.27.0-rc.2
10361036
replaces: datadog-operator.v1.26.0

bundle/manifests/datadoghq.com_datadogagents.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9254,18 +9254,22 @@ spec:
92549254
Automation experiment.
92559255
properties:
92569256
id:
9257-
description: ID is the unique experiment ID sent by Fleet Automation.
9257+
description: ID is the RC task ID that triggered this experiment
9258+
state.
92589259
type: string
92599260
phase:
92609261
description: Phase is the current state of the experiment.
92619262
enum:
92629263
- running
9263-
- stopped
9264-
- rollback
9265-
- timeout
9264+
- terminated
92669265
- promoted
92679266
- aborted
92689267
type: string
9268+
terminationReason:
9269+
description: |-
9270+
TerminationReason distinguishes why the experiment was terminated.
9271+
Only set when Phase is "terminated".
9272+
type: string
92699273
type: object
92709274
otelAgentGateway:
92719275
description: The actual state of the OTel Agent Gateway as a deployment.

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

0 commit comments

Comments
 (0)