jumpbox/4.1.5
You can find the source of this version on GitHub at cloudfoundry-community/jumpbox-boshrelease. It was created based on the commit 7ca85a3c
.
Release Notes¶
New Features
- Provisioning should work better now, since there is a daemon process watching the box and “patching things up”
- Accounts that were built by previous jumpbox manifests, but are not currently in the manifest, will be disabled, and their home directories renamed. This allows administrators to manage account lifecycles more easily.
- A new
jumpbox.delete
property allows accounts to be deleted from the jumpbox, but only those that had been provisioned by the manifest.
spruce
Bumped spruce to v1.8.2
safe
Bumped safe to v0.0.26
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.1.5" url: "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.1.5" sha1: "992c82ba151fd49a6d227881bc8f837cdb427512"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 992c82ba151fd49a6d227881bc8f837cdb427512 \ "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.1.5"