Skip to content

Commit 8dc311d

Browse files
committed
Merge remote-tracking branch 'origin/main' into more-coverage-paths
2 parents 611c220 + 61201b2 commit 8dc311d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ test-stack-command-86:
7373
./scripts/test-stack-command.sh 8.6.2
7474

7575
test-stack-command-8x:
76-
./scripts/test-stack-command.sh 8.19.4-71e604d8-SNAPSHOT
76+
./scripts/test-stack-command.sh 8.19.4-b14f622e-SNAPSHOT
7777

7878
test-stack-command-9x:
79-
./scripts/test-stack-command.sh 9.2.0-f2ac7a03-SNAPSHOT
79+
./scripts/test-stack-command.sh 9.2.0-19106e12-SNAPSHOT
8080

8181
test-stack-command-with-apm-server:
8282
APM_SERVER_ENABLED=true ./scripts/test-stack-command.sh

docs/howto/format_version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ configuration overrides in the Kibana repository.
4141

4242
## What format version to choose for a package?
4343

44-
The general rule of thumb is to use the latest version that enables everything
45-
that is required for a package.
44+
The general rule of thumb is to use the earliest version after 3.0 that enables
45+
everything that is required for a package.
4646

4747
The safest option, to support a broader range of stack versions, and a greater
4848
number of features, would be to use 3.0.4. If you need some newer feature, you

0 commit comments

Comments
 (0)