Releases: cloudfoundry/bpm-release
Releases · cloudfoundry/bpm-release
v1.1.9
- Adds a new unsafe flag for accessing the root pid namespace (
host_pid_namespace
) #144
- Updates runc to runc-v1.0.0-rc92 #145
- Bumps go to 1.15
# v1.1.8
- move runc state onto tmpfs
- update to go v1.14.1
v1.1.7
- update runc to v1.0.0-rc10
- fix volume validation for
additional_volumes
- relax volume validation to only check if path is in
/var/vcap
v1.1.6
- update libseccomp to v2.4.2
- validate job config when using
bpm run
v1.1.4
- update to go v1.13.1
- update runc to v1.0.0-rc9
v1.1.3
- re-release of v1.1.2 due to an error in the release process
- update to go v1.12.8
v1.1.1
- 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
- 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
- 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