All Versions
21
Latest Version
Avg Release Cycle
31 days
Latest Release
1522 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v271.2.0 Changes
August 03, 2020๐ฑ ๐ fix
- โ Remove stale postgres pid which helps avoid lock issues on unclean restarts fa03081
-
v271.1.0 Changes
June 17, 2020๐ฑ ๐ dependency bumps
- โฌ๏ธ Bump nginx to 1.17.10
- โฌ๏ธ Bump mariadb to 3.0.10
- โฌ๏ธ Bump postgres to 10.12
- โฌ๏ธ Bump activesupport for CVE-2020-8165
- โฌ๏ธ Bump puma & rack
๐ฑ ๐ feature
- ๐ Improve output during instance update to show job lifecycle steps #168179623
๐ฑ ๐ fix
-
v271.0.0 Changes
April 09, 2020โ Additions
- ๐ Merged a PR that changes the NATS gem from the EventMachine-based to 'pure ruby'. For most operators, this will have no impact. For operators of large foundations, performance and TLS-related errors could be seen with the EM-based gem which the pure-ruby gem relieves. Thanks to @beyhan@friegger @langered @videlov#2254
๐ Fixes
- โฑ thanks for fixing an issue with the scheduled tasks clean up @beyhan#2256
- thanks for adding the missing option @beyhan #2248
๐ Security
-
v270.12.0 Changes
February 26, 2020๐ New Features
- ๐ Support index or id for ignore command (#170702879)
- โ Add support for running metrics server in local mode (#2235)
๐ Bug Fixes
- โ Delete tasks on a schedule instead of "as-queued" (#170964112)
- ๐ Metrics server supports cloud configs with no networks definition (#171253546)
- ๐ Fix warning about running errands on multiple instances (#170114966)
- Only copy blobstore config file to VMs once (#169432981)
-
v270.11.0 Changes
January 16, 2020๐ Features
- ๐ Allow operators to turn on host style URLs for s3 blobstores (#170090112)
- โก๏ธ Update Director response so that
bosh vms
shows stemcell version (#169015295) - ๐ฆ Expose dry-run functionality for
clean-up
(#167711536) - โ Add
keep-orphaned-disks
forclean-up
command (#170309487) - โก๏ธ Metrics Updates (##4428257)
- Expose number of IPs and free IPs per network
- Expose number of unresponsive agents
- Expose number and state of tasks
- Expose global resurrector status
- ๐ Improve blobstore performance by changing default type blobstore nginx type to
application/octet-stream
(#170268644)
(#170122072)
๐ Bug Fixes
- Stop removing network information from errand VMs (#166359647)
-
v270.10.0 Changes
December 06, 2019๐ Features
- Include VM CID in agent ping error message (#169682585)
- โ Add support for customer-provided encryption keys with signed URLs on GCS (#168148185)
- โ Add prometheus metrics for director api (#169331435)
- overall metrics work still in progress
- 0๏ธโฃ Default blobstore nginx workers to auto (#169988440)
- ๐ Update VM/disk metadata when deploy tags change without need for
--recreate
(#168917397)
๐ Bug Fixes
- โก๏ธ Skip full instance update iff DNS or tags changed (#168917397)
- ๐ Fix nginx.conf not using SSL for ipv6 listen (#169694744)
-
v270.9.0 Changes
November 15, 2019๐ Features
- When enabled, metrics endpoint is protected by mTLS and publicly accessible (#169331194)
๐ Bug Fixes
- Remove overly harsh credential validation in s3cli when using
env_or_profile
(#2219) - ๐ Don't fail clean-up if a runtime config does not contain releases (#169220410)
-
v270.8.0 Changes
October 31, 2019๐ Features
- ๐ Improve performance of
/deployments
endpoint (#168545859) - ๐ Introduce support for signed URLs on BOSH deployed VMs for accessing the blobstore
- Currently supports internal webdav blobstore and S3 without user provided encryption keys
- Upcoming releases will support GCS blobstore and user provided keys
- Introduce
/metrics
endpoint, enabled viadirector.metrics_server.enabled
property- Currently this is only exposed locally on the director
- More metrics and functionality will be added in upcoming releases
- Add new
/resurrection
endpoint to return status of global resurrection (#168964490) - Increase timeout on release lock (#168883842)
- Re-add top level
properties
๐ Bug Fixes
- ๐ Fix issue where sync-dns exits unexpectedly yielding errand VMs to not have have a records.json file (#169302667)
- โ Remove duplicate ruby package
- ๐ Improve performance of
-
v270.7.0 Changes
October 04, 2019๐ Features
- Include tags on vm creation. This change also includes tags in the bosh env hash for CPIs that
wish to tag VMs on creation. (#167657971)
๐ Bug Fixes
- ๐ท
blobstore.secret
property is not required in the director job (#168853977)
- Include tags on vm creation. This change also includes tags in the bosh env hash for CPIs that
-
v270.6.0 Changes
September 30, 2019๐ Features
- โ Show warning when running errands across multiple instances (#166485688)
- ๐ Continue v1 manifest removal: Remove properties at deployment and instance_group level (#167907044)
- ๐ Enable parallel first time deploy across AZs via
initial_deploy_az_update_strategy
(#168067218) - โ Add ability to generate signed URLs for blobstore clients โ not yet used (#167978684)
๐ Bug Fixes
- ๐ Don't emit scan and fix tasks for a deployment while it is being deployed (#167502252)
- Director API now returns static & dynamic IPs associated with instances (#2206)
- ๐ Do not consider obsolete instance plans when selecting reusable VMs during deploy (#168414135)