Skip to content

Commit fafc236

Browse files
dennisoelkersjoschi
authored andcommitted
Update versions for Graylog 2.2.x (Graylog2#251)
* Updating some magic values for 2.2. * Update version number of integrated ES client. * Update version requirement for enterprise plugin. * Adding beta tag to version number.
1 parent 75b9664 commit fafc236

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The Graylog documentation
2-
[![Build Status](https://travis-ci.org/Graylog2/documentation.svg?branch=2.1)](https://travis-ci.org/Graylog2/documentation)
2+
[![Build Status](https://travis-ci.org/Graylog2/documentation.svg?branch=2.2)](https://travis-ci.org/Graylog2/documentation)
33

44
## Building locally
55

conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@
5656

5757
# General information about the project.
5858
project = u'Graylog'
59-
copyright = u'2015-2016 Graylog, Inc.'
59+
copyright = u'2015-2017 Graylog, Inc.'
6060

6161
# The version info for the project you're documenting, acts as replacement for
6262
# |version| and |release|, also used in various other places throughout the
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '2.1'
66+
version = '2.2'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '2.1.0'
68+
release = '2.2.0-beta.5'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

pages/configuration/elasticsearch.rst

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Graylog version Elasticsearch version
2727
2.0.0 2.3.1
2828
2.0.1-2.0.3 2.3.2
2929
2.1.0-2.1.1 2.3.5
30+
2.2.0 2.4.3
3031
=============== =====================
3132

3233
.. caution:: Graylog 2.x **does not** work with Elasticsearch 5.x!

pages/enterprise/setup.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following list shows the minimum required Graylog versions for the Graylog E
2121
* - 1.0.x
2222
- >= 2.0.2, < 2.1.0
2323
* - 1.1.x
24-
- >= 2.1.0, < 2.2.0
24+
- >= 2.1.0, <= 2.2.0
2525

2626
Installation
2727
============

0 commit comments

Comments
 (0)