Releases: sdkman/sdkman-cli
Releases · sdkman/sdkman-cli
Release 5.14.3
Changelog
- 94ccfd0 Do not trigger beta releases on changes to the workflows
- 92277bf Bump kentaro-m/auto-assign-action from 1.1.2 to 1.2.1
- d8e3bf8 Bump actions/checkout from 2 to 3
- b7781e5 Add dependabot.yml (#1078)
- 31d2765 Replace template tag with version (#1079)
Contributors
We'd like to thank the following people for their contributions:
- Oliver Weiler
- Marco Vermeulen
- dependabot[bot]
Release 5.14.2
Changelog
- 3125e13 Upgrade JReleaser to 1.0.0-M3 (#1076)
- 3ab1da7 Upgrade JReleaser to 0.10.0.
- 06fd043 Fix broken tests to do with platform inference.
- 08e7402 Check zip integrity before checksum.
- 19eeef8 Code tweak in install source.
- 87b8176 Fix test
- 282e11f Update test and init
- 1e59a34 Consider unsupported platforms as exotic
- 17d70f0 Run jreleaserFullRelease to create files required by Homebrew (#1071)
Contributors
We'd like to thank the following people for their contributions:
- Marco Vermeulen
- Johannes Bechberger
- Oliver Weiler
Release 5.14.1
Release 5.14.0
Release 5.13.2
Changelog
- 77fe23a "sdkman_checksum_enable" feature flag
- f4b21c1 Improve stdout for checksum verification
- 9f5d5cd Change Linux version for ARMv6
- b75b211 Add /usr/local/bin to default PATH, so user-installed utils (like md5sum in OSX) are picked up during tests
- ec1edb8 Update JReleaser configuration.
Contributors
We'd like to thank the following people for their contributions:
- Hector Geraldino
- Andres Almiray
- Frank Delporte
- Marco Vermeulen
Release 5.13.1: Fix for reinstallation of cached archives
Changelog
- Fixes #1005: Reinstallation of cached archives fail
Contributors
We'd like to thank the following people for their contributions:
- Hector Geraldino
SDKMAN as SDK distribution
This is a big release with many non-functional changes to set the scene for future enhancement.
- SDKMAN now itself distributed as an SDK archive
- Add capability for native binary support
- Capability for using checksums on downloaded archives (@hgeraldino)
- Bug fixes and improvements to bash-completion POSIX compatibility (@helpermethod)
- First steps toward
LINUX_ARM32SFandLINUX_ARM32HFfor Raspberry Pi (@FDelporte) - Improvements to build process for packaging SDK archive
- Improved stable/beta channel handling
Allow skipping of security checks for compinit in ZSH initialisation
This release includes the following:
- Issue #964: With
ZSH_DISABLE_COMPFIX="true",compinit -u -Cis called. The-Cflag will causecompinitto skip all security checks and the-uflag will use all files found for completion. This is considered best practice in oh-my-zsh. - Some pre-emptive work to enable checksum cabability.
Prevent Re-initialization of zsh completion system
This release fixes #947 to prevent re-initialization of zsh completion.
It also makes some minor improvements on the build and on the GitHub actions.
Minor fix for bash 4 auto-complete incompatibility
Further simplification on bash auto-complete script to resolve compatibility issues under certain conditions.