Releases: cloudfoundry-community/toolbelt-boshrelease
Releases · cloudfoundry-community/toolbelt-boshrelease
Toolbelt BOSH Release v3.2.4
Bug Fixes
- Use ERB template variables in Toolbelt prompt
Toolbelt BOSH Release v3.2.3
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
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 eithertoolbelt-everything
or the new
toolbelt-vault
job. - Safe (an alternate CLI for Vault that provides higher-level
operations) is now packaged in bothtoolbelt-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
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
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 thetoolbelt-everything
job. - By default, adding the base
toolbelt
job to a deployment
causes the root user, and all users provisioned bybosh ssh
to
pick up the necessary paths.
Toolbelt BOSH Release v3.1.0
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!