Bpm Release Versions Save

isolated bosh jobs

v1.2.8

7 months ago

Updates:

  • Updates golang package golang-1-linux to 1.21.2

v1.2.7

8 months ago

Updates:

  • Updates golang package golang-1-linux to 1.21.1

v1.2.6

8 months ago

Updates:

  • Updates golang package golang-1-linux to 1.21.0

v1.2.5

9 months ago

Updates:

  • Updates golang package golang-1-linux to 1.20.7

v1.2.4

10 months ago

What's Changed

  • Update to golang 1.20.6 and vendor dependencies

Full Changelog: https://github.com/cloudfoundry/bpm-release/compare/v1.2.3...v1.2.4

v1.2.3

10 months ago

Features

  • Bumping to latest golang 1.20.5

Full Changelog: https://github.com/cloudfoundry/bpm-release/compare/v1.2.2...v1.2.3

v1.2.2

1 year ago

Bug fixes

  • Fix issue with file limits on Xenial and Bionic stemcells where it won't be set past 4096

Full Changelog: https://github.com/cloudfoundry/bpm-release/compare/v1.2.1...v1.2.2

v1.2.1

1 year ago

Known Issues:

  • #160, golang 1.20.4 has introduced behavior that is causing BPM to not properly configure the started process with the correctly configured file limits.

v1.2.0

1 year ago

Fixes/enhancements

  • bpm will no longer constrain the size of /dev/shm and /dev to 64MB per container, and will rely on the OS's default size for these mount points.
    • For certain real-world workloads, this was causing containerized Postgresql workers to fail with ERROR: could not resize shared memory segment "/PostgreSQL.3671273430" to 33554432 bytes: No space left on device. For more information, consult the PR that introduced the change: https://github.com/cloudfoundry/bpm-release/pull/159

v1.1.23

1 year ago

Fixed CVEs:

  • CVE-2022-41723: golang.org/x/net/http2: avoid quadratic complexity in HPACK decoding