Skip to content

Releases: arduino/arduino-app-cli

v0.6.7.rc1

06 Nov 11:04
7a63d5f

Choose a tag to compare

v0.6.7.rc1 Pre-release
Pre-release

What's Changed

  • fix(bricks): overwrite the brick variables of an app by @dido18 in #44

Full Changelog: v0.6.6...v0.6.7.rc1

v0.6.6

04 Nov 09:38
a6c084e

Choose a tag to compare

What's Changed

  • test(internal/orchestrator/app): add unit test for the app by @dido18 in #23
  • chore: change board:install-arduino-app-cli to board:install by @lucarin91 in #38
  • fix: websocket origin check (fixes serial monitor on Windows) by @cmaglie in #39
  • test(internal/orchestrator/modelsindex): add unit test for the model list index by @dido18 in #22
  • feat(board): return adb stdout/err in case of error by @lucarin91 in #40
  • API: add "UsedByApps" to the details of a brick by @lucarin91 in #30
  • [CLI] Add a "restart" app command by @mirkoCrobu in #37
  • fix: Use a valid origin in the config check for websockets by @cmaglie in #41
  • fix: remove strong requirements in systemd unit by @lucarin91 in #34

Full Changelog: v0.6.5...v0.6.6

v0.6.4-rc.2

30 Oct 11:24

Choose a tag to compare

v0.6.4-rc.2 Pre-release
Pre-release
trigger ci

v0.6.5

30 Oct 12:48

Choose a tag to compare

Full Changelog: v0.6.3...v0.6.5

v0.6.4

30 Oct 12:23

Choose a tag to compare

v0.6.4 Pre-release
Pre-release
fix: burn boot-loader at first boot (#26)

v0.6.3

28 Oct 13:42

Choose a tag to compare

What's Changed

Caution

DO NOT USE THIS RELEASE. AUTOUPDATE BROKEN:
The index of the zephyr core is wrong, so the update to the next version fails.

  • fix: make example code optional for brick example details endpoint request
  • fix: burn bootloader at first boot
  • chore: remove third-party notice from debian/copyright

Old 0.6.2 changelog

  • fix(deb): remove chown of config (#14) by @lucarin91 in #15
  • fix(update): skip the dpkg step in case of error by @lucarin91 in #13
  • revert: sse server close event as error
  • fix: progress sse events should return the name
  • improve retry for upgrade operations
  • Added Library Manager API
  • feat: return broken apps
  • make level log configurable by cli flag
  • Changing the board name should also restart the avahi-daemon
  • filter=default in app list doesn't return the default app
  • feat(update): handle platform upgrade errors and log them appropriately
  • Implementing progress value for the start app command
  • fix(sse): update error handling for closed streams
  • Inconsistent Validation for icon Field in App Creation/Retrieval
  • fix: return network command output
  • feat(api): add endpoint to list libraries
  • refactor(config): remove unused configDir from Configuration struct
  • chore: update readme with configuration env variables
  • feat(orchestrator): add app status sse handler
  • feat: update check internet connectivity and run checks in parallel
  • Restart avahi with start&stop
  • Point to the new public container registry on GitHub (bump bricks to 0.4.8)
  • Pull docker containers events for each App
  • bump examples to 0.4.8