Skip to content

Commit 3c84831

Browse files
authored
fix: Prefix ui-http port endpoints with http:// (#368)
* Prefix `ui-http` port endpoints with `http://`, * Prefix ui-http port endpoints with http:// * changelog
1 parent 772b55a commit 3c84831

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rust/stackable-cockpit/src/platform/service.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ fn endpoint_url(endpoint_host: &str, endpoint_port: i32, port_name: &str) -> Str
311311
// As we still support older operator versions we need to also include the "old" way of naming
312312
if port_name == "http"
313313
|| port_name.starts_with("http-")
314+
|| port_name == "ui-http"
314315
|| port_name == "ui"
315316
|| port_name == "airflow"
316317
|| port_name == "superset"

rust/stackablectl/CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Prefix `ui-http` port endpoints with `http://`, as e.g. used by hbase-operator ([#368]).
10+
711
## [25.3.0] - 2025-03-27
812

9-
### Fixes
13+
### Fixed
1014

1115
- Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI ([#351]).
1216
- Use `heritage` label when looking up the `minio-console` stacklet ([#364]).
@@ -15,6 +19,7 @@ All notable changes to this project will be documented in this file.
1519
[#351]: https://github.com/stackabletech/stackable-cockpit/pull/351
1620
[#364]: https://github.com/stackabletech/stackable-cockpit/pull/364
1721
[#365]: https://github.com/stackabletech/stackable-cockpit/pull/365
22+
[#368]: https://github.com/stackabletech/stackable-cockpit/pull/368
1823

1924
## [24.11.3] - 2025-01-27
2025

0 commit comments

Comments
 (0)