Commit graph

115 commits

Author SHA1 Message Date
Court Ewing
14b26aef20
readme: remove erroneous snapshot builds link (#26154)
The snapshot builds were removed from the readme in #25747,
so there should be no link to them.
2018-11-25 15:14:56 -05:00
Court Ewing
720e0749fe Remove version and snapshots from readme (#25747)
So long as we are referencing the version of Kibana in our readme, we
cannot reliably automate the bumping of the Kibana version as part of
our release process.

None of the other repos in the stack include version information or
links to snapshots in the readme. If folks want to know what version
they're looking at, the package.json is the source of truth.
2018-11-15 18:01:53 -05:00
kobelb
26ba75abd9 bump version to 5.6.14 2018-11-06 06:59:16 -08:00
LeeDr
358565b79a bump version to 5.6.13 2018-09-18 14:25:48 -05:00
LeeDr
2933998d14 bump version to 5.6.12 2018-08-23 09:02:02 -05:00
rayafratkina
235b9705b1 Bumping version to 5.6.11 2018-06-13 15:32:03 -04:00
LeeDr
022739ffb2 bump version number to 5.6.10 2018-04-17 11:38:19 -05:00
LeeDr
645f10b433 bump version number to 5.6.10 2018-04-17 08:57:03 -05:00
jimgoodwin
7d58ceb2ca Bump version to 5.6.9 2018-02-20 12:15:44 -05:00
Lisa Cawley
ab9e3dc416 [DOCS] Build Kibana Guide from kibana repo (#16450) 2018-02-01 10:44:23 -08:00
jimgoodwin
3e678165dd Bump version to 5.6.8 2018-01-30 12:15:34 -05:00
jimgoodwin
9a0e8a81e7 Bump version to 5.6.7 2018-01-16 12:33:00 -05:00
Court Ewing
d2cc27b8da bump version to 5.6.5 2017-11-07 14:16:21 -05:00
Court Ewing
653dc4f19e bump version to 5.6.3 2017-09-26 12:58:17 -04:00
jimgoodwin
b1f0b155c1 Bump version to 5.6.2 2017-09-18 13:31:24 -04:00
jimgoodwin
ecbb530922 Bump to 5.6.1 2017-09-11 12:11:29 -04:00
Court Ewing
624104beec Allow next major elasticsearch version (#11803)
To support rolling major upgrades of Elasticsearch, Kibana no longer
fails to start when it encounters an Elasticsearch cluster that is one
major version higher. This change requires that the version of Kibana in
which it ships be compatible with the next major version of
Elasticsearch.
2017-06-12 14:10:12 -04:00
spalger
79a16f85db 5.x development is now for 5.6.0 2017-06-06 20:53:39 -07:00
Court Ewing
a8d65fcf92 bump to version 5.5.0 2017-04-12 11:38:11 -04:00
Court Ewing
062108434d readme: replace snapshots with URP links (#10970)
The unified release process creates snapshots nightly, so we should use
them rather than our own custom snapshot mechanism.
2017-03-30 17:15:38 -04:00
Court Ewing
0046164246 bump to version 5.4.0 2017-02-08 17:28:53 -05:00
Chris Earle
026adf96ee Bump to 5.3.0 2017-01-04 16:35:40 -05:00
Court Ewing
a529c47ce8 Bump to 5.2.0 2016-11-23 10:43:38 -05:00
jasper
ba0d301903 Update README with links to resources. (#9137)
Backports PR #9104

**Commit 1:**
Update README with links to resources, and remove old getting started instructions (made redundant by elastic.co getting started guide).

* Original sha: 301403edf6
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-11-16T20:03:08Z
2016-11-18 09:38:21 -08:00
jasper
838b16eda5 Allow patch level mismatch between Kibana and Elasticsearch (#8980)
Backports PR #8976

**Commit 1:**
Allow patch level mismatch between Kibana and Elasticsearch

Kibana should be able to run against Elasticsearch nodes that are at the
same minor version regardless of whether they are at the same patch
version. In the event that their patch versions differ, we render a
warning.

* Original sha: 79ea67f4c9
* Authored by Court Ewing <court@epixa.com> on 2016-11-04T21:28:46Z
2016-11-04 17:07:31 -07:00
Elastic Jasper
d4cd64e134 Backport PR #8294
---------

**Commit 1:**
Update README to clarify that the version numbers in the compatibility chart are only examples.

* Original sha: 3a973a2e03
* Authored by CJ Cenizal <cj@cenizal.com> on 2016-09-15T01:12:05Z
2016-09-14 21:32:59 -04:00
CJ Cenizal
e6eec1e4bf Update elasticsearch plugin to require ES to have the same version as Kibana.
- Remove engineVersion from elasticsearch plugin config.
- Use Kibana package.json version instead.
- Use new rules, documented in README.
- Log warning if ES is newer than Kibana.
- Add isEsCompatibleWithKibana and  kibanaVersion.
- Remove versionSatisfies.
2016-09-14 12:11:50 -07:00
Court Ewing
edb7020396 Bump to 5.1.0 2016-09-08 10:21:13 -04:00
Court Ewing
19328b9871 Bump to 5.0.0-beta1 2016-09-08 10:13:21 -04:00
Court Ewing
4b36f9ab65 version 5.0.0-alpha6 2016-08-09 12:18:28 -04:00
Court Ewing
694eda8fb7 Use x86_64 in build name instead of x64
For consistency with the other projects for the unified release process.
2016-07-20 10:37:01 -04:00
Court Ewing
2f2742e11b Consistent build archives
We do not release zip archives for any operating system except windows,
and we do not release tar.gz archives for windows. For consistency and
clarity sake, we'll explicitly list the architecture (x86) of the
windows build as well.
2016-07-05 21:19:06 -04:00
Court Ewing
b940966471 Bump to 5.0.0-alpha5 2016-07-04 09:40:10 -04:00
Court Ewing
55c4993957 README is 5.0.0-alpha4 to match package.json
We bumped the version in package.json, but we never changed it in the
readme.
2016-06-16 16:52:58 -04:00
Court Ewing
c550bbcc95 Build artifact names for unified release process
These changes are necessary for Kibana to be compatible with Elastic's
unified release process from 5.0 onward. The way artifacts get created
has not changed, but the naming conventions have.
2016-06-16 16:47:02 -04:00
Court Ewing
7eaa1915f4 Uppercase -SNAPSHOT on snapshot builds
This is consistent with other Elastic projects.
2016-06-15 18:33:04 -04:00
Court Ewing
834f56392e Apply -snapshot suffix during build task
The default behavior of the build task is to now apply the -snapshot
suffix dynamically rather than us manually hardcoding and managing it
within the source code itself. The `--release` flag will drop the
-snapshot suffix on a build, which should be used for any release
candidate.

The default behavior of the build task has also changed to create
rpm/deb packages as well. Since we've only confirmed that this works on
linux, you can override that behavior by passing `skip-os-packages`.

If you do not want to create any zip or tar.gz archives, you can pass
`--skip-archives`.
2016-06-11 15:57:30 -04:00
Court Ewing
d6a80b3ef8 Only include zip snapshot link for windows
tar.gz is sufficient for all operating systems except for windows, which by
default only includes zip. There's no reason to provide both links, and we
intend to stop publishing the alternative links altogether at some point.
2016-05-24 18:51:33 -04:00
Jonathan Budzenski
8231f8ea26 [readme] Add snapshot package links 2016-05-19 16:57:44 -05:00
Tyler Smalley
5ae32d1930 Revert "Limit memory overhead" 2016-04-28 15:13:41 -07:00
Tyler Smalley
e8e9f589a2 Adds documentation for memory requirements
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-04-26 13:44:42 -07:00
spalger
da5acc499b [es] upgrade to master 2016-02-05 10:22:26 -07:00
LeeDr
9664b857c0 Update README.md 2016-01-05 12:40:39 -06:00
LeeDr
3bc18e299f Add upgrade notes to README
Fixes #5817
2016-01-05 18:05:04 +00:00
LeeDr
e16612321c Update README.md to require Elasticsearch version 2.2.0 or later
Fixes #5813
2016-01-05 15:17:40 +00:00
Chris Cowan
447adb7218 Removing travis from the project 2015-12-07 12:50:12 -07:00
Court Ewing
4f863617c5 bump to version 5.0.0-snapshot 2015-11-30 11:23:08 -05:00
Court Ewing
f3bdb024cf Remove tip from readme for deprecated functionality
Since the "use event times to create index names" functionality for
index patterns is now deprecated in favor of the automatic optimizations
powered by the field stats api, this tip is no longer necessary.
2015-11-24 12:03:49 -05:00
Court Ewing
1fc2d5f9a3 Update readme to include ES 2.1 requirement 2015-11-18 17:52:18 -05:00
Court Ewing
e81f20f9c1 Bump to 4.4.0-snapshot 2015-11-18 17:44:11 -05:00