Commit Graph
16578 Commits
Author SHA1 Message Date
Kjeld Schouten-Lebbing 166dbfecc2 feat: add CNPG hibernation option to GUI 2023-05-12 12:30:20 +02:00
TrueCharts BotandGitHub 1ff0a0c0e4 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.3 (#8912) 2023-05-12 10:52:26 +02:00
TrueCharts BotandGitHub 5e058ed420 chore(deps): update container image tccr.io/truecharts/grafana to v9.5.2 (#8911) 2023-05-12 09:52:54 +02:00
TrueCharts BotandGitHub 8db39a5c13 chore(deps): update container image tccr.io/truecharts/syslog-ng to v4.2.0 (#8910) 2023-05-12 07:01:07 +02:00
TrueCharts BotandGitHub 749a9ab607 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.78.1 (#8907) 2023-05-12 05:57:26 +02:00
TrueCharts BotandGitHub b63e411a66 chore(deps): update container image tccr.io/truecharts/n8n to v0.228.1 (#8906) 2023-05-12 05:08:41 +02:00
TrueCharts BotandGitHub 258c93c04f chore(deps): update container image tccr.io/truecharts/plex to v1.32.1.6999 (#8898) 2023-05-12 01:55:51 +02:00
TrueCharts BotandGitHub 7e92d5468d chore(deps): update helm general non-major (#8878) 2023-05-12 01:55:25 +02:00
TrueCharts BotandGitHub 1f34e2b8c7 chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.1 (#8896) 2023-05-12 01:00:53 +02:00
TrueCharts BotandGitHub 9a96adaf2f chore(deps): update jupyter (#8894) 2023-05-11 23:55:41 +02:00
TrueCharts BotandGitHub afab5a460b chore(deps): update kitchenowl (#8895) 2023-05-11 23:53:58 +02:00
TrueCharts BotandGitHub 82953c14eb chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.14 (#8893) 2023-05-11 22:55:48 +02:00
TrueCharts BotandGitHub b4c0861943 chore(deps): update container image tccr.io/truecharts/jackett to v0.20.2814 (#8891) 2023-05-11 21:56:59 +02:00
TrueCharts BotandGitHub e47016bbbd chore(deps): update container image tailscale/tailscale to v1.40.1 (#8889) 2023-05-11 04:57:07 +02:00
TrueCharts BotandGitHub fd25bf7eec chore(deps): update container image tccr.io/truecharts/prowlarr to v1.4.1.3258 (#8884) 2023-05-10 11:56:20 +02:00
Stavros KoisandGitHub ce0baae04e fix(vikunja): remove additional_attrs from list (#8880) 2023-05-10 09:28:58 +03:00
TrueCharts BotandGitHub 3f4f6931b4 chore(deps): update container image tccr.io/truecharts/grav to v1.7.40 (#8879) 2023-05-09 22:01:39 +02:00
aaros-plandGitHub 6e90e692b4 Grav update container image to v1.7.40 (#8865)
**Description**
Updated grav image
⚒️ Fixes  # Outdated version
#8864
#7796 Found the same issue open

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 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?**
Deployed helm chart with updated image version.

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [X] 👀 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-05-09 21:52:45 +03:00
TrueCharts BotandGitHub 7b1282a685 chore(deps): update container image tccr.io/truecharts/jackett to v0.20.2814 (#8876) 2023-05-09 12:07:10 +02:00
StevenMcElligottandGitHub f2912934b1 fix(mongo-express): Remove required db name (#8873)
**Description**

We don't need to specify a DB name, just the username/password, if using
root, so removing the required. Last test before Stable

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-05-09 12:01:06 +03:00
TrueCharts BotandGitHub b817758951 chore(deps): update container image tccr.io/truecharts/kavita to v0.7.2 (#8874) 2023-05-09 05:59:25 +02:00
TrueCharts BotandGitHub 8abdf24a6f chore(deps): update container image tccr.io/truecharts/photoprism to v230506 (#8868) 2023-05-08 17:42:30 +02:00
TrueCharts BotandGitHub 433d413106 chore(deps): update jupyter to v2023-05 (minor) (#8867) 2023-05-08 16:43:30 +02:00
TrueCharts BotandGitHub 82bfd85909 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.15.0 (#8866) 2023-05-08 16:41:51 +02:00
TrueCharts BotandGitHub 52076dfdf4 chore(deps): update container image tccr.io/truecharts/tsmuxer to v23.04.1 (#8862) 2023-05-08 14:40:16 +02:00
TrueCharts BotandGitHub 10fb4709a8 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.113.0 (#8863) 2023-05-08 14:40:02 +02:00
TrueCharts BotandGitHub 629af305ac chore(deps): update container image tccr.io/truecharts/n8n to v0.227.0 (#8859) 2023-05-08 13:44:17 +02:00
TrueCharts BotandGitHub af8e3b0408 chore(deps): update container image tccr.io/truecharts/qdirstat to v23.04.1 (#8860) 2023-05-08 13:43:03 +02:00
TrueCharts BotandGitHub f37c8c0f7d chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.05.1 (#8858) 2023-05-08 12:53:40 +02:00
TrueCharts BotandGitHub 8d06abb5c2 chore(deps): update container image tccr.io/truecharts/jdownloader-2 to v23.04.1 (#8856) 2023-05-08 11:56:58 +02:00
TrueCharts BotandGitHub bd76b78a07 chore(deps): update container image tccr.io/truecharts/handbrake to v23.04.1 (#8853) 2023-05-08 10:42:32 +02:00
TrueCharts BotandGitHub c091244011 chore(deps): update container image tccr.io/truecharts/dashdot to v5.2.1 (#8852) 2023-05-08 10:41:07 +02:00
TrueCharts BotandGitHub 27090cd643 chore(deps): update container image tccr.io/truecharts/czkawka to v23.04.1 (#8851) 2023-05-08 09:42:14 +02:00
TrueCharts BotandGitHub 2d24abeda6 chore(deps): update container image tccr.io/truecharts/avidemux to v23.04.1 (#8850) 2023-05-08 09:42:03 +02:00
TrueCharts BotandGitHub d5f759475c chore(deps): update container image tccr.io/truecharts/autobrr to v1.25.0 (#8848) 2023-05-08 08:41:15 +02:00
TrueCharts BotandGitHub 52b1519cdb chore(deps): update container image tccr.io/truecharts/actualserver to v23.5.0 (#8847) 2023-05-08 08:41:08 +02:00
TrueCharts BotandGitHub 92c8dc28d7 chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.30.4 (#8846) 2023-05-08 07:34:36 +02:00
TrueCharts BotandGitHub b4012f7528 chore(deps): update container image tccr.io/truecharts/unpackerr to v0.11.2 (#8843) 2023-05-08 06:43:23 +02:00
TrueCharts BotandGitHub 11d0b1d942 chore(deps): update container image tccr.io/truecharts/watchyourlan to v0.9.2 (#8844) 2023-05-08 06:43:18 +02:00
TrueCharts BotandGitHub 6c3579ba31 chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#8841) 2023-05-08 05:41:34 +02:00
TrueCharts BotandGitHub 743f3f9219 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.14 (#8839) 2023-05-08 04:55:47 +02:00
TrueCharts BotandGitHub 1c749f9cee chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.1 (#8840) 2023-05-08 04:55:28 +02:00
TrueCharts BotandGitHub 271c9919cc chore(deps): update container image tccr.io/truecharts/prowlarr to v1.4.1.3258 (#8838) 2023-05-08 04:08:42 +02:00
TrueCharts BotandGitHub 5d04542fcd chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.14.4 (#8835) 2023-05-08 03:04:08 +02:00
TrueCharts BotandGitHub d3996f8a48 chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.18.2 (#8836) 2023-05-08 03:03:41 +02:00
TrueCharts BotandGitHub b6b20f9d36 chore(deps): update container image tccr.io/truecharts/outline to v0.69.2 (#8834) 2023-05-08 01:43:53 +02:00
TrueCharts BotandGitHub a69b43a3ed chore(deps): update container image tccr.io/truecharts/n8n to v0.226.2 (#8833) 2023-05-08 01:43:40 +02:00
TrueCharts BotandGitHub 1fcd1d789f chore(deps): update container image tccr.io/truecharts/minio-console to v0.26.4 (#8832) 2023-05-08 00:56:08 +02:00
TrueCharts BotandGitHub 67ff0d7f82 chore(deps): update container image tccr.io/truecharts/mediainfo to v23.04.2 (#8830) 2023-05-07 23:44:25 +02:00
TrueCharts BotandGitHub fdbe6cba64 chore(deps): update container image tccr.io/truecharts/makemkv to v23.04.2 (#8829) 2023-05-07 23:44:09 +02:00