Skip to content

Commit

Permalink
bump to 9.0.0 and adapt CI accordingly (#16428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Sep 9, 2024
1 parent 69f0fa5 commit f60e987
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ci/branches.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
{
"branch": "main"
},
{
"branch": "8.x"
},
{
"branch": "8.15"
},
Expand Down
5 changes: 3 additions & 2 deletions ci/logstash_releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"snapshots": {
"7.x": "7.17.24-SNAPSHOT",
"8.x": "8.15.2-SNAPSHOT",
"main": "8.16.0-SNAPSHOT"
"8.15": "8.15.2-SNAPSHOT",
"8.x": "8.16.0-SNAPSHOT",
"main": "9.0.0-SNAPSHOT"
}
}
4 changes: 2 additions & 2 deletions versions.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# alpha and beta qualifiers are now added via VERSION_QUALIFIER environment var
logstash: 8.16.0
logstash-core: 8.16.0
logstash: 9.0.0
logstash-core: 9.0.0
logstash-core-plugin-api: 2.1.16

bundled_jdk:
Expand Down

0 comments on commit f60e987

Please sign in to comment.