From d8f4685776fcc1671632d71320fad6df5ccfc2fc Mon Sep 17 00:00:00 2001 From: christosarvanitis Date: Mon, 16 Dec 2024 18:02:29 +0200 Subject: [PATCH] changelog(doc): Adding Deck feature flag for DeployManifest stage --- .../releases/next-release-preview/index.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/content/en/docs/releases/next-release-preview/index.md b/content/en/docs/releases/next-release-preview/index.md index f798c2f3..3e667e81 100644 --- a/content/en/docs/releases/next-release-preview/index.md +++ b/content/en/docs/releases/next-release-preview/index.md @@ -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 \ No newline at end of file +## 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 \ No newline at end of file