Skip to content

Commit 4a3f4bc

Browse files
authored
release v1.28.0-rc.4 (#3190)
1 parent 7dfe2e5 commit 4a3f4bc

2 files changed

Lines changed: 7 additions & 7 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-06-17 19:45:54"
247+
createdAt: "2026-06-23 20:19:19"
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.28.0-rc.3
255+
containerImage: gcr.io/datadoghq/operator:1.28.0-rc.4
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.28.0-rc.3'
264+
olm.skipRange: '>=1.7.0 <1.28.0-rc.4'
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.28.0-rc.3
269+
name: datadog-operator.v1.28.0-rc.4
270270
namespace: placeholder
271271
spec:
272272
apiservicedefinitions: {}
@@ -996,7 +996,7 @@ spec:
996996
fieldPath: metadata.namespace
997997
- name: DD_TOOL_VERSION
998998
value: redhat-community-operators
999-
image: gcr.io/datadoghq/operator:1.28.0-rc.3
999+
image: gcr.io/datadoghq/operator:1.28.0-rc.4
10001000
imagePullPolicy: IfNotPresent
10011001
livenessProbe:
10021002
httpGet:
@@ -1094,5 +1094,5 @@ spec:
10941094
minKubeVersion: 1.16.0
10951095
provider:
10961096
name: Datadog
1097-
version: 1.28.0-rc.3
1097+
version: 1.28.0-rc.4
10981098
replaces: datadog-operator.v1.27.1

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.28.0-rc.3
6+
newTag: 1.28.0-rc.4
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)