Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@

## Known issues
<!-- Copy/paste known issues from the previous version if they're not fixed. Add new ones from OSS and Armory. If there aren't any issues, state that so readers don't think we forgot to fill out this section. -->
### Deck - Failing to bind address when SSL is used

Check warning on line 59 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-36-3.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-36-3.md#L59

[Google.Headings] 'Deck - Failing to bind address when SSL is used' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Deck - Failing to bind address when SSL is used' should use sentence-style capitalization.", "location": {"path": "content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-36-3.md", "range": {"start": {"line": 59, "column": 5}}}, "severity": "WARNING"}
In Armory CD 2.36.3 Deck may fail to start with the following error when SSL is enabled:
```
AH00526: Syntax error on line 17 of /etc/apache2/sites-enabled/spinnaker.conf:
Cannot define multiple Listeners on the same IP:port
Action '-D FOREGROUND' failed.
The Apache error log may have more information.
```
The issue is fully resolved in Armory CD 2.36.4. Please upgrade to that version if you encounter this issue.


### Echo Filter enabled pipelines feature
Spinnaker OSS Version 1.31.0 introduced a feature to filter pipelines from front50 , that was disabled by default.
Expand Down
Loading