Skip to content

Commit bb5dcd1

Browse files
author
elasticsearchmachine
committed
Bump versions after 7.17.27 release
1 parent e2e14c2 commit bb5dcd1

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ steps:
451451
env:
452452
BWC_VERSION: 7.16.3
453453

454-
- label: "{{matrix.image}} / 7.17.26 / packaging-tests-upgrade"
455-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.26
454+
- label: "{{matrix.image}} / 7.17.27 / packaging-tests-upgrade"
455+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.27
456456
timeout_in_minutes: 300
457457
matrix:
458458
setup:
@@ -465,7 +465,7 @@ steps:
465465
machineType: custom-16-32768
466466
buildDirectory: /dev/shm/bk
467467
env:
468-
BWC_VERSION: 7.17.26
468+
BWC_VERSION: 7.17.27
469469

470470
- group: packaging-tests-windows
471471
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ steps:
496496
- signal_reason: agent_stop
497497
limit: 3
498498

499-
- label: 7.17.26 / bwc
500-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.26#bwcTest
499+
- label: 7.17.27 / bwc
500+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.27#bwcTest
501501
timeout_in_minutes: 300
502502
agents:
503503
provider: gcp
@@ -506,7 +506,7 @@ steps:
506506
buildDirectory: /dev/shm/bk
507507
preemptible: true
508508
env:
509-
BWC_VERSION: 7.17.26
509+
BWC_VERSION: 7.17.27
510510
retry:
511511
automatic:
512512
- exit_status: "-1"

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ BWC_VERSION:
2525
- "7.14.2"
2626
- "7.15.2"
2727
- "7.16.3"
28-
- "7.17.26"
28+
- "7.17.27"

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 = 7.17.27
1+
elasticsearch = 7.17.28
22
lucene = 8.11.3
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
@@ -186,7 +186,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
186186
public static final Version V_7_17_25 = new Version(7_17_25_99, org.apache.lucene.util.Version.LUCENE_8_11_3);
187187
public static final Version V_7_17_26 = new Version(7_17_26_99, org.apache.lucene.util.Version.LUCENE_8_11_3);
188188
public static final Version V_7_17_27 = new Version(7_17_27_99, org.apache.lucene.util.Version.LUCENE_8_11_3);
189-
public static final Version CURRENT = V_7_17_27;
189+
public static final Version V_7_17_28 = new Version(7_17_28_99, org.apache.lucene.util.Version.LUCENE_8_11_3);
190+
public static final Version CURRENT = V_7_17_28;
190191

191192
private static final ImmutableOpenIntMap<Version> idToVersion;
192193
private static final ImmutableOpenMap<String, Version> stringToVersion;

0 commit comments

Comments
 (0)