Skip to content

Commit 4a5ff19

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.19.1 release
1 parent 4e275fd commit 4a5ff19

File tree

12 files changed

+19
-15
lines changed

12 files changed

+19
-15
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.1$" : "main",
6+
"^v8.19.2$" : "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.17.10", "8.18.5", "8.19.1"]
68+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.2"]
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"]
13+
FWC_VERSION: ["8.19.0", "8.19.1"]
1414
env:
1515
FWC_VERSION: $FWC_VERSION

.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.5
627627

628-
- label: "{{matrix.image}} / 8.19.1 / packaging-tests-upgrade"
629-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.1
628+
- label: "{{matrix.image}} / 8.19.2 / packaging-tests-upgrade"
629+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.2
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.1
642+
BWC_VERSION: 8.19.2
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.1 / bwc
709-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.1#bwcTest
708+
- label: 8.19.2 / bwc
709+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.2#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.1
718+
BWC_VERSION: 8.19.2
719719
retry:
720720
automatic:
721721
- exit_status: "-1"
@@ -791,7 +791,7 @@ steps:
791791
setup:
792792
ES_RUNTIME_JAVA:
793793
- openjdk17
794-
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.1"]
794+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.2"]
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.17.10", "8.18.5", "8.19.1"]
843+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.2"]
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.5"
39-
- "8.19.1"
39+
- "8.19.2"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ BWC_VERSION:
22
- "7.17.30"
33
- "8.17.10"
44
- "8.18.5"
5-
- "8.19.1"
5+
- "8.19.2"

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.1
1+
elasticsearch = 8.19.2
22
lucene = 9.12.2
33

44
bundled_jdk_vendor = openjdk

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ static TransportVersion def(int id) {
258258
public static final TransportVersion ESQL_SPLIT_ON_BIG_VALUES_8_19 = def(8_841_0_63);
259259
public static final TransportVersion ESQL_FIXED_INDEX_LIKE_8_19 = def(8_841_0_64);
260260
public static final TransportVersion INITIAL_ELASTICSEARCH_8_19_1 = def(8_841_0_65);
261+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_19_2 = def(8_841_0_66);
261262

262263
/*
263264
* STOP! READ THIS FIRST! No, really,

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
219219
public static final Version V_8_18_5 = new Version(8_18_05_99);
220220
public static final Version V_8_19_0 = new Version(8_19_00_99);
221221
public static final Version V_8_19_1 = new Version(8_19_01_99);
222-
public static final Version CURRENT = V_8_19_1;
222+
public static final Version V_8_19_2 = new Version(8_19_02_99);
223+
public static final Version CURRENT = V_8_19_2;
223224

224225
private static final NavigableMap<Integer, Version> VERSION_IDS;
225226
private static final Map<String, Version> VERSION_STRINGS;

0 commit comments

Comments
 (0)