File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and [ Keep a changelog] ( https://github.com/olivierlacan/keep-a-changelog ) .
4
4
5
5
## [ 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
6
10
7
11
## [ 6.1.1] ( https://github.com/idealista/java_role/tree/6.1.1 ) (2020-09-11)
8
12
[ Full Changelog] ( https://github.com/idealista/java_role/compare/6.1.0...6.1.1 )
Original file line number Diff line number Diff line change 12
12
- name : Verify
13
13
hosts : all
14
14
vars :
15
- goss_version : v0.3.11
16
- goss_sha256sum : 7a751c102abac61fd8dff45f87f36c3732cb5158e1414ab78e6877864fc2f7a4
15
+ goss_version : v0.3.16
16
+ goss_sha256sum : 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
17
17
goss_arch : amd64
18
18
goss_dst : /usr/local/bin/goss
19
19
goss_url : " https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"
Original file line number Diff line number Diff line change 12
12
- name : Verify
13
13
hosts : all
14
14
vars :
15
- goss_version : v0.3.11
16
- goss_sha256sum : 7a751c102abac61fd8dff45f87f36c3732cb5158e1414ab78e6877864fc2f7a4
15
+ goss_version : v0.3.16
16
+ goss_sha256sum : 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
17
17
goss_arch : amd64
18
18
goss_dst : /usr/local/bin/goss
19
19
goss_url : " https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"
Original file line number Diff line number Diff line change 12
12
- name : Verify
13
13
hosts : all
14
14
vars :
15
- goss_version : v0.3.11
16
- goss_sha256sum : 7a751c102abac61fd8dff45f87f36c3732cb5158e1414ab78e6877864fc2f7a4
15
+ goss_version : v0.3.16
16
+ goss_sha256sum : 827e354b48f93bce933f5efcd1f00dc82569c42a179cf2d384b040d8a80bfbfb
17
17
goss_arch : amd64
18
18
goss_dst : /usr/local/bin/goss
19
19
goss_url : " https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"
You can’t perform that action at this time.
0 commit comments