oauth2_proxy/CHANGELOG.md

24 lines
874 B
Markdown
Raw Normal View History

2018-11-27 11:23:37 +00:00
# Vx.x.x (Pre-release)
## Changes since v2.2:
2019-01-04 10:58:30 +00:00
- Move automated build to debian base image
- Add Makefile
- Update CI to run `make test`
- Update Dockerfile to use `make clean oauth2_proxy`
- Update `VERSION` parameter to be set by `ldflags` from Git Status
- Remove lint and test scripts
2019-01-03 10:56:10 +00:00
- Remove Go v1.8.x from Travis CI testing
2019-01-02 10:22:18 +00:00
- Add CODEOWNERS file
2018-12-20 14:14:04 +00:00
- Add CONTRIBUTING guide
2018-12-20 12:02:35 +00:00
- Add Issue and Pull Request templates
2018-12-20 11:06:26 +00:00
- Add Dockerfile
2018-11-27 12:08:00 +00:00
- Fix fsnotify import
- Update README to reflect new repository ownership
- Update CI scripts to separate linting and testing
- Now using `gometalinter` for linting
2018-11-27 11:45:05 +00:00
- Move Go import path from `github.com/bitly/oauth2_proxy` to `github.com/pusher/oauth2_proxy`
2018-11-27 11:23:37 +00:00
- Repository forked on 27/11/18
- README updated to include note that this repository is forked
- CHANGLOG created to track changes to repository from original fork