Skip to content

Releases: cloudfoundry-community/toolbelt-boshrelease

Toolbelt BOSH Release v3.2.4

14 Apr 20:08
Compare
Choose a tag to compare

Bug Fixes

  • Use ERB template variables in Toolbelt prompt

Toolbelt BOSH Release v3.2.3

14 Apr 19:29
Compare
Choose a tag to compare

Fixes

  • No longer dies when deployed to a concourse worker due to multiple packages
    containing busybox binaries build for different architectures
  • Black toolbelt colouring reverted due to usability issues on black screen

Toolbelt BOSH Release v3.2.2

14 Apr 04:15
Compare
Choose a tag to compare

New Features

  • The toolbelt.envrc manifest property can now be used to inject
    arbitrary startup commands, function definitions and prompt
    munging into your session.
  • Vault CLI is now packaged and can be made available by
    deploying either toolbelt-everything or the new
    toolbelt-vault job.
  • Safe (an alternate CLI for Vault that provides higher-level
    operations) is now packaged in both toolbelt-everything and
    toolbelt-safe.

Bug Fixes

  • The colorized prompt now properly escapes non-printing sequences
    of ANSI escape codes with \[ and \] so that GNU readline
    will properly calculate available space. This fixes several
    weird (and very annoying) line-wrapping bugs.

Toolbelt BOSH Release v3.2.1

13 Apr 14:03
Compare
Choose a tag to compare

Bug Fixes

  • Ignore packages named 'busybox' when sourcing PATH and
    LD_LIBRARY_PATH, since those bin / lib directories often
    contain non-executables for a different architecture, or are
    linked to libs we don't want to use (musl, busybox, etc.)

    This mostly only affects toolbelt on diego brain/cell VMs.

Toolbelt BOSH Release v3.2.0

11 Apr 20:56
Compare
Choose a tag to compare

New Features

  • The veritas utility is now included!
    Thanks to @geofffranks.
  • Each package is now managed by its own job, so that if you only
    want (for example) gaol, nats and jq, you don't have to compile
    any other utilities. You can still get the old behavior by
    specifying the toolbelt-everything job.
  • By default, adding the base toolbelt job to a deployment
    causes the root user, and all users provisioned by bosh ssh to
    pick up the necessary paths.

Toolbelt BOSH Release v3.1.0

30 Mar 23:42
Compare
Choose a tag to compare

New Add-ons

  • esuf - A utility for fixing Elastic Search deployments
  • tree - Who doesn't love tree-based directory listings?
  • cf cli - Utility for managing CloudFoundry stuff
  • redis cli - For gettin' them keys and them values
  • netsniff - A suite of tools for generating and viewing
    network traffic.

Thanks @geofffranks for all of his contributions!