Skip to content

Commit

Permalink
release v1.8.0-rc.3
Browse files Browse the repository at this point in the history
levan-m committed Aug 9, 2024
1 parent 01b70b4 commit 11a8c3c
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 6 additions & 6 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -168,12 +168,12 @@ metadata:
]
capabilities: Full Lifecycle
categories: Monitoring, Logging & Tracing
createdAt: "2024-07-26 15:55:17"
createdAt: "2024-08-09 19:52:41"
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.2
containerImage: gcr.io/datadoghq/operator:1.8.0-rc.3
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.2'
olm.skipRange: '>=1.7.0 <1.8.0-rc.3'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: datadog-operator.v1.8.0-rc.2
name: datadog-operator.v1.8.0-rc.3
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.2
image: gcr.io/datadoghq/operator:1.8.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
@@ -1143,5 +1143,5 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.8.0-rc.2
version: 1.8.0-rc.3
replaces: datadog-operator.v1.7.0
4 changes: 0 additions & 4 deletions bundle/manifests/datadoghq.com_datadogpodautoscalers.yaml
Original file line number Diff line number Diff line change
@@ -342,10 +342,6 @@ spec:
- kind
- name
type: object
x-kubernetes-validations:
- message: Modifying the targetRef is not allowed. Please delete and
re-create the DatadogPodAutoscaler object.
rule: self == oldSelf
targets:
description: |-
Targets are objectives to reach and maintain for the target resource.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -3,6 +3,6 @@ resources:
images:
- name: controller
newName: gcr.io/datadoghq/operator
newTag: 1.8.0-rc.2
newTag: 1.8.0-rc.3
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 11a8c3c

Please sign in to comment.