Skip to content

Commit

Permalink
prepare release v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifer committed Jul 29, 2023
1 parent 32245e2 commit 1cd016d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.27.0 / 2023-07-29

* New Features
* Add support for K8s ingress-nginx "rd" URL parameter
* [#78] Allow for sprig templating in configuration file

* Improvements
* Move Docker image to use non-root user
* Rewrite ACL logic, add support for multiple rules to be applied to the same request and therefore also denying anonymous access to certain requests while allowing it on the general site

* Internal Changes
* Update to Go 1.20, update dependencies
* Update go-oidc to v3
* [ci] Switch to Github Actions

Please note this release makes changes how the ACL is applied. The test cases were (functionally) not altered, so the behavior **should** not change, though you really should test whether your rules are still working fine.

Also if you're using the Docker image please note the default user in the image has changed from root (ID 0) to an unprivileged user (ID 1000). You might need to adjust your config to be read or overwrite the Docker user if you relied on it to be the root user.

# 0.26.0 / 2022-12-21

* Add health-endpoint, fix copy on empty dir
Expand Down

0 comments on commit 1cd016d

Please sign in to comment.