Skip to content

Releases: MatteoPologruto/arduinoOTA

9.9.9

05 Dec 15:27
Compare
Choose a tag to compare

Changelog

9b0ae60 Disable s3 push
7fc6980 Place executable and license inside the project directory
87627ef Merge pull request arduino#33 from arduino/dependabot/npm_and_yarn/prettier-2.8.0
12beae0 Bump prettier from 2.7.1 to 2.8.0
5a1cb73 Merge pull request arduino#31 from MatteoPologruto/release-CI
e3c4d7e Add DistTasks.yml to check-taskfiles workflow
f44422b Remove deploy.sh and check-shell-task workflow
b4a59f5 Update release workflow using parallelization
7490907 Add CI workflow to publish releases
6d584ad Add version package to later use as configuration package
8a0c558 Merge pull request arduino#32 from MatteoPologruto/update-check-taskfiles
726cb60 Update URL of taskfile schema in check-taskfiles workflow
04cec0e Merge pull request arduino#29 from arduino/dependabot/github_actions/xt0rted/markdownlint-problem-matcher-2
055640d Merge pull request arduino#28 from arduino/dependabot/github_actions/carlosperate/download-file-action-2
6e85e96 Bump xt0rted/markdownlint-problem-matcher from 1 to 2
e83e281 Bump carlosperate/download-file-action from 1 to 2
89f21b4 Merge pull request arduino#27 from arduino/dependabot/pip/codespell-2.2.2
a11c301 Bump codespell from 2.2.1 to 2.2.2
67d0636 Merge pull request arduino#26 from arduino/dependabot/github_actions/geekyeggo/delete-artifact-2
d23c346 Bump geekyeggo/delete-artifact from 1 to 2
8496148 Merge pull request arduino#25 from arduino/dependabot/npm_and_yarn/markdown-link-check-3.10.3
e3f129d Bump markdown-link-check from 3.10.2 to 3.10.3
f84f9e7 Merge pull request arduino#24 from per1234/check-dependencies
8d8b46e Add CI workflow to check for unapproved Go dependency licenses
2f7a0d0 Merge pull request arduino#23 from per1234/module
d986e16 Do not export functions unnecessarily
cf31ae3 Remove unused struct
cfd724a Add doc comment for exported variable
27020dd Add CI workflow to lint and check formatting of Go code
079d524 Convert project to Go module
e5adc1e Merge pull request arduino#22 from arduino/dependabot/pip/yamllint-1.28.0
8d62864 Bump yamllint from 1.26.3 to 1.28.0
a1a65c3 Merge pull request arduino#21 from arduino/dependabot/pip/codespell-2.2.1
5419d01 Bump codespell from 2.1.0 to 2.2.1
ce63040 Merge pull request arduino#20 from per1234/sync-ci
812a8c0 Add CI workflow to check for problems with npm configuration files
fc81d8f Use npm to manage tool dependencies
a1d43cb Convert absolute paths used in tasks to Windows format
70eaf8e Configure link check to use Accept-Encoding header for docs.github.com links
c8b8f07 Add release branch validation support to GitHub Actions workflows
74bb001 Add schedule event triggers to GitHub Actions workflows
18c6507 Configure Dependabot to check for outdated Python package dependencies
7e0c883 Update URLs in workflow reference comments
f84e453 Sync ignore configurations of infrastructure components with "template"
a04cede Merge pull request arduino#19 from arduino/dependabot/github_actions/actions/setup-python-4
79f48f0 Use non-version specific reference URLs for tool version workflow variables
e4b13c2 Bump actions/setup-python from 3 to 4
6273fff Merge pull request arduino#16 from arduino/dependabot/github_actions/actions/setup-python-3
2716494 Bump actions/setup-python from 2 to 3
1e19c0a Merge pull request arduino#15 from arduino/dependabot/github_actions/actions/checkout-3
36aebb5 Bump actions/checkout from 2 to 3
366c3c4 Merge pull request arduino#17 from arduino/dependabot/github_actions/actions/upload-artifact-3
a346644 Merge pull request arduino#18 from arduino/dependabot/github_actions/actions/download-artifact-3
eed7244 Bump actions/download-artifact from 2 to 3
c7f3f03 Bump actions/upload-artifact from 2 to 3
3ab1bad Merge pull request arduino#14 from per1234/github-actions-dependabot
010f96b Configure Dependabot to check for outdated actions used in workflows
3a2c9c9 Merge pull request arduino#13 from jandrassy/master
4a4903e add optional timeout parameter -t
c3bb29c Merge pull request arduino#12 from per1234/bump-download-file-action
29cd3ca Use major version ref of carlosperate/download-file-action
4799ede Merge pull request arduino#11 from per1234/sync-labels-fix
1de215c Sync labels in write mode on schedule trigger
60f4393 Correct context key name in "Sync Labels" workflow
245333e Merge pull request arduino#10 from per1234/readme
c66e1d8 Add readme
797c5a0 Merge pull request arduino#9 from per1234/ci
0eccc30 Standardize for loop formatting style in deploy script
d8ff310 Standardize padding style in deploy script
2504dea Follow best practices with read command in deploy script
162d79c Remove unnecessary cat from version parsing command
b63ef47 Protect variables from globbing and word splitting in deploy script
35b3bda Replace discouraged command substitution syntax in deploy script
b3f973d Remove extra blank line from deploy script
6b1f503 Standardize indentation in deploy script
8315879 Add CI workflow to check Markdown files for problems
d42bb7e Add CI workflow to check for commonly misspelled words
3d1d8ba Add CI workflow to lint YAML files
63f7175 Add CI workflow to validate GitHub Actions workflows
5d650ce Add CI workflow to validate Taskfiles
e2f30b0 Add CI workflow to check for problems with shell scripts
0f0e986 Add CI workflow to check for Prettier formatting compliance
0ad34dd Add CI workflow to check general file formatting
5eaab89 Add CI workflow to check the license file
2e1a5cb Use appropriate file extension for license file
d90459c Merge pull request arduino#7 from per1234/sync-labels
2df6154 Add CI workflow to synchronize with shared repository labels
d1bc3fc Fix arm64 build
e40e85b update to 1.3.0
730b911 Merge branch 'master' into downloadAPI
518451a Spawn http webserver as a goroutine
3cc5325 Initial work on arduinoOTA with downloadAPI
486b9df Publish 1.2.1 to allow recompilation with go1.9
f9d5088 Create LICENSE.md
c2b8306 Releasing 1.2.0
86fdff2 Merge pull request arduino#3 from sandeepmistry/auth
c079b96 Add more verbose logging for upload endpoint
09f7dc1 Add HTTP connection timeout
78692ce Correct content type header for binary upload mode
a0af8c8 Add support for username + password auth
37ecb00 Change package format and update to 1.1.1
0c4e6b3 Fix windows package again
f4c2e3d Fix windows package format
3305cca fix compile script
ffb3daf update to v 1.1.0
af7fb07 fix version info
0636ba1 add deploy script
2fcd7c6 remove precompiled folder
023fba5 Merge pull request arduino#1 from sandeepmistry/bin-mode
48c3355 Add binary upload mode
70d3dd4 Remove debug log, update binaries
4132190 move precompiled in bin folder
1cfa2ec add prebuilt
99e0930 Initial commit

8.8.8

05 Dec 16:06
Compare
Choose a tag to compare

Changelog

d93b88c Include files in the directory after notarization

999.999.999

17 Nov 10:48
Compare
Choose a tag to compare

Changelog

e00609d Update release workflow using parallelization

99.99.99

17 Nov 11:55
Compare
Choose a tag to compare

Changelog

0195903 Remove deploy.sh
b3935c9 Update release workflow using parallelization
0101183 Disable s3 pushing for testing
23fdee0 Add CI workflow to publish releases
07cb13e Add version package to later use as configuration package
04cec0e Merge pull request arduino#29 from arduino/dependabot/github_actions/xt0rted/markdownlint-problem-matcher-2
055640d Merge pull request arduino#28 from arduino/dependabot/github_actions/carlosperate/download-file-action-2
6e85e96 Bump xt0rted/markdownlint-problem-matcher from 1 to 2
e83e281 Bump carlosperate/download-file-action from 1 to 2
89f21b4 Merge pull request arduino#27 from arduino/dependabot/pip/codespell-2.2.2
a11c301 Bump codespell from 2.2.1 to 2.2.2
67d0636 Merge pull request arduino#26 from arduino/dependabot/github_actions/geekyeggo/delete-artifact-2
d23c346 Bump geekyeggo/delete-artifact from 1 to 2
8496148 Merge pull request arduino#25 from arduino/dependabot/npm_and_yarn/markdown-link-check-3.10.3
e3f129d Bump markdown-link-check from 3.10.2 to 3.10.3
f84f9e7 Merge pull request arduino#24 from per1234/check-dependencies
8d8b46e Add CI workflow to check for unapproved Go dependency licenses
2f7a0d0 Merge pull request arduino#23 from per1234/module
d986e16 Do not export functions unnecessarily
cf31ae3 Remove unused struct
cfd724a Add doc comment for exported variable
27020dd Add CI workflow to lint and check formatting of Go code
079d524 Convert project to Go module
e5adc1e Merge pull request arduino#22 from arduino/dependabot/pip/yamllint-1.28.0
8d62864 Bump yamllint from 1.26.3 to 1.28.0
a1a65c3 Merge pull request arduino#21 from arduino/dependabot/pip/codespell-2.2.1
5419d01 Bump codespell from 2.1.0 to 2.2.1
ce63040 Merge pull request arduino#20 from per1234/sync-ci
812a8c0 Add CI workflow to check for problems with npm configuration files
fc81d8f Use npm to manage tool dependencies
a1d43cb Convert absolute paths used in tasks to Windows format
70eaf8e Configure link check to use Accept-Encoding header for docs.github.com links
c8b8f07 Add release branch validation support to GitHub Actions workflows
74bb001 Add schedule event triggers to GitHub Actions workflows
18c6507 Configure Dependabot to check for outdated Python package dependencies
7e0c883 Update URLs in workflow reference comments
f84e453 Sync ignore configurations of infrastructure components with "template"
a04cede Merge pull request arduino#19 from arduino/dependabot/github_actions/actions/setup-python-4
79f48f0 Use non-version specific reference URLs for tool version workflow variables
e4b13c2 Bump actions/setup-python from 3 to 4
6273fff Merge pull request arduino#16 from arduino/dependabot/github_actions/actions/setup-python-3
2716494 Bump actions/setup-python from 2 to 3
1e19c0a Merge pull request arduino#15 from arduino/dependabot/github_actions/actions/checkout-3
36aebb5 Bump actions/checkout from 2 to 3
366c3c4 Merge pull request arduino#17 from arduino/dependabot/github_actions/actions/upload-artifact-3
a346644 Merge pull request arduino#18 from arduino/dependabot/github_actions/actions/download-artifact-3
eed7244 Bump actions/download-artifact from 2 to 3
c7f3f03 Bump actions/upload-artifact from 2 to 3
3ab1bad Merge pull request arduino#14 from per1234/github-actions-dependabot
010f96b Configure Dependabot to check for outdated actions used in workflows
3a2c9c9 Merge pull request arduino#13 from jandrassy/master
4a4903e add optional timeout parameter -t
c3bb29c Merge pull request arduino#12 from per1234/bump-download-file-action
29cd3ca Use major version ref of carlosperate/download-file-action
4799ede Merge pull request arduino#11 from per1234/sync-labels-fix
1de215c Sync labels in write mode on schedule trigger
60f4393 Correct context key name in "Sync Labels" workflow
245333e Merge pull request arduino#10 from per1234/readme
c66e1d8 Add readme
797c5a0 Merge pull request arduino#9 from per1234/ci
0eccc30 Standardize for loop formatting style in deploy script
d8ff310 Standardize padding style in deploy script
2504dea Follow best practices with read command in deploy script
162d79c Remove unnecessary cat from version parsing command
b63ef47 Protect variables from globbing and word splitting in deploy script
35b3bda Replace discouraged command substitution syntax in deploy script
b3f973d Remove extra blank line from deploy script
6b1f503 Standardize indentation in deploy script
8315879 Add CI workflow to check Markdown files for problems
d42bb7e Add CI workflow to check for commonly misspelled words
3d1d8ba Add CI workflow to lint YAML files
63f7175 Add CI workflow to validate GitHub Actions workflows
5d650ce Add CI workflow to validate Taskfiles
e2f30b0 Add CI workflow to check for problems with shell scripts
0f0e986 Add CI workflow to check for Prettier formatting compliance
0ad34dd Add CI workflow to check general file formatting
5eaab89 Add CI workflow to check the license file
2e1a5cb Use appropriate file extension for license file
d90459c Merge pull request arduino#7 from per1234/sync-labels
2df6154 Add CI workflow to synchronize with shared repository labels
d1bc3fc Fix arm64 build
e40e85b update to 1.3.0
730b911 Merge branch 'master' into downloadAPI
518451a Spawn http webserver as a goroutine
3cc5325 Initial work on arduinoOTA with downloadAPI
486b9df Publish 1.2.1 to allow recompilation with go1.9
f9d5088 Create LICENSE.md
c2b8306 Releasing 1.2.0
86fdff2 Merge pull request arduino#3 from sandeepmistry/auth
c079b96 Add more verbose logging for upload endpoint
09f7dc1 Add HTTP connection timeout
78692ce Correct content type header for binary upload mode
a0af8c8 Add support for username + password auth
37ecb00 Change package format and update to 1.1.1
0c4e6b3 Fix windows package again
f4c2e3d Fix windows package format
3305cca fix compile script
ffb3daf update to v 1.1.0
af7fb07 fix version info
0636ba1 add deploy script
2fcd7c6 remove precompiled folder
023fba5 Merge pull request arduino#1 from sandeepmistry/bin-mode
48c3355 Add binary upload mode
70d3dd4 Remove debug log, update binaries
4132190 move precompiled in bin folder
1cfa2ec add prebuilt
99e0930 Initial commit

0.0.1

17 Nov 10:38
Compare
Choose a tag to compare

Changelog

b96b1cb Update release workflow using parallelization

0.0.0

17 Nov 10:30
Compare
Choose a tag to compare

Changelog

df339e4 Update release workflow using parallelization