mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
bump to 7.3.1 (#11008)
This commit is contained in:
parent
093cd48322
commit
21e25b1be7
3 changed files with 12 additions and 12 deletions
|
@ -2,12 +2,12 @@ PATH
|
||||||
remote: logstash-core-plugin-api
|
remote: logstash-core-plugin-api
|
||||||
specs:
|
specs:
|
||||||
logstash-core-plugin-api (2.1.16-java)
|
logstash-core-plugin-api (2.1.16-java)
|
||||||
logstash-core (= 7.3.0)
|
logstash-core (= 7.3.1)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: logstash-core
|
remote: logstash-core
|
||||||
specs:
|
specs:
|
||||||
logstash-core (7.3.0-java)
|
logstash-core (7.3.1-java)
|
||||||
chronic_duration (~> 0.10)
|
chronic_duration (~> 0.10)
|
||||||
clamp (~> 0.6)
|
clamp (~> 0.6)
|
||||||
concurrent-ruby (~> 1)
|
concurrent-ruby (~> 1)
|
||||||
|
|
16
README.md
16
README.md
|
@ -28,14 +28,14 @@ These builds are created nightly and have undergone no formal QA, so they should
|
||||||
| [deb-complete][] | [deb-oss][] |
|
| [deb-complete][] | [deb-oss][] |
|
||||||
| [rpm-complete][] | [rpm-oss][] |
|
| [rpm-complete][] | [rpm-oss][] |
|
||||||
|
|
||||||
[tar-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.0-SNAPSHOT.tar.gz
|
[tar-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.1-SNAPSHOT.tar.gz
|
||||||
[zip-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.0-SNAPSHOT.zip
|
[zip-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.1-SNAPSHOT.zip
|
||||||
[deb-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.0-SNAPSHOT.deb
|
[deb-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.1-SNAPSHOT.deb
|
||||||
[rpm-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.0-SNAPSHOT.rpm
|
[rpm-complete]: https://snapshots.elastic.co/downloads/logstash/logstash-7.3.1-SNAPSHOT.rpm
|
||||||
[tar-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.0-SNAPSHOT.tar.gz
|
[tar-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.1-SNAPSHOT.tar.gz
|
||||||
[zip-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.0-SNAPSHOT.zip
|
[zip-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.1-SNAPSHOT.zip
|
||||||
[deb-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.0-SNAPSHOT.deb
|
[deb-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.1-SNAPSHOT.deb
|
||||||
[rpm-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.0-SNAPSHOT.rpm
|
[rpm-oss]: https://snapshots.elastic.co/downloads/logstash/logstash-oss-7.3.1-SNAPSHOT.rpm
|
||||||
|
|
||||||
## Need Help?
|
## Need Help?
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# alpha and beta qualifiers are now added via VERSION_QUALIFIER environment var
|
# alpha and beta qualifiers are now added via VERSION_QUALIFIER environment var
|
||||||
logstash: 7.3.0
|
logstash: 7.3.1
|
||||||
logstash-core: 7.3.0
|
logstash-core: 7.3.1
|
||||||
logstash-core-plugin-api: 2.1.16
|
logstash-core-plugin-api: 2.1.16
|
||||||
|
|
||||||
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
# jruby must reference a *released* version of jruby which can be downloaded from the official download url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue