Skip to content

Commit

Permalink
Update version, change log and package lock for 4.2.1 (#4720)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox authored Oct 26, 2020
1 parent f718d3c commit 15dcb83
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 4.2.1

[Full Changelog](https://github.com/cloudfoundry/stratos/compare/4.2.0...4.2.1)

This release contains a single fix relating to Single Sign On:

**Fixes:**
- SSO Auth Doesn't Work for Endpoints [\#4716](https://github.com/cloudfoundry/stratos/issues/4716)



## 4.2.0

[Full Changelog](https://github.com/cloudfoundry/stratos/compare/4.1.0...4.2.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.2.0 4.2.0 A Helm chart for deploying Stratos UI Console
stratos/console 4.2.1 4.2.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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stratos",
"version": "4.2.0",
"version": "4.2.1",
"description": "Stratos Console",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 15dcb83

Please sign in to comment.