Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api v7 #2833

Merged
merged 34 commits into from
Oct 25, 2024
Merged

Api v7 #2833

merged 34 commits into from
Oct 25, 2024

Commits on Oct 25, 2024

  1. Bump balena-sdk to 20.3.0

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2bf7b81 View commit details
    Browse the repository at this point in the history
  2. Update @balena/compose to 5.0.0

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2b656c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19be0fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61af57a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37e08e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afd1479 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0e0c0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56e5daf View commit details
    Browse the repository at this point in the history
  9. Update device.overall_status comments with their respective replacements

    Changelog-entry: Rename `device.overall_status` values: `IDLE` to `OPERATIONAL`, `OFFLINE` to `DISCONNECTED`; add `REDUCED_FUNCTIONALITY`
    Change-type: major
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1ee9a68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5adc43b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec92f21 View commit details
    Browse the repository at this point in the history
  12. Tests: Drop unused my_application resource mock

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    593233a View commit details
    Browse the repository at this point in the history
  13. Update balena-preload to 16.0.0

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1275c11 View commit details
    Browse the repository at this point in the history
  14. Docs: Show whether an alias is deprecated

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d4b554d View commit details
    Browse the repository at this point in the history
  15. Deprecate devices command in favor of device list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    13110cc View commit details
    Browse the repository at this point in the history
  16. Deprecate api-keys command in favor of api-key list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b6f8be2 View commit details
    Browse the repository at this point in the history
  17. Deprecate fleets command in favor of fleet list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    71ef005 View commit details
    Browse the repository at this point in the history
  18. Deprecate releases command in favor of release list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    35dce45 View commit details
    Browse the repository at this point in the history
  19. Deprecate keys command in favor of key list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3251f04 View commit details
    Browse the repository at this point in the history
  20. Deprecate key commands in favor of ssh-key

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3dee7bd View commit details
    Browse the repository at this point in the history
  21. Deprecate envs command in favor of env list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bb80311 View commit details
    Browse the repository at this point in the history
  22. Deprecate tags command in favor of tag list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bc66feb View commit details
    Browse the repository at this point in the history
  23. Deprecate orgs command in favor of organization list

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c7a06f7 View commit details
    Browse the repository at this point in the history
  24. Deprecate scan command in favor of device detect

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5db0c71 View commit details
    Browse the repository at this point in the history
  25. Deprecate logs command in favor of device logs

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c5d8f73 View commit details
    Browse the repository at this point in the history
  26. Deprecate ssh command in favor of device ssh

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8498502 View commit details
    Browse the repository at this point in the history
  27. Deprecate env add in favor of env set

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    61ebf9e View commit details
    Browse the repository at this point in the history
  28. Deprecate tunnel command in favor of device tunnel

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9d3f912 View commit details
    Browse the repository at this point in the history
  29. Deprecate notes command in favor of device note

    Change-type: patch
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8be069d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    12923c9 View commit details
    Browse the repository at this point in the history
  31. Stop checking for very old, long-removed commands

    Change-type: major
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    de1821d View commit details
    Browse the repository at this point in the history
  32. Drop -h flag for help and stop manually adding help per command i…

    …n favor of oclif automatically adding it
    
    Change-type: major
    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d023d0a View commit details
    Browse the repository at this point in the history
  33. device update: Use detached HUP for os updates

    This will not track HUP progress when we call
    OS update in the CLI but will allow for more
    reliable OS updates by default.
    
    Change-type: major
    jaomaloy authored and myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4b3fdcf View commit details
    Browse the repository at this point in the history
  34. Deduplicate dependencies

    myarmolinsky committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    07a7bd7 View commit details
    Browse the repository at this point in the history