Skip to content

chore(main): release 0.10.0#209

Open
mender-test-bot wants to merge 1 commit intomainfrom
release-please--branches--main
Open

chore(main): release 0.10.0#209
mender-test-bot wants to merge 1 commit intomainfrom
release-please--branches--main

Conversation

@mender-test-bot
Copy link
Contributor

@mender-test-bot mender-test-bot commented May 19, 2025


0.10.0 - 2026-03-05

Bug fixes

  • (build) Set default value for secondary CA cert to false
    (MEN-8351) (aca8e5d) by @lluiscampos

    The secondary CA cert is really optional, as a custom Mender Server
    could use the same domain for both API calls and Artifacts storage.

    Set MENDER_NET_CA_CERTIFICATE_TAG_SECONDARY_ENABLED default to n and
    instead select it when selecting hosted Mender option(s).

  • (storage) Use fs_size instead of fs_off for flash erase size
    (e5afb0c) by @hkenken

    The third argument of flash_area_flatten() should be the size to erase,
    not the offset. Using fs_off caused incorrect erase size calculation.

Documentation

Features

  • Add backup root cert to Zephyr certs chain
    (MEN-8494) (5e061d5) by @elkoniu

    For disaster recovery and emergency having single certificate is risky.
    This change introduces 2nd root certificate to be used on the platform.

  • Support Zephyr 4.2.0
    (MEN-8638) (2d8e634) by @danielskinstad

  • Send tier in authentication request
    (MEN-8559) (ecfa717) by @danielskinstad

    Add device tier support to authentication requests. The client now
    sends a 'tier' parameter in authentication requests, supporting "standard"
    (default) and "micro" tiers. The tier is configurable via Kconfig or
    through the client config struct before initialization, which will take
    precedence over the Kconfig option.

  • Default device tier to "micro"
    (6fb81d2) by @danielskinstad

    Set the default device tier to "micro" rather
    than "standard".

  • Change default intervals for update polling and inventory refresh to 7 days
    (MEN-9038) (4e987ba) by @michalkopczan

  • Produce a warning during build if configured intervals are too short
    (MEN-9038) (32a2340) by @michalkopczan

    When configured update polling and inventory refresh intervals are
    shorter than the minimum allowed for micro tier, produce a warning during build.

  • Handle rate limits with value provided by server
    (MEN-8849) (98b4cbc) by @danielskinstad

    Added support for reading the Retry-After header on HTTP 429 errors.
    When a 429 error is detected, parse the Retry-After header value and use
    it to schedule the next HTTP request instead of using the backoff mechanism.

  • Add a kernel configuration for the HTTP request timeout
    (MEN-9051) (4a238e6)

    This feature replaces the HTTP request timeout with a kernel config as
    some network connections could not finish the download within the
    provided time. The kernel config allows application developers to
    determine what is suitable for their use case.

    In addition, by default, the timeout is set to 5 minutes if a cellular
    modem has configured.

    config MENDER_HTTP_REQUEST_TIMEOUT_MS
        int "The HTTP request timeout in milliseconds"
        default 300000 if MODEM_CELLULAR
        default 60000
    

    Ticket MEN-9051.

Build

  • Support warning/failing on artifact sizes
    (MEN-8584) (330f72e) by @danielskinstad

    Add support for specifying size limits for Mender
    Artifacts during a build. This uses the feature implemented in
    mender-artifact 4.2.0. The limits can be configured through the Kconfig,
    or by enabling MENDER_ARTIFACT_SIZE_LIMITS and setting
    MENDER_ARTIFACT_WARN_SIZE and or MENDER_ARTIFACT_MAX_SIZE.

  • Fix misc typos in Kconfig
    (aefe5cc) by @lluiscampos


@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 3 times, most recently from 0f16fa8 to cfcb02b Compare May 22, 2025 08:33
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from be9f73e to 24813ad Compare June 3, 2025 21:20
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 2 times, most recently from 8477621 to f5905a1 Compare June 10, 2025 21:16
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from 49eeef5 to 0b2c531 Compare June 24, 2025 21:19
@mender-test-bot mender-test-bot changed the title chore(main): release 0.9.1 chore(main): release 0.10.0 Jul 1, 2025
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from 34042da to b3f077a Compare July 8, 2025 10:36
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 2 times, most recently from 434425d to f4ad591 Compare July 8, 2025 21:18
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 2 times, most recently from 4108874 to 3fa7e99 Compare July 15, 2025 21:23
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from 6973516 to 44c6a89 Compare July 29, 2025 21:25
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 2 times, most recently from d47ef88 to 808b2b6 Compare August 5, 2025 21:23
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch from 808b2b6 to 2bd144e Compare August 13, 2025 09:59
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from 6f753f4 to 7a4f5e1 Compare September 2, 2025 21:23
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from c60203e to 558a818 Compare September 24, 2025 07:35
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from 121799b to 328f1e6 Compare October 7, 2025 21:23
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 6 times, most recently from 93bd9ef to 981b811 Compare October 14, 2025 21:23
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 6 times, most recently from 396b0d8 to dcdab3f Compare October 22, 2025 15:04
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch 4 times, most recently from 4abf44a to 927bfc5 Compare November 4, 2025 21:28
@mender-test-bot mender-test-bot force-pushed the release-please--branches--main branch from 927bfc5 to 342b553 Compare November 11, 2025 21:30
Signed-off-by: mender-test-bot <mender@northern.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant