Skip to content

Commit

Permalink
Merge pull request #4276 from cloudfoundry/320-release-notes
Browse files Browse the repository at this point in the history
Version bump and change log for 3.2.0
  • Loading branch information
richard-cox authored May 11, 2020
2 parents 5ffa624 + e31fb9e commit 09a4458
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 3.2.0

[Full Changelog](https://github.com/cloudfoundry/stratos/compare/3.1.0...3.2.0)

This release contains a number of fixes and improvements:

**Improvements:**

- SSO_WHITELIST should be able to ignore path [\#4273](https://github.com/cloudfoundry/stratos/issues/4273)
- Improve view that shows details for a metrics endpoint [\#4271](https://github.com/cloudfoundry/stratos/issues/4271)
- Helm Chart: Add support for node selectors [\#4265](https://github.com/cloudfoundry/stratos/issues/4265)
- Add documentation for list's 'max' feature, include info on 'fetch all' button [\#4259](https://github.com/cloudfoundry/stratos/issues/4259)
- Backup Endpoints & Tokens [\#4228](https://github.com/cloudfoundry/stratos/issues/4228)

**Fixes:**

- Deployment time does not show correctly in diagnostics when deployed with Helm 3 [\#4261](https://github.com/cloudfoundry/stratos/issues/4261)
- Pushing app from Stratos can sometimes fail due to expired token [\#4253](https://github.com/cloudfoundry/stratos/issues/4253)
- Helm: Chart fails to render if `uaa` section is missing, docs misleading [\#4248](https://github.com/cloudfoundry/stratos/issues/4248)
- Profile: Disabling polling fails to disable polling [\#4244](https://github.com/cloudfoundry/stratos/issues/4244)
- App Summary: Github tab: Row highlight of deployed commit is obscured [\#4243](https://github.com/cloudfoundry/stratos/issues/4243)
- Data Inaccuracies in PCF [\#4237](https://github.com/cloudfoundry/stratos/issues/4237)

## 3.1.0

[Full Changelog](https://github.com/cloudfoundry/stratos/compare/3.0.0...3.1.0)
Expand Down
4 changes: 2 additions & 2 deletions build/tools/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ function log() {
echo $1 | tee -a ${CHANGELOG}
}

QUERY="repo:${REPO}+milestone:3.1.0+state:closed"
QUERY="repo:${REPO}+milestone:${MILESTONE}+state:closed"
if [ -n "${FORK}" ]; then
FORK_QUERY="repo:${FORK}+milestone:3.1.0+state:closed"
FORK_QUERY="repo:${FORK}+milestone:${MILESTONE}+state:closed"
fi

BUGS="+label:bug"
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": "3.1.0",
"version": "3.2.0",
"description": "Stratos Console",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 09a4458

Please sign in to comment.