Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit cc38d37

Browse files
committed
Update for Graylog 3.3.0
1 parent 1e132a5 commit cc38d37

File tree

5 files changed

+1373
-846
lines changed

5 files changed

+1373
-846
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ addons:
88
packages:
99
- rpm
1010
install:
11-
- git clone --branch 3.2 --depth=1 --no-single-branch https://github.com/Graylog2/graylog2-server ../graylog2-server
11+
- git clone --branch 3.3 --depth=1 --no-single-branch https://github.com/Graylog2/graylog2-server ../graylog2-server
1212
- (cd ../graylog2-server && mvn -DskipTests=true compile -B -V)
1313
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dskip.web.build=true -B -V
1414
script:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
This plugins adds SSO (Single Sign-On) capabilities to Graylog. It supports automatic login and user account creation based on trusted HTTP headers set by an authentication proxy.
66

77

8-
**Required Graylog version:** 3.2.0 and later
8+
**Required Graylog version:** 3.3.0 and later
99

1010
Version Compatibility
1111
---------------------
1212

1313
| Plugin Version | Graylog Version |
1414
| -------------- | --------------- |
15+
| 3.3.x | 3.3.x |
1516
| 3.2.x | 3.2.x |
1617
| 3.1.x | 3.1.x |
1718
| 3.0.x | 3.0.x |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SsoAuthPlugin",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "",
55
"repository": {
66
"type": "git",

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.graylog.plugins</groupId>
1010
<artifactId>graylog-plugin-web-parent</artifactId>
11-
<version>3.2.0</version>
11+
<version>3.3.0</version>
1212
<relativePath>../graylog2-server/graylog-plugin-parent/graylog-plugin-web-parent</relativePath>
1313
</parent>
1414

@@ -35,7 +35,7 @@
3535
</scm>
3636

3737
<properties>
38-
<graylog.version>3.2.0</graylog.version>
38+
<graylog.version>3.3.0</graylog.version>
3939
</properties>
4040

4141
<dependencies>

0 commit comments

Comments
 (0)