Skip to content

Commit cef5bd6

Browse files
authored
release v1.19.0-rc.3 (#2235)
1 parent ff8723a commit cef5bd6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ metadata:
194194
]
195195
capabilities: Full Lifecycle
196196
categories: Monitoring, Logging & Tracing
197-
createdAt: "2025-09-29 15:37:43"
197+
createdAt: "2025-10-08 18:52:57"
198198
description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator.
199199
operators.operatorframework.io/builder: operator-sdk-v1.34.1
200200
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
201201
repository: https://github.com/DataDog/datadog-operator
202-
containerImage: gcr.io/datadoghq/operator:1.19.0-rc.2
202+
containerImage: gcr.io/datadoghq/operator:1.19.0-rc.3
203203
support: Datadog, Inc.
204204
features.operators.openshift.io/disconnected: "true"
205205
features.operators.openshift.io/fips-compliant: "false"
@@ -208,12 +208,12 @@ metadata:
208208
features.operators.openshift.io/token-auth-aws: "false"
209209
features.operators.openshift.io/token-auth-azure: "false"
210210
features.operators.openshift.io/token-auth-gcp: "false"
211-
olm.skipRange: '>=1.7.0 <1.19.0-rc.2'
211+
olm.skipRange: '>=1.7.0 <1.19.0-rc.3'
212212
labels:
213213
operatorframework.io/arch.amd64: supported
214214
operatorframework.io/arch.arm64: supported
215215
operatorframework.io/os.linux: supported
216-
name: datadog-operator.v1.19.0-rc.2
216+
name: datadog-operator.v1.19.0-rc.3
217217
namespace: placeholder
218218
spec:
219219
apiservicedefinitions: {}
@@ -723,7 +723,7 @@ spec:
723723
fieldPath: metadata.annotations['olm.targetNamespaces']
724724
- name: DD_TOOL_VERSION
725725
value: redhat
726-
image: gcr.io/datadoghq/operator:1.19.0-rc.2
726+
image: gcr.io/datadoghq/operator:1.19.0-rc.3
727727
imagePullPolicy: IfNotPresent
728728
livenessProbe:
729729
httpGet:
@@ -821,5 +821,5 @@ spec:
821821
minKubeVersion: 1.16.0
822822
provider:
823823
name: Datadog
824-
version: 1.19.0-rc.2
824+
version: 1.19.0-rc.3
825825
replaces: datadog-operator.v1.18.0

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

0 commit comments

Comments
 (0)