chore(deps): update docker.io/oryd/oathkeeper docker tag to v26#859
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update docker.io/oryd/oathkeeper docker tag to v26#859renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v25.4.0→v26.2.0Release Notes
ory/oathkeeper (docker.io/oryd/oathkeeper)
v26.2.0Compare Source
v26.2.0
Bug Fixes
Always retry curl invocations to surmount transient third-party failures (9a8bda2):
Clean path while matching to prevent path traversal (8e00021):
Context passing in jsonnetsecure (664432e):
Correctly scan SQL
NULLinto go JSON types (9088f91):Down migrations in newer MySQL versions (c92bc2c):
Drop all
X-Forwarded-*headers when untrusted (36a676e):Fix benchmark test (5862cf6):
Incorrect default value for page_tokens (9667983):
Incorrect usage of database/sql (73009ca):
Only use
X-Forwarded-Protoheader when trusted (e9acca1):Remove flaky test for unused function (ee67087):
Remove WithDumpMigrations option to MigrationBox (5964b69):
Request log config key (5ce8122):
Restore OTEL trace propagation in remote and remote_json authorizers (6c8b787):
Scope cache config key to introspection URL (198a2bc):
Stray debug print (b9a2725):
Update CONTRIBUTING.md (3af6f3c):
Update packages to fix GHSA-7h2j-956f-4vf2 (0b855e4):
Upgrade vulnerable dependencies across Go and npm (afdef7d):
Co-authored-by: Deepak Prabhakara deepak.prabhakara@ory.sh
X data race and parallize some tests (ecbebd3):
Code Generation
Code Refactoring
Documentation
Features
Add support for NULL and more column types to keysetpagination (8e36fb7):
Automatic transaction retries for postgres (de668c1):
Collect external latency data and write to logs (e4e2644):
Consider Go migrations DirHash when restoring full schema from backups (cb65b07):
Forward (some) user request headers to SMS HTTP channel (f9ef1b2):
Generate events for SSO and SCIM provider revisions (bf85260):
Hydra benchmarking tool (7dc973b):
Improved tracing (a362e6e):
Keto-cli improvements (44167e9):
Make 429 passthrough instead return 401 (12cc3da):
Make SCIM work with MySQL (d717289):
Rename project revision columns (96fee1c):
Use keysetpagination planner for keto read queries (2b33f5a):
Tests
Deflake and improve performance (5c91d9d):
Deflake directory watcherx (9ef6345):
Faster and more reliable courier tests (7dd339a):
hydra: Add plaintext backups for all DB types (cdc1e05):
Minor setup improvements (d9f227a):
Changelog
4dcf01aautogen(docs): generate and bump docs6816c4eautogen(sdk): bump to05ddc404c610a5autogen(sdk): bump to9c2abd7c84dbe0autogen: prepare for OSS release - v26.2.03601987chore(deps): update actions/checkout action to v6d334de1chore(deps): update dependency @types/lodash to v4.17.213d4762dchore(deps): update go modules8668033chore(deps): update golangci/golangci-lint-action action to v9bff5f54chore(deps): update jackson (major)addb79fchore(deps): update oathkeeper to v4 (major)d5931bcchore(keto): use ory/x router3bfd8fcchore(kratos): use httprouter from ory/x271e90echore: add cause to context cancels with 'context.WithTimeoutCause' in ./x8888a60chore: add helpers for Kratos OEL to support various databases5334a52chore: add retries to more curl invocationsf1ba1cfchore: added CLIENT_SECRET_VERIFIER to our deploymentead66abchore: always use ristretto/v282e6cfbchore: audit and fix npm dependenciesadd9940chore: bump to CRDB v25.4e690c00chore: bump to Go 1.26 massive cleanup in ory/x3f4085achore: cleanup package-lock files97ecec8chore: correct typosd57bf13chore: delete unused CRDB changefeed watcherx module25bbdc3chore: deprecate organization APIs77eee56chore: fix for critical CVE - GHSA-p77j-4mvh-x3m3d1301c9chore: fix golangci-lint warnings4304bc3chore: improve clidoc generationdafc47dchore: improve error reporting to help diagnose flaky testf234fbachore: improve readability of popx.MigrationBoxd062731chore: keysetpagination improvementsf8d0fccchore: more npm security updates7d92cadchore: remove unused code116d2b9chore: remove unused log code54dae34chore: remove unused x/watcherx/websocketf054847chore: run go mod tidy and misc cleanupaced92dchore: run npm audit fix1caff5echore: security updates for glob library8e0f109chore: simplify HTTP metrics instrumentation2a11ffcchore: simplify decoderx usagef3ae92bchore: split SCIM from multi-region & make it work with SQLite93582cfchore: trivial linter issues9163541chore: unify common dependency interfacesb32cc90chore: update @openapitools/openapi-generator-clic019a13chore: update OSS ory.sh to ory.com3a3a6aechore: update pop to latest & only run pop.SetNowFunc() inside init()6bfe8cbchore: update to dockertest v41322ee3chore: updated axios1246bc6chore: updated golang.org/x/cryptoaee85c3chore: updated minimatch249608achore: use pgx pool in Kratos OEL & fix some OEL commands not using enterprise migrations183aee9ci: add docker driver to cve scan0e3dc10docs: update readmes8e36fb7feat: add support for NULL and more column types to keysetpaginationde668c1feat: automatic transaction retries for postgrese4e2644feat: collect external latency data and write to logscb65b07feat: consider Go migrations DirHash when restoring full schema from backupsf9ef1b2feat: forward (some) user request headers to SMS HTTP channelbf85260feat: generate events for SSO and SCIM provider revisions7dc973bfeat: hydra benchmarking toola362e6efeat: improved tracing44167e9feat: keto-cli improvements12cc3dafeat: make 429 passthrough instead return 401d717289feat: make SCIM work with MySQL96fee1cfeat: rename project revision columns2b33f5afeat: use keysetpagination planner for keto read queries9a8bda2fix: always retry curl invocations to surmount transient third-party failures8e00021fix: clean path while matching to prevent path traversal664432efix: context passing in jsonnetsecure9088f91fix: correctly scan SQLNULLinto go JSON typesc92bc2cfix: down migrations in newer MySQL versions36a676efix: drop allX-Forwarded-*headers when untrusted5862cf6fix: fix benchmark test9667983fix: incorrect default value for page_tokens73009cafix: incorrect usage of database/sqle9acca1fix: only useX-Forwarded-Protoheader when trusted5964b69fix: remove WithDumpMigrations option to MigrationBoxee67087fix: remove flaky test for unused function5ce8122fix: request log config key6c8b787fix: restore OTEL trace propagation in remote and remote_json authorizers198a2bcfix: scope cache config key to introspection URLb9a2725fix: stray debug print3af6f3cfix: update CONTRIBUTING.md0b855e4fix: update packages to fix GHSA-7h2j-956f-4vf2afdef7dfix: upgrade vulnerable dependencies across Go and npmecbebd3fix: x data race and parallize some tests1350d8arefactor: squash merge old backoffice migration and fix up commandcdc1e05test(hydra): add plaintext backups for all DB types5c91d9dtest: deflake and improve performance9ef6345test: deflake directory watcherx7dd339atest: faster and more reliable courier testsd9f227atest: minor setup improvementsArtifacts can be verified with cosign using this public key.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.