Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump cli version to 3.30.1 for 7.4.x #1476

Merged
merged 1 commit into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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