Skip to content

Commit

Permalink
release v1.11.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Dec 19, 2024
1 parent 79d9d52 commit 29c4284
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ metadata:
]
capabilities: Full Lifecycle
categories: Monitoring, Logging & Tracing
createdAt: "2024-12-18 08:13:06"
createdAt: "2024-12-19 16:27:05"
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.11.0
containerImage: gcr.io/datadoghq/operator:1.11.1-rc.1
support: Datadog, Inc.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -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.11.0'
olm.skipRange: '>=1.7.0 <1.11.1-rc.1'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: datadog-operator.v1.11.0
name: datadog-operator.v1.11.1-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -660,7 +660,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: DD_TOOL_VERSION
value: operatorhub
image: gcr.io/datadoghq/operator:1.11.0
image: gcr.io/datadoghq/operator:1.11.1-rc.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -758,4 +758,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.11.0
version: 1.11.1-rc.1
14 changes: 7 additions & 7 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ metadata:
]
capabilities: Full Lifecycle
categories: Monitoring, Logging & Tracing
createdAt: "2024-12-18 08:13:06"
createdAt: "2024-12-19 16:27:05"
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.11.0
containerImage: gcr.io/datadoghq/operator:1.11.1-rc.1
support: Datadog, Inc.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -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.11.0'
olm.skipRange: '>=1.7.0 <1.11.1-rc.1'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: datadog-operator.v1.11.0
name: datadog-operator.v1.11.1-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -660,7 +660,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: DD_TOOL_VERSION
value: redhat
image: gcr.io/datadoghq/operator:1.11.0
image: gcr.io/datadoghq/operator:1.11.1-rc.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -758,5 +758,5 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.11.0
replaces: datadog-operator.v1.10.0
version: 1.11.1-rc.1
replaces: datadog-operator.v1.11.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ resources:
images:
- name: controller
newName: gcr.io/datadoghq/operator
newTag: 1.11.0
newTag: 1.11.1-rc.1
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit 29c4284

Please sign in to comment.