Skip to content

Commit 8d39d88

Browse files
authored
Merge pull request #419 from mendersoftware/release-please--branches--4.0.x
chore(4.0.x): release 4.0.0-rc.10
2 parents e8d504a + 5df09c2 commit 8d39d88

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0-rc.9"
2+
".": "4.0.0-rc.10"
33
}

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
---
2+
## 4.0.0-rc.10 - 2025-02-07
3+
4+
5+
### Bug Fixes
6+
7+
8+
- *(gui)* Made user list tracking rely only on backend data instead of local store to prevent duplicate users listed
9+
([MEN-8049](https://northerntech.atlassian.net/browse/MEN-8049)) ([7d1b060](https://github.com/mendersoftware/mender-server/commit/7d1b060d096ff2549305cc0f453d8a35b21257b0)) by @mzedel
10+
11+
- *(gui)* Fixed an issue that would cause the ui to crash when creating phased deployments
12+
([9827ba9](https://github.com/mendersoftware/mender-server/commit/9827ba928889f52e7eb4216b68707386c082dc74)) by @mzedel
13+
14+
- *(gui)* Fixed remaining device percentage not being displayed correctly on phased deployment creation
15+
([5600913](https://github.com/mendersoftware/mender-server/commit/560091349c778c288ad1bdc5a8bcd9b54c39f399)) by @mzedel
16+
17+
- Update outdated api endpoints in the `inventory` service
18+
([MEN-7017](https://northerntech.atlassian.net/browse/MEN-7017)) ([73c7149](https://github.com/mendersoftware/mender-server/commit/73c714951a61642b2fc100214c61e5f66c27ee0c)) by @bahaa-ghazal
19+
- Limiting the size of metadata when uploading and generating artifacts
20+
([MEN-7166](https://northerntech.atlassian.net/browse/MEN-7166)) ([9e80728](https://github.com/mendersoftware/mender-server/commit/9e8072874c94da9e7a3659207e08c6a05fc48cc4)) by @bahaa-ghazal
21+
22+
23+
24+
25+
### Features
26+
27+
28+
- *(gui)* Clarified user creation capabilities for non-enterprise users
29+
([MEN-7883](https://northerntech.atlassian.net/browse/MEN-7883)) ([d2fd192](https://github.com/mendersoftware/mender-server/commit/d2fd192e8c09443dabb694288d73636853b02d86)) by @mzedel
30+
31+
- *(gui)* Added automatic refresh to get webhook events
32+
([MEN-8045](https://northerntech.atlassian.net/browse/MEN-8045)) ([502e06a](https://github.com/mendersoftware/mender-server/commit/502e06aab96f3ce980cd6fe197a2fd6d7e99233a)) by @mzedel
33+
34+
35+
36+
37+
38+
39+
240
## 4.0.0-rc.9 - 2025-01-30
341

442

0 commit comments

Comments
 (0)