Skip to content

Commit 7398f80

Browse files
authored
Merge pull request #59 from corezoid/develop
Update Control Helm chart to version 0.3.70
2 parents 6513a4f + 8c6a3d6 commit 7398f80

7 files changed

Lines changed: 63 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,52 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
## [0.3.70] - 2026-03-18
7+
### Helm changes
8+
9+
- Applications versions:
10+
- server - 5.156.0
11+
- frontend - 5.156.0
12+
- realtime - 3.10.0
13+
- control-tasks - 2.75.0
14+
- widget - v1.87.0
15+
16+
### Improvements / New Features
17+
18+
#### 1. User Tagging Logic in Event Comments (Group Users Support)
19+
#### 2. Implement Account & Currency Search API with Vector Search Support
20+
#### 3. Automatic Callback for the Missing Call Participant
21+
#### 4. autoSubmit timer activation with visibililty changes & maxCount 500
22+
#### 5. Documentation for Realtime API pages/realtime
23+
#### 6. API-based Grouping of Events into Hierarchical Folders (Graph-Based, Infinite Nesting) [front-end]
24+
#### 7. Add In-Product User Guide for Collaborative Code Usage in Smart Forms Editor
25+
#### 8. Access Requests for Actors and Meetings — Backend Migration
26+
#### 9. Add push notifications for actor access requests
27+
#### 10. CDU Refresh logic
28+
#### 11. Meeting room - user extension
29+
#### 12. Document MainMenu postMessage navigation and Comments autoScroll
30+
31+
### Bug Fixes
32+
33+
#### 1. Incorrect time displayed in email notification (Due date / Created)
34+
#### 2. Numeric text value is rounded in Text field
35+
#### 3. Access request buttons do not disappear after granting permissions
36+
#### 4. Delay when joining a meeting — no UI feedback after clicking "Join Meeting"
37+
#### 5. Same Tag Can Be Selected Multiple Times
38+
#### 6. Invalid visibility value breaks dropdown behavior
39+
#### 7. Script Import Styles Cache Refresh Issue
40+
#### 8. Multiselect crashes when entering "[" in the search field
41+
#### 9. Error when creating a connection – Cannot read properties of undefined (reading 'laId')
42+
#### 10. Show latest reactions disappears after creating a reply
43+
#### 11. Error when selecting multiple smart chips in comments
44+
#### 12. User is redirected to 403 page when changing graph settings or clicking dashboard pin with mixed permissions
45+
#### 13. Filter Counter Is Not Updated in Real Time
46+
#### 14. Error Cannot read properties of undefined (reading 'laId') When Moving State with Actors Between Layers
47+
#### 15. User cannot remove their reaction (signature)
48+
#### 16. Sign button state is not restored after internet connection is recovered
49+
#### 17. CDU: Content loop changes issue with definition refs
50+
51+
652
## [0.3.69] - 2026-02-18
753
### Helm changes
854

Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ name: control
33
description: A Helm chart for Control
44
icon: https://sim.simulator.company/static/logo.svg
55
type: application
6-
version: 0.3.69
7-
appVersion: 5.152.0
6+
version: 0.3.70
7+
appVersion: 5.156.0
88

99
dependencies:
1010
- name: server
11-
version: 0.3.65
11+
version: 0.3.66
1212
repository: file://charts/server
1313
- name: frontend
14-
version: 0.3.64
14+
version: 0.3.65
1515
repository: file://charts/frontend
1616
- name: realtime
17-
version: 0.3.20
17+
version: 0.3.21
1818
repository: file://charts/realtime
1919
- name: control-tasks
20-
version: 0.1.34
20+
version: 0.1.35
2121
repository: file://charts/control-tasks
2222
- name: widget
23-
version: 0.3.55
23+
version: 0.3.56
2424
repository: file://charts/widget
2525
- name: ctrl-sim-api
2626
version: 0.1.2

charts/control-tasks/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: control-tasks
33
description: A Helm chart for Control Tasks
44
type: application
5-
version: 0.1.34
6-
appVersion: 2.72.1
5+
version: 0.1.35
6+
appVersion: 2.75.0

charts/frontend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: frontend
33
description: A Helm chart for Control Frontend
44
type: application
5-
version: 0.3.64
6-
appVersion: 5.152.0
5+
version: 0.3.65
6+
appVersion: 5.156.0

charts/realtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: realtime
33
description: A Helm chart for Control Realtime
44
type: application
5-
version: 0.3.20
6-
appVersion: 3.9.1
5+
version: 0.3.21
6+
appVersion: 3.10.0

charts/server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: server
33
description: A Helm chart for Control Server
44
type: application
5-
version: 0.3.65
6-
appVersion: 5.152.0
5+
version: 0.3.66
6+
appVersion: 5.156.0

charts/widget/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: widget
33
description: A Helm chart for Control Server
44
type: application
5-
version: 0.3.55
6-
appVersion: "v1.85.0"
5+
version: 0.3.56
6+
appVersion: "v1.87.0"

0 commit comments

Comments
 (0)