Skip to content

Commit

Permalink
release v1.2.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Sep 25, 2023
1 parent 329d446 commit addc65b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
10 changes: 5 additions & 5 deletions bundle/manifests/datadog-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ metadata:
operators.operatorframework.io/builder: operator-sdk-v1.23.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/DataDog/datadog-operator
containerImage: gcr.io/datadoghq/operator:1.2.0-rc.2
olm.skipRange: <1.2.0-rc.2
name: datadog-operator.v1.2.0-rc.2
containerImage: gcr.io/datadoghq/operator:1.2.0-rc.3
olm.skipRange: <1.2.0-rc.3
name: datadog-operator.v1.2.0-rc.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -830,7 +830,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: gcr.io/datadoghq/operator:1.2.0-rc.2
image: gcr.io/datadoghq/operator:1.2.0-rc.3
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -928,4 +928,4 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Datadog
version: 1.2.0-rc.2
version: 1.2.0-rc.3
7 changes: 1 addition & 6 deletions bundle/manifests/datadoghq.com_datadogmonitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ spec:
- jsonPath: .status.monitorState
name: monitor state
type: string
- jsonPath: .status.downtimeStatus.isDowntimed
name: is downtimed
type: boolean
- jsonPath: .status.monitorStateLastTransitionTime
name: last state transition
type: string
Expand Down Expand Up @@ -257,12 +254,10 @@ spec:
downtimeStatus:
description: DowntimeStatus defines whether the monitor is downtimed
properties:
downtimeID:
downtimeId:
type: integer
isDowntimed:
type: boolean
required:
- isDowntimed
type: object
id:
description: ID is the monitor ID generated in Datadog
Expand Down
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.2.0-rc.2
newTag: 1.2.0-rc.3
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

0 comments on commit addc65b

Please sign in to comment.