From 926370e1e9f7e03ceff3abe642a494c737c4866d Mon Sep 17 00:00:00 2001 From: khewonc <39867936+khewonc@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:53:40 -0400 Subject: [PATCH] release v1.9.0 --- .../datadog-operator.clusterserviceversion.yaml | 12 ++++++------ config/manager/kustomization.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bundle/manifests/datadog-operator.clusterserviceversion.yaml b/bundle/manifests/datadog-operator.clusterserviceversion.yaml index 241153fc5..0972d4d53 100644 --- a/bundle/manifests/datadog-operator.clusterserviceversion.yaml +++ b/bundle/manifests/datadog-operator.clusterserviceversion.yaml @@ -183,12 +183,12 @@ metadata: ] capabilities: Full Lifecycle categories: Monitoring, Logging & Tracing - createdAt: "2024-09-24 20:59:11" + createdAt: "2024-10-07 17:49:58" description: Datadog provides a modern monitoring and analytics platform. Gather metrics, logs and traces for full observability of your Kubernetes cluster with Datadog Operator. operators.operatorframework.io/builder: operator-sdk-v1.34.1 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 repository: https://github.com/DataDog/datadog-operator - containerImage: gcr.io/datadoghq/operator:1.9.0-rc.3 + containerImage: gcr.io/datadoghq/operator:1.9.0 support: Datadog, Inc. features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "false" @@ -197,12 +197,12 @@ metadata: features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" - olm.skipRange: '>=1.7.0 <1.9.0-rc.3' + olm.skipRange: '>=1.7.0 <1.9.0' labels: operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported - name: datadog-operator.v1.9.0-rc.3 + name: datadog-operator.v1.9.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -1085,7 +1085,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: DD_TOOL_VERSION value: redhat - image: gcr.io/datadoghq/operator:1.9.0-rc.3 + image: gcr.io/datadoghq/operator:1.9.0 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1183,5 +1183,5 @@ spec: minKubeVersion: 1.16.0 provider: name: Datadog - version: 1.9.0-rc.3 + version: 1.9.0 replaces: datadog-operator.v1.8.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 67b75a811..127ab5709 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -3,6 +3,6 @@ resources: images: - name: controller newName: gcr.io/datadoghq/operator - newTag: 1.9.0-rc.3 + newTag: 1.9.0 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization