Skip to content

v2025.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 22:02
· 40 commits to main since this release

πŸ’₯ BREAKING CHANGES

  • due to 27e6c76 - πŸ’₯ replace asdf backend by mise (PR #832 by @xaf):

    Even with a number of automations to handle the
    migration from asdf to mise, it is possible that at least one
    instance of omni up in any repository is required, and maybe even
    running omni up again in any repository where issues are encountered.
    Also, it is possible that some plugins were working right of the bat
    with asdf but might require specifying an url: when using with
    mise; urls for base plugins can be found in
    https://github.com/asdf-vm/asdf-plugins.
    Closes #830
    Closes #695

✨ New Features

  • 27e6c76 - up: πŸ’₯ replace asdf backend by mise (PR #832 by @xaf)
    • β†˜οΈ addresses issue #695 opened by @xaf
    • β†˜οΈ addresses issue #830 opened by @xaf
  • 2a9f4c7 - up: ✨ handle the different mise backends (PR #840 by @xaf)
  • 2bf9b73 - up: allow to configure mise version (PR #842 by @xaf)
  • 14b00f7 - up: ✨ add supply-chain checks (PR #848 by @xaf)
    • β†˜οΈ addresses issue #600 opened by @xaf
  • 1dd0963 - config check: ✨ add new command to check the configuration and command metadata (PR #860 by @xaf)
    • β†˜οΈ addresses issue #812 opened by @xaf
  • c44b88f - auto: ignore .gitignore'd directories when using auto (PR #868 by @xaf)
    • β†˜οΈ addresses issue #789 opened by @xaf
  • 01ca378 - auto: move the .gitignore'd check to improve speed (commit by @xaf)
  • 856052f - github-releases: ✨ optimize version fetching (PR #870 by @xaf)
  • f7c8811 - config check: ✨ add configuration (PR #873 by @xaf)
    • β†˜οΈ addresses issue #867 opened by @xaf
  • 7c961d2 - tags: ✨ commands can now be tagged (PR #878 by @xaf)
    • β†˜οΈ addresses issue #858 opened by @xaf
  • 1a2b219 - up: ✨ timeout and offer to kill running up if hanging (PR #879 by @xaf)
    • β†˜οΈ addresses issue #877 opened by @xaf
  • 784fc3b - helm: ✨ add support for local helm configuration (commit by @xaf)
  • 0b15fab - up: ✨ handle hanging process with mismatched init (PR #886 by @xaf)

πŸ› Bug Fixes

  • a3e6349 - mise: isolate the local state (commit by @xaf)
  • 86f9043 - mise: πŸ› add the mise binary in the PATH for mise commands (PR #851 by @xaf)
  • 78e4e7d - github-releases: add support for pagination when using the API (PR #863 by @xaf)
    • β†˜οΈ fixes issue #862 opened by @xaf
  • bc5a519 - cargo-install and go-install: --no-cache now works (PR #865 by @xaf)
  • 26f786c - up: initialize omni_now() (commit by @xaf)
  • 35e55c6 - mise: listing versions now works using the short name (commit by @xaf)
  • 035ebed - mise: handle URLs for registry plugins (commit by @xaf)
  • 40cb3e6 - argparser: last argument is now shown after -- in the help (PR #874 by @xaf)
    • β†˜οΈ fixes issue #853 opened by @xaf
  • 49dfa9b - up: --bootstrap restored to work (commit by @xaf)
  • ce3b272 - auto: do not return an error if no version detected (PR #881 by @xaf)
    • β†˜οΈ fixes issue #852 opened by @xaf
  • 372a494 - data path: πŸ› use the normalized name to load the data path (commit by @xaf)