Skip to content
Closed
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
18 changes: 17 additions & 1 deletion content/en/docs/releases/next-release-preview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,20 @@ Please make a pull request to describe any changes you wish to highlight
in the next release of Spinnaker. These notes will be prepended to the release
changelog.

## Coming Soon in Release 1.37
## Coming Soon in Release 1.37

### Deploy Manifest Stage Advanced Configuration Options (Deck Support)
Deck Deploy Manifest stage support for:
- Label Selectors (Clouddriver feature added in 1.35.x - https://github.com/spinnaker/clouddriver/pull/6220)
- skipSpecTemplateLabels option (Clouddriver feature added in 1.35.x - https://github.com/spinnaker/clouddriver/pull/6254)

To enable the Deck Advanced Configuration options in the Deploy Manifest stage set the following in `settings-local.js`
```yaml
...
window.spinnakerSettings.feature.deployManifestStageAdvancedConfiguration=true;
...
```

Refer to Deck PRs:
- https://github.com/spinnaker/deck/pull/10152
- https://github.com/spinnaker/deck/pull/10154