Skip to content

Releases: sleighzy/ansible-zookeeper

1.3.2 (29-08-2024)

29 Aug 07:47
3d2f890
Compare
Choose a tag to compare

Upgrade to ZooKeeper 3.9.2

1.3.1 (13-02-2024)

12 Feb 17:58
23dc5f7
Compare
Choose a tag to compare

Hotfix release due to issue with breaking test symlink causing role installation to fail, see #50

1.3.0 (21-01-24)

21 Jan 04:49
a37300a
Compare
Choose a tag to compare

#49 Upgrade to Apache ZooKeeper 3.9.1

1.2.7 (29-11-23)

29 Nov 02:06
e033dff
Compare
Choose a tag to compare

#48 Install the ps command on the Rocky Linux Docker containers for Molecule testing so that the system can detect that ZooKeeper is running.

1.2.6 (23-10-23)

23 Oct 06:56
8681b17
Compare
Choose a tag to compare

#47 Upgrade to ZooKeeper 3.7.2

Additional updates for CI build dependencies and linting.

1.2.5 (22-08-01)

01 Aug 06:20
e2ae885
Compare
Choose a tag to compare
  • Add ability to configure firewalld and open ports for ZooKeeper. (#37)
  • Add optional variable zookeeper_servers_use_inventory_hostname so that either the hostnames specified for the inventory are used, or the ansible node names as provided by the hostname command on the server. (#38)
  • Add ability to provide additional configuration parameters in the zoo.cfg file. (#39)

1.2.4 (2022-07-03)

02 Jul 23:46
ccab475
Compare
Choose a tag to compare

#36 Upgrade to ZooKeeper 3.7.1
#35 Add workflow_dispatch to GitHub actions so that workflows can be triggered manually.

1.2.3 (2022-02-10)

10 Feb 06:58
04f4b8f
Compare
Choose a tag to compare

#28 Create user and group as system user/group

#29 and #30 Upgrade to the slim image of Super Linter v4 to resolve breaking changes and decrease build times

1.2.2 (2021-07-17)

30 Jul 22:30
194c63a
Compare
Choose a tag to compare

#22 Add whitelist for ZooKeeper four letter word commands.

1.2.1 (2021-05-03)

03 May 08:39
0d5ab17
Compare
Choose a tag to compare
  • The default value for the zookeeper_id variable is used in the /var/lib/zookeeper/myid file if one is not provided for the host variable.