confluentinc / confluent-cli

Confluent Platform CLI
Other
60 stars 38 forks source link

confluent.sh: Only error out if MAC version < 10.13 #137

Closed n3world closed 2 years ago

n3world commented 3 years ago

https://github.com/confluentinc/confluent-cli/issues/136

Only error out if MAC OS major version is 10 and minor version is less than 13. Currently it will error out if the major version is greater than or equal to 10 and minor version is less than 13.

DABH commented 2 years ago

Hi @n3world @FeDeGbR89 @valdo404 @ChenYuan-Lee @rmzzz @manuchao4444 @umakanthgarimella :

@stanislavkozlovski has kindly fixed this in the CP 5.2.x+ branches (5.3.x, 5.4.x, etc.), e.g. https://github.com/confluentinc/confluent-cli/commit/fbcb9e807c47f393e2bf4b8bd239022acf2e8167 for 5.4.x. So I believe the next patch versions of these minor CP versions will include this fix. Accordingly, I'm going to close this PR, but please feel free to open a new issue if there are similar problems.