Skip to content

Commit

Permalink
Merge pull request #1476 from rrbadiani/7.4.x
Browse files Browse the repository at this point in the history
bump cli version to 3.30.1 for 7.4.x
  • Loading branch information
rrbadiani authored Sep 8, 2023
2 parents 0435d3c + 3419413 commit 7badaf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ Default: "/usr/local/bin/confluent"

Confluent CLI version to download (e.g. "1.9.0"). Support matrix https://docs.confluent.io/platform/current/installation/versions-interoperability.html#confluent-cli

Default: 3.2.1
Default: 3.30.1

***

Expand Down
2 changes: 1 addition & 1 deletion molecule/archive-plain-debian/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ provisioner:
group_vars:
all:
confluent_cli_download_enabled: true
confluent_cli_version: 3.2.1
confluent_cli_version: 3.30.1
sasl_protocol: plain
ssl_enabled: true
installation_method: "archive"
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 @@ -195,7 +195,7 @@ confluent_cli_base_path: /opt/confluent-cli
confluent_cli_path: "/usr/local/bin/confluent"

### Confluent CLI version to download (e.g. "1.9.0"). Support matrix https://docs.confluent.io/platform/current/installation/versions-interoperability.html#confluent-cli
confluent_cli_version: 3.2.1
confluent_cli_version: 3.30.1

### Recommended replication factor, defaults to 3. When splitting your cluster across 2 DCs with 4 or more Brokers, this should be increased to 4 to balance topic replicas.
default_internal_replication_factor: 3
Expand Down

0 comments on commit 7badaf4

Please sign in to comment.