Skip to content

Commit

Permalink
Update to ThinLinc 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samhed committed Aug 31, 2021
1 parent 6fd0da1 commit ea57b0f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.7] - 2021-08-31

### Changed

- Updated to 4.13.0
- Updated tlsetup answers to match new Python 3 requirements
- Added .yamllint to catch syntax errors and style issues

## [1.6] - 2021-02-09

### Changed
Expand Down Expand Up @@ -58,7 +66,8 @@ First release.

- An Ansible role to install the ThinLinc server software.

[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.6...HEAD
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.7...HEAD
[1.7]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.6...v1.7
[1.6]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.5...v1.6
[1.5]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.4...v1.5
[1.4]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.3...v1.4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ ThinLinc End User License Agreement. NOTE: Setting this to yes is a
requirement for installing and using ThinLinc.
```yaml
thinlinc_version: "4.12.0"
thinlinc_build: "6517"
thinlinc_server_bundle_file: "tl-4.12.0-server.zip"
thinlinc_version: "4.13.0"
thinlinc_build: "2253"
thinlinc_server_bundle_file: "tl-4.13.0-server.zip"
```
ThinLinc version, build number and server bundle names.
Expand Down
6 changes: 3 additions & 3 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

thinlinc_accept_eula: "no"

thinlinc_version: "4.12.1"
thinlinc_build: "6733"
thinlinc_server_bundle: "tl-4.12.1-server.zip"
thinlinc_version: "4.13.0"
thinlinc_build: "2253"
thinlinc_server_bundle: "tl-4.13.0-server.zip"

thinlinc_autoinstall_dependencies: "yes"

Expand Down

0 comments on commit ea57b0f

Please sign in to comment.