Skip to content

Commit 6a88686

Browse files
committed
fix: switch OSL to stable/logic-operator (GA package)
Made-with: Cursor
1 parent f1cce05 commit 6a88686

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/changelog.md

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

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

5-
## [1.1.25] - Current
5+
## [1.1.26] - Current
6+
7+
### Fixed
8+
9+
- **OSL operator switched to stable/logic-operator**: Switched from `alpha`/`logic-operator-rhel8` (legacy pre-1.37 package) to `stable`/`logic-operator` (GA package), matching the OS operator channel and avoiding version skew that caused Knative API incompatibilities.
10+
11+
## [1.1.25]
612

713
### Added
814

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.25",
3+
"version": "1.1.26",
44
"description": "Test utilities for RHDH E2E tests",
55
"license": "Apache-2.0",
66
"repository": {

src/deployment/orchestrator/install-orchestrator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ check_operator_status() {
139139
}
140140

141141
install_serverless_logic_ocp_operator() {
142-
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace logic-operator.v1.37.2
142+
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace
143143
return 0
144144
}
145145
waitfor_serverless_logic_ocp_operator() {

0 commit comments

Comments
 (0)