Skip to content

Commit

Permalink
[CI] Create v5.1.130 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cycloid-machine committed Dec 3, 2024
1 parent 192b00a commit d8b1338
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions changelog/releases/v5.1.130.md
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

0 comments on commit d8b1338

Please sign in to comment.