From 8fecd353697d6d4a376a3ff1604967a6a2cb2c2f Mon Sep 17 00:00:00 2001 From: mender-test-bot Date: Tue, 4 Feb 2025 22:17:00 +0100 Subject: [PATCH] chore(master): release 1.13.0 Signed-off-by: mender-test-bot --- .release-please-manifest.json | 2 +- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a09efe7..23860f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c5ed5d7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +## [1.13.0](/~https://github.com/mendersoftware/mender-cli/compare/v1.12.0...v1.13.0) (2025-02-04) + + +### Features + +* Add meaningful error message for conflict artifact ([7a45f44](/~https://github.com/mendersoftware/mender-cli/commit/7a45f4487a67b8b34254fc907e2a89085fb6afe0)) +* Add meaningful error message for conflict artifact ([e71aa55](/~https://github.com/mendersoftware/mender-cli/commit/e71aa55266f0075868eb43f4c7d7e574b5c7efe3)) +* add option to specify a JWT or personal access token ([1e73938](/~https://github.com/mendersoftware/mender-cli/commit/1e73938c23b8dfd18626fac07eac0385b466f6b9)) +* add option to specify a JWT or personal access token ([fa0134b](/~https://github.com/mendersoftware/mender-cli/commit/fa0134b4a56e0c46e9e7b6313de43713de8c1cf7)) +* Adding artifact downloads to CLI ([ba1a695](/~https://github.com/mendersoftware/mender-cli/commit/ba1a69507a04f1f3255bea934a6d1da8f793d968)) +* Adding artifact downloads to CLI ([7350f39](/~https://github.com/mendersoftware/mender-cli/commit/7350f391fdd1473f6ac82e84617500ead804bec8)) +* direct upload. ([aa9fddf](/~https://github.com/mendersoftware/mender-cli/commit/aa9fddfed8e0348bba25213eecdceab52ddcb43f)) +* direct upload. ([eadae02](/~https://github.com/mendersoftware/mender-cli/commit/eadae02dd62a6c56580eb0be3a46526c1e39e148)) +* post metadata with the direct upload with skip verify ([74760dc](/~https://github.com/mendersoftware/mender-cli/commit/74760dc7635a9db1d420f0ba6e51546813d000e9)) +* post metadata with the direct upload with skip verify ([4dd47e9](/~https://github.com/mendersoftware/mender-cli/commit/4dd47e959f96f78678128aedab46dda617ad5e36)) + + +### Bug Fixes + +* Allow to use --token to specify API token ([589971b](/~https://github.com/mendersoftware/mender-cli/commit/589971be7401baee1d2afc38e363151288b785fc)) +* automatically handle reconnections in port-forward ([77072de](/~https://github.com/mendersoftware/mender-cli/commit/77072de43c2898160127d77df8e99e8e7a481ac4)) +* Check file format when uploading artifacts ([e7ae77c](/~https://github.com/mendersoftware/mender-cli/commit/e7ae77c5c73ae9b2769138e282df0fdb9a3ff611)) +* Check file format when uploading artifacts ([238e860](/~https://github.com/mendersoftware/mender-cli/commit/238e8608c2cbebc0aa8733dd73dc016feda03356)) +* **gitlab-ci:** Fix the inability to use branches and tags interchangibly ([67cb6e3](/~https://github.com/mendersoftware/mender-cli/commit/67cb6e379a8fc9d1c0696dcbc09169ad1a55a223)) +* gocyclo refactoring and switch to go mod ([e1c0e07](/~https://github.com/mendersoftware/mender-cli/commit/e1c0e072e5b9231310f4b9fc7617ab8a4f944267)) +* Hide errors when help flag is present ([f989fa1](/~https://github.com/mendersoftware/mender-cli/commit/f989fa1d19b1ff7963bf9ddc43f171575ddcd970)) +* List devices in raw mode not in stdout ([22dc263](/~https://github.com/mendersoftware/mender-cli/commit/22dc263123ac70c7f245603ad465c3d731e8c5d8)) +* List devices in raw mode not in stdout ([bd593f7](/~https://github.com/mendersoftware/mender-cli/commit/bd593f79181fdc7df715bb802b02fb957e046b6d)) +* **portforward:** allow to get the server from mender-clirc configuration file ([a0d6c05](/~https://github.com/mendersoftware/mender-cli/commit/a0d6c05c7cbfa765e8cb74c6d74ab9522d951db3)) +* Respect the --server flag from config everywhere ([6a814cd](/~https://github.com/mendersoftware/mender-cli/commit/6a814cd889b037f04c250b332d8360f53c7739d2)) +* stop the port-forward command on errors when reading the websocket ([6231746](/~https://github.com/mendersoftware/mender-cli/commit/6231746cc6a211002dbb0c089bc053718c5c230b)) +* **terminal:** Keep stdout clean ([80f7d47](/~https://github.com/mendersoftware/mender-cli/commit/80f7d47b7aacb60968491d8fd4317a1eeda283d0)) +* **terminal:** Use term's built-in IsTerminal ([0c3a24c](/~https://github.com/mendersoftware/mender-cli/commit/0c3a24c3e4cc9039c8d3a7c76bb484abcc12c2db)) +* **tests:** use mongosh instead of mongo command ([03ade99](/~https://github.com/mendersoftware/mender-cli/commit/03ade99fa8c16d7e1e35a219d6f18c3921aef652)) +* use a mutex lock per connection instead of a global one ([33ed7ae](/~https://github.com/mendersoftware/mender-cli/commit/33ed7aebeec428cecdd4291810126301ff437f20))