Skip to content

Releases: naftulikay/ansible-role-degoss

3.1.0

10 Oct 18:24
v3.1.0
9da6359
Compare
Choose a tag to compare

Feature release to add a base directory for temporary files: #51.

3.0.4

31 May 23:11
v3.0.4
9ad4b90
Compare
Choose a tag to compare

Bugfix release to fix deprecation warnings: #49.

3.0.3

01 May 19:08
v3.0.3
17a0c63
Compare
Choose a tag to compare

Bugfix release:

  • Fix broken tests on Python 3.7: #46

3.0.2

26 Dec 23:15
v3.0.2
439523a
Compare
Choose a tag to compare

Bugfix release, PR #41 added a new test system and closed #39.

3.0.1

17 Dec 20:33
v3.0.1
b6e6278
Compare
Choose a tag to compare

Bugfix release removing dependence on PyYAML (#38).

3.0.0

14 Dec 00:06
v3.0.0
f9c2c2c
Compare
Choose a tag to compare

Major release featuring a full and complete refactor of the module. This change is largely backward-compatible, with the exception of goss_env_vars, which have been superseded by goss_variables.

Logging, saving results, and a greatly simplified callback plugin for output have been included.

Basically, it should work better than it ever did and now features near-100% unit-test coverage alongside the existing integration tests. Unit tests and integration tests are run against all of the supported distributions.

macOS support should stabilize when Goss starts publishing macOS binaries.

c.f. #36

2.0.1

26 Nov 22:31
v2.0.1
00f3730
Compare
Choose a tag to compare

Bugfix release fixing relative and absolute paths: #33.

TL;DR copy path resolution starts from the role directory first and then expands outward. The solution pins all relative paths to the playbook_dir to make things work as end-users expect.

2.0.0

24 Jan 20:20
v2.0.0
147422d
Compare
Choose a tag to compare

Major release, require at minimum Ansible 2.4: #31.

1.4.3

07 Jan 23:02
v1.4.3
d0c7896
Compare
Choose a tag to compare

Fix deprecation warnings: #30.

1.4.0

12 Sep 23:12
v1.4.0
406e0f4
Compare
Choose a tag to compare

Bugfix and feature release: #25.