Skip to content

Commit b33d41e

Browse files
authored
Update default version of the stack to 8.13.2 (elastic#1783)
Update default version, and versions used in CI.
1 parent b2c2c7a commit b33d41e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ test-stack-command-oldest:
5959
./scripts/test-stack-command.sh 7.14.2
6060

6161
test-stack-command-7x:
62-
./scripts/test-stack-command.sh 7.17.18
62+
./scripts/test-stack-command.sh 7.17.19
6363

6464
# Keeping a test for 8.6 because it has an specific configuration file.
6565
test-stack-command-86:
6666
./scripts/test-stack-command.sh 8.6.2
6767

6868
test-stack-command-8x:
69-
./scripts/test-stack-command.sh 8.13.0-SNAPSHOT
69+
./scripts/test-stack-command.sh 8.14.0-SNAPSHOT
7070

7171
test-stack-command-with-apm-server:
7272
APM_SERVER_ENABLED=true ./scripts/test-stack-command.sh

internal/install/stack_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ package install
66

77
const (
88
// DefaultStackVersion is the default version of the stack
9-
DefaultStackVersion = "8.12.2"
9+
DefaultStackVersion = "8.13.2"
1010
)

0 commit comments

Comments
 (0)