Skip to content

Commit 0ecc4bc

Browse files
committed
changelog
1 parent 4fd0463 commit 0ecc4bc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support activating and deactivation Trino clusters via API calls to `/admin/activate-cluster/{cluster_name}` and `/admin/deactivate-cluster/{cluster_name}` respectively. For this to work you need to authenticate yourself at trino-lb via basic auth ([#95]).
10+
- Expose cluster statistics at `/admin/cluster-status` ([#95]).
11+
712
### Changed
813

914
- The Stackable scaler now ensures that a `TrinoCluster` has changed to `ready` more than 5 seconds
@@ -22,6 +27,7 @@ All notable changes to this project will be documented in this file.
2227
[#85]: https://github.com/stackabletech/trino-lb/pull/85
2328
[#86]: https://github.com/stackabletech/trino-lb/pull/86
2429
[#91]: https://github.com/stackabletech/trino-lb/pull/91
30+
[#95]: https://github.com/stackabletech/trino-lb/pull/95
2531

2632
## [0.5.0] - 2025-03-14
2733

0 commit comments

Comments
 (0)