mender-cli icon indicating copy to clipboard operation
mender-cli copied to clipboard

chore(master): release 2.0.0

Open mender-test-bot opened this issue 1 year ago • 2 comments


1.12.0-build4.1 - 2025-05-29

Bug Fixes

  • (tests) Use mongosh instead of mongo command (03ade99) by @kjaskiewiczz

    Legacy "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 list command (MEN-7794) (7162a7c) by @alfrunes

    Two new flags --per-page and --page is 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 list no 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 --page and --per-page

    Use the new paginated API endpoint to list artifacts and add support for pagination to the artifacts list command.

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 ...
  • 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/uuid from 1.4.0 to 1.5.0

    Updates github.com/spf13/viper from 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 ...
  • 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/v3 from 3.1.4 to 3.1.5

    Updates github.com/google/uuid from 1.5.0 to 1.6.0

    Updates golang.org/x/sys from 0.15.0 to 0.16.0

    Updates golang.org/x/term from 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 ...
  • 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 ...
  • 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 ...
  • 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.1 1.5.3
    github.com/spf13/cobra 1.8.0 1.8.1
    github.com/spf13/viper 1.18.2 1.19.0
    golang.org/x/sys 0.20.0 0.21.0
    golang.org/x/term 0.20.0 0.21.0

    Updates github.com/gorilla/websocket from 1.5.1 to 1.5.3

    Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

    Updates github.com/spf13/viper from 1.18.2 to 1.19.0

    Updates golang.org/x/sys from 0.20.0 to 0.21.0

    Updates golang.org/x/term from 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 ...
  • 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/sys from 0.22.0 to 0.25.0

    Updates golang.org/x/term from 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 ...
  • 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-dependencies:

    • dependency-name: golang.org/x/crypto dependency-type: indirect ...
  • Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (81a7613) by @dependabot[bot]

    Bumps golang.org/x/crypto from 0.31.0 to 0.35.0.


    updated-dependencies:

    • dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ...
  • Bump busybox from 1.36.1 to 1.37.0 (92c4f52) by @dependabot[bot]

    Bumps busybox from 1.36.1 to 1.37.0.


    updated-dependencies:

    • dependency-name: busybox dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor ...
  • Bump the golang-dependencies group with 3 updates (c33c148) by @dependabot[bot]

    Bumps the golang-dependencies group with 3 updates: github.com/spf13/viper, golang.org/x/sys and golang.org/x/term.

    Updates github.com/spf13/viper from 1.19.0 to 1.20.1

    Updates golang.org/x/sys from 0.31.0 to 0.32.0

    Updates golang.org/x/term from 0.30.0 to 0.31.0


    updated-dependencies:

    • dependency-name: github.com/spf13/viper dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-dependencies
    • dependency-name: golang.org/x/sys dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-dependencies
    • dependency-name: golang.org/x/term dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-dependencies ...

mender-test-bot avatar Nov 20 '24 18:11 mender-test-bot

@mender-test-bot, Let me know if you want to start the integration pipeline by mentioning me and the command "start pipeline".


my commands and options

You can trigger a pipeline on multiple prs with:

  • mentioning me and start pipeline --pr mender/127 --pr mender-connect/255

You can start a fast pipeline, disabling full integration tests with:

  • mentioning me and start pipeline --fast

You can trigger GitHub->GitLab branch sync with:

  • mentioning me and sync

You can cherry pick to a given branch or branches with:

  • mentioning me and:
 cherry-pick to:
 * 1.0.x
 * 2.0.x

mender-test-bot avatar Nov 20 '24 18:11 mender-test-bot

@mender-test-bot, Let me know if you want to start the client pipeline by mentioning me and the command "start client pipeline".


my commands and options

You can trigger a pipeline on multiple prs with:

  • mentioning me and start client pipeline --pr mender/127 --pr mender-connect/255

You can start a fast pipeline, disabling full integration tests with:

  • mentioning me and start client pipeline --fast

You can trigger a full integration test pipeline with:

  • mentioning me and start integration pipeline

You can trigger GitHub->GitLab branch sync with:

  • mentioning me and sync

You can cherry pick to a given branch or branches with:

  • mentioning me and:
 cherry-pick to:
 * 1.0.x
 * 2.0.x

mender-test-bot avatar Mar 03 '25 12:03 mender-test-bot

🤖 Created releases:

:sunflower:

mender-test-bot avatar Nov 18 '25 06:11 mender-test-bot