Update changelog and readme to reflect migration
This commit is contained in:
parent
802754caad
commit
f832eb1446
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -6,8 +6,19 @@
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
|
- Migration from Pusher to independent org may have introduced breaking changes for your environment.
|
||||||
|
- See the changes listed below for PR [#464](https://github.com/oauth2-proxy/oauth2-proxy/pull/464) for full details
|
||||||
|
- Binaries renamed from `oauth2_proxy` to `oauth2-proxy`
|
||||||
|
|
||||||
## Changes since v5.1.0
|
## Changes since v5.1.0
|
||||||
|
|
||||||
|
- [#464](https://github.com/oauth2-proxy/oauth2-proxy/pull/464) Migrate to oauth2-proxy/oauth2-proxy (@JoelSpeed)
|
||||||
|
- Project renamed from `pusher/oauth2_proxy` to `oauth2-proxy`
|
||||||
|
- Move Go import path from `github.com/pusher/oauth2_proxy` to `github.com/oauth2-proxy/oauth2-proxy`
|
||||||
|
- Remove Pusher Cloud Team from CODEOWNERS
|
||||||
|
- Release images moved to `quay.io/oauth2-proxy/oauth2-proxy`
|
||||||
|
- Binaries renamed from `oauth2_proxy` to `oauth2-proxy`
|
||||||
|
|
||||||
# v5.1.0
|
# v5.1.0
|
||||||
|
|
||||||
## Release Hightlights
|
## Release Hightlights
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,9 @@ to validate accounts by email, domain or group.
|
||||||
Versions v3.0.0 and up are from this fork and will have diverged from any changes in the original fork.
|
Versions v3.0.0 and up are from this fork and will have diverged from any changes in the original fork.
|
||||||
A list of changes can be seen in the [CHANGELOG](CHANGELOG.md).
|
A list of changes can be seen in the [CHANGELOG](CHANGELOG.md).
|
||||||
|
|
||||||
|
**Note:** This project was formerly hosted as `pusher/oauth2_proxy` but has been renamed as of 29/03/2020 to `oauth2-proxy/oauth2-proxy`.
|
||||||
|
Going forward, all images shall be available at `quay.io/oauth2-proxy/oauth2-proxy` and binaries wiil been named `oauth2-proxy`.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue