Skip to content

Releases: cloudfoundry-community/jumpbox-boshrelease

jumpbox BOSH Release v4.2.5

08 Feb 03:19
Compare
Choose a tag to compare
genesis

Bumped genesis to v1.7.6

jumpbox BOSH Release v4.2.4

07 Feb 22:27
Compare
Choose a tag to compare

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

02 Jan 16:33
Compare
Choose a tag to compare
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

18 Nov 20:06
Compare
Choose a tag to compare
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

06 Nov 05:40
Compare
Choose a tag to compare

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, like safe. Redirecting stderr makes the
    output of the errand look muuuuuuch nicer.

jumpbox BOSH Release v4.2.0

06 Nov 04:28
Compare
Choose a tag to compare

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 like curl and vim
    takes precedence over system versions.
  • New sane default configuration for vim and tmux
  • 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

04 Nov 13:08
Compare
Choose a tag to compare

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

28 Oct 02:07
Compare
Choose a tag to compare

New Features

  • The ping binary is now allowed to be used by regular users on the jumpbox
    without requiring sudo or root access. \o/

jumpbox BOSH Release v4.1.3

21 Oct 13:59
Compare
Choose a tag to compare
genesis

Bumped genesis to v1.5.5

safe

Bumped safe to v0.0.24

jumpbox BOSH Release v4.1.2

29 Sep 18:09
Compare
Choose a tag to compare

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)