Skip to content

Releases: idealista/clickhouse_role

3.3.1 Release

19 Jan 10:44
34f6c7e
Compare
Choose a tag to compare

TTL configuration for system tables

➕ Added

3.3.0 Release

12 Dec 11:49
b23cb09
Compare
Choose a tag to compare

JDBC Bridge and Copier

➕ Added

🛠️ Fixed

🔁 Updated

Full Changelog: 3.2.1...3.3.0

3.2.1 Release

31 Aug 11:41
45945db
Compare
Choose a tag to compare

3.2.1 (2022-09-01)

🛠️ Fixed

  • #30 Fixed clickhouse server fails after upgrading

Full Changelog: 3.2.0...3.2.1

3.2.0 Release

01 Jun 15:39
a81044a
Compare
Choose a tag to compare

New feature to manage GRANT perms and privs

➕ Added

  • New feature to manage GRANT perms and privs @ultraheroe
  • Corresponding vars to use that feature
  • Testing vars for this feature in molecule/group_vars
  • Necesary templates

🛠️ Fixed

  • Tasks with no_log set to False

🔁 Updated

  • Readme
  • Test requirements Ansible version to 5.2.0
  • Task tags
  • Clickhouse default version

Full Changelog: 3.1.1...3.2.0

Release 3.1.1

29 Apr 10:39
957aa36
Compare
Choose a tag to compare

3.1.1 (2022-04-29)

🛠️ Fixed

#23 Fixed task trying to remove '_temporary_and_external_tables' database @santi-eidu

Full Changelog: 3.1.0...3.1.1

3.1.0 Release

14 Feb 17:33
8a7ae03
Compare
Choose a tag to compare

➕ Added

  • Option to use custom config xml files
  • #18 Option to create and remove basic users, roles, profiles, quotas, etc @ultraheroe

🔁 Updated

  • Default ClickHouse version.
  • Requirements versions.
  • Readme instructions.
  • Molecule verify update to use checksum instead of the deprecated command.
  • Default molecule scenario and tests
  • Tasks orders and role files skeleton
  • #20 clickhouse_macros var refactor @ultraheroe

🛠️ Fixed

Detailed Changelog: 3.0.1...3.1.0

3.0.1 Release

14 Dec 16:31
3bda7a0
Compare
Choose a tag to compare

🛠️ Fixed

➕ Added

  • Add option to set CH release branch version.

🔁 Changed

  • Update CH default version
  • Update .travis python version to 3.9
  • Update test-requirements, ansible, molecule, etc

Full Changelog: 3.0.0...3.0.1

3.0.0 Release

23 Nov 16:17
bb0519d
Compare
Choose a tag to compare

🛠️ Fixed

  • #5 Defined hkp apt keyserver protocol

➕ Added

  • #4 Required vars for new config templates

🔁 Changed

  • #4 Fully parametrized config files
  • .gitignore rules for various IDEs
  • Deleted old stretch distro and add bullseye to .travis.yml
  • Update test-requirements versions
  • Update default version to latest (at this moment v21.11.2.2)
  • Check how to check installed version
  • Update molecule config and vars

2.0.0 Release

18 Nov 12:23
8dd8c9e
Compare
Choose a tag to compare

Fixed

  • #1 Fix mismatched var names @frantsao
  • Fix systemd service config: prevent restarting after unit file changes; fix reloading (needs /bin/kill) @frantsao
  • Fix default database creation @frantsao
  • Fix missing listening host templating in config.xml @frantsao
  • Fix admin user templating @frantsao

Added

  • Added var in order to control service behaviour in config changes @frantsao

Changed

  • Renamed vars in order to differentiate from other roles vars (BREAKING) @frantsao

First Release - 1.0.0

03 Nov 11:39
Compare
Choose a tag to compare

1.0.0 (2020-11-03)

Added