Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Update version to 4.0.1, add change log (#4514)
Browse files Browse the repository at this point in the history
* Update version to 4.0.1, add change log

* Update package-lock
  • Loading branch information
richard-cox committed Aug 18, 2020
1 parent 3a8cd74 commit 200726c
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 1,836 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 4.0.1

[Full Changelog](https://github.com/cloudfoundry/stratos/compare/4.0.0...4.0.1)

This release contains a number of fixes and improvements:

**Improvements:**

- Helm Deployment: Allow nginx protocols and ciphers to be configured via values [\#4512](https://github.com/cloudfoundry/stratos/issues/4512)

**Fixes:**

- npm install can sometimes fail when symlinks from a previous Stratos version exist [\#4513](https://github.com/cloudfoundry/stratos/issues/4513)
- Helm Deployment: Default nginx ciphers are too restrictive [\#4503](https://github.com/cloudfoundry/stratos/issues/4503)



## 4.0.0

[Full Changelog](https://github.com/cloudfoundry/stratos/compare/3.2.1...4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Check the repository was successfully added by searching for the `console`, for
```
helm search repo console
NAME CHART VERSION APP VERSION DESCRIPTION
stratos/console 4.0.0 4.0.0 A Helm chart for deploying Stratos UI Console
stratos/console 4.0.1 4.0.1 A Helm chart for deploying Stratos UI Console
```

> Note: Version numbers will depend on the version of Stratos available from the Helm repository
Expand Down
Loading

0 comments on commit 200726c

Please sign in to comment.