Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog(doc): Adding Deck feature flag for DeployManifest stage #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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