|
1 | 1 | # Change Log |
2 | | -All notable changes to this project will be documented in this file. |
| 2 | +This file is used to list changes made in each release of Research and Engineering Studio (RES). |
3 | 3 |
|
4 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 4 | +2024.01 |
| 5 | +------ |
| 6 | + |
| 7 | +**ENHANCEMENTS** |
| 8 | + |
| 9 | +- Add support for snapshots that enable migration between versions of RES. |
| 10 | + - The migration process involves taking a snapshot, deploying the new version (e.g. 2024.01) and applying the snapshot from the previous version (e.g. 2023.11) on the new version. Allows for admins to confirm the new version works before transferring users. |
| 11 | +- Add support for private subnets. |
| 12 | + - Enable deployments of RES infrastructure hosts in private subnets with internet access. |
| 13 | + - RES infrastructure hosts refer to the Cluster Manager, Bastion Host, VDC Gateway, VDC Controller, and VDC Broker. |
| 14 | +- Deprecation of the analytics stack. |
| 15 | + - Removed required OpenSearch dependency. |
| 16 | + - Reduces RES environment deployment and deletion time by approximately 30 minutes. |
| 17 | +- Add support for use of custom Amazon Linux 2 EC2 AMI for RES infrastructure hosts. |
| 18 | + - Enable specifying an AL2 EC2 AMI use for RES infrastructure hosts for users that require specific software or updates installed on their hosts. |
| 19 | + - RES infrastructure hosts refer to the Cluster Manager, Bastion Host, VDC Gateway, VDC Controller, and VDC Broker. |
| 20 | +- Add support for ldap_id_mapping “True” in SSSD. |
| 21 | + - Previously the AD sync code required the groups and users to have POSIX attributes uidNumber and gidNumber in order to sync with RES. This conflicted with the IDs generated by SSSD, potentially causing RES users to not be able to access filesystems if they were using SSSD with other systems (e.g. ParallelCluster) . |
| 22 | +- Add support for four new regions Asia Pacific (Tokyo), Asia Pacific (Seoul), Canada (Central), Europe (Milan). |
| 23 | +- Add ability to add users to projects. Previously only groups could be added to project permissions. |
| 24 | + |
| 25 | +**BUG FIXES** |
| 26 | + |
| 27 | +- Added validation for FSx ONTAP filesystem creation |
| 28 | +- Narrowed installation IAM permissions |
| 29 | +- Skipped deletion of batteries included related resources |
| 30 | +- VDI no longer tries to mount filesystems after removing filesystem from project |
0 commit comments