jumpbox/4.2.14
You can find the source of this version on GitHub at cloudfoundry-community/jumpbox-boshrelease. It was created based on the commit 75021cef
.
Release Notes¶
Bug Fixes
umask is now forcibly set to 022, so that newly-created account home directories are set properly as mode 0755, instead of 0775.
Users can now be deactivated multiple times in a day, not just once a year. Sorry about that.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "jumpbox" version: "4.2.14" url: "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.2.14" sha1: "824771362ca5006594bf621bc6017b1b6d2858ba"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 824771362ca5006594bf621bc6017b1b6d2858ba \ "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.2.14"