Skip to content

jumpbox/4.1.2

You can find the source of this version on GitHub at cloudfoundry-community/jumpbox-boshrelease. It was created based on the commit a9c4c5a9.

Release Notes

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)

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "jumpbox"
  version: "4.1.2"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.1.2"
  sha1: "0854d99747d4236ded92a8c6986bc6e7d6955909"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 0854d99747d4236ded92a8c6986bc6e7d6955909 \
  "https://bosh.io/d/github.com/cloudfoundry-community/jumpbox-boshrelease?v=4.1.2"

Jobs

Packages