File tree Expand file tree Collapse file tree
src/deployment/orchestrator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 1.1.43] - Current
5+ ## [ 1.1.44] - Current
6+
7+ ### Changed
8+
9+ - Starting CSV version for OSL operator was removed so latest stable will now be installed directly.
10+
11+
12+ ## [ 1.1.43]
613
714### Fixed
815
Original file line number Diff line number Diff line change 11{
22 "name" : " @red-hat-developer-hub/e2e-test-utils" ,
3- "version" : " 1.1.43 " ,
3+ "version" : " 1.1.44 " ,
44 "description" : " Test utilities for RHDH E2E tests" ,
55 "license" : " Apache-2.0" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ wait_for_operator() {
144144}
145145
146146install_serverless_logic_ocp_operator () {
147- install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace logic-operator.v1.37.2
147+ install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace
148148 return 0
149149}
150150waitfor_serverless_logic_ocp_operator () {
You can’t perform that action at this time.
0 commit comments