Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.12.0-rc.2 #1633

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ metadata:
]
capabilities: Full Lifecycle
categories: Monitoring, Logging & Tracing
createdAt: "2025-01-08 15:56:22"
createdAt: "2025-01-17 19:06:43"
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.12.0-rc.1
containerImage: gcr.io/datadoghq/operator:1.12.0-rc.2
support: Datadog, Inc.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -208,12 +208,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.12.0-rc.1'
olm.skipRange: '>=1.7.0 <1.12.0-rc.2'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: datadog-operator.v1.12.0-rc.1
name: datadog-operator.v1.12.0-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -678,7 +678,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: DD_TOOL_VERSION
value: operatorhub
image: gcr.io/datadoghq/operator:1.12.0-rc.1
image: gcr.io/datadoghq/operator:1.12.0-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -776,4 +776,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.12.0-rc.1
version: 1.12.0-rc.2
14 changes: 7 additions & 7 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ metadata:
]
capabilities: Full Lifecycle
categories: Monitoring, Logging & Tracing
createdAt: "2025-01-08 15:56:22"
createdAt: "2025-01-17 19:06:43"
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.12.0-rc.1
containerImage: gcr.io/datadoghq/operator:1.12.0-rc.2
support: Datadog, Inc.
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -208,12 +208,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.12.0-rc.1'
olm.skipRange: '>=1.7.0 <1.12.0-rc.2'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: datadog-operator.v1.12.0-rc.1
name: datadog-operator.v1.12.0-rc.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -678,7 +678,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: DD_TOOL_VERSION
value: redhat
image: gcr.io/datadoghq/operator:1.12.0-rc.1
image: gcr.io/datadoghq/operator:1.12.0-rc.2
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -776,5 +776,5 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.12.0-rc.1
replaces: datadog-operator.vv1.11.1
version: 1.12.0-rc.2
replaces: datadog-operator.v1.11.1
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.12.0-rc.1
newTag: 1.12.0-rc.2
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
Loading