TrueChartsClone/charts/stable/linkwarden/Chart.yaml

39 lines
1.1 KiB
YAML
Raw Normal View History

annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: bookmarks
chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.4.9@9d0c86d by renovate (#17417) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden) | patch | `v2.4.8` -> `v2.4.9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary> ### [`v2.4.9`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.4.9) [Compare Source](https://togithub.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9) #### What's Changed - updated .env.sample by [@&#8203;daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/407](https://togithub.com/linkwarden/linkwarden/pull/407) - minor update to README.md by [@&#8203;daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/414](https://togithub.com/linkwarden/linkwarden/pull/414) - bypass error by [@&#8203;daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/430](https://togithub.com/linkwarden/linkwarden/pull/430) **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 08:35:21 -05:00
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.5.3@af88a2f by renovate (#20948) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden) | patch | `v2.5.2` -> `v2.5.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary> ### [`v2.5.3`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.5.3) [Compare Source](https://togithub.com/linkwarden/linkwarden/compare/v2.5.2...v2.5.3) Minor fix. **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.5.2...v2.5.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-18 08:34:01 -04:00
appVersion: 2.5.3
dependencies:
- name: common
version: 20.3.11
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
home: https://truecharts.org/charts/stable/linkwarden
icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.webp
keywords:
- linkwarden
- bookmark
- manager
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: linkwarden
sources:
- https://github.com/linkwarden/linkwarden
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
- https://ghcr.io/linkwarden/linkwarden
type: application
fix(scale-gui): replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI (#21154) **Description** Seems this was missing in the gui by accident **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-04-22 08:11:52 -04:00
version: 4.9.15