diff --git a/docs/changelog.md b/docs/changelog.md index 2341a42..c4ad386 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/package.json b/package.json index 9d6bf99..e021198 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/deployment/orchestrator/install-orchestrator.sh b/src/deployment/orchestrator/install-orchestrator.sh index ebf2b57..e5cd6f7 100755 --- a/src/deployment/orchestrator/install-orchestrator.sh +++ b/src/deployment/orchestrator/install-orchestrator.sh @@ -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() {