Skip to content

Commit f1c5168

Browse files
1 parent 42a1401 commit f1c5168

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/amq_streams_common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Common tasks for the collection.
66

77
| Variable | Description | Default |
88
|:---------|:------------|:--------|
9-
|`amq_streams_common_product_version` | Kafka version | `3.4.0` |
9+
|`amq_streams_common_product_version` | Kafka version | `4.0.0` |
1010
|`amq_streams_common_scala_version` | Scala version | `2.13` |
1111
|`amq_streams_common_version` | Combination version | `{{ amq_streams_common_scala_version }}-{{ amq_streams_common_product_version }}` |
1212
|`amq_streams_common_archive_file` | Kafka binary package | `kafka_{{ amq_streams_common_version }}.tgz` |

roles/amq_streams_common/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
amq_streams_common_product_version: 3.6.0
2+
amq_streams_common_product_version: 4.0.0
33
amq_streams_common_rhn_product_version: 2.6.0
44
amq_streams_common_rhn_home_dir: "kafka_2.13-{{ amq_streams_common_product_version }}.redhat-00005"
55
amq_streams_common_rhn_product_path: /opt

roles/amq_streams_common/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ argument_specs:
22
main:
33
options:
44
amq_streams_common_product_version:
5-
default: 3.4.0
5+
default: 4.0.0
66
description: "Version of Apache Kafka to download and install"
77
type: "str"
88
amq_streams_common_scala_version:

0 commit comments

Comments
 (0)