Skip to content

Commit 588aa59

Browse files
authored
Merge pull request #1826 from mia-platform/rn_v13.5.0
rn_v13.5.0
2 parents 819bb7b + 567ffca commit 588aa59

12 files changed

+185
-82
lines changed
15 KB
Loading
-51.4 KB
Loading
-182 KB
Loading

docs/development_suite/set-up-infrastructure/revisions-and-versions.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: Manage Revisions and Versions
44
sidebar_label: Manage Revisions and Versions
55
---
66

7-
In Projects adopting the Enhanced Workflow, `Revisions` and `Versions` replace the concept of `Branches` and `Tags`. The Console will not rely on the typical Git-based instruments anymore and will instead adopt a **new configuration management system**.
7+
In Projects adopting the Enhanced Workflow, `Revisions` and `Versions` replace the concept of `Branches` and `Tags`.
8+
The Console will not rely on the typical Git-based instruments anymore and will instead adopt a **new configuration management system**.
89

910
Developers can manage *revisions* and *versions* from the dedicated sections inside the Project Overview area.
1011

@@ -24,9 +25,9 @@ Versions can only be deleted by Project Administrators.
2425

2526
![Versions management page](img/versions-overview.png)
2627

27-
## Revision history
28+
## Revision history
2829

29-
The Enhanced Workflow feature replaces the `Commit History` with the `Revision History`.
30+
The Enhanced Workflow feature replaces the `Commit History` with the `Revision History`.
3031
The Revision History allows to keep track of how a revision has changed over time, tracking all past snapshots of the Project configuration saved by the users.
3132

3233
<div style={{display: 'flex', justifyContent: 'center'}}>
@@ -41,17 +42,28 @@ Once that a revision is selected, its history is accessible in the Design Area b
4142

4243
It contains the list of snapshots of the Project configuration on the current revision or version, created each time it has been saved.
4344
It also includes useful information such as the snapshot date, author, associated message, and any tags associated with it.
44-
Moreover, the right-side button allows the user to visualize changes between the selected snapshot and the previous one, in order to better understand the configuration's evolution over time.
45+
Moreover, the document icon on the right side of the table allows the user to visualize changes between the selected snapshot and the previous one,
46+
in order to better understand the configuration's evolution over time.
4547

4648
![Diff Editor on Revision History modal](img/diff-editor-on-revision-history.png)
4749

4850
:::tip
49-
From the revision history you can restore previous changes using the specific option in the contextual menu.
51+
From the revision history you can restore previous changes using the specific option in the contextual menu:
52+
click on the three dots icon, and then select *Restore these changes* to update the configuration to the selected snapshot.
5053

5154
![restore button](img/revision-history-restore-changes-button.png)
5255
:::
5356

54-
#### Snaphot review
57+
### Compare different revisions
58+
59+
It is possible also to see the differences between to revisions by clicking *Select for compare* option in the menu of the revision you are interested:
60+
the selected revision will appear highlighted in the revision history and then you can select another revision by clicking the *Compare with selected* button.
61+
62+
!["Compare with selected" button](img/compare-snapshots.png)
63+
64+
After doing so, the comparison of the two configurations will be displayed to give the possibility to better understand the changes between the two revisions.
65+
66+
### Snaphot review
5567

5668
On the revision history, it is possible to click on a snapshot ID to access its configuration and review and edit it using the Design section.
5769

345 KB
Loading
174 KB
Loading
254 KB
Loading
230 KB
Loading

docs/release-notes/v13.4.0.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@ sidebar_label: v13.4.0
55
image: "img/release-note-link-preview.png"
66
---
77

8-
_November 21th, 2024_
9-
10-
:::info
11-
Mia-Platform Console v13.4.0 is **now in Preview** and will be generally available on December 5th.
12-
13-
Console SaaS users can try out v13.4.0 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+
_December 05th, 2024_
179

1810
## Manage your resources from Mia-Platform Software Catalog
1911

20-
2112
In this release, we’ve enhanced the Software Catalog section with new features to improve resource management. Users can now create new items, as well as create new versions for items that support versioning, directly from the Console UI. Additionally, we’ve introduced the possibility to delete both individual items and their versions, offering more flexibility in managing resources within the Catalog.
2213

23-
2414
For more details, please refer to [the documentation](/software-catalog/manage-items/software-catalog-ui/overview.md).
2515

2616
![software catalog add item](img/software-catalog-add-item.png)
@@ -192,4 +182,4 @@ The new version `3.1.0` comes with a security fix which redacts sensitive header
192182

193183
## How to update your Console
194184

195-
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.8.0-beta.3`.
185+
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.8.1`.

docs/release-notes/v13.5.0.md

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
---
2+
id: v13.5.0
3+
title: Version 13.5.0 Release Notes
4+
sidebar_label: v13.5.0
5+
image: "img/release-note-link-preview.png"
6+
---
7+
8+
_December 5th, 2024_
9+
10+
:::info
11+
Mia-Platform Console v13.5.0 is **now in Preview** and will be generally available on December 19th.
12+
13+
Console SaaS users can try out v13.5.0 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+
## Data Lineage
19+
20+
Mia-Platform Data Catalog introduces the [Data Lineage](/data_catalog/frontend/data_lineage.mdx), a powerful tool for understanding, visualizing, and describing the flow and transformations of data within an organization.
21+
22+
This feature allows users to explore data relationships at two levels: **Table Lineage** and **System of Record (SoR) Lineage**, offering both detailed insights and a high-level overview.
23+
24+
![Data Lineage](img/data-lineage-overview.png)
25+
26+
At the [Table-Level Lineage](/data_catalog/frontend/data_lineage.mdx#table-level-lineage), users can dive into the interconnections between individual tables, visualizing data flows and the transformations applied along the way. Users can also enrich the lineage with virtual assets and jobs, useful to complete relationships that have not yet been automatically retrieved, ensuring that context and purpose of data flows are thoroughly captured and properly described.
27+
The [SoR-Level Lineage](/data_catalog/frontend/data_lineage.mdx#system-of-record-level-lineage) shows an aggregated view of data flows across Systems of Records, simplifying the identification of dependencies and bottlenecks at a broader scale, and clarifying how various systems interact within the organization.
28+
29+
If you are using [Fast Data Control Plane](/fast_data/runtime_management/overview.mdx), the aggregation processes configured in your Fast Data Projects can be automatically captured in the Data Lineage, making Fast Data jobs visible on the Lineage canvas. To know more about how to acquire information from the Fast Data pipelines, visit the [related documentation](/data_catalog/data_catalog_job_runner.mdx#fast-data-jobs-sync).
30+
31+
## Connections Management in Data Catalog Application
32+
33+
The [Connections Management](/data_catalog/frontend/data_catalog_connections.mdx) feature in Mia-Platform Data Catalog enables users to retrieve and leverage metadata from [various supported providers](/data_catalog/frontend/data_catalog_connections.mdx#connection-providers), supporting critical operations such as [Asset Discovery](/data_catalog/frontend/data_catalog_assets.mdx) and [Lineage Analysis](/data_catalog/frontend/data_lineage.mdx).
34+
35+
![Data Catalog Connections Management](img/data-catalog-connections-management.png)
36+
37+
Through the Connections Panel, users can manage the lifecycle of connections, from creation to deletion, and having access to a detailed overview of all configured connections.
38+
Once a connection is established, assets can be imported directly into the Data Catalog using the Data Catalog Sync feature. To know more about the processes to update the state of the Data Catalog solution, visit the [following documentation](/data_catalog/data_catalog_job_runner.mdx#available-jobs).
39+
40+
## Centralized management of the Container Registries
41+
42+
Gain more control over your container registries in your Projects! You can now easily manage and monitor them directly within your Project settings, where you can view, create, and delete them according to your purposes.
43+
This update enables centralized monitoring and control of your registries, and allows you to specify the desired registry at the service level in the Design area.
44+
45+
![Container Registry](img/container_registry.png)
46+
47+
For more details, please refer to [the documentation](/console/project-configuration/project-settings.md#container-registries)
48+
49+
## Enhanced Item Management: Edit Items in Mia-Platform Software Catalog
50+
51+
In this release, we’ve introduced the ability to edit items in the Software Catalog, providing more flexibility in resource management. Non-versioned items can now be fully edited, allowing users to modify all aspects of the item. For versioned items, only the metadata can be edited, while any changes to the resources will still require creating a new version.
52+
53+
![Edit Catalog Element](img/edit_catalog.png)
54+
55+
For more details, please refer to [the documentation](/software-catalog/manage-items/software-catalog-ui/update/overview.md)
56+
57+
## Introducing Snapshot Comparison through the history modal
58+
59+
Easily track changes to your configurations! Now you can compare any two snapshots side-by-side with our new visual comparison tool. Just head to the history modal and select the snapshots you want to analyze.
60+
61+
For more details, please refer to [the documentation](/development_suite/set-up-infrastructure/revisions-and-versions.md)
62+
63+
## Console
64+
65+
### Improvements
66+
67+
#### Allowing Secret key interpolation during the creation of an env variable from secret
68+
69+
It is now possible to use public variables to interpolate the "Secret key" field when creating new environment variables "From Secret" on a microservice. This enhancement provides greater flexibility and automation when working with secrets, especially for complex deployments where secret keys might vary across environments.
70+
71+
#### Infrastructure Resource
72+
73+
The 'resourceId' of marketplace resources can now be modified after detachment, providing increased flexibility for resource organization at Runtime level.
74+
75+
### Bug Fix
76+
77+
This version addressed the following bugs:
78+
79+
* fixed an issue where service/resource management badges were unavailable after a marketplace plugin/custom resource connection failed ;
80+
* fixed an issue where release notes for the current version of an instantiated resource were not displayed initially in the change version modal.
81+
82+
## Fast Data
83+
84+
### Fast Data Runtime Management
85+
86+
The Fast Data Control Plane application has been updated to support the integration with Mia-Platform Data Catalog application for the [Data Lineage](#data-lineage) feature.
87+
For more information, visit the [compatibility matrix documentation page](/fast_data/runtime_management/compatibility_matrix.md#service-latest-versions) with reported the latest service versions.
88+
89+
## Microfrontend Composer
90+
91+
### Back-Kit Library
92+
93+
The new version `v1.5.11` of the back-kit library is available!
94+
95+
Refer to back-kit [changelog](/microfrontend-composer/back-kit/changelog.md) for finer-grained details of new versions.
96+
97+
#### Bug Fix
98+
99+
* Fixed bk-table height when inside bk-layout-swap
100+
101+
## Marketplace
102+
103+
### Marketplace Updates
104+
105+
#### Care Kit
106+
107+
A new version `2.9.2` of Care Kit is out!
108+
109+
The new version bring some fixes to the following components:
110+
111+
- `ck-patient-dashboard`: Italian localization is now available
112+
- `ck-threshold-modal`: fixed a concurrency bug causing the component to show outdated thresholds
113+
114+
#### Chat Service Backend
115+
116+
A new version `1.0.2` of Chat Service Backend is available!
117+
118+
This version upgrades Node.js to v20 and fixes some documentation links.
119+
120+
#### Notification Manager
121+
122+
A new version `2.4.2` of Notification Manager is available!
123+
124+
This version fixes a bug causing reminders not aborted correctly when an appointment was updated or deleted.
125+
126+
#### Swagger Aggregator
127+
128+
##### Bug Fix
129+
130+
From Swagger Aggregator version `3.8.2`, the `oauthFlows.password.tokenUrl` format has changed from `uri` to `uri-reference` in the OpenApi 3.1 schema
131+
132+
#### Teleconsultation Service Frontend
133+
134+
A new version `2.0.2` of the Teleconsultation Service Frontend is available!
135+
136+
This version fixes a bug causing the UI language not matching sometimes the browser language.
137+
138+
#### User Manager Service
139+
140+
A new version `1.5.2` of the User Manager Service is available!
141+
142+
This version upgrades Node.js to v20 and several dependencies, including `custom-plugin-lib` to v6.
143+
144+
## How to update your Console
145+
146+
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.9.0-beta.0`.
147+

0 commit comments

Comments
 (0)