Skip to content

Releases: asdf-community/asdf-odo

v3.1.0

29 Apr 21:33
a6705a8
Compare
Choose a tag to compare

3.1.0 (2024-04-29)

Features

  • Allow to download nightly binaries using asdf install odo ref:nightly (#73) (dd9d1f0)

v3.0.1

08 Oct 22:09
Compare
Choose a tag to compare

3.0.1 (2022-10-08)

Bug Fixes

  • Fix filter that lists only installable versions (c200c6f)

v3.0.0

30 Sep 10:26
Compare
Choose a tag to compare

3.0.0 (2022-09-30)

⚠ BREAKING CHANGES

  • Rename asdf odo preference into asdf odo settings to avoid confusion

Code Refactoring

  • Rename asdf odo preference into asdf odo settings to avoid confusion (a440166)

v2.0.0

29 Sep 08:49
Compare
Choose a tag to compare

2.0.0 (2022-09-29)

⚠ BREAKING CHANGES

  • Rename default odo preferences file to ${XDG_CONFIG_HOME:-"~/.config"}/odo/settings.yaml

Features

Code Refactoring

  • Rename default odo preferences file to ${XDG_CONFIG_HOME:-"~/.config"}/odo/settings.yaml (e5c13c4)

v1.3.0

17 Sep 22:00
Compare
Choose a tag to compare

1.3.0 (2022-09-17)

Features

  • Implement 'asdf help odo' (5455cfd)
  • Setup environment for execution of odo (e3d83c1)

Bug Fixes

  • #27: Make list-all return only versions that have corresponding binaries available (d4673f1)

v1.2.1

29 Apr 21:30
Compare
Choose a tag to compare

1.2.1 (2022-04-29)

Bug Fixes

  • #10: Fallback to using the parent sha256sum.txt file if the version-specific checksum file is empty (d66d369)

v1.2.0

27 Apr 22:10
Compare
Choose a tag to compare

1.2.0 (2022-04-27)

Features

  • Print debug messages if ASDF_ODO_VERBOSE is defined and set to true (ee7a5d1)
  • Skip verifying downloaded file checksum integrity if ASDF_ODO_CHECKS_SKIP_FILE_CHECKSUM is defined and set to true (fb0db97)

v1.1.1

27 Apr 16:04
Compare
Choose a tag to compare

1.1.1 (2022-04-27)

Bug Fixes

  • Fix download URL when versions contain an '-' character (ee25ac1)

v1.1.0

01 Apr 21:56
Compare
Choose a tag to compare

Features

  • Allow to override the platform and architecture of the odo binary downloaded by this plugin (7ca1cc6)

Bug Fixes

  • Fix download URL for odo binary on Windows (57de72d)

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Mar 21:09
Compare
Choose a tag to compare

This is the initial version of this plugin.

Features

  • Allow to install from ref using relative GitHub repos (316f484)
  • Detect operating system and architecture (d891796)
  • Support installing versions off of remote GitHub refs (4b5a7a6)
  • Verify downloaded binary integrity (55e6c30)

New Contributors

  • @github-actions made their first contribution in #1

Full Changelog: https://github.com/rm3l/asdf-odo/commits/v1.0.0