-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
192b00a
commit d8b1338
Showing
1 changed file
with
47 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,47 @@ | ||
## [v5.1.130] _2024-12-03_ | ||
|
||
Cycloid technical public changelog: | ||
|
||
### Organizations | ||
**FIXED** | ||
- Delete button should stop loading animation if error shows ([FE#7506]) | ||
|
||
### Global | ||
**CHANGED** | ||
- CyModal rename close-modal-on-action-click prop to keep-open-on-action-click ([FE#7507]) | ||
|
||
### Events | ||
**FIXED** | ||
- Events timeline no longer disappears on click of events menu item. ([FE#7550]) | ||
|
||
### Other | ||
**CHANGED** | ||
- Refactor moment.add to date-fns ([FE#7551]) | ||
|
||
### Events | ||
**CHANGED** | ||
- Upated the UI of the events timeline ([FE#7556]) | ||
|
||
### Other | ||
**CHANGED** | ||
- Use Docker `compose` subcommand in place of `docker-compose`. ([BE#4988]) | ||
### Service Catalog | ||
**CHANGED** | ||
- Implementation of Enhanced Stack Visibility Management ([FE#7596]) | ||
*Cycloid now supports enhanced stack visibility management with three levels: Local, Shared, and Hidden. Additionally, an optional Maintainer attribute allows assigning a responsible team for stack management, providing clarity without affecting access control.* | ||
### TerraCost | ||
**CHANGED** | ||
- Updated to latest commit ([BE#4991]) | ||
### Service Catalog | ||
**BREAKING** | ||
- Service catalogs no longer have status. Instead they rely on one of three visibility options (local, shared, hidden). ([BE#4859])*Service catalogs no longer have status. Instead they rely on one of three visibility options (local, shared, hidden).* | ||
|
||
[FE#7506]: https://github.com/cycloidio/youdeploy-frontend-web/pull/7506 | ||
[FE#7507]: https://github.com/cycloidio/youdeploy-frontend-web/pull/7507 | ||
[FE#7550]: https://github.com/cycloidio/youdeploy-frontend-web/pull/7550 | ||
[FE#7551]: https://github.com/cycloidio/youdeploy-frontend-web/pull/7551 | ||
[FE#7556]: https://github.com/cycloidio/youdeploy-frontend-web/pull/7556 | ||
[BE#4988]: https://github.com/cycloidio/youdeploy-http-api/pull/4988 | ||
[FE#7596]: https://github.com/cycloidio/youdeploy-frontend-web/pull/7596 | ||
[BE#4991]: https://github.com/cycloidio/youdeploy-http-api/pull/4991 | ||
[BE#4859]: https://github.com/cycloidio/youdeploy-http-api/pull/4859 |