Skip to content

Commit

Permalink
Update logstash-releases.json (elastic#13418)
Browse files Browse the repository at this point in the history
This update incorporates:
  * Latest logstash release on `7.15` branch
  * Release of 8.0.0-beta1
  * Update of 8.x snapshot to 8.1.0-SNAPSHOT

This follows the precedence of elastic#10627 to update snapshot release of 8.x to 8.1 following pre-GA releases
of major branch.
  • Loading branch information
robbavey authored Nov 23, 2021
1 parent a921f96 commit 3aa5741
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/logstash_releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"releases": {
"5.x": "5.6.16",
"6.x": "6.8.20",
"7.x": "7.15.1"
"7.x": "7.15.2",
"8.x": "8.0.0-beta1"
},
"snapshots": {
"7.x": "7.16.0-SNAPSHOT",
"8.x": "8.0.0-SNAPSHOT"
"8.x": "8.1.0-SNAPSHOT"
}
}
}

0 comments on commit 3aa5741

Please sign in to comment.