Skip to content

Commit 241a93b

Browse files
authored
Patch 8.0 release (#2282)
1 parent e0ca7a7 commit 241a93b

File tree

8 files changed

+24
-9
lines changed

8 files changed

+24
-9
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.0.1
2+
current_version = 8.0.2
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.0.1
2+
current_version = 8.0.2
33
commit = true
44
message = Bump CP Version: {current_version} → {new_version}
55
tag = false

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v8.0.2
8+
======
9+
10+
Notable fixes
11+
-------------
12+
- CP critical security and vulnerability fixes can be found at https://support.confluent.io/hc/en-us/sections/360008413952-Security-Advisories-and-Security-Release-Notes
13+
714
v8.0.1
815
======
916

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.0.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.0.2-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.0.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.0.2-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.0.1-post/LICENSE.md)
71+
[Apache 2.0](https://github.com/confluentinc/cp-ansible/blob/8.0.2-post/LICENSE.md)

docs/VARIABLES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Below are the supported variables for the role variables
88

99
Version of Confluent Platform to install
1010

11-
Default: 8.0.1
11+
Default: 8.0.2
1212

1313
***
1414

@@ -284,6 +284,14 @@ Default: 3000
284284

285285
***
286286

287+
### required_total_memory_mb_control_center_next_gen
288+
289+
Variable to define the minimum amount of memory in MB required to run Control Center Next Gen. Calculated as default heap size plus 1GB for OS.
290+
291+
Default: 7000
292+
293+
***
294+
287295
### confluent_server_enabled
288296

289297
Boolean to install commercially licensed confluent-server instead of community version: confluent-kafka

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: confluent
33
name: platform
4-
version: 8.0.1
4+
version: 8.0.2
55
readme: README.md
66
authors:
77
- Confluent Ansible Community

roles/variables/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Custom filters used in this file are defined in plugins/filter/filters.py
33

44
### Version of Confluent Platform to install
5-
confluent_package_version: 8.0.1
5+
confluent_package_version: 8.0.2
66

77
confluent_full_package_version: "{{ confluent_package_version + '-1' }}"
88
confluent_package_redhat_suffix: "{{ '-' + confluent_full_package_version if confluent_full_package_version != '' else ''}}"

roles/variables/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
confluent_ansible_branch: 8.0.1-post
2+
confluent_ansible_branch: 8.0.2-post
33

44
systemd_base_dir: "{{'/lib/systemd/system' if ansible_os_family == 'Debian' else '/usr/lib/systemd/system'}}"
55

0 commit comments

Comments
 (0)