Skip to content

Releases: sdkman/sdkman-cli

Release 5.14.3

01 Apr 10:39

Choose a tag to compare

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

25 Mar 14:35
3125e13

Choose a tag to compare

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

14 Mar 21:15
9881a42

Choose a tag to compare

Changelog

Contributors

We'd like to thank the following people for their contributions:

  • Oliver Weiler

Release 5.14.0

11 Mar 16:17

Choose a tag to compare

Changelog

Contributors

We'd like to thank the following people for their contributions:

  • Marco Vermeulen
  • helpermethod
  • Oliver Weiler

Release 5.13.2

15 Feb 21:24

Choose a tag to compare

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

05 Nov 21:18

Choose a tag to compare

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

18 Oct 07:08
4bf5b70

Choose a tag to compare

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_ARM32SF and LINUX_ARM32HF for 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

05 Sep 19:12

Choose a tag to compare

This release includes the following:

  • Issue #964: With ZSH_DISABLE_COMPFIX="true", compinit -u -C is called. The -C flag will cause compinit to skip all security checks and the -u flag 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

01 Sep 08:08

Choose a tag to compare

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

20 Jul 12:52

Choose a tag to compare

Further simplification on bash auto-complete script to resolve compatibility issues under certain conditions.