Merge pull request #47 from idealista/feature/bump-goss_0.16

Bump goss to 0.16
This commit is contained in:
Víctor Suárez Fernández 2020-12-28 14:07:51 +01:00 committed by GitHub
commit 21de58a20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
### Fixed
### Added
### Changed
- *[#47](https://github.com/idealista/cookiecutter-ansible-role/pull/47) Bump goss version from 0.3.14 to 0.3.16* @vicsufer
### Removed
## [2.3.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.3.0)

View File

@ -8,10 +8,10 @@
- {{ cookiecutter.app_name }}
become: true
vars:
goss_version: v0.3.14
goss_version: v0.3.16
goss_arch: amd64
goss_dst: /usr/local/bin/goss
goss_sha256sum: 26c481073d346028451d56af600a71ec2d6c7bc960c3e207f610e32c5e1f5144
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
goss_url: "https://github.com/aelsabbahy/goss/releases/download/{% raw %}{{{% endraw %} goss_version {% raw %}}}{% endraw %}/goss-linux-{% raw %}{{{% endraw %} goss_arch {% raw %}}}{% endraw %}"
goss_test_directory: /tmp
goss_format: documentation