Skip to content

Commit

Permalink
release v0.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Dec 23, 2020
1 parent 87217d6 commit 6867743
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: git fetch --prune --unshallow --tags
-
name: Get tag
uses: olegtarasov/get-tag@v2
uses: little-core-labs/get-git-tag@v3.0.2
id: tag
-
name: Set up Go
Expand Down
21 changes: 20 additions & 1 deletion bundle/manifests/datadoghq.com_extendeddaemonsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,37 @@ spec:
canary:
description: Canary deployment configuration
properties:
autoFail:
description: ExtendedDaemonSetSpecStrategyCanaryAutoFail defines the canary deployment AutoFail parameters of the ExtendedDaemonSet
properties:
enabled:
type: boolean
maxRestarts:
description: MaxRestarts defines the number of tolerable (per pod) Canary pod restarts after which the Canary deployment is autofailed
format: int32
type: integer
maxRestartsDuration:
description: MaxRestartsDuration defines the maximum duration of tolerable Canary pod restarts after which the Canary deployment is autofailed
type: string
type: object
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
description: MaxRestarts defines the number of tolerable (per pod) Canary pod restarts after which the Canary deployment is autopaused
format: int32
type: integer
maxSlowStartDuration:
description: MaxSlowStartDuration defines the maximum slow start duration for a pod (stuck in Creating state) after which the Canary deployment is autopaused
type: string
type: object
duration:
type: string
noRestartsDuration:
description: NoRestartsDuration defines min duration since last restart to end the canary phase
type: string
nodeAntiAffinityKeys:
items:
type: string
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.4.0
name: extendeddaemonset.v0.5.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.4.0-rc.3
version: 0.4.0
replaces: extendeddaemonset.v0.4.0
version: 0.5.0-rc.1

0 comments on commit 6867743

Please sign in to comment.