Merge pull request #4400 from concourse/document-bosh-release-fix

add release note for bosh release fix
This commit is contained in:
James Thomson 2019-09-10 14:43:58 -04:00 committed by GitHub
commit f8ded52b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,19 @@
#### <sub><sup><a name="v551-note-4326" href="#v551-note-4326">:link:</a></sup></sub> fix
* If you are using LetsEncrypt, you will want to upgrade to this version because it includes a fix for a [bug](https://github.com/concourse/concourse/issues/4326) where updating existing autocert/acme certificates fails #4395.
* If you are using LetsEncrypt, you will want to upgrade to this version because
it includes a fix for a
[bug](https://github.com/concourse/concourse/issues/4326) where updating
existing autocert/acme certificates fails #4395.
tldr: upsert autocert certs.
tldr: upsert autocert certs.
#### <sub><sup><a name="v551-note-57" href="#v551-note-57">:link:</a></sup></sub> fix
* Even though the properties relating to [influxdb
batching](https://github.com/concourse/concourse/releases#v550-note-6),
[max active tasks per
worker](https://github.com/concourse/concourse/releases#v550-note-1), [metrics
buffering](https://github.com/concourse/concourse/releases#v550-note-5), and
[max DB connection pool
size](https://github.com/concourse/concourse/releases#v550-note-9) were
appearing on the `web` job in the BOSH release, they were not properly being
passed to concourse. Now they are! concourse/concourse-bosh-release#57.