Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"mender": "7.9.4"
"mender": "8.0.0"
}

23 changes: 23 additions & 0 deletions mender/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,29 @@

# Changelog

## [8.0.0](https://github.com/mendersoftware/mender-helm/compare/mender-7.9.4...mender-8.0.0) (2026-07-20)


### ⚠ BREAKING CHANGES

* featureGates.k8sTlsSecrets is removed. The kubernetes.io/tls Secret type is now unconditional. Existing installs with SSL enabled must delete the api-gateway Secret before upgrading
* device_license_count is removed. The replacement device_auth.cronjobs is now enabled by default with the device-auth-license-count job pre-configured. Existing installs must delete the old CronJob before upgrading to avoid a name conflict.
* NATS subchart

### Features

* move api gateway secrets to kubernetes standard ([1d5c63b](https://github.com/mendersoftware/mender-helm/commit/1d5c63b2e809500576d19c9b9545f253bb9d97ca))
* remove deprecated device_license_count ([827be71](https://github.com/mendersoftware/mender-helm/commit/827be717e3a87ecc82e44dba4bbf64c7acb81145))
* upgrade NATS subchart to 2.14 ([9db3d31](https://github.com/mendersoftware/mender-helm/commit/9db3d311a20f6427cd556b85d93141ad41b0ae56))


### Bug Fixes

* enforce redis_conf_validation in deployments pod template ([4104d63](https://github.com/mendersoftware/mender-helm/commit/4104d63f6718ce9189ef5cdfdb1fd59cb3aa3697))
* guard secret-mongodb-common-prerelease.yaml on existingSecret ([d568a94](https://github.com/mendersoftware/mender-helm/commit/d568a9491066a83e6d2c46bded6360ca9b264b9d))
* reject global.mongodb.existingSecret/URL when internal mongodb is enabled ([2400ba4](https://github.com/mendersoftware/mender-helm/commit/2400ba413c3e192ff024abaf349624ee02854dc7))
* reject nats.existingSecret when internal NATS is enabled ([9900128](https://github.com/mendersoftware/mender-helm/commit/9900128f352878dc24bcd5f668a1d2f9890cb9d3))

## [7.9.4](https://github.com/mendersoftware/mender-helm/compare/mender-7.9.3...mender-7.9.4) (2026-07-20)


Expand Down
2 changes: 1 addition & 1 deletion mender/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v4.1.2
description: Mender is a robust and secure way to update all your software and
deploy your IoT devices at scale with support for customization
name: mender
version: 7.9.4
version: 8.0.0
keywords:
- mender
- iot
Expand Down