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. - BREAKING:
-
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 -
Traefik container ports optionals
(MEN-7595) (9654235) by @oldgiovaYou 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 @oldgiovaWith 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 @oldgiovaAdded 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