Releases: mendersoftware/mender-cli
v2.0.0
2.0.0 - 2025-11-11
Bug fixes
-
(tests) Use mongosh instead of mongo command
(03ade99) by @kjaskiewiczzLegacy "mongo" shell has been removed in MongoDB 6.0
-
Check file format when uploading artifacts
(MEN-7860) (238e860) by @bahaa-ghazal
Features
-
Add support for pagination to
devices listcommand
(MEN-7794) (7162a7c) by @alfrunesTwo new flags
--per-pageand--pageis added to list devices beyond
the first page of results. -
Use consistent structured logging (slog) to stderr
(MEN-8304) (a1c75d9) by @alfrunes -
Use paginated endpoint to list artifacts
(MEN-8302) (3a59a66) by @danielskinstad- BREAKING:
artifacts listno longer returns all artifacts by
default. It now uses a paginated API endpoint, so only one page of results
is shown at a time, and it can be modified with--pageand--per-page
Use the new paginated API endpoint to list artifacts and add support
for pagination to theartifacts listcommand. - BREAKING:
Security
-
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
(9bb6ed7) by @dependabot[bot]Bumps golang.org/x/crypto from 0.16.0 to 0.17.0.
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
- dependency-name: golang.org/x/crypto
-
Bump the golang-dependencies group with 2 updates
(780b00b) by @dependabot[bot]Bumps the golang-dependencies group with 2 updates: github.com/google/uuid and github.com/spf13/viper.
Updates
github.com/google/uuidfrom 1.4.0 to 1.5.0Updates
github.com/spf13/viperfrom 1.18.0 to 1.18.2
updated-dependencies:
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies - dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: golang-dependencies
...
- dependency-name: github.com/google/uuid
-
Bump the golang-dependencies group with 4 updates
(a07412e) by @dependabot[bot]Bumps the golang-dependencies group with 4 updates: github.com/cheggaaa/pb/v3, github.com/google/uuid, golang.org/x/sys and golang.org/x/term.
Updates
github.com/cheggaaa/pb/v3from 3.1.4 to 3.1.5Updates
github.com/google/uuidfrom 1.5.0 to 1.6.0Updates
golang.org/x/sysfrom 0.15.0 to 0.16.0Updates
golang.org/x/termfrom 0.15.0 to 0.16.0
updated-dependencies:
- dependency-name: github.com/cheggaaa/pb/v3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: golang-dependencies - dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies - dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies - dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies
...
- dependency-name: github.com/cheggaaa/pb/v3
-
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
(0c648c7) by @dependabot[bot]Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
- dependency-name: google.golang.org/protobuf
-
Bump golang.org/x/net from 0.19.0 to 0.23.0
(a80befd) by @dependabot[bot]Bumps golang.org/x/net from 0.19.0 to 0.23.0.
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
- dependency-name: golang.org/x/net
-
Bump the golang-dependencies group with 5 updates
(1d437a0) by @dependabot[bot]Bumps the golang-dependencies group with 5 updates:
Package From To github.com/gorilla/websocket 1.5.11.5.3github.com/spf13/cobra 1.8.01.8.1github.com/spf13/viper 1.18.21.19.0golang.org/x/sys 0.20.00.21.0golang.org/x/term 0.20.00.21.0Updates
github.com/gorilla/websocketfrom 1.5.1 to 1.5.3Updates
github.com/spf13/cobrafrom 1.8.0 to 1.8.1Updates
github.com/spf13/viperfrom 1.18.2 to 1.19.0Updates
golang.org/x/sysfrom 0.20.0 to 0.21.0Updates
golang.org/x/termfrom 0.20.0 to 0.21.0
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: golang-dependencies - dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: golang-dependencies - dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies - dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies - dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies
...
- dependency-name: github.com/gorilla/websocket
-
Bump the golang-dependencies group across 1 directory with 2 updates
(dc6a734) by @dependabot[bot]Bumps the golang-dependencies group with 2 updates in the / directory: golang.org/x/sys and golang.org/x/term.
Updates
golang.org/x/sysfrom 0.22.0 to 0.25.0Updates
golang.org/x/termfrom 0.22.0 to 0.24.0
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies - dependency-name: golang.org/x/term
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: golang-dependencies
...
- dependency-name: golang.org/x/sys
-
Bump golang.org/x/crypto from 0.21.0 to 0.31.0
(c3511ef) by @dependabot[bot]Bumps golang.org/x/crypto from 0.21.0 to 0.31.0.
updated-...