Skip to content

Commit f8486e3

Browse files
author
Fran Tsao
committed
#153 update goss version in tests
1 parent 6eb22ea commit f8486e3

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
44

55
## [Unreleased](https://github.com/idealista/java_role/tree/develop)
6+
### Fixed
7+
- *[#153](https://github.com/idealista/java_role/issues/153) Prepare version updates in order to fix Debian 11 release issues.* @frantsao
8+
- *[#153](https://github.com/idealista/java_role/issues/153) Update test dependencies (Ansible 4, Molecule 3.4.* @frantsao
9+
- *[#153](https://github.com/idealista/java_role/issues/153) Add Debian 11 'Bullseye' support.* @frantsao
610

711
## [6.1.1](https://github.com/idealista/java_role/tree/6.1.1) (2020-09-11)
812
[Full Changelog](https://github.com/idealista/java_role/compare/6.1.0...6.1.1)

molecule/adoptopenjdk/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- name: Verify
1313
hosts: all
1414
vars:
15-
goss_version: v0.3.11
16-
goss_sha256sum: 7a751c102abac61fd8dff45f87f36c3732cb5158e1414ab78e6877864fc2f7a4
15+
goss_version: v0.3.16
16+
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
1717
goss_arch: amd64
1818
goss_dst: /usr/local/bin/goss
1919
goss_url: "https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"

molecule/corretto/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- name: Verify
1313
hosts: all
1414
vars:
15-
goss_version: v0.3.11
16-
goss_sha256sum: 7a751c102abac61fd8dff45f87f36c3732cb5158e1414ab78e6877864fc2f7a4
15+
goss_version: v0.3.16
16+
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
1717
goss_arch: amd64
1818
goss_dst: /usr/local/bin/goss
1919
goss_url: "https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"

molecule/default/verify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- name: Verify
1313
hosts: all
1414
vars:
15-
goss_version: v0.3.11
16-
goss_sha256sum: 7a751c102abac61fd8dff45f87f36c3732cb5158e1414ab78e6877864fc2f7a4
15+
goss_version: v0.3.16
16+
goss_sha256sum: 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
1717
goss_arch: amd64
1818
goss_dst: /usr/local/bin/goss
1919
goss_url: "https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"

0 commit comments

Comments
 (0)