File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ ## [ 1.7] - 2021-08-31
13+
14+ ### Changed
15+
16+ - Updated to 4.13.0
17+ - Updated tlsetup answers to match new Python 3 requirements
18+ - Added .yamllint to catch syntax errors and style issues
19+
1220## [ 1.6] - 2021-02-09
1321
1422### Changed
@@ -58,7 +66,8 @@ First release.
5866
5967- An Ansible role to install the ThinLinc server software.
6068
61- [ unreleased ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.6...HEAD
69+ [ unreleased ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.7...HEAD
70+ [ 1.7 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.6...v1.7
6271[ 1.6 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.5...v1.6
6372[ 1.5 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...v1.5
6473[ 1.4 ] : https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.3...v1.4
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
3636requirement for installing and using ThinLinc.
3737
3838` ` ` yaml
39- thinlinc_version : " 4.12 .0"
40- thinlinc_build : " 6517 "
41- thinlinc_server_bundle_file : " tl-4.12 .0-server.zip"
39+ thinlinc_version : " 4.13 .0"
40+ thinlinc_build : " 2253 "
41+ thinlinc_server_bundle_file : " tl-4.13 .0-server.zip"
4242` ` `
4343
4444ThinLinc version, build number and server bundle names.
Original file line number Diff line number Diff line change 33
44thinlinc_accept_eula : " no"
55
6- thinlinc_version : " 4.12.1 "
7- thinlinc_build : " 6733 "
8- thinlinc_server_bundle : " tl-4.12.1 -server.zip"
6+ thinlinc_version : " 4.13.0 "
7+ thinlinc_build : " 2253 "
8+ thinlinc_server_bundle : " tl-4.13.0 -server.zip"
99
1010thinlinc_autoinstall_dependencies : " yes"
1111
You can’t perform that action at this time.
0 commit comments