-
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.35.1
- Loading branch information
GitHub Actions
committed
Aug 15, 2024
1 parent
5272839
commit 7100a80
Showing
1 changed file
with
33 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,33 @@ | ||
--- | ||
author: meshcloud | ||
title: Release 2024.35.1 | ||
--- | ||
|
||
Release period: 2024-08-14 to 2024-08-15 | ||
|
||
This release includes the following issues: | ||
* Fix Building Blocks with SSH Auth | ||
* Fix deletion of "Waiting for Dependency" Building Block | ||
<!--truncate--> | ||
|
||
## Ticket Details | ||
### Fix Building Blocks with SSH Auth | ||
**Audience:** User, Partner<br> | ||
|
||
#### Description | ||
With Release 2024.35.0 a regression was introduced that prevented successful execution of Building Blocks | ||
that used SSH to access Terraform Modules in a Git repository. This issue is fixed now and these Building Blocks | ||
run successfully. | ||
|
||
#### How to use | ||
Building Block Runs that were stuck in an In Progress or Pending state after Release 2024.35.0 will automatically | ||
run through with this fix. No manual interaction is needed. | ||
|
||
### Fix deletion of "Waiting for Dependency" Building Block | ||
**Audience:** User<br> | ||
|
||
#### Description | ||
It was not possible to delete a Building Block that was in status "Waiting for Dependency". You received an error, | ||
that the Building Block cannot be deleted, when it is in that status. This was a wrong validation made by meshStack | ||
and is fixed now. You can now also successfully delete those Building Blocks. | ||
|