Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 3fa5635

Browse files
committed
Release 2.2.0
1 parent f511cac commit 3fa5635

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go:
33
- 1.7.5
4-
- 1.8
4+
- 1.8.1
55
script:
66
- curl -s https://raw.githubusercontent.com/pote/gpm/v1.4.0/bin/gpm > gpm
77
- chmod +x gpm

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
oauth2_proxy
22
=================
33

4-
<small>(This project was renamed from Google Auth Proxy - May 2015)</small>
5-
64
A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others)
75
to validate accounts by email, domain or group.
86

@@ -17,7 +15,7 @@ to validate accounts by email, domain or group.
1715

1816
## Installation
1917

20-
1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.1`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin`
18+
1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.2`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin`
2119
2. Select a Provider and Register an OAuth Application with a Provider
2220
3. Configure OAuth2 Proxy using config file, command line options, or environment variables
2321
4. Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx)

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const VERSION = "2.2.0-alpha"
3+
const VERSION = "2.2.0"

0 commit comments

Comments
 (0)