Skip to content

Commit 4cd4421

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.19.5 release
1 parent 4bb4fe6 commit 4cd4421

File tree

14 files changed

+24
-20
lines changed

14 files changed

+24
-20
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"targetBranchChoices" : [ "main", "9.0", "8.19", "8.18", "8.17", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v8.19.5$" : "main",
6+
"^v8.19.6$" : "main",
77
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
88
}
99
}

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
timeout_in_minutes: 300
6666
matrix:
6767
setup:
68-
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
68+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.6"]
6969
agents:
7070
provider: gcp
7171
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-fwc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ steps:
1010
buildDirectory: /dev/shm/bk
1111
matrix:
1212
setup:
13-
FWC_VERSION: ["8.19.0", "8.19.1", "8.19.2", "8.19.3", "8.19.4"]
13+
FWC_VERSION: ["8.19.0", "8.19.1", "8.19.2", "8.19.3", "8.19.4", "8.19.5"]
1414
env:
1515
FWC_VERSION: "{{matrix.FWC_VERSION}}"

.buildkite/pipelines/periodic-java-ea.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ steps:
708708
- signal_reason: agent_stop
709709
limit: 3
710710

711-
- label: 8.19.5 / bwc
712-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.5#bwcTest
711+
- label: 8.19.6 / bwc
712+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.6#bwcTest
713713
timeout_in_minutes: 300
714714
agents:
715715
provider: gcp
@@ -718,7 +718,7 @@ steps:
718718
buildDirectory: /dev/shm/bk
719719
preemptible: true
720720
env:
721-
BWC_VERSION: 8.19.5
721+
BWC_VERSION: 8.19.6
722722
retry:
723723
automatic:
724724
- exit_status: "-1"
@@ -781,7 +781,7 @@ steps:
781781
timeout_in_minutes: 300
782782
matrix:
783783
setup:
784-
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
784+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.6"]
785785
agents:
786786
provider: gcp
787787
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@ steps:
625625
env:
626626
BWC_VERSION: 8.18.9
627627

628-
- label: "{{matrix.image}} / 8.19.5 / packaging-tests-upgrade"
629-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.5
628+
- label: "{{matrix.image}} / 8.19.6 / packaging-tests-upgrade"
629+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.6
630630
timeout_in_minutes: 300
631631
matrix:
632632
setup:
@@ -639,7 +639,7 @@ steps:
639639
machineType: custom-16-32768
640640
buildDirectory: /dev/shm/bk
641641
env:
642-
BWC_VERSION: 8.19.5
642+
BWC_VERSION: 8.19.6
643643

644644
- group: packaging-tests-windows
645645
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,8 @@ steps:
705705
- signal_reason: agent_stop
706706
limit: 3
707707

708-
- label: 8.19.5 / bwc
709-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.5#bwcTest
708+
- label: 8.19.6 / bwc
709+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.6#bwcTest
710710
timeout_in_minutes: 300
711711
agents:
712712
provider: gcp
@@ -715,7 +715,7 @@ steps:
715715
buildDirectory: /dev/shm/bk
716716
preemptible: true
717717
env:
718-
BWC_VERSION: 8.19.5
718+
BWC_VERSION: 8.19.6
719719
retry:
720720
automatic:
721721
- exit_status: "-1"
@@ -791,7 +791,7 @@ steps:
791791
setup:
792792
ES_RUNTIME_JAVA:
793793
- adoptopenjdk17
794-
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
794+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.6"]
795795
agents:
796796
provider: gcp
797797
image: family/elasticsearch-ubuntu-2404
@@ -840,7 +840,7 @@ steps:
840840
- openjdk21
841841
- openjdk22
842842
- openjdk23
843-
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
843+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.6"]
844844
agents:
845845
provider: gcp
846846
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ BWC_VERSION:
3636
- "8.16.6"
3737
- "8.17.10"
3838
- "8.18.9"
39-
- "8.19.5"
39+
- "8.19.6"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BWC_VERSION:
22
- "7.17.30"
33
- "8.18.9"
4-
- "8.19.5"
4+
- "8.19.6"

build-tools-internal/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 8.19.5
1+
elasticsearch = 8.19.6
22
lucene = 9.12.2
33

44
bundled_jdk_vendor = openjdk

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
227227
public static final Version V_8_19_3 = new Version(8_19_03_99);
228228
public static final Version V_8_19_4 = new Version(8_19_04_99);
229229
public static final Version V_8_19_5 = new Version(8_19_05_99);
230-
public static final Version CURRENT = V_8_19_5;
230+
public static final Version V_8_19_6 = new Version(8_19_06_99);
231+
public static final Version CURRENT = V_8_19_6;
231232

232233
private static final NavigableMap<Integer, Version> VERSION_IDS;
233234
private static final Map<String, Version> VERSION_STRINGS;

0 commit comments

Comments
 (0)