Skip to content

Latest commit

 

History

History
100 lines (47 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

100 lines (47 loc) · 4.31 KB

Changelog

3.1.0 (2024-04-29)

Features

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

3.0.1 (2022-10-08)

Bug Fixes

  • Fix filter that lists only installable versions (c200c6f)

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)

2.0.0 (2022-09-29)

⚠ BREAKING CHANGES

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

Features

  • Add new extension command for asdf: asdf odo preference (e311228)

Code Refactoring

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

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)

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)

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)

1.1.1 (2022-04-27)

Bug Fixes

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

1.1.0 (2022-04-01)

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)

1.0.0 (2022-03-31)

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)