Merge pull request #4418 from concourse/add-rel-notes

add release notes for PRs I merged
This commit is contained in:
Jamie Klassen 2019-09-11 15:21:01 -04:00 committed by GitHub
commit bdcb9d0d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
release-notes/latest.md Normal file
View File

@ -0,0 +1,11 @@
#### <sub><sup><a name="note-cred-redacting" href="#note-cred-redacting">:link:</a></sup></sub> fix
* Credentials fetched from a credential manager will now be automatically redacted from build output, thanks to a couple of PRs by @evanchaoli! #4311
Please don't rely on this functionality to keep your secrets safe: you should continue to prevent accidental credential leakage, and only treat this as a safety net.
> NOTE: In its current form, credentials that get 'split' into multiple `write()` calls will not be redacted. This may happen for large credentials, or if you're just unlucky. Work to improve this is in-progress: #4398
#### <sub><sup><a name="note-cluster-log" href="#note-cluster-log">:link:</a></sup></sub> fix
* The cluster name can now be added to each and every log line with the handy dandy `--log-cluster-name` flag, available on the `web` nodes. This can be used in a scenario where you have multiple Concourse clusters forwarding logs to a common sink and have no other way of categorizing the logs. Thanks again @evanchaoli! #4387