Skip to content

Commit

Permalink
docs(changelog) document changes for v0.14.0
Browse files Browse the repository at this point in the history
Also, change compare URLs to point to the Kong organization on GitHub.
  • Loading branch information
mflendrich committed Jan 12, 2021
1 parent 30e9519 commit f71c83b
Showing 1 changed file with 33 additions and 17 deletions.
50 changes: 33 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v0.14.0](#v0140---20210112)
- [v0.13.0](#v0130---20200804)
- [v0.12.0](#v0120---20200730)
- [v0.11.0](#v0110---20200117)
Expand All @@ -18,6 +19,20 @@
- [0.2.0](#020---20181219)
- [0.1.0](#010---20181201)

## [v0.14.0] - 2021/01/12

### Breaking changes

- HTTP error format changed to feature HTTP codes

### Added

- RBACUser support
- Support for auto-expiring key-auth key TTL
- Support for RBAC roles
- Support for RBAC permissions
- DeepCopy annotations for enterprise entities

## [v0.13.0] - 2020/08/04

### Summary
Expand Down Expand Up @@ -262,20 +277,21 @@ authentication credentials in Kong.
releases of Kong since every release of Kong is introducing breaking changes
to the Admin API.

[v0.13.0]: https://github.com/hbagdi/go-kong/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/hbagdi/go-kong/compare/v0.11.0...v0.12.0
[v0.11.0]: https://github.com/hbagdi/go-kong/compare/v0.10.0...v0.11.0
[v0.10.0]: https://github.com/hbagdi/go-kong/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/hbagdi/go-kong/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/hbagdi/go-kong/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/hbagdi/go-kong/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/hbagdi/go-kong/compare/v0.6.1...v0.6.2
[v0.6.1]: https://github.com/hbagdi/go-kong/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/hbagdi/go-kong/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/hbagdi/go-kong/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/hbagdi/go-kong/compare/v0.4.1...v0.5.0
[v0.4.1]: https://github.com/hbagdi/go-kong/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/hbagdi/go-kong/compare/0.3.0...v0.4.0
[0.3.0]: https://github.com/hbagdi/go-kong/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/hbagdi/go-kong/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/hbagdi/go-kong/compare/87666c7fe73477d1874d35d690301241cd23059f...0.1.0
[v0.14.0]: https://github.com/Kong/go-kong/compare/v0.13.0...v0.14.0
[v0.13.0]: https://github.com/Kong/go-kong/compare/v0.12.0...v0.13.0
[v0.12.0]: https://github.com/Kong/go-kong/compare/v0.11.0...v0.12.0
[v0.11.0]: https://github.com/Kong/go-kong/compare/v0.10.0...v0.11.0
[v0.10.0]: https://github.com/Kong/go-kong/compare/v0.9.0...v0.10.0
[v0.9.0]: https://github.com/Kong/go-kong/compare/v0.8.0...v0.9.0
[v0.8.0]: https://github.com/Kong/go-kong/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/Kong/go-kong/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/Kong/go-kong/compare/v0.6.1...v0.6.2
[v0.6.1]: https://github.com/Kong/go-kong/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/Kong/go-kong/compare/v0.5.1...v0.6.0
[v0.5.1]: https://github.com/Kong/go-kong/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/Kong/go-kong/compare/v0.4.1...v0.5.0
[v0.4.1]: https://github.com/Kong/go-kong/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/Kong/go-kong/compare/0.3.0...v0.4.0
[0.3.0]: https://github.com/Kong/go-kong/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/Kong/go-kong/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/Kong/go-kong/compare/87666c7fe73477d1874d35d690301241cd23059f...0.1.0

0 comments on commit f71c83b

Please sign in to comment.