Skip to content

Commit

Permalink
fix(container): update ghcr.io/authelia/authelia ( 4.38.16 → 4.38.17 ) (
Browse files Browse the repository at this point in the history
#5764)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/authelia/authelia](https://redirect.github.com/authelia/authelia/pkgs/container/authelia)
([source](https://redirect.github.com/authelia/authelia)) | patch |
`4.38.16` -> `4.38.17` |

---

### Release Notes

<details>
<summary>authelia/authelia (ghcr.io/authelia/authelia)</summary>

###
[`v4.38.17`](https://redirect.github.com/authelia/authelia/releases/tag/v4.38.17)

[Compare
Source](https://redirect.github.com/authelia/authelia/compare/v4.38.16...v4.38.17)

##### Bug Fixes

- **configuration:** jwk without required key startup panic
([#&#8203;8023](https://redirect.github.com/authelia/authelia/issues/8023))
([af5face](https://redirect.github.com/authelia/authelia/commit/af5facec6dd5c4c91ec51daf19ca319580759d2e))
- **configuration:** templating panic edge case
([#&#8203;8130](https://redirect.github.com/authelia/authelia/issues/8130))
([feca984](https://redirect.github.com/authelia/authelia/commit/feca984ddd63aa508ce45259e2c874784be98316))
- **configuration:** utilise updated psl for domain validation
([#&#8203;8119](https://redirect.github.com/authelia/authelia/issues/8119))
([a89d8b8](https://redirect.github.com/authelia/authelia/commit/a89d8b81af8cb7149266a290ad73679ab9425182)),
closes
[/github.com/golang/go/issues/15518#issuecomment-217312171](https://redirect.github.com//github.com/golang/go/issues/15518/issues/issuecomment-217312171)
[#&#8203;8074](https://redirect.github.com/authelia/authelia/issues/8074)
- **web:** feedback missing from password reset
([#&#8203;8021](https://redirect.github.com/authelia/authelia/issues/8021))
([58866f6](https://redirect.github.com/authelia/authelia/commit/58866f68f7f16d27779775cd44fb27942a63637e))
- **web:** totp credential ui shows too much info
([#&#8203;8062](https://redirect.github.com/authelia/authelia/issues/8062))
([5538c2f](https://redirect.github.com/authelia/authelia/commit/5538c2f3af28d963879f97e1ebf286e16cd105f3))
- **web:** webauthn buttons crowded
([#&#8203;8008](https://redirect.github.com/authelia/authelia/issues/8008))
([108c58e](https://redirect.github.com/authelia/authelia/commit/108c58eb1719dfa0d0b95b7a0ec556b5b35ef165))

##### Docker Container

-   `docker pull authelia/authelia:4.38.17`
-   `docker pull ghcr.io/authelia/authelia:4.38.17`

</details>

---

### 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzguNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzOC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Oct 31, 2024
1 parent 43c26f2 commit aa2c6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/kyak/apps/auth/authelia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
app:
image:
repository: ghcr.io/authelia/authelia
tag: 4.38.16@sha256:172c9b2e4d7c25196404e4620f6018650cbd2124999aceaa812cf0c100ef8b23
tag: 4.38.17@sha256:bd0b56ab682ecdf994cc66bbbf75e3ab437a3e4aea4c707eeea0c2fca6cf945e
env:
AUTHELIA_SERVER_ADDRESS: tcp://0.0.0.0:80
AUTHELIA_SERVER_DISABLE_HEALTHCHECK: "true"
Expand Down

0 comments on commit aa2c6af

Please sign in to comment.