From 0fc37a1f426f831c82b6f977f8fc8e53b82d008c Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 23 Nov 2023 17:50:46 +0000 Subject: [PATCH 1/3] Split off 9.2.40 Signed-off-by: Gordon Smith --- commons-hpcc/pom.xml | 2 +- dfsclient/pom.xml | 2 +- pom.xml | 2 +- wsclient/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commons-hpcc/pom.xml b/commons-hpcc/pom.xml index 0b40029c8..d26e730fd 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.39-0-SNAPSHOT + 9.2.41-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index 84ce72fcb..950a5489e 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.39-0-SNAPSHOT + 9.2.41-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index c1c17ca5a..5399e4254 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.2.39-0-SNAPSHOT + 9.2.41-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 1cb2d70b6..ebc74a0da 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.2.39-0-SNAPSHOT + 9.2.41-0-SNAPSHOT From babf4821d6e0979051eb1da3f9921bccbfa17f06 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 23 Nov 2023 17:52:06 +0000 Subject: [PATCH 2/3] Split off 9.4.14 Signed-off-by: Gordon Smith --- commons-hpcc/pom.xml | 2 +- dfsclient/pom.xml | 2 +- pom.xml | 2 +- wsclient/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commons-hpcc/pom.xml b/commons-hpcc/pom.xml index c05584b7f..ad9ff22b1 100644 --- a/commons-hpcc/pom.xml +++ b/commons-hpcc/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.4.13-0-SNAPSHOT + 9.4.15-0-SNAPSHOT diff --git a/dfsclient/pom.xml b/dfsclient/pom.xml index e5298737a..77bf6e1ea 100644 --- a/dfsclient/pom.xml +++ b/dfsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.4.13-0-SNAPSHOT + 9.4.15-0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 3ab93aa05..8a4eee1a6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.hpccsystems hpcc4j - 9.4.13-0-SNAPSHOT + 9.4.15-0-SNAPSHOT pom HPCC Systems Java Projects https://hpccsystems.com diff --git a/wsclient/pom.xml b/wsclient/pom.xml index 98d1294b8..523fe0e9f 100644 --- a/wsclient/pom.xml +++ b/wsclient/pom.xml @@ -9,7 +9,7 @@ org.hpccsystems hpcc4j - 9.4.13-0-SNAPSHOT + 9.4.15-0-SNAPSHOT From 1246b39dfa8c705d56b9c7d19284676307f9bbf2 Mon Sep 17 00:00:00 2001 From: James McMullan Date: Mon, 27 Nov 2023 09:48:47 -0500 Subject: [PATCH 3/3] HPCC4J-558 Github Actions: Outdated HPCC Version (#662) - Changed Helm command to use Helm HPCC version instead of latest Signed-off-by: James McMullan James.McMullan@lexisnexis.com Signed-off-by: James McMullan James.McMullan@lexisnexis.com --- .github/workflows/httpsUnitTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/httpsUnitTests.yml b/.github/workflows/httpsUnitTests.yml index 7382205db..215ff1bd3 100644 --- a/.github/workflows/httpsUnitTests.yml +++ b/.github/workflows/httpsUnitTests.yml @@ -69,7 +69,7 @@ jobs: echo -e "certificates:\n enabled: true\ndafilesrv:\n - name: rowservice\n disabled: false\n application: stream\n service:\n servicePort: 7600\n visibility: global" > values.yaml helm repo add hpcc https://hpcc-systems.github.io/helm-chart helm repo update - helm install myhpcc hpcc/hpcc --set global.image.version=latest -f values.yaml + helm install myhpcc hpcc/hpcc -f values.yaml - uses: actions/checkout@v3 with: