mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Branching for 6.0: Bump version to 6.1.0
This commit is contained in:
parent
90c713fd18
commit
811e6922b9
4 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
# Kibana 6.0.0-beta1
|
||||
# Kibana 6.1.0
|
||||
|
||||
Kibana is your window into the [Elastic Stack](https://www.elastic.co/products). Specifically, it's
|
||||
an open source ([Apache Licensed](LICENSE.md)),
|
||||
|
@ -44,9 +44,9 @@ For the daring, snapshot builds are available. These builds are created nightly
|
|||
|
||||
| platform | |
|
||||
| --- | --- |
|
||||
| OSX | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-darwin-x86_64.tar.gz) |
|
||||
| Linux | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-amd64.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-x86_64.rpm) |
|
||||
| Windows | [zip](https://snapshots.elastic.co/downloads/kibana/kibana-6.0.0-beta1-SNAPSHOT-windows-x86_64.zip) |
|
||||
| OSX | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-darwin-x86_64.tar.gz) |
|
||||
| Linux | [tar](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-linux-x86_64.tar.gz) [deb](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-amd64.deb) [rpm](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-x86_64.rpm) |
|
||||
| Windows | [zip](https://snapshots.elastic.co/downloads/kibana/kibana-6.1.0-SNAPSHOT-windows-x86_64.zip) |
|
||||
|
||||
## Documentation
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
//////////
|
||||
release-state can be: released | prerelease | unreleased
|
||||
//////////
|
||||
:release-state: prerelease
|
||||
:version: 6.0.0-alpha2
|
||||
:release-state: unreleased
|
||||
:version: 6.1.0
|
||||
:major-version: 6.x
|
||||
:branch: master
|
||||
:branch: 6.x
|
||||
|
||||
:docker-image: docker.elastic.co/kibana/kibana:{version}
|
||||
:repo: https://github.com/elastic/kibana/
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"dashboarding"
|
||||
],
|
||||
"private": false,
|
||||
"version": "6.0.0-beta1",
|
||||
"version": "6.1.0",
|
||||
"branch": "master",
|
||||
"build": {
|
||||
"number": 8467,
|
||||
|
|
|
@ -7,7 +7,7 @@ module.exports = function (grunt) {
|
|||
|
||||
return {
|
||||
options: {
|
||||
branch: 'master',
|
||||
branch: '6.x',
|
||||
fresh: !grunt.option('esvm-no-fresh'),
|
||||
config: {
|
||||
http: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue