chore(deps): update container image lissy93/dashy to v3.0.1@509ed71 by renovate (#21583)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [lissy93/dashy](https://togithub.com/Lissy93/dashy) | patch | `3.0.0`
-> `3.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Lissy93/dashy (lissy93/dashy)</summary>

### [`v3.0.1`](https://togithub.com/Lissy93/dashy/releases/tag/3.0.1)

[Compare
Source](https://togithub.com/Lissy93/dashy/compare/3.0.0...3.0.1)

### Version 3.0.1 Released 🚀

This release includes several UX and security improvments. Your backed
up config files will no longer clutter up your user-data directory. The
security of auth has been hardened. You can now prevent direct access to
your config. And there are many little bug fixes.

#### Changes 📋

-   Show more detailed message when Dashy fails to load
- Put all config.backup.\*\*\*.yml in own folder inside user-data, so it
doesn't clutter up the root
- Add support for HTTP auth, to protect config from unauthorized access
- Add support for environmental variables for auth passwords (instead of
hashes)
- Fix the Item Size and Layout buttons, and add support for different
settings for sub-pages
- Disable configuration edit options for guests, when auth enabled
([#&#8203;1552](https://togithub.com/Lissy93/dashy/issues/1552))
- Update docs to include directory structure of `./user-data`
([#&#8203;1538](https://togithub.com/Lissy93/dashy/issues/1538))
- Made cards hyperlinks to repos in GitHub widget
([#&#8203;1531](https://togithub.com/Lissy93/dashy/issues/1531))
- Apply page title, from `pageInfo.title`
([#&#8203;1544](https://togithub.com/Lissy93/dashy/issues/1544))
- Update Docker start command, to remove the build on first container
start ([#&#8203;1543](https://togithub.com/Lissy93/dashy/issues/1543))
- Fix Collapsed state persisting over different pages
([#&#8203;1546](https://togithub.com/Lissy93/dashy/issues/1546))
- Remove the automation where
[@&#8203;liss-bot](https://togithub.com/liss-bot) prompts non-stargazers
to star the repo on ticket open
([#&#8203;1412](https://togithub.com/Lissy93/dashy/issues/1412))
- Update widget fetch function to send user-specified headers
([#&#8203;1549](https://togithub.com/Lissy93/dashy/issues/1549))
-   Updated README.md to include sponsored message from Umbrel

#### New Sponsor 💖

I want to give a shout out to [Umbrel](https://umbrel.com/?ref=dashy),
who are now sponsoring Dashy. If you haven't yet checked them out, they
maintain a super easy all-in-one OS for self-hosting, and sell a
plug-and-play homelab device. Well worth checking out, especially if
you're new to the scene!

It's our sponsors which make continued maintenance possible. You can
consider sponsoring [me](https://togithub.com/sponsors/Lissy93) and our
other [core
contributors](https://togithub.com/Lissy93/dashy/graphs/contributors).

<!-- <p align="center"><a href="https://umbrel.com/?ref=dashy"><img
width="600"
src="https://github.com/Lissy93/dashy/assets/1862727/6bf08145-3db1-42aa-bb8d-224cdd518aad"
/></a></p> -->

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot 2024-05-05 12:56:30 +02:00 committed by GitHub
parent 1ca374c25a
commit ec81e2332a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 3.0.0 appVersion: 3.0.1
dependencies: dependencies:
- name: common - name: common
version: 23.0.0 version: 23.0.0
@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/dashy - https://github.com/truecharts/charts/tree/master/charts/stable/dashy
- https://hub.docker.com/r/lissy93/dashy - https://hub.docker.com/r/lissy93/dashy
type: application type: application
version: 8.0.6 version: 8.0.7

View File

@ -1,6 +1,6 @@
image: image:
repository: lissy93/dashy repository: lissy93/dashy
tag: 3.0.0@sha256:0f045ffca53b019112db3619be8330a1c1229cdc8e108100d23463fc2813d2ca tag: 3.0.1@sha256:509ed71ee52052277a9e648ace636de339b876a67edd51c6d711b4f3911862e3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
securityContext: securityContext:
container: container: