cli icon indicating copy to clipboard operation
cli copied to clipboard

Update packaging script

Open sgagniere opened this issue 1 year ago • 0 comments

Release Notes

Breaking Changes

  • PLACEHOLDER

New Features

  • PLACEHOLDER

Bug Fixes

  • PLACEHOLDER

Checklist

  • [x] Leave this box unchecked if features are not yet available in production

What

The binary packaged with Platform should have the update command disabled, because each release of Confluent Platform has a fixed CLI version. Even if customers do want to upgrade it, they should do so through package managers.

We upload archives, but not binaries, with updates disabled. This PR corrects a bug that tries to pull the binary by instead pulling the archive and extracting the binary from it.

References

Test & Review

I tested the updated for loop locally on my machine.

sgagniere avatar Aug 14 '24 00:08 sgagniere