Releases: ory/oathkeeper
v0.38.5-beta.1
The ORY Community is proud to present you the next iteration of ORY Oathkeeper. In this release, we focused on improving production stability and resolved several pesky bugs!
0.38.5-beta.1 (2020-12-10)
Bug Fixes
-
Check content-length header in lowercase (#530) (a68fc8a):
Issue #422 didn't fix the problem with the requests' Content-Length
being copied in the responses because the check was case-sensitive and
unit tests didn't cover it. -
Never construct id token claim templates in parallel (#552) (4f504d9), closes #551
-
Remove token_type validation from introspection handler (#556) (b18d90a), closes #553
-
Support windows file paths (#557) (6a05682), closes #514 #332
-
Update dd-trace to fix build (2e571fa)
Documentation
-
Add contributing to sidebar (#595) (a3c9584):
The same change as in ory/hydra#2209
-
Add newsletter to config (3c02e22)
-
Fix typo (393af92)
-
Fix typo in API access rules and improve layout (#599) (6a30ce2)
-
Resolve regression issues (82008b2)
Features
- Forward original authorization header when using remote (json) authorizer (#554) (f4f781e), closes #528
- Use google/go-cloud to fetch rules and credentials from object storage (#562) (666b951), closes #518 #518
Unclassified
- docs. fix typo in list (335189f)
Changelog
646e1fc autogen(docs): generate and format documentation
a5fc47d autogen(docs): generate and format documentation
9a37e73 autogen(docs): generate and format documentation
fba62b4 autogen(docs): generate and format documentation
44e65c7 autogen(docs): generate and format documentation
4da8cef autogen(docs): generate and format documentation
381927c autogen(docs): regenerate and update changelog
89947a7 autogen(docs): regenerate and update changelog
93e39f7 autogen(docs): regenerate and update changelog
23b3539 autogen(docs): regenerate and update changelog
eca4dbf autogen(docs): regenerate and update changelog
cac465b autogen(docs): regenerate and update changelog
35e0f6d autogen(docs): regenerate and update changelog
ad382a6 autogen(docs): regenerate and update changelog
5aa70eb autogen(docs): regenerate and update changelog
e36ae92 autogen(docs): regenerate and update changelog
3926efa autogen(docs): regenerate and update changelog
8c26683 autogen(docs): regenerate and update changelog
f5be0f4 autogen(docs): regenerate and update changelog
606d0da autogen(docs): regenerate and update changelog
45d5914 autogen(docs): regenerate and update changelog
32df8f1 autogen(docs): regenerate and update changelog
624f7d6 autogen(docs): regenerate and update changelog
212615d autogen(docs): regenerate and update changelog
6940ca9 autogen(docs): regenerate and update changelog
7627230 autogen(docs): regenerate and update changelog
8be8542 autogen(docs): regenerate and update changelog
5501e17 autogen(docs): regenerate and update changelog
408e9f2 autogen(docs): update milestone document
4cb3691 autogen(docs): update milestone document
a9f8630 autogen(docs): update milestone document
5794b23 autogen(docs): update milestone document
a598b1c autogen(docs): update milestone document
1dd8fe9 autogen(docs): update milestone document
dbe1987 autogen(docs): update milestone document
244b781 autogen(docs): update milestone document
85df0e1 autogen(docs): update milestone document
9b9ce0c autogen(docs): update milestone document
aa7b080 autogen(openapi): Regenerate swagger spec and internal client
d1ed570 autogen: add v0.38.4-beta.1 to version.schema.json
f4a04da autogen: pin v0.38.5-beta.1 release commit
497ef9c autogen: pin v0.38.5-beta.1.pre.0 release commit
0e2bc45 autogen: pin v0.38.5-beta.1.pre.1 release commit
d29a0b1 chore: update docusaurus template
c2e1841 chore: update docusaurus template (#540)
8a22fcf chore: update docusaurus template (#547)
ea88254 chore: update docusaurus template (#559)
aa19fad chore: update docusaurus template (#561)
648c34b chore: update docusaurus template (#567)
cd9dab9 chore: update docusaurus template (#573)
55733a3 chore: update docusaurus template (#577)
292933a chore: update docusaurus template (#583)
764209e chore: update docusaurus template (#585)
5c211fd chore: update docusaurus template (#588)
742a072 chore: update docusaurus template (#589)
00dee96 chore: update docusaurus template (#590)
d0a0ecd chore: update docusaurus template (#592)
47b1e17 chore: update docusaurus template (#596)
306e830 chore: update docusaurus template (#598)
af0cfa8 chore: update docusaurus template (#607)
780e9ce chore: update docusaurus template (#608)
9d1dbde chore: update docusaurus template (#610)
44b80e2 chore: update docusaurus template (#611)
5d7c05a chore: update docusaurus template (#612)
a34e30a chore: update repository templates (#546)
8085fe0 chore: update repository templates (#571)
e02af30 chore: update repository templates (#581)
181a4a1 chore: update repository templates (#584)
2b0df6a chore: update repository templates (#586)
d1e4153 chore: update sprig to v3 and bump Golang (#548)
335189f docs. fix typo in list
a3c9584 docs: add contributing to sidebar (#595)
3c02e22 docs: add newsletter to config
34e2077 docs: correct sidebar.json (#524)
393af92 docs: fix typo
6a30ce2 docs: fix typo in API access rules and improve layout (#599)
5d04c6b docs: fix typo in pipeline/error.md (#568)
1c2241c docs: resolve list in main docs
82008b2 docs: resolve regression issues
f4f781e feat: forward original authorization header when using remote (json) authorizer (#554)
666b951 feat: use google/go-cloud to fetch rules and credentials from object storage (#562)
a68fc8a fix: check content-length header in lowercase (#530)
4f504d9 fix: never construct id token claim templates in parallel (#552)
b18d90a fix: remove token_type validation from introspection handler (#556)
6a05682 fix: support windows file paths (#557)
2e571fa fix: update dd-trace to fix build
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.38
docker pull oryd/oathkeeper:v0.38.5
docker pull oryd/oathkeeper:v0.38.5-beta.1
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.38-alpine
docker pull oryd/oathkeeper:v0.38.5-alpine
docker pull oryd/oathkeeper:v0.38.5-beta.1-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.38.4-beta.1
This release stabilizes several features and resolves a couple of bugs.
0.38.4-beta.1 (2020-09-28)
Bug Fixes
-
Add tests in error_redirect_test.go (#522) (24bdd9b):
Increased tests coverage to cover for all the three valid scenarios - http absolute, https absolute, relative. Explicitly checked Location path to ensure that correct uri scheme was returned
-
Deprecated key in goreleaser config (2a4f901)
-
Ignore x/net false positives (bc8a32c)
-
Misleading HTTP status code for oauth2_client_credentials authenticator (#504) (0f65631), closes #496
Documentation
-
Fix broken links (dd3bfbe)
-
Fix OAuth2 Introspect Authn Config Documentation (#498) (7612e20):
Switch the definitions for the pre-authorisation fields 'scope' and 'token endpoint' in the documentation.
-
Fix sidebar (28247fc)
-
Move development section (582a4d0)
-
Move to json sidebar (b67230d)
-
Remove duplicate template (01550b4)
-
Update repository templates (2aaf766)
Features
-
Add and automate version schema (7ab4012)
-
Add url_param config option to redirect error handler. (#520) (b5bb3bc), closes #511:
This change introduces a url_param config option for redirect error handler.
If it contains a url paramter name, the redirect url will have this parameter
set, containing the current url (from which Oathkeeper has redirected the user).This can be useful in passing the return_to url to Kratos, so user can be
redirected to the page they initially wanted to access after a successfull sign in. -
Log invalid credentials on info level instead of error/warning (#517) (a372b5f), closes #505
-
Use uri-reference for errors redirect to allow relative urls (#516) (0d39674)
Unclassified
- Run go format (2c25a2a)
Changelog
067059b autogen(docs): generate and format documentation
b35f815 autogen(docs): regenerate and update changelog
438549a autogen(docs): regenerate and update changelog
4048486 autogen(docs): regenerate and update changelog
95bda99 autogen(docs): regenerate and update changelog
d0f0e6a autogen(docs): regenerate and update changelog
3652a77 autogen(docs): regenerate and update changelog
e09bffc autogen(docs): regenerate and update changelog
12ea280 autogen(docs): regenerate and update changelog
2b11885 autogen(docs): regenerate and update changelog
cd04902 autogen(docs): regenerate and update changelog
b6c74d9 autogen(docs): regenerate and update changelog
41bed19 autogen(docs): regenerate and update changelog
5ce14a3 autogen(docs): regenerate and update changelog
208a04e autogen(docs): regenerate and update changelog
8f03af8 autogen(docs): regenerate and update changelog
9a6fdc7 autogen(docs): regenerate and update changelog
5520ccb autogen(docs): regenerate and update changelog
c43dab8 autogen(docs): regenerate and update changelog
79cd67d autogen(docs): regenerate and update changelog
f77bfe3 autogen(docs): update milestone document
26f1861 autogen(docs): update milestone document
5848da5 autogen(docs): update milestone document
8bcca22 autogen(docs): update milestone document
54dba1e autogen(docs): update milestone document
4580ab1 autogen(docs): update milestone document
aff4a37 autogen(docs): update milestone document
1c997b2 autogen: pin v0.38.4-beta.1 release commit
85a36e8 autogen: pin v0.38.4-beta.1 release commit
19257be chore: update docusaurus template
124725f chore: update docusaurus template
6197043 chore: update docusaurus template
50f0c73 chore: update docusaurus template
a25b59a chore: update docusaurus template (#519)
7f42386 chore: update repository templates (#523)
78afdb1 ci: add labels
44eebdc ci: add labels action
82f838b ci: add milestone action
c7183f0 ci: add stale bot
6c5bd0b ci: bump milestone-action
4c25369 ci: bump milestone-action
b7998b1 ci: bump ory/goreleaser orb dependency
48ebb50 ci: ignore etcd CVEs
f3d01d6 ci: re-add milestone
fc8da80 ci: run docs action as cronjob
908c9e5 ci: update milestone action
b6d5d7f ci: use v0 for milestone
7612e20 docs: fix OAuth2 Introspect Authn Config Documentation (#498)
dd3bfbe docs: fix broken links
28247fc docs: fix sidebar
e1b1751 docs: guide for integrating with ORY Hydra (#497)
582a4d0 docs: move development section
b67230d docs: move to json sidebar
01550b4 docs: remove duplicate template
2aaf766 docs: update repository templates
cb53d79 docs: update repository templates (#506)
7ab4012 feat: add and automate version schema
b5bb3bc feat: add url_param config option to redirect error handler. (#520)
a372b5f feat: log invalid credentials on info level instead of error/warning (#517)
0d39674 feat: use uri-reference for errors redirect to allow relative urls (#516)
24bdd9b fix: add tests in error_redirect_test.go (#522)
2a4f901 fix: deprecated key in goreleaser config
bc8a32c fix: ignore x/net false positives
0f65631 fix: misleading HTTP status code for oauth2_client_credentials authenticator (#504)
2c25a2a styles: run go format
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.38
docker pull oryd/oathkeeper:v0.38.4
docker pull oryd/oathkeeper:v0.38.4-beta.1
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.38-alpine
docker pull oryd/oathkeeper:v0.38.4-alpine
docker pull oryd/oathkeeper:v0.38.4-beta.1-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.38.3-beta.1
This release addresses several configuration bugs and resolves a potential panic.
0.38.3-beta.1 (2020-07-29)
Bug Fixes
- Matcher.Match panic on nil *url.URL (#485) (ab27dda), closes #484
- Remove HTTP method restrictions (#472) (bf8a888)
- Resolve build issues and bump herodot (f15e38d)
- Use ory-dev instead of swagutil (#465) (3fce382)
Documentation
- Delete old redirect homepage (a1a4610)
- Fix access rule example (739f179)
- Fix api access rule example (#460) (c75cd97)
- Update repository templates (edffc2e)
- Update repository templates (7af8749)
- Use central banner repo for README (04fe00c)
- Use mdx for api reference (368f073)
Features
- Improve configurability of prometheus metrics (#450) (ddcb226), closes #446
- Pass query parameters to the hydrators (#479) (48603a1)
Changelog
d081238 autogen(docs): generate and format documentation
45badf1 autogen(docs): generate and format documentation
85a7918 autogen(docs): generate and format documentation
0b74414 autogen(docs): generate and format documentation
6503aff autogen(docs): generate and format documentation
b0d2b36 autogen(docs): regenerate and update changelog
ce063d5 autogen(docs): regenerate and update changelog
e2baa9c autogen(docs): regenerate and update changelog
15c3a31 autogen(docs): regenerate and update changelog
df0af27 autogen(docs): regenerate and update changelog
14a3fd5 autogen(docs): regenerate and update changelog
0185070 autogen(docs): regenerate and update changelog
74e935e autogen(docs): regenerate and update changelog
a148cfa autogen(docs): regenerate and update changelog
5747c59 autogen(docs): regenerate and update changelog
582fe4b autogen(docs): regenerate and update changelog
235d0ab autogen(docs): regenerate and update changelog
f1a49e8 autogen(docs): regenerate and update changelog
565a5e4 autogen(openapi): Regenerate swagger spec and internal client
1f754a9 autogen: pin v0.38.3-beta.1 release commit
43386b0 chore: bump deps
480984f chore: update docusaurus template
8b72dcf chore: update docusaurus template
9cfd885 chore: update docusaurus template
9d257ff chore: update docusaurus template (#447)
45e552a chore: update docusaurus template (#448)
f7172a2 chore: update docusaurus template (#463)
8210ec2 chore: update docusaurus template (#464)
178b985 chore: update docusaurus template (#473)
e80c932 chore: update docusaurus template (#474)
cdfe6d7 chore: update docusaurus template (#481)
684eaab chore: update toolchain and ci orbs (#469)
a1a4610 docs: delete old redirect homepage
739f179 docs: fix access rule example
c75cd97 docs: fix api access rule example (#460)
7af8749 docs: update repository templates
edffc2e docs: update repository templates
04fe00c docs: use central banner repo for README
368f073 docs: use mdx for api reference
ddcb226 feat: improve configurability of prometheus metrics (#450)
48603a1 feat: pass query parameters to the hydrators (#479)
ab27dda fix: matcher.Match panic on nil *url.URL (#485)
bf8a888 fix: remove HTTP method restrictions (#472)
f15e38d fix: resolve build issues and bump herodot
3fce382 fix: use ory-dev instead of swagutil (#465)
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.38
docker pull oryd/oathkeeper:v0.38.3
docker pull oryd/oathkeeper:v0.38.3-beta.1
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.38-alpine
docker pull oryd/oathkeeper:v0.38.3-alpine
docker pull oryd/oathkeeper:v0.38.3-beta.1-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.38.2-beta.1
This patch makes timeouts configurable for oauth2_client_credentials and the reverse proxy and additionally allows prometheus to be configured.
0.38.2-beta.1 (2020-05-25)
Bug Fixes
Documentation
Features
- Add configurable timeouts to API server (#440) (0dc6292)
- Timeout config for oauth2_client_credentials (#443) (2462fa3), closes #442
Changelog
726777d autogen(docs): generate and format documentation
505b455 autogen(docs): generate and format documentation
2734906 autogen(docs): regenerate and update changelog
f24d0f3 autogen(docs): regenerate and update changelog
ac90682 autogen(docs): regenerate and update changelog
b6c4858 autogen(docs): regenerate and update changelog
7ed104e autogen(openapi): Regenerate swagger spec and internal client
0de2682 chore: pin v0.38.2-beta.1 release commit
12ec0d3 ci: update mailchimp segment
37d34a3 docs: update github templates (#434)
0dc6292 feat: add configurable timeouts to API server (#440)
2462fa3 feat: timeout config for oauth2_client_credentials (#443)
dcf3e14 fix: move prometheus validation stanza to local schema (#437)
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.38
docker pull oryd/oathkeeper:v0.38.2
docker pull oryd/oathkeeper:v0.38.2-beta.1
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.38-alpine
docker pull oryd/oathkeeper:v0.38.2-alpine
docker pull oryd/oathkeeper:v0.38.2-beta.1-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.38.1-beta.1
Caching in the hydrator mutator has been improved. Please use cache.enable=true
if you intend using the hydrator.
0.38.1-beta.1 (2020-05-08)
Bug Fixes
- Improve caching strategy and config for hydrator (#433) (0047054):
To enable the hydrator cache you must now use the
cache.enabled
property. Also, the cache key strategy has been improved.
Changelog
0f939b0 autogen(docs): generate and format documentation
312b119 autogen(docs): regenerate and update changelog
bcb09d4 autogen(docs): regenerate and update changelog
20f439d chore: pin v0.38.1-beta.1 release commit
0047054 fix: improve caching strategy and config for hydrator (#433)
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.38
docker pull oryd/oathkeeper:v0.38.1
docker pull oryd/oathkeeper:v0.38.1-beta.1
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.38-alpine
docker pull oryd/oathkeeper:v0.38.1-alpine
docker pull oryd/oathkeeper:v0.38.1-beta.1-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.38.0-beta.2
This release introduces Prometheus support, a new remote
authorizer, caching, and several bugfixes!
No backwards incompatible changes have been introduced.
0.38.0-beta.2 (2020-05-07)
Bug Fixes
- Add old schemas to resolve issues with old versions (b94c391), closes #400
- Don't copy the decision endpoint request's Content-Length (#422) (0e99045):
We currently copy all original request headers send to the decission
endpoint back. This can include the Content-Length header which
describes the request body or response. Including the original
request Content-Length causes issues for the decission endpoint
client if the response body doesn't match the exact size.This change makes sure the Content-Length doesn't get included in
the response body and adds a test to prevent future regressions. - Respect retry in token introspection (#410) (88f7b69)
- Update install.sh script (#429) (2d2eded)
- Use pipe to pass body remote authorizer (#426) (1a44087):
Resolves flaky tests.
- Use semver-regex replacer func (a13cdf5)
Code Refactoring
Documentation
- Add
authentication_handler_no_match
to error example (ad182f4) - Add missing import (b76ee9c)
- Regenerate and update changelog (7121f65)
- Regenerate and update changelog (6fd7d66)
- Regenerate and update changelog (531200c)
- Regenerate and update changelog (cf8ad0c)
- Update github templates (#407) (9979d77)
- Update github templates (#409) (f92a029)
- Update github templates (#412) (884c113)
- Update github templates (#413) (6d7cba7)
- Update github templates (#413) (d692fbf)
- Update linux install guide (#414) (a0e2cc0)
- Updates issue and pull request templates (#392) (3724ebc)
- Updates issue and pull request templates (#393) (a4ade5c)
- Updates issue and pull request templates (#394) (0ef037a)
- Updates issue and pull request templates (#395) (ecab261)
- Use correct headline for cc handler (#420) (1401610)
Features
- Add cache to hydrator (#418) (1ae6e7a), closes #417:
This patch introduces new configuration parameters that allow the hydrator mutator to cache requests.
- Add new remote authorizer that uses request body and headers (#416) (3a20637):
This pull request implements a new authorizer that sends the original request body as body to the remote endpoint. This allows the remote endpoint to take the body into account in its decision.
The current remote_json authorizer does not have the ability to send
the request body of the request to authorize. This means this cannot
be taken into account while checking permissions.Providing the request body as part of the JSON payload won't always
work as JSON cannot handle binary data. - Add prometheus docs (#427) (117ee6a)
- Add prometheus endpoint providing basic request metrics (#404) (fdaed46):
This patch adds basic prometheus metrics. The prometheus metrics are exposed at the default prometheus exporter port 9000 and is configurable with:
serve: prometheus: port: 9000 host: localhost metrics_path: /metrics
- Oauth2_introspect cache introspection results (#424) (d4557ae), closes #293
Changelog
8bc45c4 autogen(docs): generate and format documentation
0e9794e autogen(docs): generate and format documentation
7a6904f autogen(docs): generate and format documentation
70b0ab7 autogen(docs): generate and format documentation
9f26506 autogen(docs): generate and format documentation
48c4e83 autogen(docs): regenerate and update changelog
8e1fce7 autogen(docs): regenerate and update changelog
fd50336 autogen(docs): regenerate and update changelog
5bdd02b autogen(docs): regenerate and update changelog
2fb46a0 autogen(docs): regenerate and update changelog
5ba59ca autogen(docs): regenerate and update changelog
d9b8b32 autogen(docs): regenerate and update changelog
c677353 autogen(docs): regenerate and update changelog
eb43701 autogen(docs): regenerate and update changelog
a0f0267 autogen(docs): regenerate and update changelog
fad886c autogen(docs): regenerate and update changelog
9269341 autogen(docs): regenerate and update changelog
d9e29d6 autogen(docs): regenerate and update changelog
340968e autogen(docs): regenerate and update changelog
5b14a63 autogen(docs): regenerate and update changelog
e4e74b1 autogen(docs): regenerate and update changelog
054dc4d autogen(docs): regenerate and update changelog
345233c autogen(docs): regenerate and update changelog
9f26906 autogen(docs): regenerate and update changelog
9cfa582 autogen(docs): regenerate and update changelog
81f9c42 autogen(docs): regenerate and update changelog
9523168 autogen(docs): regenerate and update changelog
5a11b10 chore: clean up ci config
a5bf690 chore: pin v0.38.0-beta.1 release commit
73d36cd chore: pin v0.38.0-beta.2 release commit
f829fd4 chore: rename schema IDs (#398)
ac8c8aa chore: update docusaurus template (#399)
e29054b chore: update docusaurus template (#401)
0bb40c3 chore: update docusaurus template (#402)
30552b4 chore: update docusaurus template (#403)
1f8061b chore: update docusaurus template (#405)
3ed02cc chore: update docusaurus template (#406)
aeb5201 chore: update docusaurus template (#408)
2bd0876 ci: adopt new goreleaser pipeline (#415)
a9ad113 ci: bump orb versions
7121f65 docs: Regenerate and update changelog
6fd7d66 docs: Regenerate and update changelog
cf8ad0c docs: Regenerate and update changelog
531200c docs: Regenerate and update changelog
3724ebc docs: Updates issue and pull request templates (#392)
a4ade5c docs: Updates issue and pull request templates (#393)
0ef037a docs: Updates issue and pull request templates (#394)
ecab261 docs: Updates issue and pull request templates (#395)
ad182f4 docs: add authentication_handler_no_match
to error example
b76ee9c docs: add missing import
9979d77 docs: update github templates (#407)
f92a029 docs: update github templates (#409)
884c113 docs: update github templates (#412)
6d7cba7 docs: update github templates (#413)
d692fbf docs: update github templates (#413)
a0e2cc0 docs: update linux install guide (#414)
1401610 docs: use correct headline for cc handler (#420)
1ae6e7a feat: add cache to hydrator (#418)
3a20637 feat: add new remote author...
v0.37.1-beta.1+oryOS.18
Changelog
77d0b48 chore: replace segment with ory fork (#391)
4e251e9 docs: Regenerate and update changelog
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.37
docker pull oryd/oathkeeper:v0.37.1
docker pull oryd/oathkeeper:v0.37.1-beta.1
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.37-alpine
docker pull oryd/oathkeeper:v0.37.1-alpine
docker pull oryd/oathkeeper:v0.37.1-beta.1-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.37.0-beta.1+oryOS.18
Changelog
66a9d1b chore: Regenerate swagger spec and internal client
97b153b chore: Regenerate swagger spec and internal client
6b4a726 chore: bump ory/x to have csv parsing for env vars (#388)
12e0fc2 chore: moved WatchAndValidateViper to viperx (#384)
f7fe46f docs: Change link to Developer Install Guide (#369)
aeeb353 docs: Fix examples for some JSON Schema config keys (#363)
2117171 docs: Regenerate and update changelog
888b7a6 docs: Regenerate and update changelog
33a5524 docs: Regenerate and update changelog
36faa3b docs: Regenerate and update changelog
cb38415 docs: Regenerate and update changelog
32b6059 docs: Regenerate and update changelog
b817037 docs: Regenerate and update changelog
ba4de09 docs: Regenerate and update changelog
874b7a9 docs: Regenerate and update changelog
a76f749 docs: Regenerate and update changelog
e7d70f7 docs: Regenerate and update changelog
1789d00 docs: Regenerate and update changelog
bec6af0 docs: Regenerate and update changelog
e3eda75 docs: Regenerate and update changelog
0dfc608 docs: Regenerate and update changelog
9417e2c docs: Regenerate and update changelog
38c9e19 docs: Regenerate and update changelog
b23c79a docs: Regenerate and update changelog
6b1d94b docs: Regenerate and update changelog
313d2fe docs: Update README.md (#375)
484c406 docs: Updates issue and pull request templates (#382)
a176c73 docs: document v0.36 and v0.37
d9eed10 docs: update forum and chat links
0a39511 feat(authn): make oauth2_intsropsection configurable timeout (#370)
45b9f8b feat(authz): Add remote_json authorizer (#389)
a421293 feat: Add MatchContext in the AuthenticationSession (#358)
cb0f3f2 feat: Enable OpenTracing (#376)
1247381 fix(docker): Improve docker-compose example (#325)
47e9fee fix: Improve id_token performance with caching (#367)
68c8546 fix: Load config file only in serve command (#365)
7688a8d fix: add rule id to malformed configuration log error (#386)
5414dda fix: disable test that fails with low cache hit rate (#372)
8f63eda fix: replace segment with our own sqa endpoint (#385)
5e0c8dc fix: sendOAuth2 introspection scope only when strategy is none (#379)
9c07a73 fix: token expiration error in tests (#390)
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.37
docker pull oryd/oathkeeper:v0.37.0
docker pull oryd/oathkeeper:v0.37.0-beta.1
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.37-alpine
docker pull oryd/oathkeeper:v0.37.0-alpine
docker pull oryd/oathkeeper:v0.37.0-beta.1-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.36.0-beta.4+oryOS.17
Changelog
984a98e Merge branch 'master' of github.com:ory/oathkeeper
79fd290 chore: Regenerate swagger spec and internal client
5e7db89 ci: Bump orbs
95a7c09 docs: Regenerate and update changelog
46fb3da fix(goreleaser): Update brew section
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.36
docker pull oryd/oathkeeper:v0.36.0
docker pull oryd/oathkeeper:v0.36.0-beta.4
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.36-alpine
docker pull oryd/oathkeeper:v0.36.0-alpine
docker pull oryd/oathkeeper:v0.36.0-beta.4-alpine
docker pull oryd/oathkeeper:latest-alpine
v0.36.0-beta.3+oryOS.17
Changelog
984a98e Merge branch 'master' of github.com:ory/oathkeeper
79fd290 chore: Regenerate swagger spec and internal client
5e7db89 ci: Bump orbs
95a7c09 docs: Regenerate and update changelog
46fb3da fix(goreleaser): Update brew section
Docker images
docker pull oryd/oathkeeper:v0
docker pull oryd/oathkeeper:v0.36
docker pull oryd/oathkeeper:v0.36.0
docker pull oryd/oathkeeper:v0.36.0-beta.3
docker pull oryd/oathkeeper:latest
docker pull oryd/oathkeeper:v0-alpine
docker pull oryd/oathkeeper:v0.36-alpine
docker pull oryd/oathkeeper:v0.36.0-alpine
docker pull oryd/oathkeeper:v0.36.0-beta.3-alpine
docker pull oryd/oathkeeper:latest-alpine