Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

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

## [1.1.43] - Current
## [1.1.44] - Current

### Changed

- Starting CSV version for OSL operator was removed so latest stable will now be installed directly.


## [1.1.43]

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/e2e-test-utils",
"version": "1.1.43",
"version": "1.1.44",
"description": "Test utilities for RHDH E2E tests",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/deployment/orchestrator/install-orchestrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ wait_for_operator() {
}

install_serverless_logic_ocp_operator() {
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace logic-operator.v1.37.2
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace
return 0
}
waitfor_serverless_logic_ocp_operator() {
Expand Down
Loading