Skip to content

Commit d83e282

Browse files
authored
Merge pull request #47 from CendioHalim/master
Bump version to 4.18.0
2 parents 59be931 + 2480eea commit d83e282

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
## [1.12] - 2025-01-07
13+
14+
### Changed
15+
16+
- Updated to 4.18.0
17+
- Updated tlsetup answers to match the 4.18.0 changes
18+
1219
## [1.11] - 2024-08-20
1320

1421
### Changed
@@ -110,7 +117,8 @@ First release.
110117

111118
- An Ansible role to install the ThinLinc server software.
112119

113-
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.11...HEAD
120+
[unreleased]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.12...HEAD
121+
[1.12]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.11...v1.12
114122
[1.11]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.10...v1.11
115123
[1.10]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.9...v1.10
116124
[1.9]: https://github.com/cendio/ansible-role-thinlinc-server/compare/v1.8...v1.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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.14.0"
39+
thinlinc_version: "4.18.0"
4040
```
4141
4242
ThinLinc version number.

defaults/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
thinlinc_accept_eula: "no"
55

6-
thinlinc_version: "4.17.0"
6+
thinlinc_version: "4.18.0"
77
thinlinc_bundle_path: "tl-{{ thinlinc_version }}-server.zip"
88

99
thinlinc_autoinstall_dependencies: "yes"
@@ -30,6 +30,9 @@ thinlinc_webadm_password: "$6$7cc31a35e02e55ec$hm.1MsloeBJqNKljx9RH88Z/eRKZCka5Z
3030
# - parameters: auto-migrate old to new configuration
3131
thinlinc_tlsetup_migrate_conf: "old"
3232

33+
thinlinc_hostname_choice: "ip"
34+
thinlinc_manual_agent_hostname: ""
35+
3336

3437
# The agent hostname to report to clients. If your server is behind a
3538
# firewall with NAT, this must be set to an address that forwards to

templates/thinlinc-setup.answers.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
install-gtk={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
33
email-address={{ thinlinc_email }}
44
install-python-ldap={{ thinlinc_autoinstall_dependencies | ternary('yes', 'no', 'no') }}
5+
agent-hostname-choice={{ thinlinc_hostname_choice }}
6+
manual-agent-hostname={{ thinlinc_manual_agent_hostname }}
57
setup-firewall=yes
68
setup-selinux=yes
79
setup-web-integration=yes

0 commit comments

Comments
 (0)