diff --git a/bundle/manifests/datadog-operator.clusterserviceversion.yaml b/bundle/manifests/datadog-operator.clusterserviceversion.yaml index 5e53724a0..8b5390825 100644 --- a/bundle/manifests/datadog-operator.clusterserviceversion.yaml +++ b/bundle/manifests/datadog-operator.clusterserviceversion.yaml @@ -168,12 +168,12 @@ metadata: ] capabilities: Full Lifecycle categories: Monitoring, Logging & Tracing - createdAt: "2024-07-17 18:44:31" + createdAt: "2024-07-26 15:55:17" 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/v3 repository: https://github.com/DataDog/datadog-operator - containerImage: gcr.io/datadoghq/operator:1.8.0-rc.1 + containerImage: gcr.io/datadoghq/operator:1.8.0-rc.2 support: Datadog, Inc. features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "false" @@ -182,12 +182,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.8.0-rc.1' + olm.skipRange: '>=1.7.0 <1.8.0-rc.2' labels: operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported - name: datadog-operator.v1.8.0-rc.1 + name: datadog-operator.v1.8.0-rc.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -1045,7 +1045,7 @@ spec: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: DD_TOOL_VERSION value: redhat - image: gcr.io/datadoghq/operator:1.8.0-rc.1 + image: gcr.io/datadoghq/operator:1.8.0-rc.2 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -1143,5 +1143,5 @@ spec: minKubeVersion: 1.16.0 provider: name: Datadog - version: 1.8.0-rc.1 + version: 1.8.0-rc.2 replaces: datadog-operator.v1.7.0 diff --git a/bundle/manifests/datadoghq.com_datadogagents.yaml b/bundle/manifests/datadoghq.com_datadogagents.yaml index 3e1bd4681..1d96b5459 100644 --- a/bundle/manifests/datadoghq.com_datadogagents.yaml +++ b/bundle/manifests/datadoghq.com_datadogagents.yaml @@ -530,12 +530,12 @@ spec: x-kubernetes-list-type: set languageDetection: description: |- - Language detection currently only detects languages and adds them as annotations on deployments, but doesn't use these languages for injecting libraries to applicative pods. + LanguageDetection detects languages and adds them as annotations on Deployments, but does not use these languages for injecting libraries to workload pods. (Requires Agent 7.52.0+ and Cluster Agent 7.52.0+) properties: enabled: description: |- - Enabled enables language detection to automatically detect languages of user workloads (beta). + Enabled enables Language Detection to automatically detect languages of user workloads (beta). Requires SingleStepInstrumentation.Enabled to be true. Default: true type: boolean @@ -6736,12 +6736,12 @@ spec: x-kubernetes-list-type: set languageDetection: description: |- - Language detection currently only detects languages and adds them as annotations on deployments, but doesn't use these languages for injecting libraries to applicative pods. + LanguageDetection detects languages and adds them as annotations on Deployments, but does not use these languages for injecting libraries to workload pods. (Requires Agent 7.52.0+ and Cluster Agent 7.52.0+) properties: enabled: description: |- - Enabled enables language detection to automatically detect languages of user workloads (beta). + Enabled enables Language Detection to automatically detect languages of user workloads (beta). Requires SingleStepInstrumentation.Enabled to be true. Default: true type: boolean diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 36b808bdc..acf3f47a2 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.8.0-rc.1 + newTag: 1.8.0-rc.2 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization