Skip to content

Releases: anynines/unit-tests-utils

v2.17.0

14 Jan 09:57
ff3ee37

Choose a tag to compare

What's Changed

Full Changelog: v2.16.0...v2.17.0

v2.16.0

11 Nov 10:17
708f667

Choose a tag to compare

This version updates the used dependencies and adds rubocop to the repository.

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.16.0

v2.13.0

11 Mar 15:49

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

Choose a tag to compare

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

v2.11.0

10 Feb 18:30

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

Choose a tag to compare

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

v.1.9.3

25 Apr 06:50

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

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

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

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.