From 6e6baf5cc395501cb142966bc4ff151bc422da1b Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Mon, 25 Mar 2024 17:39:31 +0800 Subject: [PATCH 1/3] update startingCSV to open-liberty-operator.v1.3.1 Signed-off-by: Jianguo Ma --- src/main/scripts/open-liberty-operator-subscription.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scripts/open-liberty-operator-subscription.yaml b/src/main/scripts/open-liberty-operator-subscription.yaml index 473ff9c..d27a581 100644 --- a/src/main/scripts/open-liberty-operator-subscription.yaml +++ b/src/main/scripts/open-liberty-operator-subscription.yaml @@ -24,4 +24,4 @@ spec: name: open-liberty-certified source: certified-operators sourceNamespace: openshift-marketplace - startingCSV: open-liberty-operator.v1.3.0 + startingCSV: open-liberty-operator.v1.3.1 From 7b6b5f868ed7705849e7950a8bc8d43c22423a6e Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Mon, 25 Mar 2024 17:40:03 +0800 Subject: [PATCH 2/3] reference output in other job Signed-off-by: Jianguo Ma --- .github/workflows/integration-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index a5dfb59..665f3c0 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -197,5 +197,5 @@ jobs: run: | echo "delete resource group: " ${{ env.testResourceGroup }} az group delete -n ${{ env.testResourceGroup }} --yes - echo "delete app with clientId: " ${clientId} - az ad app delete --id ${needs.integration-test.outputs.clientId} + echo "delete app with clientId: " ${{ needs.integration-test.outputs.clientId }} + az ad app delete --id ${{ needs.integration-test.outputs.clientId }} From 8d2c010119cc61b40d0efe0c151eaff63f4afcab Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Mon, 25 Mar 2024 17:40:15 +0800 Subject: [PATCH 3/3] bump version Signed-off-by: Jianguo Ma --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 19d4203..bd0daaf 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ com.ibm.websphere.azure azure.liberty.aro - 1.0.52 + 1.0.53 com.microsoft.azure.iaas