Skip to content

Commit addc65b

Browse files
committed
release v1.2.0-rc.3
1 parent 329d446 commit addc65b

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

bundle/manifests/datadog-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ metadata:
9292
operators.operatorframework.io/builder: operator-sdk-v1.23.0
9393
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
9494
repository: https://github.com/DataDog/datadog-operator
95-
containerImage: gcr.io/datadoghq/operator:1.2.0-rc.2
96-
olm.skipRange: <1.2.0-rc.2
97-
name: datadog-operator.v1.2.0-rc.2
95+
containerImage: gcr.io/datadoghq/operator:1.2.0-rc.3
96+
olm.skipRange: <1.2.0-rc.3
97+
name: datadog-operator.v1.2.0-rc.3
9898
namespace: placeholder
9999
spec:
100100
apiservicedefinitions: {}
@@ -830,7 +830,7 @@ spec:
830830
valueFrom:
831831
fieldRef:
832832
fieldPath: metadata.annotations['olm.targetNamespaces']
833-
image: gcr.io/datadoghq/operator:1.2.0-rc.2
833+
image: gcr.io/datadoghq/operator:1.2.0-rc.3
834834
imagePullPolicy: IfNotPresent
835835
livenessProbe:
836836
httpGet:
@@ -928,4 +928,4 @@ spec:
928928
minKubeVersion: 1.16.0
929929
provider:
930930
name: Datadog
931-
version: 1.2.0-rc.2
931+
version: 1.2.0-rc.3

bundle/manifests/datadoghq.com_datadogmonitors.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ spec:
2121
- jsonPath: .status.monitorState
2222
name: monitor state
2323
type: string
24-
- jsonPath: .status.downtimeStatus.isDowntimed
25-
name: is downtimed
26-
type: boolean
2724
- jsonPath: .status.monitorStateLastTransitionTime
2825
name: last state transition
2926
type: string
@@ -257,12 +254,10 @@ spec:
257254
downtimeStatus:
258255
description: DowntimeStatus defines whether the monitor is downtimed
259256
properties:
260-
downtimeID:
257+
downtimeId:
261258
type: integer
262259
isDowntimed:
263260
type: boolean
264-
required:
265-
- isDowntimed
266261
type: object
267262
id:
268263
description: ID is the monitor ID generated in Datadog

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ resources:
33
images:
44
- name: controller
55
newName: gcr.io/datadoghq/operator
6-
newTag: 1.2.0-rc.2
6+
newTag: 1.2.0-rc.3
77
apiVersion: kustomize.config.k8s.io/v1beta1
88
kind: Kustomization

0 commit comments

Comments
 (0)