Skip to content

Commit ea57b0f

Browse files
committed
Update to ThinLinc 4.13.0
1 parent 6fd0da1 commit ea57b0f

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
3636
requirement 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
4444
ThinLinc version, build number and server bundle names.

defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
thinlinc_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

1010
thinlinc_autoinstall_dependencies: "yes"
1111

0 commit comments

Comments
 (0)