chore(helm): update image docker.io/outlinewiki/outline 0.81.0 → 0.81.1 (#29644)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline) | patch | `5b3284a` -> `e539971` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>outline/outline (docker.io/outlinewiki/outline)</summary> ### [`v0.81.1`](https://redirect.github.com/outline/outline/releases/tag/v0.81.1) [Compare Source](https://redirect.github.com/outline/outline/compare/v0.81.0...v0.81.1) #### What's Changed - Fixed emails should not attempt to be sent if no SMTP authentication is configured - Fixed unable to sort by "role" in members table in settings [https://github.com/outline/outline/issues/7986](https://redirect.github.com/outline/outline/issues/7986) - Further improvements to diacritics matching in `CMD`+`F` - "From" address for outgoing emails is no longer overridden in self-hosted installs [https://github.com/outline/outline/issues/7929](https://redirect.github.com/outline/outline/issues/7929) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.81.0
|
||||
appVersion: 0.81.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.7
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/outline
|
||||
- https://hub.docker.com/r/outlinewiki/outline
|
||||
type: application
|
||||
version: 14.10.2
|
||||
version: 14.10.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/outlinewiki/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.81.0@sha256:5b3284a88d31f78ce3f21cc0190aea0fa26dc849a6b567a476a8348a7927315b
|
||||
tag: 0.81.1@sha256:e539971b59b2523ab54bf792105d1cff6432974a37e18211c175cd053d7feb62
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user