Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Releases: AlexeySetevoi/ansible-clickhouse

Refactor

15 May 06:17
f01b969
Compare
Choose a tag to compare

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

05 Apr 19:38
0b68770
Compare
Choose a tag to compare

Add port option to server ready check

11 Feb 08:35
8e863e8
Compare
Choose a tag to compare

#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

14 Dec 14:20
74341eb
Compare
Choose a tag to compare

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

10 Sep 11:04
f06e3e1
Compare
Choose a tag to compare

#51 updated clickhouse repo
#49 Fix create empty auto dictionary.xml
#47 fix: compatibility remote_servers.j2 with python3

Fixes

28 Jul 13:03
84121bd
Compare
Choose a tag to compare

Fixes and improvements:
Merge: #42 #44
Fix: #45

Improvements

06 Dec 14:03
f822cef
Compare
Choose a tag to compare

#40 Do not need restart CH after users.xml change

1.7.1: Merge pull request #35 from vladget/master

04 Nov 21:16
140cb8b
Compare
Choose a tag to compare
  • Fix flow with using non-standard clickhouse port.

RHEL/Centos support

15 Sep 12:50
Compare
Choose a tag to compare
  • RHEL/Centos support
  • Bugfixes & optimizations

1.6.0

19 Aug 18:47
a66da91
Compare
Choose a tag to compare

In this release:

  • Fix for debian stretch key servers: #32. Thanks, @free6k
  • Specify a particular version of clickhouse: #31. Thanks, @arruzk
  • Merge tree configuration: #30. Thanks, @arruzk