From d325b843904b0445326115530019cbedde4caa06 Mon Sep 17 00:00:00 2001 From: khewonc <39867936+khewonc@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:16:47 -0400 Subject: [PATCH] release v1.9.0-rc.3 (#1437) --- ...atadog-operator.clusterserviceversion.yaml | 12 ++--- .../datadoghq.com_datadogagentprofiles.yaml | 50 +++++++++---------- config/manager/kustomization.yaml | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/bundle/manifests/datadog-operator.clusterserviceversion.yaml b/bundle/manifests/datadog-operator.clusterserviceversion.yaml index 2fb2dd741..241153fc5 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-13 19:37:07" + createdAt: "2024-09-24 20:59:11" 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.2 + containerImage: gcr.io/datadoghq/operator:1.9.0-rc.3 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.2' + olm.skipRange: '>=1.7.0 <1.9.0-rc.3' labels: operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported - name: datadog-operator.v1.9.0-rc.2 + name: datadog-operator.v1.9.0-rc.3 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.2 + image: gcr.io/datadoghq/operator:1.9.0-rc.3 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1183,5 +1183,5 @@ spec: minKubeVersion: 1.16.0 provider: name: Datadog - version: 1.9.0-rc.2 + version: 1.9.0-rc.3 replaces: datadog-operator.v1.8.0 diff --git a/bundle/manifests/datadoghq.com_datadogagentprofiles.yaml b/bundle/manifests/datadoghq.com_datadogagentprofiles.yaml index cde5737c1..53edfa0d2 100644 --- a/bundle/manifests/datadoghq.com_datadogagentprofiles.yaml +++ b/bundle/manifests/datadoghq.com_datadogagentprofiles.yaml @@ -335,31 +335,6 @@ spec: status: description: DatadogAgentProfileStatus defines the observed state of DatadogAgentProfile properties: - CreateStrategy: - description: CreateStrategy is the state of the create strategy feature. - properties: - lastTransition: - description: LastTransition is the last time the status was updated. - format: date-time - type: string - maxUnavailable: - description: MaxUnavailable shows the number of pods that can - be in an unready state. - format: int32 - type: integer - nodesLabeled: - description: NodesLabeled shows the number of nodes currently - labeled. - format: int32 - type: integer - podsReady: - description: PodsReady shows the number of pods in the ready state. - format: int32 - type: integer - status: - description: Status shows the current state of the feature. - type: string - type: object applied: description: Applied shows whether the DatadogAgentProfile conflicts with an existing DatadogAgentProfile. @@ -438,6 +413,31 @@ spec: x-kubernetes-list-map-keys: - type x-kubernetes-list-type: map + createStrategy: + description: CreateStrategy is the state of the create strategy feature. + properties: + lastTransition: + description: LastTransition is the last time the status was updated. + format: date-time + type: string + maxUnavailable: + description: MaxUnavailable shows the number of pods that can + be in an unready state. + format: int32 + type: integer + nodesLabeled: + description: NodesLabeled shows the number of nodes currently + labeled. + format: int32 + type: integer + podsReady: + description: PodsReady shows the number of pods in the ready state. + format: int32 + type: integer + status: + description: Status shows the current state of the feature. + type: string + type: object currentHash: description: CurrentHash is the stored hash of the DatadogAgentProfile. type: string diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 5887da07e..67b75a811 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.2 + newTag: 1.9.0-rc.3 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization