Skip to content

Releases: cloudfoundry-community/toolbelt-boshrelease

toolbelt v3.4.1

14 Mar 18:27
Compare
Choose a tag to compare

New Tools!

  • Add spruce
  • Add MySQL CLIs
  • Add nmap

Fixes

  • Renamed toolbelt-netsniff to toolbelt-netsniff-ng for
    consistency's sake

Deployment

releases:
- name:    toolbelt
  version: 3.4.1
  url:     https://github.com/cloudfoundry-community/toolbelt-boshrelease/releases/download/v3.4.1/toolbelt-3.4.1.tgz
  sha1:    59dcc5a33ee5f806b9a75ccf831344a6479c5b0e

Toolbelt BOSH Release v3.4.0

24 Oct 17:57
Compare
Choose a tag to compare

New Tools

  • hatop is a top-like heads-up display for haproxy
    that takes advantage of statistics made available over
    a loopback TCP port, or a UNIX domain socket, via the
    stats configuration directive. It shows useful things like
    backend states, pool load, and more!
  • cfdot is the new Diego Operator Toolkit, a cli that helps
    you understand what's going on in your diego deployment and
    make changes directly against a running system. For example,
    cfdot give you the ability to directly manage tasks, LRPs,
    locks, etc, all without the need for a fully functional cf
    cloud controller stack.

Toolbelt BOSH Release v3.3.2

23 Feb 19:02
Compare
Choose a tag to compare

Bug Fixes

  • gaol-basher no works when run as non-vcap users

Toolbelt BOSH Release v3.3.1

24 Jan 20:11
Compare
Choose a tag to compare

New Features

  • The toolbelt-gaol package now includes a new script,
    gaol-basher, that makes it easier to log into BOSH-lite warden
    containers via gaol.

Toolbelt BOSH Release v3.3.0

07 Nov 05:07
Compare
Choose a tag to compare

New Features

Toolbelt now includes gotcha for all your HTTP proxying
and diagnostic needs! Because it is a MiTM proxy, it's in a
different job (toolbelt-dev) all by itself. Other tools you may
not want to run in production will also go in there, as time goes
on.

The toolbelt/errands job can now be used to build run multiple
other errand tasks, either in parallel or serially, within a
single errand job. This lets you bundle lots of test errands
together, for example, and not have to deal with BOSH locking when
you want to run them all at once.

Using it is as easy as:

jobs:
  - name: test-all-the-things
    templates:
      - { release: toolbelt, name: errands }
      - { release: other,    name: smoke-tests }
      - { release: other,    name: acceptance-tests }
      - { release: other,    name: network-tests }
    # other necessary job config

The new toolbelt.errands.* properties govern how this behaves.

Toolbelt BOSH Release v3.2.10

14 May 01:37
Compare
Choose a tag to compare

(this is a pipeline maintenance release)

Toolbelt BOSH Release v3.2.9

14 May 01:29
Compare
Choose a tag to compare

(this is a pipeline maintenance release)

Toolbelt BOSH Release v3.2.8

13 May 20:55
Compare
Choose a tag to compare

Convenience Feature

Added a toolbelt-quick job that includes only the tasks that compile quickly. Specifically, it leaves out the tshark, veritas, and netsniff components.

Note: you still need to include the base toolbelt job template

Toolbelt BOSH Release v3.2.7

12 May 20:35
Compare
Choose a tag to compare

Fixes

  • Compiled packages (netsniff-ng, mostly) now take advantage of
    multiple-core compilation VMs by running parallel make with -j
    set to the number of cores present.

New Features

  • tshark (and other Wireshark CLI utilities) are now included
    in the toolbelt-tshark job. Finally, protocol-aware packet
    analysis in BOSH!
  • tcptrace, a colorful tcpdump filter, is now included in
    the toolbelt-tcptrace job.

Toolbelt BOSH Release v3.2.6

28 Apr 19:33
Compare
Choose a tag to compare

Bugfix

This release corrects the leftover code that was not removed in v3.2.4