Releases: AlexeySetevoi/ansible-clickhouse
Refactor
Refactor (#58)
- added testing via molecule
- dropped Ubuntu Trusty (couldn't get test instance working and trusty is EoL soon)
- added support for Ubuntu: Focal, and Boinc
- added support for Debian: Bullseye, Buster, Jessie, Stretch
- added support for CentOS: 7 and 8
- removed tasks that were redundant with the use of the package manager tasks
- made role more likely to be idempotent
- make role more DRY
- added run molecule tests via github actions.
Thanks to @brektyme
1.8.2: Merge pull request #56 from jzombi/patch-1
Fix readonly user's profile #56
Add port option to server ready check
#55 Added "port" option with to "Check clickhouse server is ready" task to prevent task failing on configuration with non-standard tcp port
1.8.0
Hello everyone, @AlexeySetevoi is online.
New release 1.8.0 is here.
2020 is not over yet, but crush many of our plans and hopes.
I hope you are well at this time, and i wish you a new 2021 year without this chaos.
This role is still alive, thank to our great contributors!
Meet new small&pretty features, added by @MemberIT and @sahilm!
#52 Expansion of the functionality of creating and deleting databases
#53 Add manage settings of internal prometheus exporter
#54 Allow configuring dictionary lazy loading
Thank you and let the force be with you.
More fixes
Fixes
Improvements
#40 Do not need restart CH after users.xml change
1.7.1: Merge pull request #35 from vladget/master
- Fix flow with using non-standard clickhouse port.
RHEL/Centos support
- RHEL/Centos support
- Bugfixes & optimizations