jumpbox/4.2.8
You can find the source of this version on GitHub at cloudfoundry-community/jumpbox-boshrelease. It was created based on the commit 86580417
.
Release Notes¶
Bug Fixes
- The ~/.repo file is no longer constantly updated by the
watcher
script. It is only updated when the contents change. This works around issues when performing tar-based-backups that take longer than 5 minutes, as the watcher script would update the modification/ creation time of files underneath tar, causing it to error.
cf
Bumped cf to v6.25.0
vim
Updated vim to v8.0.0386
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "jumpbox" version: "4.2.8" url: "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.2.8" sha1: "73f9de18ad4a3ec415badc17779b24ac325dcd8a"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 73f9de18ad4a3ec415badc17779b24ac325dcd8a \ "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.2.8"