-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: mender-test-bot <[email protected]>
- Loading branch information
1 parent
e0187a0
commit 842c00e
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "1.12.0" | ||
".": "1.13.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
## [1.13.0](https://github.com/mendersoftware/mender-cli/compare/v1.12.0...v1.13.0) (2024-11-26) | ||
|
||
|
||
### 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)) | ||
* **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)) |