Skip to content

Releases: mendersoftware/mender-helm

mender: v5.11.2

15 Nov 09:57
5e473cb
Compare
Choose a tag to compare

5.11.2 - 2024-11-15

Bug Fixes

  • Invalid regexp in default value storage_proxy.rule
    (MEN-7741) (f5a6bd3)

    The expression is using the former Traefik v2 regexp syntax.

mender: v6.0.0-rc.1

14 Nov 21:14
c57ef95
Compare
Choose a tag to compare

6.0.0-rc.1 - 2024-11-13

Bug Fixes

mender: v5.11.1

14 Nov 07:50
2476aff
Compare
Choose a tag to compare

5.11.1 - 2024-11-13

Bug Fixes

mender: v6.0.0-rc

31 Oct 14:34
a471834
Compare
Choose a tag to compare

6.0.0 - 2024-10-31

Bug Fixes

  • Passing string to object value nats.image
    (31faa8a) by @alfrunes

  • tenantadm.certs are no longer required
    (d74b41c) by @alfrunes

    • BREAKING: tenantadm.certs are no longer required

    Starting with Mender server v4.0.0 the secret is no longer in used.
    The secret is not created/mounted to the service unless explicitly
    specified.

  • Change gui default targetPort to 8090
    (9f42928) by @alfrunes

    • BREAKING: Change gui default targetPort to 8090
  • Changed default global.enterprise to false
    (fd7676d) by @alfrunes

  • Remove deprecated redis values
    (356a3eb) by @alfrunes

  • Traefik container ports optionals
    (MEN-7595) (9654235) by @oldgiova

    You can choose to not to set either httpPort or httpsPort in the
    api_gateway, to prevent upload timeout with the Mender Cli, as reported
    by customers.

Documentation

  • Added remark about global.image.username/password to changelog
    (360ed7a) by @alfrunes

  • New v6.x setup
    (df07622) by @oldgiova

    With Seaweedfs, v6 breaking changes, and a dedicated upgrade document

Features

  • Update docker image references to follow new repository scheme
    (cd1a87a) by @alfrunes

    • BREAKING: See CHANGELOG.md
  • Autogenerate required useradm/deviceauth secrets
    (501dfaf) by @alfrunes

  • Add gui hpa
    (44a693a) by @oldgiova

    Added Horizontal Pod Autoscaler resource to the gui container, to scale
    it automatically when the service experiences more load.

  • Mongodb sub-chart enabled by default
    (7d21622) by @oldgiova

    • BREAKING: mongodb sub-chart enabled by default

    To ease the Mender Server onboarding for Open source users.
    If you want to use an external provided MongoDB, make sure to disable
    it.

  • NATS sub-chart enabled by default
    (9218f04) by @oldgiova

    • BREAKING: NATS sub-chart enabled by default

    To ease the Mender Server onboarding for Open source users.
    If you want to use an external provided NATS, make sure to disable
    it.

  • Redis subchart disabled by default
    (2a7790a) by @oldgiova

    • BREAKING: redis subchart disabled by default

    Redis is not used by default in the Open source version. Letting it
    enabled generates confusion, so let's disable it.

  • Storage proxy enabled by default
    (3b9cfd2) by @oldgiova

    • BREAKING: storage proxy enabled by default

    The default install proposes the storage proxy feature enabled by
    default to a simplify onboarding experience

Refactor

  • (workflows) Made workflows template arguments easier to read
    (87c10ff) by @alfrunes

mender: v5.11.0

14 Oct 14:07
8fb5e49
Compare
Choose a tag to compare

5.11.0 - 2024-10-14

Bug Fixes

  • Traefik container ports optionals(MEN-7595) (12dc357) by @oldgiova
    You can choose to not to set either httpPort or httpsPort in the
    api_gateway, to prevent upload timeout with the Mender Cli, as reported
    by customers.

Features

  • Add gui hpa (8f6d9f4) by @oldgiova
    Added Horizontal Pod Autoscaler resource to the gui container, to scale
    it automatically when the service experiences more load.

5.10.1

11 Sep 07:09
bced4ee
Compare
Choose a tag to compare

What's Changed

  • fix(traefik v3): Invalid host regex for default storage proxy URL by @alfrunes in #338

Full Changelog: 5.10.0...5.10.1

5.10.0

16 Aug 11:45
5.10.0
630184b
Compare
Choose a tag to compare

What's Changed

  • feat: Change generate-delta-worker to StatefulSet and add persistence by @alfrunes in #330
  • feat: Upgrade Traefik major version to v3 by @alfrunes in #325
  • chore: Upgrade Helm Chart for Mender 3.7.7 release by @lluiscampos in #334

Full Changelog: 5.9.3...5.10.0

5.9.3

28 Jun 12:49
f628af7
Compare
Choose a tag to compare

Version 5.9.3

  • Update default value auditlogs.logRetentionSeconds to 7776000 (90 days)

5.9.2

24 Jun 14:34
d433f7c
Compare
Choose a tag to compare

Version 5.9.2

  • Fix: generate delta worker mongodb secret when using an external secret and
    the mongodb subchart is enabled.

5.9.1

14 Jun 13:02
f30d16d
Compare
Choose a tag to compare

Version 5.9.1

  • Upgrade to Mender version 3.7.5