Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Update bundled Arduino CLI to 0.31.0 #1606

Merged
merged 3 commits into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.

## Unreleased

- Release date: TBD

### Changed

- The bundled version of the Arduino CLI was updated to [version 0.31.0](https://github.com/arduino/arduino-cli/releases/tag/0.31.0). [#1606](https://github.com/microsoft/vscode-arduino/pull/1606)

### Fixed

- When using the bundled Arduino CLI, the extension will no longer attempt to make the CLI executable if it is already executable. Additionally, any errors that occur while attempting to make the CLI executable are shown in a notification. [#1601](https://github.com/microsoft/vscode-arduino/pull/1601)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't related to the rest of the PR, but I'd like to get us in the habit of updating the changelog as we go instead of trying to write the whole thing just before release (especially if we start doing nightly pre-release publishing).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, we'll need to continue to improve our workflow pipeline for this repo, I think that's a good step.


## Version 0.5.0

- Release date: February 16, 2023
Expand Down
30 changes: 15 additions & 15 deletions build/assets.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"version": "0.30.0",
"version": "0.31.0",
"assets": {
"arduino-cli_0.30.0_Linux_64bit.tar.gz": {
"hash": "f6b1cddf3459b1b6ca9dafe36315c2fa1f6f77386ab3795bbad6a117cbe4230b",
"arduino-cli_0.31.0_Linux_64bit.tar.gz": {
"hash": "9659820fd6b1078e006b674f5865134363378f1f7a37400b67e26f44fd95722d",
"platforms": ["linux-x64"]
},
"arduino-cli_0.30.0_Linux_ARM64.tar.gz": {
"hash": "20d2d036a5af4586b5a046f65d926ed012f7fd85469b484a5fc57ef9ef72fb4b",
"arduino-cli_0.31.0_Linux_ARM64.tar.gz": {
"hash": "7424766d20eb6bbcf7e1fc6359c41d8a7ea00b6334a1042639f74feb332a78d8",
"platforms": ["linux-arm64"]
},
"arduino-cli_0.30.0_Linux_ARMv7.tar.gz": {
"hash": "1d873f3cb2b939b2df5a7d25e998bded9a4f0c8ac1226d1d5f9abc2bd95a66c3",
"arduino-cli_0.31.0_Linux_ARMv7.tar.gz": {
"hash": "bef464b6c6c445b766a00d39bcd8507a2fd66a880d9878b7bbbed479a0f3f8c5",
"platforms": ["linux-armhf"]
},
"arduino-cli_0.30.0_macOS_64bit.tar.gz": {
"hash": "ece83e0bd15813e728d07ce584388a278d62e54529deb84ad07d1521bfe74748",
"arduino-cli_0.31.0_macOS_64bit.tar.gz": {
"hash": "bd968c364212f99795930c1129cec019a39de6bf5a8ed337b5e9ba2c40f2678b",
"platforms": ["darwin-x64"]
},
"arduino-cli_0.30.0_macOS_ARM64.tar.gz": {
"hash": "e6c1a35df995ecb464ffa85fe8a96b82bd06135ea5ae961cb34d9c9e99e6c2fa",
"arduino-cli_0.31.0_macOS_ARM64.tar.gz": {
"hash": "fff28ea8e1475bac2c24f65611e8116b22fb5206f283fdaa4a6c6ff9927c5ee6",
"platforms": ["darwin-arm64"]
},
"arduino-cli_0.30.0_Windows_32bit.zip": {
"hash": "cccd4b90524581783cf78a3e4942a5c6bf7508a2a5ec4e008bb9c43f1cdb5dbe",
"arduino-cli_0.31.0_Windows_32bit.zip": {
"hash": "be98351586bf07ea61ab3bf497d4b01616fc74d2e12b9922e09d7cf574622bd6",
"platforms": ["win32-ia32"]
},
"arduino-cli_0.30.0_Windows_64bit.zip": {
"hash": "1808d288382f16594ad73f4797303058b2074b1b375fbb19fca0978033a633af",
"arduino-cli_0.31.0_Windows_64bit.zip": {
"hash": "dfafc6f793b4b7906df4ea5fb9cd6a92bbc367b6ee30ce82bc5ec492bf4bc7d4",
"platforms": ["win32-x64"]
}
}
Expand Down
28 changes: 14 additions & 14 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"type": "other",
"other": {
"name": "arduino-cli (Linux x64)",
"version": "0.30.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Linux_64bit.tar.gz",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_64bit.tar.gz",
}
}
},
Expand All @@ -17,8 +17,8 @@
"type": "other",
"other": {
"name": "arduino-cli (Linux ARM64)",
"version": "0.30.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Linux_ARM64.tar.gz",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_ARM64.tar.gz",
}
}
},
Expand All @@ -27,8 +27,8 @@
"type": "other",
"other": {
"name": "arduino-cli (Linux ARMv7)",
"version": "0.30.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Linux_ARMv7.tar.gz",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Linux_ARMv7.tar.gz",
}
}
},
Expand All @@ -37,8 +37,8 @@
"type": "other",
"other": {
"name": "arduino-cli (macOS x64)",
"version": "0.30.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_macOS_64bit.tar.gz",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_macOS_64bit.tar.gz",
}
}
},
Expand All @@ -47,8 +47,8 @@
"type": "other",
"other": {
"name": "arduino-cli (macOS ARM64)",
"version": "0.30.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_macOS_ARM64.tar.gz",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_macOS_ARM64.tar.gz",
}
}
},
Expand All @@ -57,8 +57,8 @@
"type": "other",
"other": {
"name": "arduino-cli (Windows x86)",
"version": "0.30.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Windows_32bit.zip",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Windows_32bit.zip",
}
}
},
Expand All @@ -67,8 +67,8 @@
"type": "other",
"other": {
"name": "arduino-cli (Windows x64)",
"version": "0.30.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.30.0/arduino-cli_0.30.0_Windows_64bit.zip",
"version": "0.31.0",
"downloadUrl": "https://github.com/arduino/arduino-cli/releases/download/0.31.0/arduino-cli_0.31.0_Windows_64bit.zip",
}
}
}
Expand Down