90f2e3a16f
reduce retention
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 3m41s
2025-09-09 11:01:53 -05:00
d069d3f1d0
Update cloudflared Docker tag to v1.20.1 ( #1296 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m26s
2025-08-23 04:02:42 +00:00
a3180f4b1c
Update freshrss/freshrss Docker tag to v1.27.0 ( #1253 )
...
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [freshrss/freshrss](https://freshrss.org/ ) ([source](https://github.com/FreshRSS/FreshRSS )) | minor | `1.26.3` -> `1.27.0` |
---
### Release Notes
<details>
<summary>FreshRSS/FreshRSS (freshrss/freshrss)</summary>
### [`v1.27.0`](https://github.com/FreshRSS/FreshRSS/blob/HEAD/CHANGELOG.md#2025-08-18-FreshRSS-1270 )
[Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.26.3...1.27.0 )
- Features
- Implement support for HTTP `429 Too Many Requests` and `503 Service Unavailable`, obey `Retry-After` [#​7760](https://github.com/FreshRSS/FreshRSS/pull/7760 )
- Add sort by category title, or by feed title [#​7702](https://github.com/FreshRSS/FreshRSS/pull/7702 )
- Add search operator `c:` for categories like `c:23,34` or `!c:45,56` [#​7696](https://github.com/FreshRSS/FreshRSS/pull/7696 )
- Custom feed favicons [#​7646](https://github.com/FreshRSS/FreshRSS/pull/7646 ), [#​7704](https://github.com/FreshRSS/FreshRSS/pull/7704 ), [#​7717](https://github.com/FreshRSS/FreshRSS/pull/7717 ),
[#​7792](https://github.com/FreshRSS/FreshRSS/pull/7792 )
- Rework fetch favicons for fewer HTTP requests [#​7767](https://github.com/FreshRSS/FreshRSS/pull/7767 )
- Add more unicity criteria based on title and/or content [#​7789](https://github.com/FreshRSS/FreshRSS/pull/7789 )
- Automatically restore user configuration from backup [#​7682](https://github.com/FreshRSS/FreshRSS/pull/7682 )
- API add support for states in `s` parameter of `streamId` [#​7695](https://github.com/FreshRSS/FreshRSS/pull/7695 )
- Improve sharing via Print [#​7728](https://github.com/FreshRSS/FreshRSS/pull/7728 )
- Redirect to the login page from bookmarklet instead of 403 [#​7782](https://github.com/FreshRSS/FreshRSS/pull/7782 )
- Clean local cache more often, when refreshing feeds [#​7827](https://github.com/FreshRSS/FreshRSS/pull/7827 )
- Security
- Implement reauthentication (*sudo* mode) [#​7753](https://github.com/FreshRSS/FreshRSS/pull/7753 )
- Add `Content-Security-Policy: frame-ancestors` [#​7677](https://github.com/FreshRSS/FreshRSS/pull/7677 )
- Ensure CSP everywhere [#​7810](https://github.com/FreshRSS/FreshRSS/pull/7810 )
- Show warning when unsafe CSP policy is in use [#​7804](https://github.com/FreshRSS/FreshRSS/pull/7804 )
- Fix access rights when creating a new user [#​7783](https://github.com/FreshRSS/FreshRSS/pull/7783 )
- Improve security of form for user details [#​7771](https://github.com/FreshRSS/FreshRSS/pull/7771 ), [#​7786](https://github.com/FreshRSS/FreshRSS/pull/7786 )
- Disallow setting non-existent theme [#​7722](https://github.com/FreshRSS/FreshRSS/pull/7722 )
- Regenerate cookie ID after logging out [#​7762](https://github.com/FreshRSS/FreshRSS/pull/7762 )
- Require current password when setting new password [#​7763](https://github.com/FreshRSS/FreshRSS/pull/7763 )
- Add missing access checks for feed-related actions [#​7768](https://github.com/FreshRSS/FreshRSS/pull/7768 )
- Strip more unsafe attributes such as `referrerpolicy`, `ping` [#​7770](https://github.com/FreshRSS/FreshRSS/pull/7770 )
- Remove unneeded execution permissions [#​7802](https://github.com/FreshRSS/FreshRSS/pull/7802 )
- Bug fixing
- Fix redirections when scraping from HTML [#​7654](https://github.com/FreshRSS/FreshRSS/pull/7654 ), [#​7741](https://github.com/FreshRSS/FreshRSS/pull/7741 )
- Fix multiple authentication HTTP headers [#​7703](https://github.com/FreshRSS/FreshRSS/pull/7703 )
- Fix HTML queries with a single feed [#​7730](https://github.com/FreshRSS/FreshRSS/pull/7730 )
- WebSub: only perform a redirection when coming from WebSub [#​7738](https://github.com/FreshRSS/FreshRSS/pull/7738 )
- Include enclosures in entries’ hash [#​7719](https://github.com/FreshRSS/FreshRSS/pull/7719 )
- Negative side-effect: users of the option to *automatically mark updated articles as unread* will once have some articles with enclosures re-appear as unread
- Fix cancellation of slider exit UI [#​7705](https://github.com/FreshRSS/FreshRSS/pull/7705 )
- Honor *disable update* on update page [#​7733](https://github.com/FreshRSS/FreshRSS/pull/7733 )
- Fix no registration limit setting [#​7751](https://github.com/FreshRSS/FreshRSS/pull/7751 )
- Fix XML encoding of sharing functions [#​7822](https://github.com/FreshRSS/FreshRSS/pull/7822 )
- SimplePie
- Fix propagation of HTTP error codes [#​7670](https://github.com/FreshRSS/FreshRSS/pull/7670 )
- Fix support for XML feeds with HTML entities [#​7689](https://github.com/FreshRSS/FreshRSS/pull/7689 ), [simplepie#915](https://github.com/simplepie/simplepie/pull/915 )
- Fix feeds encoded in UTF-16LE [#​7691](https://github.com/FreshRSS/FreshRSS/pull/7691 ), [simplepie#916](https://github.com/simplepie/simplepie/pull/916 )
- Various upstream contributions [simplepie#917](https://github.com/simplepie/simplepie/pull/917 ), [simplepie#924](https://github.com/simplepie/simplepie/pull/924 ),
[simplepie#926](https://github.com/simplepie/simplepie/pull/926 ), [simplepie#932](https://github.com/simplepie/simplepie/pull/932 ), [simplepie#933](https://github.com/simplepie/simplepie/pull/933 )
- Sync upstream [#​7706](https://github.com/FreshRSS/FreshRSS/pull/7706 ), [FreshRSS/simplepie#45 ](https://github.com/FreshRSS/simplepie/pull/45 ), [#​7775](https://github.com/FreshRSS/FreshRSS/pull/7775 ),
[FreshRSS/simplepie#50 ](https://github.com/FreshRSS/simplepie/pull/50 ), [#​7824](https://github.com/FreshRSS/FreshRSS/pull/7824 ), [#​7825](https://github.com/FreshRSS/FreshRSS/pull/7825 ),
- Fix regex *Backtrack limit was exhausted* in `clean_hash()` [#​7813](https://github.com/FreshRSS/FreshRSS/pull/7813 ), [FreshRSS/simplepie#48 ](https://github.com/FreshRSS/simplepie/pull/48 )
- Deployment
- Docker default image (Debian 12 Bookworm) updated to PHP 8.2.29 [#​7805](https://github.com/FreshRSS/FreshRSS/pull/7805 )
- Docker alternative image updated to Alpine 3.22 with PHP 8.4.11 and Apache 2.4.65 [#​7740](https://github.com/FreshRSS/FreshRSS/pull/7740 ), [#​7740](https://github.com/FreshRSS/FreshRSS/pull/7740 ),
[#​7803](https://github.com/FreshRSS/FreshRSS/pull/7803 )
- Start supporting PHP 8.5+ [#​7787](https://github.com/FreshRSS/FreshRSS/pull/7787 ), [#​7826](https://github.com/FreshRSS/FreshRSS/pull/7826 )
- Docker Alpine dev image `:newest` updated to PHP 8.5-alpha and Apache 2.4.65 [#​7773](https://github.com/FreshRSS/FreshRSS/pull/7773 )
- Docker: interpolate `FRESHRSS_INSTALL` and `FRESHRSS_USER` variables [#​7725](https://github.com/FreshRSS/FreshRSS/pull/7725 )
- Docker: Reduce how much data needs to be chown/chmod’ed on container startup [#​7793](https://github.com/FreshRSS/FreshRSS/pull/7793 )
- Test for database PDO typing support during install (relevant for MySQL / MariaDB with obsolete driver) [#​7651](https://github.com/FreshRSS/FreshRSS/pull/7651 )
- Extensions
- Add API endpoint for extensions [#​7576](https://github.com/FreshRSS/FreshRSS/pull/7576 )
- Expose the reading modes for extensions [#​7668](https://github.com/FreshRSS/FreshRSS/pull/7668 ), [#​7688](https://github.com/FreshRSS/FreshRSS/pull/7688 )
- New extension hook `before_login_btn` [#​7761](https://github.com/FreshRSS/FreshRSS/pull/7761 )
- UI
- Improve *mark as read* request showing popup due to `onbeforeunload` [#​7554](https://github.com/FreshRSS/FreshRSS/pull/7554 )
- Fix lazy-loading for `<video poster="...">` and `<image>` [#​7636](https://github.com/FreshRSS/FreshRSS/pull/7636 )
- Avoid styling `<code>` inside of `<pre>` [#​7797](https://github.com/FreshRSS/FreshRSS/pull/7797 )
- Improve confirmation logic with `data-auto-leave-validation` [#​7785](https://github.com/FreshRSS/FreshRSS/pull/7785 )
- Update `chart.js` to 4.5.0 [#​7752](https://github.com/FreshRSS/FreshRSS/pull/7752 ), [#​7816](https://github.com/FreshRSS/FreshRSS/pull/7816 )
- Various UI and style improvements: [#​7616](https://github.com/FreshRSS/FreshRSS/pull/7616 ), [#​7811](https://github.com/FreshRSS/FreshRSS/pull/7811 )
- I18n
- Show translation status in README [#​7715](https://github.com/FreshRSS/FreshRSS/pull/7715 )
- Improve Indonesian [#​7654](https://github.com/FreshRSS/FreshRSS/pull/7654 ), [#​7721](https://github.com/FreshRSS/FreshRSS/pull/7721 )
- Improve Persian [#​7795](https://github.com/FreshRSS/FreshRSS/pull/7795 )
- Misc.
- Improve PHP code [#​7642](https://github.com/FreshRSS/FreshRSS/pull/7642 ), [#​7665](https://github.com/FreshRSS/FreshRSS/pull/7665 ), [#​7761](https://github.com/FreshRSS/FreshRSS/pull/7761 ),
[#​7781](https://github.com/FreshRSS/FreshRSS/pull/7781 ), [#​7794](https://github.com/FreshRSS/FreshRSS/pull/7794 )
- Update dev dependencies [#​7708](https://github.com/FreshRSS/FreshRSS/pull/7708 ), [#​7709](https://github.com/FreshRSS/FreshRSS/pull/7709 ), [#​7710](https://github.com/FreshRSS/FreshRSS/pull/7710 ),
[#​7711](https://github.com/FreshRSS/FreshRSS/pull/7711 ), [#​7776](https://github.com/FreshRSS/FreshRSS/pull/7776 ), [#​7777](https://github.com/FreshRSS/FreshRSS/pull/7777 )
</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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1253
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-20 23:32:02 +00:00
8ed1109bb9
Update cloudflared Docker tag to v1.20.0 ( #1200 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m27s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.19.0` -> `1.20.0` |
---
### 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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1200
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-12 01:02:22 +00:00
3fc2a7a874
Update cloudflared Docker tag to v1.19.0 ( #1066 )
...
lint-test-helm / helm-lint (push) Successful in 15s
process-repository / process-repository (push) Failing after 29s
renovate / renovate (push) Successful in 2m18s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.18.0` -> `1.19.0` |
---
### 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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1066
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-30 23:07:54 +00:00
11fae5bd22
Update Helm release app-template to v4.2.0 ( #1050 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m6s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.1.2` -> `4.2.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.2.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.2.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.1.2...app-template-4.2.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.2.0
- [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
- [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.2.0 )
</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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #1050
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-29 21:06:50 +00:00
b3cdffa10f
fix script
lint-test-helm / helm-lint (push) Successful in 10s
process-repository / process-repository (push) Failing after 47s
renovate / renovate (push) Successful in 1m28s
2025-07-28 15:54:15 -05:00
0ad191a2e0
fix script
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m39s
2025-07-28 15:33:55 -05:00
9664a0d0c7
add karakeep button
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m19s
2025-07-28 15:11:03 -05:00
0f3285b86d
Update alpine Docker tag to v3.22.1
renovate / renovate (push) Successful in 1m7s
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 9s
2025-07-16 22:01:25 +00:00
fb2897d31a
shorten retention
lint-test-helm / helm-lint (push) Successful in 42s
renovate / renovate (push) Successful in 1m35s
2025-07-08 20:17:24 -05:00
3ebe19fed6
Update cloudflared Docker tag to v1.18.0 ( #847 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m40s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.17.3` -> `1.18.0` |
---
### 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 is behind base branch, 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://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #847
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-08 01:52:32 +00:00
f9f47a699e
Update cloudflared Docker tag to v1.17.3
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (pull_request) Successful in 34s
lint-test-helm / helm-lint (push) Failing after 7s
2025-06-28 21:45:14 +00:00
ea88ac3607
Update Helm release app-template to v4.1.2
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 1m5s
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Successful in 1m10s
2025-06-24 15:03:43 +00:00
358fd8595e
Update cloudflared Docker tag to v1.17.2
lint-test-helm / helm-lint (push) Failing after 6s
lint-test-helm / helm-lint (pull_request) Successful in 1m24s
renovate / renovate (push) Successful in 1m57s
2025-06-18 06:01:38 +00:00
3badd27fe2
Update cloudflared Docker tag to v1.17.1
lint-test-helm / helm-lint (pull_request) Successful in 42s
2025-06-12 19:50:33 +00:00
06ae5bb79e
Update Helm release app-template to v4.1.1
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Successful in 2m1s
2025-06-12 12:03:20 +00:00
f83c7b518e
Update Helm release app-template to v4.1.0
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 1m31s
2025-06-11 15:02:13 +00:00
f01d145e30
Update freshrss/freshrss Docker tag to v1.26.3
renovate/stability-days Updates have met minimum release age requirement
lint-and-test-charts / lint-test (pull_request) Successful in 52s
2025-06-04 16:34:21 +00:00
66d13eeced
Update alpine Docker tag to v3.22.0
lint-and-test-charts / lint-test (pull_request) Successful in 29s
2025-05-31 20:41:53 +00:00
4abab72cac
fix labels
2025-05-17 17:09:05 -05:00
f4e240a23c
update app-template chart
2025-05-16 17:35:27 -05:00
abb47d5cdb
upgrade version and api
2025-05-16 15:43:26 -05:00
8d2563aca9
Update Helm release postgres-cluster to v5.1.0
2025-05-16 20:34:30 +00:00
e8bfa42edf
Update cloudflared Docker tag to v1.14.8
lint-and-test-charts / lint-test (pull_request) Successful in 20s
2025-05-16 01:35:48 +00:00
155b04c209
enable rules
2025-05-14 18:26:52 -05:00
a0d6cdbd0b
Update postgres-cluster Docker tag to v5.0.7
lint-and-test-charts / lint-test (pull_request) Successful in 20s
2025-05-14 22:01:31 +00:00
7bc83d753a
upgrade chart
2025-05-14 13:08:48 -05:00
efd31c90a9
use harbor repo
2025-05-13 21:57:24 -05:00
a26cecd06d
update links to sources
2025-05-09 22:32:02 -05:00
c0571c1a02
update chart data
2025-05-09 20:49:59 -05:00
9c7bffce5d
Update freshrss/freshrss Docker tag to v1.26.2
renovate/stability-days Updates have met minimum release age requirement
lint-and-test-charts / lint-test (pull_request) Successful in 13s
2025-05-04 21:00:47 +00:00
94273b6483
Update Helm release cloudflared to v1.14.7
lint-and-test-charts / lint-test (pull_request) Successful in 13s
renovate/stability-days Updates have not met minimum release age requirement
2025-05-02 21:31:46 +00:00
c87dfeb5cf
migrate repo for app-template
2025-05-01 21:33:36 -05:00
b0b48486d7
Update Helm release cloudflared to v1.14.5
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test-charts / lint-test (pull_request) Successful in 1m39s
2025-04-11 21:24:23 +00:00
48e72c17ea
Update Helm release cloudflared to v1.14.4
renovate/stability-days Updates have met minimum release age requirement
2025-04-05 03:30:32 +00:00
732e7af83e
change helm repo
2025-03-15 20:44:03 -05:00
renovate[bot]
2b521fcf61
Update freshrss/freshrss Docker tag to v1.26.1 ( #1401 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-15 19:45:59 -05:00
renovate[bot]
2f3b6aa324
Update Helm release app-template to v3.7.3
2025-03-16 00:40:28 +00:00
cee8e030b2
update version
2025-03-14 16:17:35 -05:00
06a7fa4995
use gitea repo
2025-03-14 16:11:59 -05:00
renovate[bot]
6b4e852520
Update Helm release cloudflared to v1.14.2
2025-03-07 17:41:16 +00:00
60682fc97c
add applications
2025-03-06 22:39:47 -06:00
renovate[bot]
9713df34bc
Update Helm release app-template to v3.7.2
2025-03-05 20:49:19 +00:00
renovate[bot]
e1cb5df96a
Update Helm release postgres-cluster to v4.2.1 ( #1361 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 12:10:25 +00:00
renovate[bot]
73cdb4e35d
Update Helm release cloudflared to v1.14.1 ( #1360 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 07:09:17 +00:00
866fce5ca6
enable backups
2025-03-03 17:23:03 -06:00
a32cce5515
fix index
2025-03-03 17:20:44 -06:00
c78f78e109
add freshrss
2025-03-03 17:07:43 -06:00
9fe661cf24
migration to next
2025-03-02 16:56:16 -06:00