Skip to content

Commit 9c3541d

Browse files
committed
Merge remote-tracking branch 'origin/8.2.x' into pr_merge_from_8_1_x_to_8_2_x
2 parents f89f16c + 7bf1be1 commit 9c3541d

File tree

67 files changed

+874
-1026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+874
-1026
lines changed

.bumpversion-ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.1.1
2+
current_version = 8.2.0
33
commit = true
44
message = Bump cp-ansible Version: {current_version} → {new_version}
55
tag = false

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.1.1
2+
current_version = 8.2.0
33
commit = true
44
message = Bump CP Version: {current_version} → {new_version}
55
tag = false

CHANGELOG.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,6 @@ Ansible Playbooks for Confluent Platform - Release Notes
44

55
.. contents:: Topics
66

7-
v8.1.1
8-
======
9-
New features
10-
-------------
11-
- Made retries and delays in health checks configurable for customers
12-
- Introduced Indexing and default rollover strategy for log42j file
13-
14-
Notable enhancements
15-
-------------
16-
- Added the possiblity to override a list of loggers using the update_log4j task in the common role
17-
- Add apt-key approach was deprecated in ubuntu os. Made the changes to move to a modern approach
18-
- Enhanced security by masking potentially exposed sensitive secrets
19-
20-
Bug fixes
21-
-------------
22-
- Fixes idempotency on config files when using secrets protection feature
23-
- Fixed Connector deployment failures for mtls enabled with provided keystore/trustore in rolling deployments
24-
- Zookeeper based kafka cluster on JBOD can use migration playbook to move to KRaft
25-
26-
27-
287
v8.1.0
298
======
309
New features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ Ansible Playbooks for Confluent Platform (Confluent Ansible) offers a simplified
5151

5252
## Testing
5353

54-
CP-Ansible's tests use the [Molecule](https://ansible.readthedocs.io/projects/molecule/) framework, and it is strongly advised to test this way before submitting a Pull Request. Please refer to the [HOW_TO_TEST.md](https://github.com/confluentinc/cp-ansible/blob/8.1.1-post/docs/HOW_TO_TEST.md)
54+
CP-Ansible's tests use the [Molecule](https://ansible.readthedocs.io/projects/molecule/) framework, and it is strongly advised to test this way before submitting a Pull Request. Please refer to the [HOW_TO_TEST.md](https://github.com/confluentinc/cp-ansible/blob/8.1.0-post/docs/HOW_TO_TEST.md)
5555

5656

5757
## Contributing
5858

59-
If you would like to contribute to the CP-Ansible project, please refer to the [CONTRIBUTE.md](https://github.com/confluentinc/cp-ansible/blob/8.1.1-post/docs/CONTRIBUTING.md)
59+
If you would like to contribute to the CP-Ansible project, please refer to the [CONTRIBUTE.md](https://github.com/confluentinc/cp-ansible/blob/8.1.0-post/docs/CONTRIBUTING.md)
6060

6161
## Support
6262

@@ -68,4 +68,4 @@ This [page](https://docs.confluent.io/ansible/current/ansible-release-notes.html
6868

6969
## License
7070

71-
[Apache 2.0](https://github.com/confluentinc/cp-ansible/blob/8.1.1-post/LICENSE.md)
71+
[Apache 2.0](https://github.com/confluentinc/cp-ansible/blob/8.1.0-post/LICENSE.md)

0 commit comments

Comments
 (0)