Skip to content

Commit

Permalink
Merge pull request #1784 from confluentinc/patch-7.0-release
Browse files Browse the repository at this point in the history
Patch 7.0 release
  • Loading branch information
mansi-jain-1206 committed Sep 16, 2024
2 parents a9c0ab3 + 3edc1a7 commit e8c5c89
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 7.0.15
current_version = 7.0.16
commit = true
message = Bump Version: {current_version} → {new_version}
tag = false
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Ansible Playbooks for Confluent Platform - Release Notes

.. contents:: Topics

v7.0.16
======

Notable fixes
-------------

- Critical security and vulnerability issues were fixed

v7.0.15
======

Expand Down
2 changes: 1 addition & 1 deletion VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Below are the supported variables for the role variables

Version of Confluent Platform to install

Default: 7.0.15
Default: 7.0.16

***

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: confluent
name: platform
version: 7.0.15
version: 7.0.16
readme: README.md
authors:
- Confluent Ansible Community
Expand Down
2 changes: 1 addition & 1 deletion roles/variables/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Custom filters used in this file are defined in plugins/filter/filters.py

### Version of Confluent Platform to install
confluent_package_version: 7.0.15
confluent_package_version: 7.0.16

confluent_full_package_version: "{{ confluent_package_version + '-1' }}"
confluent_package_redhat_suffix: "{{ '-' + confluent_full_package_version if confluent_full_package_version != '' else ''}}"
Expand Down
2 changes: 1 addition & 1 deletion roles/variables/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
confluent_ansible_branch: 7.0.15-post
confluent_ansible_branch: 7.0.16-post

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

Expand Down

0 comments on commit e8c5c89

Please sign in to comment.