Skip to content

Commit 046f91b

Browse files
fix(orchestrator): update changelog and version
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
1 parent 9c46f41 commit 046f91b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.28] - Current
5+
## [1.1.29] - Current
6+
7+
### Fixed
8+
9+
- **Orchestrator installation script operator status check**: Fixed `install-orchestrator.sh` timeout issue caused by incorrect operator display name. The script was searching for "Red Hat OpenShift Serverless Logic" but the actual display name is "OpenShift Serverless Logic Operator", causing empty Phase values and 500-second timeout.
10+
- **Robust operator status checking**: Refactored `check_operator_status()` to query by CSV name prefix (e.g., `logic-operator`) instead of display name, making it more stable across operator version updates and preventing similar issues in the future.
11+
12+
## [1.1.28]
613

714
- **APIHelper.createGitHubRepoWithFile**: Ensure file creation happens after repository creation.
815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/e2e-test-utils",
3-
"version": "1.1.28",
3+
"version": "1.1.29",
44
"description": "Test utilities for RHDH E2E tests",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)