Releases: cloudfoundry-community/jumpbox-boshrelease
Releases · cloudfoundry-community/jumpbox-boshrelease
jumpbox BOSH Release v4.2.5
genesis
Bumped genesis to v1.7.6
jumpbox BOSH Release v4.2.4
terraform
Added terraform at v0.8.6
cf
Bumped cf to v6.23.1
spruce
Bumped spruce to v1.8.8
genesis
Bumped genesis to v1.7.0
genesis
Bumped genesis to v1.7.1
spruce
Bumped spruce to v1.8.9
genesis
Bumped genesis to v1.7.2
genesis
Bumped genesis to v1.7.3
genesis
Bumped genesis to v1.7.4
safe
Bumped safe to v0.0.29
genesis
Bumped genesis to v1.7.5
jumpbox BOSH Release v4.2.3
spruce
Bumped spruce to v1.8.6
genesis
Bumped genesis to v1.6.0
spruce
Bumped spruce to v1.8.7
jumpbox BOSH Release v4.2.2
spruce
Bumped spruce to v1.8.3
safe
Bumped safe to v0.0.28
spruce
Bumped spruce to v1.8.4
spruce
Bumped spruce to v1.8.5
cloudfoundry-utils
Bumped cloudfoundry-utils to v1.0.0
jumpbox BOSH Release v4.2.1
Improvements
- User home directories are now in /u/$name, so that
bosh-init
doesn't fail to deploy things like ruby-based CPIs that rely on
gem + bundler. It's not LSB, but it's ok - SSH Host Keys will now persist across VM recreation, so you can
start trusting your SSH Host Key mismatch warnings again, and
maybe even re-enable strict host key checking! - Some UNIX trickery was added to ensure that UID/GIDs stayed the
same across BOSH recreates and VM resurrection, so that people
don't lose ownership to files outside their home directories due
to UID/GID re-assignment. - One-time per-user setup is now no longer triggered for the
vcap
user, or for any of the temporary accounts created for
bosh ssh
sessions.
Bug Fixes
- Handle utilities that don't send their version information to
standard output, likesafe
. Redirecting stderr makes the
output of the errand look muuuuuuch nicer.
jumpbox BOSH Release v4.2.0
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
jumpbox BOSH Release v4.1.5
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
jumpbox BOSH Release v4.1.4
New Features
- The
ping
binary is now allowed to be used by regular users on the jumpbox
without requiringsudo
orroot
access. \o/
jumpbox BOSH Release v4.1.3
genesis
Bumped genesis to v1.5.5
safe
Bumped safe to v0.0.24
jumpbox BOSH Release v4.1.2
Improvement
- Set a default rvm Ruby (2.3.0, currently)
- Allow certain environments to pass-through sudo invocations
(namely, http_proxy, https_proxy, no_proxy)
Bug Fixes
- Always run the GOLANG and RubyGems setup scripts
(Previously they would only execute for users who had
specified an environment git repo)