Skip to content

Releases: cloudfoundry/bpm-release

v1.1.1

31 Jul 18:39
Compare
Choose a tag to compare
  • update libseccomp to v2.4.1 to fix CVE-2019-9893
  • bpm trace exits 0 if the user interrupts it
  • allow shared volumes to be mount_only
  • update go to 1.12.7

v1.1.0

28 May 18:01
Compare
Choose a tag to compare
  • allow unrestricted volume paths to contain globs
  • volumes can be shared to reveal their internal mounts into other mount namespaces
  • automatically reap zombie processes from inside the container without resorting to bash hacks

v1.0.4

02 Apr 01:59
Compare
Choose a tag to compare
  • mount tmpfs workaround in bpm rather than pre-start
  • update golang to 1.12.1
  • prevent errors when deleting jobs with no pidfile
  • forcibly remove runc state if it is corrupted

v1.0.3

12 Feb 17:51
Compare
Choose a tag to compare

We have learned that there is an incompatibility between the new version of RunC in this release and some instrumentation addon releases for BOSH when running on a Trusty stemcell. Please upgrade to Xenial while on BPM 1.0.2 before upgrading to BPM 1.0.3.

  • bump runc to address CVE-2019-5736
  • container IDs have been made more human readable to help with metrics reporting tools - you still should not depend on these!
  • do not write the pidfile for bpm run (bpm start is unchanged)

v1.0.2

28 Jan 22:54
Compare
Choose a tag to compare
  • fix compilation on 97.x series stemcells

v1.0.1

25 Jan 17:39
Compare
Choose a tag to compare
  • systemd support

v1.0.0

15 Nov 22:39
Compare
Choose a tag to compare
release v1.0.0

v0.13.0

12 Oct 16:47
Compare
Choose a tag to compare
  • volumes can be mounted inside /var/vcap/sys/run

v0.12.3

10 Sep 22:42
Compare
Choose a tag to compare
  • do not try and create cgroup directories if they already exist

v0.12.2

22 Aug 21:54
Compare
Choose a tag to compare
  • allow multiple volume options to be passed as a flag without quoting