-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release notes and version entries for 2024.37.0
- Loading branch information
GitHub Actions
committed
Aug 28, 2024
1 parent
bc8ca89
commit c27115a
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
author: meshcloud | ||
title: Release 2024.37.0 | ||
--- | ||
|
||
Release period: 2024-08-21 to 2024-08-28 | ||
|
||
This release includes the following issues: | ||
* Increase retry timeout for AWS Control Tower deployment | ||
* Improved Tenant Created Event Logging | ||
* Live Updates for Building Block Status Now Available | ||
* Support Pinned Azure Devops Repositories in Building Blocks | ||
* Fix Error Messages Not Shown in Building Block Runs | ||
* Make Terraform Runner timeouts configurable | ||
* Multi-Select Dropdown for Status Columns | ||
<!--truncate--> | ||
|
||
## Ticket Details | ||
### Increase retry timeout for AWS Control Tower deployment | ||
**Audience:** User, Operator<br> | ||
|
||
#### Description | ||
The retry timeout for AWS Control Tower deployment has been increased from 15 minutes to 20 minutes. | ||
This change is to accommodate the time it takes for AWS Control Tower to deploy resources. | ||
|
||
### Improved Tenant Created Event Logging | ||
**Audience:** User<br> | ||
|
||
#### Description | ||
Previously, when tenants were created during Project creation, the tenant creation event was only recorded within the associated | ||
Project???s event log. In this release, tenant creation events are now logged separately, even when they are created as part of a | ||
Project. | ||
|
||
### Live Updates for Building Block Status Now Available | ||
**Audience:** User<br> | ||
|
||
#### Description | ||
You can now see live updates for your in-progress building blocks automatically loaded on the tenant control plane. This ensures that you stay informed about the status of your orders in real time. | ||
|
||
### Support Pinned Azure Devops Repositories in Building Blocks | ||
**Audience:** Operator<br> | ||
|
||
#### Description | ||
When using the Azure DevOps Building Blocks, pinning the version was not effective. | ||
This means that if you used a repository with a specific version, it always used the default branch. | ||
This issue has been fixed. | ||
|
||
### Fix Error Messages Not Shown in Building Block Runs | ||
**Audience:** Operator<br> | ||
|
||
#### Description | ||
In some cases, building block runs failed without showing an error message. | ||
This issue has been fixed. | ||
|
||
### Make Terraform Runner timeouts configurable | ||
**Audience:** Operator<br> | ||
|
||
#### Description | ||
Previously, only global timeouts were configurable in Terraform Runner and others were hardcoded. | ||
Now, timeouts for terraform init command and terraform workspace operations are also configurable. | ||
If you are running into timeouts during terraform init or workspace operations, you can now request an increase in timeout values. | ||
|
||
### Multi-Select Dropdown for Status Columns | ||
**Audience:** User<br> | ||
|
||
#### Description | ||
A new multi-select dropdown has been introduced to enhance the user experience in the Admin Area across various | ||
pages, including Projects, and Payment Methods. This component allows users to efficiently filter and manage different statuses, | ||
providing a more streamlined and comprehensive overview. | ||
|