Skip to content

Commit 7198f80

Browse files
Merge pull request #1507 from mia-platform/edit/RN-13.0.4
RN v13.0.4 to preview
2 parents 07cbefd + 3052828 commit 7198f80

File tree

9 files changed

+145
-13
lines changed

9 files changed

+145
-13
lines changed

docs/release-notes/stable versions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ As the transition period from one MTW to the next approaches, more precise dates
3030
| Quarter | Stable Version | Start MTW | End MTW |
3131
|-----------|----------------|----------------------|----------------------|
3232
| Q1 - 2024 | v12.0.x | _January 18th, 2024_ | _April 15th, 2024_ |
33-
| Q2 - 2024 | v12.3.x | _April 15th, 2024_ | _mid-July, 2024_ |
34-
| Q3 - 2024 | v13.0.x | _mid-July, 2024_ | _mid-October, 2024_ |
33+
| Q2 - 2024 | v12.3.x | _April 15th, 2024_ | _July 18th, 2024_ |
34+
| Q3 - 2024 | v13.0.x | _July 18th, 2024_ | _mid-October, 2024_ |
3535
| Q4 - 2024 | _TBD_ | _mid-October, 2024_ | _mid-January, 2025_ |

docs/release-notes/v13.0.1.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ This version addressed the following bugs:
6363
* fixed bug in project creation that prevented the user from finding the default template set by Blueprint section;
6464
* fixed bug that caused a problem with redirects in Runtime area;
6565
* fixed bug that prevented saving configuration on projects with Azure as provider, if the corresponding project was empty;
66-
* fixed a bug in the sshUrl management during service creation
66+
* fixed a bug in the sshUrl management during service creation;
67+
* fixed a bug that prevented to create an Example or a Template from Marketplace if that was including interpolated variables in the Docker Image Name; the issue was caused by some incorrect validations, that have been removed.
6768

6869
## Fast Data
6970

docs/release-notes/v13.0.3.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,7 @@ sidebar_label: v13.0.3
55
image: "img/release-note-link-preview.png"
66
---
77

8-
_June 21st, 2024_
9-
10-
:::info
11-
Mia-Platform Console v13.0.3 is **now in Preview** and will be generally available on July 04th.
12-
13-
Console SaaS users can try out v13.0.3 latest improvements in Preview! Open a Service Request to ask for the creation of a sandbox Company in case you do not have access to any Company.
14-
15-
For self-hosted installations, please read the [following guidelines](#how-to-update-your-console).
16-
:::
8+
_July 04th, 2024_
179

1810
## Console
1911

@@ -102,4 +94,4 @@ The new version `7.0.3` of the CRUD Service is available!
10294

10395
## How to update your Console
10496

105-
For self-hosted installations, please head to the [self hosted upgrade guide](/infrastructure/self-hosted/installation-chart/100_how-to-upgrade.md) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_ `v13.4.0-beta.0`.
97+
For self-hosted installations, please head to the [self hosted upgrade guide](/infrastructure/self-hosted/installation-chart/100_how-to-upgrade.md) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_ `v13.4.0`.

docs/release-notes/v13.0.4.md

+113
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
---
2+
id: v13.0.4
3+
title: Version 13.0.4 Release Notes
4+
sidebar_label: v13.0.4
5+
image: "img/release-note-link-preview.png"
6+
---
7+
8+
_July 04th, 2024_
9+
10+
:::info
11+
Mia-Platform Console v13.0.4 is **now in Preview** and will be generally available on July 18th.
12+
13+
Console SaaS users can try out v13.0.4 latest improvements in Preview! Open a Service Request to ask for the creation of a sandbox Company in case you do not have access to any Company.
14+
15+
For self-hosted installations, please read the [following guidelines](#how-to-update-your-console).
16+
:::
17+
18+
## Console
19+
20+
### Mia-Assistant available on Self-Hosted installations
21+
22+
Mia-Assistant, the AI chatbot of Mia-Platform, is now available also on Self-Hosted installations!
23+
For more information about how to configure it, head to the [installation chart documentation](/infrastructure/self-hosted/installation-chart/helm-values/75_assistant.md).
24+
25+
### Manage iFrame extensions via miactl
26+
27+
`miactl` v0.13.0 is out now and it is featuring new commands to manage your iFrame Company extensions directly from command line!
28+
To discover more about such new commands, head to the related [documentation page](/cli/miactl/30_commands.md#extensions).
29+
30+
### Bug Fix
31+
32+
This version addressed the following bugs:
33+
34+
* fixed a bug that caused a malfunction when creating Dashboard Categories from a project Blueprint;
35+
* fixed a navigation bug that caused the user to enter an inconsistent state if the permission to access to a specific project was missing;
36+
* fixed a bug that wrongly allowed users to create a container with the same name of the microservice to which it was added.
37+
38+
## Fast Data
39+
40+
### Fast Data Configurator
41+
42+
#### Bug Fix
43+
44+
This version addressed the following bug:
45+
46+
* fixed a bug causing both the old and the new field to be kept when renaming a field of a nested object of a Single View.
47+
48+
## Microfrontend Composer
49+
50+
### Configurator
51+
52+
#### Bug Fix
53+
54+
This version addressed the following bugs:
55+
56+
* fixed a bug that caused a malfunction of the Composer when opening the CRUD client component properties with no CRUD endpoints exposed.
57+
58+
### Back-Kit Library
59+
60+
#### Bug Fix
61+
62+
This version addresses the following bugs:
63+
64+
* fixed a bug for which bk-table doesn't fit parent container after resizing the browser window;
65+
* fixed an editor tooltip that falls out of view in form modals;
66+
* fixed an error in forms with array of dates fields.
67+
68+
## Marketplace
69+
70+
### Marketplace Updates
71+
72+
#### CRUD Service
73+
74+
The new version `7.0.4` of the CRUD Service is available!
75+
76+
##### Bug Fix
77+
78+
* fixed bug that made CRUD validating items of a collection with the wrong configuration, due to compilers collision with collections having the same prefix.
79+
80+
#### Form Service Frontend
81+
82+
The new version `2.0.5` of the Form Service Frontend is available!
83+
84+
##### Bug Fix
85+
86+
* Fixed bug on expired form behavior
87+
88+
#### Messaging Service
89+
90+
The new version `1.7.0` of the Messaging Service is available!
91+
92+
##### New features
93+
94+
* Added support for localization of interpolated data in message templates
95+
96+
#### Notification Manager Service
97+
98+
The new version `2.3.0` of the Notification Manager Service is available!
99+
100+
##### New features
101+
102+
* Added endpoints to manage message templates with `bk-crud-client` on Backoffice
103+
* Added endpoints to manage notification settings with `bk-crud-client` on Backoffice
104+
* Added support for localization of interpolated data in message templates
105+
* Added support for integration with external services to retrieve user properties
106+
107+
##### Bug Fix
108+
109+
* Fixed a bug causing errors when sending attachments via email using both the Messaging and Event API
110+
111+
## How to update your Console
112+
113+
For self-hosted installations, please head to the [self hosted upgrade guide](/infrastructure/self-hosted/installation-chart/100_how-to-upgrade.md) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_ `v13.5.0-beta.0`.

docs/release-notes/versions.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ slug: "/release-notes/versions"
77
---
88
| Release | Release notes |
99
|---------|--------------------------------------------|
10+
| v13.0.4 | [Read the release notes](/release-notes/v13.0.4.md) |
1011
| v13.0.3 | [Read the release notes](/release-notes/v13.0.3.md) |
1112
| v13.0.2 | [Read the release notes](/release-notes/v13.0.2.md) |
1213
| v13.0.1 | [Read the release notes](/release-notes/v13.0.1.md) |

sidebars.json

+1
Original file line numberDiff line numberDiff line change
@@ -1800,6 +1800,7 @@
18001800
"id": "release-notes/versions"
18011801
},
18021802
"items": [
1803+
{ "id": "release-notes/v13.0.4", "type": "doc" },
18031804
{ "id": "release-notes/v13.0.3", "type": "doc" },
18041805
{ "id": "release-notes/v13.0.2", "type": "doc" },
18051806
{ "id": "release-notes/v13.0.1", "type": "doc" },
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: v12.3.5
3+
title: Version 12.3.5 Release Notes
4+
sidebar_label: v12.3.5
5+
image: "img/release-note-link-preview.png"
6+
---
7+
8+
_July 04th, 2024_
9+
10+
## Console
11+
12+
### Bug Fix
13+
14+
This version addressed the following bug:
15+
* we fixed a bug that prevented to create an Example or a Template from Marketplace if that was including interpolated variables in the Docker Image Name; the issue was caused by some incorrect validations, that have been removed.
16+
17+
## How to update your Console
18+
19+
For self-hosted installations, please head to the [self hosted upgrade guide](/infrastructure/self-hosted/installation-chart/100_how-to-upgrade.md#v12---version-upgrades) or contact your Mia-Platform referent and upgrade to _Console Helm Chart_ `v13.0.5`.

versioned_docs/version-12.x.x/release-notes/versions.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ slug: "/release-notes/versions"
88
| Release | Release notes |
99
|---------|--------------------------------------------|
1010
| v12.4.0 | [Read the release notes](/release-notes/v12.4.0.md) |
11+
| v12.3.5 | [Read the release notes](/release-notes/v12.3.5.md) |
1112
| v12.3.4 | [Read the release notes](/release-notes/v12.3.4.md) |
1213
| v12.3.3 | [Read the release notes](/release-notes/v12.3.3.md) |
1314
| v12.3.2 | [Read the release notes](/release-notes/v12.3.2.md) |

versioned_sidebars/version-12.x.x-sidebars.json

+4
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,10 @@
17131713
"id": "release-notes/v12.4.0",
17141714
"type": "doc"
17151715
},
1716+
{
1717+
"id": "release-notes/v12.3.5",
1718+
"type": "doc"
1719+
},
17161720
{
17171721
"id": "release-notes/v12.3.4",
17181722
"type": "doc"

0 commit comments

Comments
 (0)