Skip to content

Commit 969db1a

Browse files
author
Tim Middleton
authored
Add latest CE releases (#345)
* Add latest CE releases * CI/CD correction
1 parent f1a4df2 commit 969db1a

12 files changed

+39
-33
lines changed

.github/workflows/build-snapshots.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 25.03.2-SNAPSHOT
27-
- 22.06.13-SNAPSHOT
28-
- 14.1.2-0-3-SNAPSHOT
26+
- 25.03.3-SNAPSHOT
27+
- 22.06.14-SNAPSHOT
28+
- 14.1.2-0-4-SNAPSHOT
2929

3030
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3131
# the copyright check cannot work out the date of the files from Git.

.github/workflows/build-test-create-cluster-jdk21.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 25.03.1
25-
- 14.1.2-0-1
25+
- 25.03.2
2626
- 14.1.2-0-2
27+
- 14.1.2-0-3
2728
javaVersion:
2829
- 21
2930

.github/workflows/build-test-create-cluster.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 22.06.12
25-
- 22.06.13-SNAPSHOT
26-
- 14.1.2-0-2
27-
- 14.1.2-0-3-SNAPSHOT
28-
- 25.03.1
24+
- 22.06.13
25+
- 22.06.14-SNAPSHOT
26+
- 14.1.2-0-3
27+
- 14.1.2-0-4-SNAPSHOT
28+
- 25.03.2
29+
- 25.03.3-SNAPSHOT
2930
javaVersion:
3031
- 17
3132

.github/workflows/build-test-monitor-cluster-jdk21.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 22.06.12
25-
- 25.03
25+
- 22.06.13
2626
- 25.03.1
27-
- 14.1.2-0-1
27+
- 25.03.2
2828
- 14.1.2-0-2
29+
- 14.1.2-0-3
2930
javaVersion:
3031
- 21
3132

.github/workflows/build-test-monitor-health-jdk21.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
matrix:
2323
coherenceVersion:
2424
- 22.06.12
25-
- 25.03
25+
- 22.06.13
2626
- 25.03.1
27-
- 14.1.2-0-1
27+
- 25.03.2
2828
- 14.1.2-0-2
29+
- 14.1.2-0-3
2930
javaVersion:
3031
- 21
3132

.github/workflows/build-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
export COHERENCE_TLS_CERTS_PATH=`pwd`/test/test_utils/certs/guardians-ca.crt
6262
export COHERENCE_TLS_CLIENT_CERT=`pwd`/test/test_utils/certs/star-lord.crt
6363
export COHERENCE_TLS_CLIENT_KEY=`pwd`/test/test_utils/certs/star-lord.key
64-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=14.1.2-0-2 PROFILES=,secure make clean certs build-test-images test-cluster-startup
64+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=14.1.2-0-3 PROFILES=,secure make clean certs build-test-images test-cluster-startup
6565
echo "Sleeping 30..."
6666
sleep 30
6767
export PATH=`pwd`/bin:$PATH

.github/workflows/build-view-cache.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
coherenceVersion:
26-
- 22.06.13-SNAPSHOT
27-
- 22.06.12
28-
- 25.03.1
29-
- 14.1.2-0-2
30-
- 14.1.2-0-3-SNAPSHOT
26+
- 22.06.14-SNAPSHOT
27+
- 22.06.13
28+
- 25.03.2
29+
- 25.03.3-SNAPSHOT
30+
- 14.1.2-0-3
31+
- 14.1.2-0-4-SNAPSHOT
3132

3233
# Checkout the source, we need a depth of zero to fetch all of the history otherwise
3334
# the copyright check cannot work out the date of the files from Git.

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: E2E Local Tests
7373
shell: bash
7474
run: |
75-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,executor COHERENCE_VERSION=14.1.2-0-2 make clean build-test-images test-e2e-standalone
75+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,executor COHERENCE_VERSION=14.1.2-0-3 make clean build-test-images test-e2e-standalone
7676
7777
- name: Discovery Tests
7878
shell: bash

.github/workflows/compatability-tests-released.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 25.03
25-
- 25.03.1
26-
- 22.06.12
27-
- 22.06.13-SNAPSHOT
28-
- 14.1.2-0-2
29-
- 14.1.2-0-3-SNAPSHOT
24+
- 25.03.2
25+
- 25.03.3-SNAPSHOT
26+
- 22.06.13
27+
- 22.06.14-SNAPSHOT
28+
- 14.1.2-0-3
29+
- 14.1.2-0-4-SNAPSHOT
3030
javaImage:
3131
- gcr.io/distroless/java17
3232

.github/workflows/compatability-tests.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
coherenceVersion:
24-
- 25.03.1
25-
- 22.06.12
26-
- 22.06.13-SNAPSHOT
27-
- 14.1.2-0-2
28-
- 14.1.2-0-3-SNAPSHOT
24+
- 25.03.2
25+
- 25.03.3-SNAPSHOT
26+
- 22.06.13
27+
- 22.06.14-SNAPSHOT
28+
- 14.1.2-0-3
29+
- 14.1.2-0-4-SNAPSHOT
2930
javaImage:
3031
- gcr.io/distroless/java17
3132

0 commit comments

Comments
 (0)