Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-snapshots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 25.03.2-SNAPSHOT
- 22.06.13-SNAPSHOT
- 14.1.2-0-3-SNAPSHOT
- 25.03.3-SNAPSHOT
- 22.06.14-SNAPSHOT
- 14.1.2-0-4-SNAPSHOT

# Checkout the source, we need a depth of zero to fetch all of the history otherwise
# the copyright check cannot work out the date of the files from Git.
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-test-create-cluster-jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
matrix:
coherenceVersion:
- 25.03.1
- 14.1.2-0-1
- 25.03.2
- 14.1.2-0-2
- 14.1.2-0-3
javaVersion:
- 21

Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/build-test-create-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 22.06.12
- 22.06.13-SNAPSHOT
- 14.1.2-0-2
- 14.1.2-0-3-SNAPSHOT
- 25.03.1
- 22.06.13
- 22.06.14-SNAPSHOT
- 14.1.2-0-3
- 14.1.2-0-4-SNAPSHOT
- 25.03.2
- 25.03.3-SNAPSHOT
javaVersion:
- 17

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-test-monitor-cluster-jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
matrix:
coherenceVersion:
- 22.06.12
- 25.03
- 22.06.13
- 25.03.1
- 14.1.2-0-1
- 25.03.2
- 14.1.2-0-2
- 14.1.2-0-3
javaVersion:
- 21

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-test-monitor-health-jdk21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
matrix:
coherenceVersion:
- 22.06.12
- 25.03
- 22.06.13
- 25.03.1
- 14.1.2-0-1
- 25.03.2
- 14.1.2-0-2
- 14.1.2-0-3
javaVersion:
- 21

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
export COHERENCE_TLS_CERTS_PATH=`pwd`/test/test_utils/certs/guardians-ca.crt
export COHERENCE_TLS_CLIENT_CERT=`pwd`/test/test_utils/certs/star-lord.crt
export COHERENCE_TLS_CLIENT_KEY=`pwd`/test/test_utils/certs/star-lord.key
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
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
echo "Sleeping 30..."
sleep 30
export PATH=`pwd`/bin:$PATH
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/build-view-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 22.06.13-SNAPSHOT
- 22.06.12
- 25.03.1
- 14.1.2-0-2
- 14.1.2-0-3-SNAPSHOT
- 22.06.14-SNAPSHOT
- 22.06.13
- 25.03.2
- 25.03.3-SNAPSHOT
- 14.1.2-0-3
- 14.1.2-0-4-SNAPSHOT

# Checkout the source, we need a depth of zero to fetch all of the history otherwise
# the copyright check cannot work out the date of the files from Git.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: E2E Local Tests
shell: bash
run: |
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,executor COHERENCE_VERSION=14.1.2-0-2 make clean build-test-images test-e2e-standalone
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 PROFILES=,executor COHERENCE_VERSION=14.1.2-0-3 make clean build-test-images test-e2e-standalone

- name: Discovery Tests
shell: bash
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/compatability-tests-released.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 25.03
- 25.03.1
- 22.06.12
- 22.06.13-SNAPSHOT
- 14.1.2-0-2
- 14.1.2-0-3-SNAPSHOT
- 25.03.2
- 25.03.3-SNAPSHOT
- 22.06.13
- 22.06.14-SNAPSHOT
- 14.1.2-0-3
- 14.1.2-0-4-SNAPSHOT
javaImage:
- gcr.io/distroless/java17

Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/compatability-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
fail-fast: false
matrix:
coherenceVersion:
- 25.03.1
- 22.06.12
- 22.06.13-SNAPSHOT
- 14.1.2-0-2
- 14.1.2-0-3-SNAPSHOT
- 25.03.2
- 25.03.3-SNAPSHOT
- 22.06.13
- 22.06.14-SNAPSHOT
- 14.1.2-0-3
- 14.1.2-0-4-SNAPSHOT
javaImage:
- gcr.io/distroless/java17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: E2E Local Tests
shell: bash
run: COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=14.1.2-0-2 make clean build-test-images test-e2e-standalone
run: COHERENCE_BASE_IMAGE=gcr.io/distroless/java17 COHERENCE_VERSION=14.1.2-0-3 make clean build-test-images test-e2e-standalone

- name: Discovery Tests
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ var (
)

const (
defaultCoherenceVersion = "14.1.2-0-2"
defaultCoherenceVersion = "14.1.2-0-3"
startClusterCommand = "start cluster"
scaleClusterCommand = "scale cluster"
stopClusterCommand = "stop cluster"
Expand Down
Loading