jumpbox/4.2.0
You can find the source of this version on GitHub at cloudfoundry-community/jumpbox-boshrelease. It was created based on the commit c884693c
.
Release Notes¶
New Features
- Per-user setup is now handled on a per-user basis, via a one-time setup script embedded in their ~/.bashrc / ~/.zshrc profiles. This should greatly speed up provisioning.
- You can now set the jumpbox login banner, via
jumpbox.banner
It’s got a spiffy default too!
Improvements
- Default
$PATH
now puts the jumpbox package bin directory first, so that release-provided software likecurl
andvim
takes precedence over system versions. - New sane default configuration for
vim
andtmux
- New
acceptance-tests
job for verifying the viability of the Jumpbox BOSH release itself. This will be used in our CI pipelines moving forward, to ensure that all utilities work out of the box.
safe
Bumped safe to v0.0.27
cf
Bumped cf to v6.22.2
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "jumpbox" version: "4.2.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.2.0" sha1: "c73fc3f92565bf0d33aa9215f14079a6dbc095fa"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 c73fc3f92565bf0d33aa9215f14079a6dbc095fa \ "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.2.0"