Skip to content

Commit dafc870

Browse files
author
ORY Continuous Integration
committed
docs: Incorporates changes from version v0.31.0-beta.1 [ci skip]
1 parent ebd198a commit dafc870

File tree

1 file changed

+16
-49
lines changed

1 file changed

+16
-49
lines changed

CHANGELOG.md

+16-49
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

55
- [Change Log](#change-log)
6-
- [v0.30.0-beta.1 (2019-10-20)](#v0300-beta1-2019-10-20)
7-
- [v0.20.0-beta.1 (2019-10-20)](#v0200-beta1-2019-10-20)
8-
- [v0.19.1-beta.1 (2019-10-09)](#v0191-beta1-2019-10-09)
9-
- [v0.19.2-beta.1 (2019-10-09)](#v0192-beta1-2019-10-09)
10-
- [v0.19.2-beta.2 (2019-10-09)](#v0192-beta2-2019-10-09)
11-
- [v0.19.3-beta.1 (2019-10-09)](#v0193-beta1-2019-10-09)
12-
- [v0.19.4-beta (2019-10-09)](#v0194-beta-2019-10-09)
6+
- [v0.31.0-beta.1 (2019-10-20)](#v0310-beta1-2019-10-20)
137
- [v0.19.0-beta.1 (2019-09-23)](#v0190-beta1-2019-09-23)
148
- [v0.18.0-beta.1 (2019-08-22)](#v0180-beta1-2019-08-22)
159
- [v0.17.4-beta.1 (2019-08-09)](#v0174-beta1-2019-08-09)
@@ -79,36 +73,12 @@
7973

8074
# Change Log
8175

82-
## [v0.30.0-beta.1](https://github.com/ory/oathkeeper/tree/v0.30.0-beta.1) (2019-10-20)
83-
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.20.0-beta.1...v0.30.0-beta.1)
84-
85-
## [v0.20.0-beta.1](https://github.com/ory/oathkeeper/tree/v0.20.0-beta.1) (2019-10-20)
86-
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.19.1-beta.1...v0.20.0-beta.1)
87-
88-
**Closed issues:**
89-
90-
- Access-rules conversion error. [\#274](https://github.com/ory/oathkeeper/issues/274)
91-
- The configuration is invalid and could not be loaded. [\#273](https://github.com/ory/oathkeeper/issues/273)
92-
93-
## [v0.19.1-beta.1](https://github.com/ory/oathkeeper/tree/v0.19.1-beta.1) (2019-10-09)
94-
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.19.2-beta.1...v0.19.1-beta.1)
95-
96-
## [v0.19.2-beta.1](https://github.com/ory/oathkeeper/tree/v0.19.2-beta.1) (2019-10-09)
97-
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.19.2-beta.2...v0.19.2-beta.1)
98-
99-
## [v0.19.2-beta.2](https://github.com/ory/oathkeeper/tree/v0.19.2-beta.2) (2019-10-09)
100-
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.19.3-beta.1...v0.19.2-beta.2)
101-
102-
## [v0.19.3-beta.1](https://github.com/ory/oathkeeper/tree/v0.19.3-beta.1) (2019-10-09)
103-
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.19.4-beta...v0.19.3-beta.1)
104-
105-
## [v0.19.4-beta](https://github.com/ory/oathkeeper/tree/v0.19.4-beta) (2019-10-09)
106-
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.19.0-beta.1...v0.19.4-beta)
76+
## [v0.31.0-beta.1](https://github.com/ory/oathkeeper/tree/v0.31.0-beta.1) (2019-10-20)
77+
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.19.0-beta.1...v0.31.0-beta.1)
10778

10879
**Implemented enhancements:**
10980

11081
- Version access rules [\#266](https://github.com/ory/oathkeeper/issues/266)
111-
- rule: Add migration capabilities [\#268](https://github.com/ory/oathkeeper/pull/268) ([aeneasr](https://github.com/aeneasr))
11282

11383
**Fixed bugs:**
11484

@@ -117,12 +87,15 @@
11787

11888
**Closed issues:**
11989

90+
- Access-rules conversion error. [\#274](https://github.com/ory/oathkeeper/issues/274)
91+
- The configuration is invalid and could not be loaded. [\#273](https://github.com/ory/oathkeeper/issues/273)
12092
- Update mutators in documentation [\#261](https://github.com/ory/oathkeeper/issues/261)
12193
- Support fully both Oauth & JWT authenticator in access rule [\#257](https://github.com/ory/oathkeeper/issues/257)
12294

12395
**Merged pull requests:**
12496

12597
- Support alternative token location [\#271](https://github.com/ory/oathkeeper/pull/271) ([kubadz](https://github.com/kubadz))
98+
- authn: Force auth style in oauth2 client credentials authn [\#267](https://github.com/ory/oathkeeper/pull/267) ([aeneasr](https://github.com/aeneasr))
12699
- fix \#256: change error code from 403 to 401 [\#259](https://github.com/ory/oathkeeper/pull/259) ([ngrigoriev](https://github.com/ngrigoriev))
127100

128101
## [v0.19.0-beta.1](https://github.com/ory/oathkeeper/tree/v0.19.0-beta.1) (2019-09-23)
@@ -153,7 +126,6 @@
153126
- docs: Updates issue and pull request templates [\#237](https://github.com/ory/oathkeeper/pull/237) ([aeneasr](https://github.com/aeneasr))
154127
- doc: Add adopters placeholder [\#236](https://github.com/ory/oathkeeper/pull/236) ([aeneasr](https://github.com/aeneasr))
155128
- support multiple mutators [\#233](https://github.com/ory/oathkeeper/pull/233) ([jakkab](https://github.com/jakkab))
156-
- rules: Support kubernetes configmap reloading [\#230](https://github.com/ory/oathkeeper/pull/230) ([aeneasr](https://github.com/aeneasr))
157129

158130
## [v0.17.4-beta.1](https://github.com/ory/oathkeeper/tree/v0.17.4-beta.1) (2019-08-09)
159131
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.17.3-beta.1...v0.17.4-beta.1)
@@ -180,6 +152,7 @@
180152

181153
**Merged pull requests:**
182154

155+
- rules: Support kubernetes configmap reloading [\#230](https://github.com/ory/oathkeeper/pull/230) ([aeneasr](https://github.com/aeneasr))
183156
- docs: Updates issue and pull request templates [\#226](https://github.com/ory/oathkeeper/pull/226) ([aeneasr](https://github.com/aeneasr))
184157

185158
## [v0.17.1-beta.1](https://github.com/ory/oathkeeper/tree/v0.17.1-beta.1) (2019-07-23)
@@ -188,7 +161,6 @@
188161
**Merged pull requests:**
189162

190163
- Fix panic on send on closed channel [\#225](https://github.com/ory/oathkeeper/pull/225) ([hypnoglow](https://github.com/hypnoglow))
191-
- Add description into the name of subtest [\#212](https://github.com/ory/oathkeeper/pull/212) ([minchao](https://github.com/minchao))
192164

193165
## [v0.17.0-beta.1](https://github.com/ory/oathkeeper/tree/v0.17.0-beta.1) (2019-07-18)
194166
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.16.0-beta.5...v0.17.0-beta.1)
@@ -216,6 +188,7 @@
216188

217189
**Merged pull requests:**
218190

191+
- Add description into the name of subtest [\#212](https://github.com/ory/oathkeeper/pull/212) ([minchao](https://github.com/minchao))
219192
- Add cookie session authenticator [\#211](https://github.com/ory/oathkeeper/pull/211) ([alexdavid](https://github.com/alexdavid))
220193
- ci: Update golangci install script [\#210](https://github.com/ory/oathkeeper/pull/210) ([aeneasr](https://github.com/aeneasr))
221194
- docker: Use non-root user in image [\#209](https://github.com/ory/oathkeeper/pull/209) ([aeneasr](https://github.com/aeneasr))
@@ -259,6 +232,7 @@
259232
- docs: Updates issue and pull request templates [\#189](https://github.com/ory/oathkeeper/pull/189) ([aeneasr](https://github.com/aeneasr))
260233
- install.sh: fix install script [\#187](https://github.com/ory/oathkeeper/pull/187) ([mkontani](https://github.com/mkontani))
261234
- Reduce deployment complexity and refactor internals [\#185](https://github.com/ory/oathkeeper/pull/185) ([aeneasr](https://github.com/aeneasr))
235+
- vendor: Add go.sum [\#180](https://github.com/ory/oathkeeper/pull/180) ([aeneasr](https://github.com/aeneasr))
262236

263237
## [v0.15.2](https://github.com/ory/oathkeeper/tree/v0.15.2) (2019-05-04)
264238
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.15.1...v0.15.2)
@@ -274,10 +248,6 @@
274248
## [v0.15.1](https://github.com/ory/oathkeeper/tree/v0.15.1) (2019-04-29)
275249
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.15.0...v0.15.1)
276250

277-
**Merged pull requests:**
278-
279-
- vendor: Add go.sum [\#180](https://github.com/ory/oathkeeper/pull/180) ([aeneasr](https://github.com/aeneasr))
280-
281251
## [v0.15.0](https://github.com/ory/oathkeeper/tree/v0.15.0) (2019-04-29)
282252
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.14.2+oryOS.10...v0.15.0)
283253

@@ -373,7 +343,6 @@
373343
**Implemented enhancements:**
374344

375345
- Slow POST through proxy causes timeout after 5 seconds [\#64](https://github.com/ory/oathkeeper/issues/64)
376-
- proxy: Add JWT authenticator [\#109](https://github.com/ory/oathkeeper/pull/109) ([aeneasr](https://github.com/aeneasr))
377346

378347
**Closed issues:**
379348

@@ -382,10 +351,12 @@
382351

383352
**Merged pull requests:**
384353

354+
- ci: Fix docker push arguments in publish task [\#148](https://github.com/ory/oathkeeper/pull/148) ([aeneasr](https://github.com/aeneasr))
385355
- docs: Improve some docs and update SDK [\#135](https://github.com/ory/oathkeeper/pull/135) ([aeneasr](https://github.com/aeneasr))
356+
- Add environment parameters \(and description\) to configure proxy server timeout settings [\#132](https://github.com/ory/oathkeeper/pull/132) ([7phs](https://github.com/7phs))
357+
- Make subject configurable using go template [\#129](https://github.com/ory/oathkeeper/pull/129) ([lsjostro](https://github.com/lsjostro))
386358
- docs: Updates issue and pull request templates [\#127](https://github.com/ory/oathkeeper/pull/127) ([aeneasr](https://github.com/aeneasr))
387359
- docs: Updates issue and pull request templates [\#126](https://github.com/ory/oathkeeper/pull/126) ([aeneasr](https://github.com/aeneasr))
388-
- cmd: TLS environment variables [\#124](https://github.com/ory/oathkeeper/pull/124) ([fredbi](https://github.com/fredbi))
389360
- docs: Fix typo in README. [\#118](https://github.com/ory/oathkeeper/pull/118) ([ddunkin](https://github.com/ddunkin))
390361

391362
## [v1.0.0-beta.9](https://github.com/ory/oathkeeper/tree/v1.0.0-beta.9) (2018-09-01)
@@ -394,6 +365,7 @@
394365
**Implemented enhancements:**
395366

396367
- Add JWT authenticator [\#112](https://github.com/ory/oathkeeper/issues/112)
368+
- proxy: Add JWT authenticator [\#109](https://github.com/ory/oathkeeper/pull/109) ([aeneasr](https://github.com/aeneasr))
397369
- cmd: Disable cors per default [\#107](https://github.com/ory/oathkeeper/pull/107) ([aeneasr](https://github.com/aeneasr))
398370

399371
**Fixed bugs:**
@@ -409,9 +381,7 @@
409381

410382
**Merged pull requests:**
411383

412-
- ci: Fix docker push arguments in publish task [\#148](https://github.com/ory/oathkeeper/pull/148) ([aeneasr](https://github.com/aeneasr))
413-
- Add environment parameters \(and description\) to configure proxy server timeout settings [\#132](https://github.com/ory/oathkeeper/pull/132) ([7phs](https://github.com/7phs))
414-
- Make subject configurable using go template [\#129](https://github.com/ory/oathkeeper/pull/129) ([lsjostro](https://github.com/lsjostro))
384+
- cmd: TLS environment variables [\#124](https://github.com/ory/oathkeeper/pull/124) ([fredbi](https://github.com/fredbi))
415385
- cmd: Properly document JWT refresh [\#117](https://github.com/ory/oathkeeper/pull/117) ([aeneasr](https://github.com/aeneasr))
416386
- cmd: Enables TLS option on serve api [\#116](https://github.com/ory/oathkeeper/pull/116) ([fredbi](https://github.com/fredbi))
417387
- Prepare beta.9 release [\#115](https://github.com/ory/oathkeeper/pull/115) ([aeneasr](https://github.com/aeneasr))
@@ -456,6 +426,7 @@
456426

457427
- docs: fix broken link [\#87](https://github.com/ory/oathkeeper/pull/87) ([orisano](https://github.com/orisano))
458428
- README: grammatical fix in stability sentence [\#86](https://github.com/ory/oathkeeper/pull/86) ([philips](https://github.com/philips))
429+
- Minor improvements [\#69](https://github.com/ory/oathkeeper/pull/69) ([aeneasr](https://github.com/aeneasr))
459430

460431
## [v1.0.0-beta.6](https://github.com/ory/oathkeeper/tree/v1.0.0-beta.6) (2018-07-11)
461432
[Full Changelog](https://github.com/ory/oathkeeper/compare/v1.0.0-beta.5...v1.0.0-beta.6)
@@ -507,7 +478,6 @@
507478
**Merged pull requests:**
508479

509480
- proxy: Resolves potential panic in request handler [\#70](https://github.com/ory/oathkeeper/pull/70) ([aeneasr](https://github.com/aeneasr))
510-
- Minor improvements [\#69](https://github.com/ory/oathkeeper/pull/69) ([aeneasr](https://github.com/aeneasr))
511481

512482
## [v1.0.0-beta.2](https://github.com/ory/oathkeeper/tree/v1.0.0-beta.2) (2018-05-29)
513483
[Full Changelog](https://github.com/ory/oathkeeper/compare/v1.0.0-beta.1...v1.0.0-beta.2)
@@ -737,6 +707,7 @@
737707
- Use circle ci build status badge [\#9](https://github.com/ory/oathkeeper/pull/9) ([aeneasr](https://github.com/aeneasr))
738708
- Switch from glide to golang/dep for vendoring [\#8](https://github.com/ory/oathkeeper/pull/8) ([aeneasr](https://github.com/aeneasr))
739709
- Resolve tests by replacing nil slice [\#7](https://github.com/ory/oathkeeper/pull/7) ([aeneasr](https://github.com/aeneasr))
710+
- Skip acp checks [\#3](https://github.com/ory/oathkeeper/pull/3) ([aeneasr](https://github.com/aeneasr))
740711

741712
## [v0.0.4](https://github.com/ory/oathkeeper/tree/v0.0.4) (2017-10-21)
742713
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.0.3...v0.0.4)
@@ -756,10 +727,6 @@
756727
## [v0.0.2](https://github.com/ory/oathkeeper/tree/v0.0.2) (2017-10-12)
757728
[Full Changelog](https://github.com/ory/oathkeeper/compare/v0.0.1...v0.0.2)
758729

759-
**Merged pull requests:**
760-
761-
- Skip acp checks [\#3](https://github.com/ory/oathkeeper/pull/3) ([aeneasr](https://github.com/aeneasr))
762-
763730
## [v0.0.1](https://github.com/ory/oathkeeper/tree/v0.0.1) (2017-10-10)
764731
**Merged pull requests:**
765732

0 commit comments

Comments
 (0)