Skip to content

Commit

Permalink
release v0.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mez committed Nov 4, 2020
1 parent a8d38a8 commit fc093ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions bundle/manifests/datadoghq.com_extendeddaemonsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ spec:
canary:
description: Canary deployment configuration
properties:
autoPause:
description: ExtendedDaemonSetSpecStrategyCanaryAutoPause defines the canary deployment AutoPause parameters of the ExtendedDaemonSet
properties:
enabled:
type: boolean
maxRestarts:
description: MaxRestarts defines the number of tolerable Canary pod restarts after which the Canary deployment is autopaused
format: int32
type: integer
type: object
duration:
type: string
nodeAntiAffinityKeys:
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/extendeddaemonset.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metadata:
capabilities: Full Lifecycle
operators.operatorframework.io/builder: operator-sdk-v1.0.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: extendeddaemonset.v0.3.0
name: extendeddaemonset.v0.4.0-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -303,5 +303,5 @@ spec:
provider:
name: Datadog
url: https://github.com/DataDog/extendeddaemonset
replaces: extendeddaemonset.v0.2.0
version: 0.3.0
replaces: extendeddaemonset.v0.3.0
version: 0.4.0-rc.1

0 comments on commit fc093ee

Please sign in to comment.