Releases: idealista/clickhouse_role
Releases · idealista/clickhouse_role
3.3.1 Release
TTL configuration for system tables
➕ Added
- TTL for system tables and default TTL values. #42 by @santi-eidu
3.3.0 Release
JDBC Bridge and Copier
➕ Added
- Clickhouse copier basic configuration in #35 by @ultraheroe
🛠️ Fixed
- Ansible galaxy meta malformed in #36 by @ultraheroe
🔁 Updated
- Clickhouse JDBC engine requirements installation in #34 by @ultraheroe @jmonterrubio
Full Changelog: 3.2.1...3.3.0
3.2.1 Release
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
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
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
➕ 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
- #16 Fix missing user, password and compression values in remote_servers @ultraheroe
- #14 Wait for service listening @jmonterrubio
Detailed Changelog: 3.0.1...3.1.0
3.0.1 Release
🛠️ Fixed
- #8 Remove ansible deprecation warning @Pablohn26
- #10 Fix paths permissions @ultraheroe
- #11 Allow custom tag values for replicated macro var @ultraheroe
➕ 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
🛠️ 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
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