Skip to content

Commit 20b7a15

Browse files
committed
Update changelog
1 parent a69457d commit 20b7a15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.15.9] - 2025-10-22
11+
12+
### Added
13+
14+
- Regex support in user value for RBAC. Regex can be used in grant.users and group values, Regex has to be prefixed with `regex:`
15+
- Support for passing `X-Openrun-User` header to the proxied downstream service. Value is the user making the request.
16+
- Support for passing `X-Openrun-Perms` header to the proxied downstream service. Value is comma separated list of all custom perms granted for the user on that app. `custom:` prefix is trimmed from the passed values.
17+
1018
### Fixed
1119

1220
- Fixed an issue where the source path was not set to `$OPENRUN_HOME/app_src` when running `apply` in `dev` mode.

0 commit comments

Comments
 (0)