Skip to content

Releases: anynines/unit-tests-utils

v2.13.0

11 Mar 15:49
Compare
Choose a tag to compare

This version adds extends the CredHub client to parse the response to to a hash instead of the raw string.
It also includes new methods on the PostgreSQL client.

v2.12.0

09 Mar 19:43
Compare
Choose a tag to compare

This version adds the new credhub client and extends the PostgreSQL client

v2.11.0

10 Feb 18:30
Compare
Choose a tag to compare

We extended the postquesql_web_service_client.rb and added the postgresql_client.rb

v2.10.0

13 Jan 14:23
Compare
Choose a tag to compare

Creates the version supporting '?' specification similar to BOSH operator files.

v.1.9.3

25 Apr 06:50
Compare
Choose a tag to compare

A first implementation of the Turbulence Helpers has now been added to the utils

v1.9.0

02 Apr 07:43
Compare
Choose a tag to compare

Provides the ability to change the network of an instance group in a bosh manifest. there is also a new method for deploying the manifest from memory without using a manifest file.

v1.7.0

05 Nov 09:47
cda6a99
Compare
Choose a tag to compare

Adds the class method execute_or_raise_error to bosh.rb. This method is used to access the BOSH CLI and throws an error when the return status is not 0. It also uses the stdout and stderr of the command as a more verbose error message.

v1.6.0

07 Oct 00:01
Compare
Choose a tag to compare

This version makes resolve_domain_name return the ip given, if an IP is given instead of a domain to be resolved.

v1.5.0

28 Aug 11:50
b64b73a
Compare
Choose a tag to compare

Adds function to deregister DNS entries from consul and to get deployment informations.

v1.4.0

14 May 15:41
e8366c9
Compare
Choose a tag to compare

Makes start params configurable.
Adds a param to redirect bosh command output to /dev/null