Commit Graph

23807 Commits

Author SHA1 Message Date
TrueCharts Bot 5280f7b036
chore(deps): update container image baserow/baserow to v1.22.1@fb2b92c by renovate (#16484)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow) | minor |
`1.21.2` -> `1.22.1` |

---

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

---

### Release Notes

<details>
<summary>baserow/baserow (baserow/baserow)</summary>

###
[`v1.22.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1221)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.0...1.22.1)

##### Bug fixes

- Fix bug causing Baserow to use empty jwt secret by default when
running baserow from docker compose.
[#&#8203;2160](https://gitlab.com/baserow/baserow/-/issues/2160)
-   Fixed incorrect handling of row moved warning.

###
[`v1.22.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1220)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.21.2...1.22.0)

##### New features

- Add support for multiple select in the formula field. Add `has_option`
formula to check if a multiple select field has a specific option.
[#&#8203;1363](https://gitlab.com/baserow/baserow/-/issues/1363)
- Group rows by field.
[#&#8203;143](https://gitlab.com/baserow/baserow/-/issues/143)
- Allow switching between personal and collaborative views.
[#&#8203;1449](https://gitlab.com/baserow/baserow/-/issues/1449)
- Added UUID field type.
[#&#8203;1463](https://gitlab.com/baserow/baserow/-/issues/1463)
- Allow choosing a checkbox input option for the multiple select field
in the form view.
[#&#8203;1899](https://gitlab.com/baserow/baserow/-/issues/1899)
- Add chips UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Redesign context and select menus
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Restyle input and textarea
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Restyle radio button
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Add Last Modified By field
[#&#8203;2042](https://gitlab.com/baserow/baserow/-/issues/2042)
- Send a notification on form submission to subscribed users.
[#&#8203;2054](https://gitlab.com/baserow/baserow/-/issues/2054)
- Allow to follow/unfollow comments on a specific row.
[#&#8203;2086](https://gitlab.com/baserow/baserow/-/issues/2086)
- Display 'available in premium version' message for non-premium users
when switching view to Personal
[#&#8203;2087](https://gitlab.com/baserow/baserow/-/issues/2087)
- Add the duration field type.
[#&#8203;2088](https://gitlab.com/baserow/baserow/-/issues/2088)
- Add support for sorting Last Modified By fields
[#&#8203;2106](https://gitlab.com/baserow/baserow/-/issues/2106)
- Add support for search for last modified by field type
[#&#8203;2108](https://gitlab.com/baserow/baserow/-/issues/2108)
- Add is, is not, empty, not empty filters for last modified by field
[#&#8203;2109](https://gitlab.com/baserow/baserow/-/issues/2109)
- Immediate frontend rendering for changing Last modified by field
values [#&#8203;2113](https://gitlab.com/baserow/baserow/-/issues/2113)
- Add the created_by field type.
[#&#8203;624](https://gitlab.com/baserow/baserow/-/issues/624)
- Add autonumber field
[#&#8203;811](https://gitlab.com/baserow/baserow/-/issues/811)
- Allow choosing a radio input option for the single select field in the
form view.
[#&#8203;813](https://gitlab.com/baserow/baserow/-/issues/813)
- Introduced `BASEROW_FRONTEND_SAME_SITE_COOKIE` environment variable to
change the cookie sameSite value.
-   New templates:
    -   Beverage Sales Management
    -   Car Comparison
    -   ESG Management
    -   Staff Development

##### Bug fixes

- Fixed incorrect font in emails by introducing fallback.
[#&#8203;1947](https://gitlab.com/baserow/baserow/-/issues/1947)
- Fixes the deadlock errors that can occur when updating TSV cells.
[#&#8203;1984](https://gitlab.com/baserow/baserow/-/issues/1984)
- Fix shift arrow selection on grid view when primary key field option
is not first
[#&#8203;1998](https://gitlab.com/baserow/baserow/-/issues/1998)
- Make date field responsive in Row dialog.
[#&#8203;2048](https://gitlab.com/baserow/baserow/-/issues/2048)
- Fixed a bug that prevented table duplication when a 'Link to Table'
field is modified to link to a different table.
[#&#8203;2053](https://gitlab.com/baserow/baserow/-/issues/2053)
- Remove the 'App pitch planner' database from the 'Elementary School
Management System' template.
[#&#8203;2060](https://gitlab.com/baserow/baserow/-/issues/2060)
- Fix a bug causing the 'Duplicate row' in the UI not showing values
correctly for single and multiple select fields.
[#&#8203;2068](https://gitlab.com/baserow/baserow/-/issues/2068)
- Fix a bug preventing lookup fields to work properly with last modified
fields. [#&#8203;2081](https://gitlab.com/baserow/baserow/-/issues/2081)
- Fixed a bug causing the UI to freeze on clicking the already opened
table link in sidebar.
[#&#8203;2082](https://gitlab.com/baserow/baserow/-/issues/2082)
- Fix filename inconsistency for downloaded files
[#&#8203;2096](https://gitlab.com/baserow/baserow/-/issues/2096)
- Disable incompatible filters in public views
[#&#8203;2116](https://gitlab.com/baserow/baserow/-/issues/2116)
- Fix values not being updated in row edit modal if the row is not in
the buffer.
[#&#8203;2128](https://gitlab.com/baserow/baserow/-/issues/2128)
- Fix a bug causing comments not syncing in row edit modal on
navigation.
[#&#8203;2144](https://gitlab.com/baserow/baserow/-/issues/2144)
- Fix bug causing the notification panel to crash with comment
notifications lacking user sender
[#&#8203;2157](https://gitlab.com/baserow/baserow/-/issues/2157)
- Disable session recording in Posthog to prevent ReportingObserver
error.
- Fix show paginated response of the APIListingView in the OpenAPI spec.
-   Fixed undefined event when copying rows via multiple row context.
-   Fix duplicate darker color in palette.
-   Fix limit of the multiple selection in the web-frontend
-   Resolve the postcss-loader warnings.
- Fix bug where commenters were not able to see row comments and change
history.
-   Suppress redirect error when selecting the database application.

##### Refactors

- Alert and toast refactor
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Reduce the amount of data written from automatic field updates when
possible.
[#&#8203;2021](https://gitlab.com/baserow/baserow/-/issues/2021)
- Pick a valid view from the available ones if a rowId is provided in
the route params.
[#&#8203;2095](https://gitlab.com/baserow/baserow/-/issues/2095)
- Add the `workspace_id` and the `database_id` to webhook payload.
[#&#8203;2147](https://gitlab.com/baserow/baserow/-/issues/2147)
-   Improved performance of the field dependency updating.
- Improved performance of the field serialized import export, resulting
in fast duplication.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:29 +01:00
TrueCharts Bot 730891dd08
chore(deps): update container image docker.io/codercom/code-server to v4.20.0@945c1c6 by renovate (#16488)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `4.19.1` -> `4.20.0` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:13 +01:00
TrueCharts Bot 304dc61913
chore(deps): update container image deconzcommunity/deconz to v2.25.0@439b575 by renovate (#16487)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| deconzcommunity/deconz | minor | `2.24.2` -> `2.25.0` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:52:35 +01:00
TrueCharts Bot eebc6e9db8
chore(deps): update container image corentinth/it-tools to v2023.12.21-5ed3693@cb54f27 by renovate (#16486)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| corentinth/it-tools | minor | `2023.11.2-7d94e11` ->
`2023.12.21-5ed3693` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:52:20 +01:00
TrueCharts Bot f676bb71cf
chore(deps): update container image gitea/gitea to v1.21.3@00677d8 by renovate (#16471)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitea/gitea](https://togithub.com/go-gitea/gitea) | patch |
`1.21.2-rootless` -> `1.21.3-rootless` |

---

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

---

### Release Notes

<details>
<summary>go-gitea/gitea (gitea/gitea)</summary>

###
[`v1.21.3`](https://togithub.com/go-gitea/gitea/releases/tag/v1.21.3)

[Compare
Source](https://togithub.com/go-gitea/gitea/compare/v1.21.2...v1.21.3)

-   SECURITY
- Update golang.org/x/crypto
([#&#8203;28519](https://togithub.com/go-gitea/gitea/issues/28519))
-   API
- chore(api): support ignore password if login source type is LDAP for
creating user API
([#&#8203;28491](https://togithub.com/go-gitea/gitea/issues/28491))
([#&#8203;28525](https://togithub.com/go-gitea/gitea/issues/28525))
- Add endpoint for not implemented Docker auth
([#&#8203;28457](https://togithub.com/go-gitea/gitea/issues/28457))
([#&#8203;28462](https://togithub.com/go-gitea/gitea/issues/28462))
-   ENHANCEMENTS
- Add option to disable ambiguous unicode characters detection
([#&#8203;28454](https://togithub.com/go-gitea/gitea/issues/28454))
([#&#8203;28499](https://togithub.com/go-gitea/gitea/issues/28499))
- Refactor SSH clone URL generation code
([#&#8203;28421](https://togithub.com/go-gitea/gitea/issues/28421))
([#&#8203;28480](https://togithub.com/go-gitea/gitea/issues/28480))
- Polyfill SubmitEvent for PaleMoon
([#&#8203;28441](https://togithub.com/go-gitea/gitea/issues/28441))
([#&#8203;28478](https://togithub.com/go-gitea/gitea/issues/28478))
-   BUGFIXES
- Fix the issue ref rendering for wiki
([#&#8203;28556](https://togithub.com/go-gitea/gitea/issues/28556))
([#&#8203;28559](https://togithub.com/go-gitea/gitea/issues/28559))
- Fix duplicate ID when deleting repo
([#&#8203;28520](https://togithub.com/go-gitea/gitea/issues/28520))
([#&#8203;28528](https://togithub.com/go-gitea/gitea/issues/28528))
- Only check online runner when detecting matching runners in workflows
([#&#8203;28286](https://togithub.com/go-gitea/gitea/issues/28286))
([#&#8203;28512](https://togithub.com/go-gitea/gitea/issues/28512))
- Initalize stroage for orphaned repository doctor
([#&#8203;28487](https://togithub.com/go-gitea/gitea/issues/28487))
([#&#8203;28490](https://togithub.com/go-gitea/gitea/issues/28490))
- Fix possible nil pointer access
([#&#8203;28428](https://togithub.com/go-gitea/gitea/issues/28428))
([#&#8203;28440](https://togithub.com/go-gitea/gitea/issues/28440))
- Don't show unnecessary citation JS error on UI
([#&#8203;28433](https://togithub.com/go-gitea/gitea/issues/28433))
([#&#8203;28437](https://togithub.com/go-gitea/gitea/issues/28437))
-   DOCS
- Update actions document about comparsion as Github Actions
([#&#8203;28560](https://togithub.com/go-gitea/gitea/issues/28560))
([#&#8203;28564](https://togithub.com/go-gitea/gitea/issues/28564))
- Fix documents for "custom/public/assets/"
([#&#8203;28465](https://togithub.com/go-gitea/gitea/issues/28465))
([#&#8203;28467](https://togithub.com/go-gitea/gitea/issues/28467))
-   MISC
- Fix inperformant query on retrifing review from database.
([#&#8203;28552](https://togithub.com/go-gitea/gitea/issues/28552))
([#&#8203;28562](https://togithub.com/go-gitea/gitea/issues/28562))
- Improve the prompt for "ssh-keygen sign"
([#&#8203;28509](https://togithub.com/go-gitea/gitea/issues/28509))
([#&#8203;28510](https://togithub.com/go-gitea/gitea/issues/28510))
- Update docs for DISABLE_QUERY_AUTH_TOKEN
([#&#8203;28485](https://togithub.com/go-gitea/gitea/issues/28485))
([#&#8203;28488](https://togithub.com/go-gitea/gitea/issues/28488))
- Fix Chinese translation of config cheat sheet\[API]
([#&#8203;28472](https://togithub.com/go-gitea/gitea/issues/28472))
([#&#8203;28473](https://togithub.com/go-gitea/gitea/issues/28473))
- Retry SSH key verification with additional CRLF if it failed
([#&#8203;28392](https://togithub.com/go-gitea/gitea/issues/28392))
([#&#8203;28464](https://togithub.com/go-gitea/gitea/issues/28464))

Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be
automatically upgraded to this version during the specified maintenance
window.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:51:35 +01:00
TrueCharts Bot bb8ae0770f
chore(deps): update container image shaneisrael/fireshare to v1.2.16@338eaa8 by renovate (#16476) 2023-12-25 01:51:12 +01:00
TrueCharts Bot e54905658f
chore(deps): update container image zwavejs/zwave-js-ui to v9.6.2@4a296b2 by renovate (#16480) 2023-12-25 01:50:56 +01:00
TrueCharts Bot c8f59621fd
chore(deps): update container image yourselfhosted/slash to v0.5.1@08ad775 by renovate (#16479) 2023-12-25 01:50:50 +01:00
TrueCharts Bot e93c793aa1
chore(deps): update container image flowiseai/flowise to v1.4.7@f227fcd by renovate (#16464)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| flowiseai/flowise | patch | `1.4.6` -> `1.4.7` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:50:04 +01:00
TrueCharts Bot e94390035a
chore(deps): update container image metabase/metabase to v0.48.1@98f9d81 by renovate (#16473)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.48.0` -> `v0.48.1` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:49:57 +01:00
TrueCharts Bot 39b0544730
chore(deps): update container image jeessy/ddns-go to v5.6.7@9b0a1d2 by renovate (#16472) 2023-12-25 01:49:31 +01:00
TrueCharts Bot 13bd4ee3a6
chore(deps): update container image minio/minio to vrelease.2023-12-23t07-19-11z@47d5b01 by renovate (#16474)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| minio/minio | patch | `RELEASE.2023-12-14T18-51-57Z` ->
`RELEASE.2023-12-23T07-19-11Z` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:49:26 +01:00
TrueCharts Bot bfa092e0f8
chore(deps): update container image ghcr.io/unpoller/unpoller to v2.9.5@486a633 by renovate (#16470)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/unpoller/unpoller](https://togithub.com/unpoller/unpoller) |
patch | `v2.9.4` -> `v2.9.5` |

---

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

---

### Release Notes

<details>
<summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary>

###
[`v2.9.5`](https://togithub.com/unpoller/unpoller/releases/tag/v2.9.5)

[Compare
Source](https://togithub.com/unpoller/unpoller/compare/v2.9.4...v2.9.5)

#### Changelog

- [`92fdd61`](https://togithub.com/unpoller/unpoller/commit/92fdd613)
Merge pull request
[#&#8203;659](https://togithub.com/unpoller/unpoller/issues/659) from
unpoller/dependabot/go_modules/golang.org/x/crypto-0.17.0
- [`19e1240`](https://togithub.com/unpoller/unpoller/commit/19e12402)
Bump golang.org/x/crypto from 0.16.0 to 0.17.0
- [`2302a69`](https://togithub.com/unpoller/unpoller/commit/2302a69a)
Merge pull request
[#&#8203;654](https://togithub.com/unpoller/unpoller/issues/654) from
unpoller/dependabot/github_actions/actions/setup-go-5
- [`80d99a8`](https://togithub.com/unpoller/unpoller/commit/80d99a83)
Merge pull request
[#&#8203;655](https://togithub.com/unpoller/unpoller/issues/655) from
unpoller/dependabot/go_modules/github.com/influxdata/influxdb-client-go/v2-2.13.0
- [`e625f9d`](https://togithub.com/unpoller/unpoller/commit/e625f9dd)
Bump github.com/influxdata/influxdb-client-go/v2 from 2.12.4 to 2.13.0
- [`26c8e0a`](https://togithub.com/unpoller/unpoller/commit/26c8e0a2)
Bump actions/setup-go from 4 to 5
- [`a73e9ea`](https://togithub.com/unpoller/unpoller/commit/a73e9eaf)
Merge pull request
[#&#8203;650](https://togithub.com/unpoller/unpoller/issues/650) from
unpoller/dependabot/go_modules/golang.org/x/net-0.19.0
- [`aa98544`](https://togithub.com/unpoller/unpoller/commit/aa985444)
Bump golang.org/x/net from 0.18.0 to 0.19.0
- [`c6186de`](https://togithub.com/unpoller/unpoller/commit/c6186de5)
Merge pull request
[#&#8203;643](https://togithub.com/unpoller/unpoller/issues/643) from
unpoller/platinummonkey-patch-1
- [`bcfab84`](https://togithub.com/unpoller/unpoller/commit/bcfab844)
Update docker-compose.yml
- [`880a152`](https://togithub.com/unpoller/unpoller/commit/880a152d)
Merge pull request
[#&#8203;642](https://togithub.com/unpoller/unpoller/issues/642) from
unpoller/dependabot/go_modules/golang.org/x/net-0.18.0
- [`39e1c56`](https://togithub.com/unpoller/unpoller/commit/39e1c560)
Bump golang.org/x/net from 0.17.0 to 0.18.0
- [`db5a268`](https://togithub.com/unpoller/unpoller/commit/db5a2682)
Merge pull request
[#&#8203;631](https://togithub.com/unpoller/unpoller/issues/631) from
austinbrowder/master
- [`8974cce`](https://togithub.com/unpoller/unpoller/commit/8974cce0)
Fixed PR lint failure
- [`746ab85`](https://togithub.com/unpoller/unpoller/commit/746ab856)
Added source interface identifier to exportUSGstats function

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:48:47 +01:00
TrueCharts Bot 7391c51bf6
chore(deps): update container image ghcr.io/onedr0p/readarr-develop to v0.3.13.2338@bf8a16b by renovate (#16469) 2023-12-25 01:48:32 +01:00
TrueCharts Bot cd7efba614
chore(deps): update container image beromir/servas to v0.0.7@0fedba9 by renovate (#16457) 2023-12-25 01:48:30 +01:00
TrueCharts Bot f2569be8d3
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.11.3.4163@388ab3f by renovate (#16468) 2023-12-25 01:48:29 +01:00
TrueCharts Bot 1047118b14
chore(deps): update container image ghcr.io/goofball222/unifi to v8.0.24@d8b9f6c by renovate (#16467)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goofball222/unifi](https://togithub.com/goofball222/unifi) |
patch | `8.0.7` -> `8.0.24` |

---

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

---

### Release Notes

<details>
<summary>goofball222/unifi (ghcr.io/goofball222/unifi)</summary>

###
[`v8.0.24`](https://togithub.com/goofball222/unifi/releases/tag/8.0.24)

UniFi Network Application v8.0.24 -
https://community.ui.com/releases/UniFi-Network-Application-8-0-24/43b24781-aea8-48dc-85b2-3fca42f758c9

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:48:25 +01:00
TrueCharts Bot 701b3074bf
chore(deps): update container image tailscale/tailscale to v1.56.1@ac0c192 by renovate (#16477) 2023-12-25 01:48:16 +01:00
TrueCharts Bot 47de636ae9
chore(deps): update container image ghcr.io/fluidd-core/fluidd to v1.27.1@01e6dcf by renovate (#16466)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/fluidd-core/fluidd](https://togithub.com/fluidd-core/fluidd)
| patch | `v1.27.0` -> `v1.27.1` |

---

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

---

### Release Notes

<details>
<summary>fluidd-core/fluidd (ghcr.io/fluidd-core/fluidd)</summary>

###
[`v1.27.1`](https://togithub.com/fluidd-core/fluidd/releases/tag/v1.27.1)

[Compare
Source](https://togithub.com/fluidd-core/fluidd/compare/v1.27.0...v1.27.1)

##### Features

- add feature to filter moonraker backup files
([#&#8203;1278](https://togithub.com/fluidd-core/fluidd/issues/1278))
([66c8d20](66c8d20cb1))
- adds help tooltips to File Browsers
([af48f3c](af48f3c97e))
- highlight section in circle toolhead control
([99ef5b3](99ef5b3efe))
- new SVG assets for circle toolhead controls
([#&#8203;1279](https://togithub.com/fluidd-core/fluidd/issues/1279))
([62cd4c1](62cd4c1053))

##### Bug Fixes

- corrects original source attributions
([#&#8203;1276](https://togithub.com/fluidd-core/fluidd/issues/1276))
([8ee1312](8ee1312153))
- improves estimates calculation
([#&#8203;1283](https://togithub.com/fluidd-core/fluidd/issues/1283))
([822a274](822a2748e6))
- makes print cooling fan optional
([#&#8203;1281](https://togithub.com/fluidd-core/fluidd/issues/1281))
([de2d15c](de2d15cccd))
- reset default move distance when availables change
([#&#8203;1287](https://togithub.com/fluidd-core/fluidd/issues/1287))
([720d6b2](720d6b2f45))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:48:10 +01:00
TrueCharts Bot 496707f006
chore(deps): update container image ghcr.io/drakkan/sftpgo to v2.5.6@5842985 by renovate (#16465) 2023-12-25 01:47:49 +01:00
TrueCharts Bot fb2284aa86
chore(deps): update container image boredazfcuk/icloudpd to v1.0.696@b76c4db by renovate (#16459)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| boredazfcuk/icloudpd | patch | `1.0.691` -> `1.0.696` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:47:42 +01:00
TrueCharts Bot ac606a97f7
chore(deps): update container image ckulka/baikal to v0.9.4@2dbd7b7 by renovate (#16460) 2023-12-25 01:46:46 +01:00
TrueCharts Bot f572b2d14b
chore(deps): update container image clickhouse/clickhouse-server to v23.11.3.23@f577006 by renovate (#16461)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clickhouse/clickhouse-server | patch | `23.11.2.11` -> `23.11.3.23` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:46:45 +01:00
TrueCharts Bot d5b0320eba
chore(deps): update container image codetheweb/muse to v2.4.4@c3a6a01 by renovate (#16462)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| codetheweb/muse | patch | `2.4.3` -> `2.4.4` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:46:40 +01:00
TrueCharts Bot db62978d5a
chore(deps): update container image wiserain/flexget to 3.10.6@85dddfd by renovate (#16452) 2023-12-25 01:45:56 +01:00
TrueCharts Bot ac985a48e7
chore(deps): update container image yourls to latest@1000d12 by renovate (#16453)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `2587d6c` -> `1000d12` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:45:33 +01:00
TrueCharts Bot dab4a7f9f8
chore(deps): update container image revenz/fileflows to 23.12@23743aa by renovate (#16447) 2023-12-25 01:45:12 +01:00
TrueCharts Bot 74181c4f37
chore(deps): update container image wabayang/jelu to latest@5cd8181 by renovate (#16451)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| wabayang/jelu | digest | `3b07c8f` -> `5cd8181` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:44:49 +01:00
TrueCharts Bot 81099dc588
chore(deps): update container image niruix/sshwifty to latest@b6b2e59 by renovate (#16442)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| niruix/sshwifty | digest | `5c296e4` -> `b6b2e59` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:44:34 +01:00
TrueCharts Bot 1d57e64fbc
chore(deps): update container image quay.io/invidious/invidious to latest@1ecee58 by renovate (#16444)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/invidious/invidious | digest | `d7517f2` -> `1ecee58` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:44:16 +01:00
TrueCharts Bot f084519072
chore(deps): update container image searxng/searxng to latest@6a2e5d4 by renovate (#16449) 2023-12-25 01:44:09 +01:00
TrueCharts Bot 23032bf083
chore(deps): update container image redmine to 5.1.1@a935514 by renovate (#16446) 2023-12-25 01:44:07 +01:00
TrueCharts Bot ac35ccd4bf
chore(deps): update container image rocker/rstudio to 4.3.2@7dcbb18 by renovate (#16448) 2023-12-25 01:43:55 +01:00
TrueCharts Bot 0e02c782be
chore(deps): update container image monica to 4.0.0@cb63fc1 by renovate (#16439)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `78c4ade` -> `cb63fc1` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:43:51 +01:00
TrueCharts Bot af6b7dee61
chore(deps): update container image phasecorex/red-discordbot to full@d005aa1 by renovate (#16443) 2023-12-25 01:43:47 +01:00
TrueCharts Bot f15c2e972d
chore(deps): update webtop by renovate (#16455)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/webtop | digest | `d44b37a` -> `e652ffa` |
| lscr.io/linuxserver/webtop | digest | `edf424c` -> `46db51f` |
| lscr.io/linuxserver/webtop | digest | `a7ae505` -> `03cb117` |
| lscr.io/linuxserver/webtop | digest | `2ca3cb8` -> `a729c14` |
| lscr.io/linuxserver/webtop | digest | `c23f0fb` -> `a06fb31` |
| lscr.io/linuxserver/webtop | digest | `6f26025` -> `80844f6` |
| lscr.io/linuxserver/webtop | digest | `9c27457` -> `1b06381` |
| lscr.io/linuxserver/webtop | digest | `2081eb3` -> `9543bc2` |
| lscr.io/linuxserver/webtop | digest | `093ea82` -> `949000e` |
| lscr.io/linuxserver/webtop | digest | `0ae8820` -> `7eaeabd` |
| lscr.io/linuxserver/webtop | digest | `80002ca` -> `555b705` |
| lscr.io/linuxserver/webtop | digest | `eb2a919` -> `525e619` |
| lscr.io/linuxserver/webtop | digest | `457bd50` -> `d461f1f` |
| lscr.io/linuxserver/webtop | digest | `afd17bf` -> `37c9780` |
| lscr.io/linuxserver/webtop | digest | `3cd3cd0` -> `2e3dce4` |
| lscr.io/linuxserver/webtop | digest | `5ff1c06` -> `7e254ca` |
| lscr.io/linuxserver/webtop | digest | `7230ad7` -> `5838ff1` |
| lscr.io/linuxserver/webtop | digest | `139e6fe` -> `160be0f` |

---

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

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:43:38 +01:00
TrueCharts Bot 864c7805bf
chore(deps): update container image nginx to 1.25.3@2bdc49f by renovate (#16440) 2023-12-25 01:43:14 +01:00
TrueCharts Bot 4c43e93f2a
chore(deps): update rdesktop by renovate (#16454) 2023-12-25 01:43:11 +01:00
TrueCharts Bot 03cc25c1e0
chore(deps): update container image mbentley/omada-controller to 5.13@eab6ecf by renovate (#16436)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `3e48580` -> `eab6ecf` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:43:05 +01:00
TrueCharts Bot e5040cc0c6
chore(deps): update container image mattermost/mattermost-enterprise-edition to release-9.4@46dda99 by renovate (#16435) 2023-12-25 01:42:53 +01:00
TrueCharts Bot d4b3155068
chore(deps): update container image lscr.io/linuxserver/cops to 2.2.1@a32aef4 by renovate (#16433)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/cops](https://togithub.com/linuxserver/docker-cops/packages)
([source](https://togithub.com/linuxserver/docker-cops)) | digest |
`b593fe1` -> `a32aef4` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:49 +01:00
TrueCharts Bot 5448fefeb7
chore(deps): update container image linuxserver/calibre-web to version-0.6.21@46a39bd by renovate (#16430) 2023-12-25 01:42:37 +01:00
TrueCharts Bot a8a6c8a6c3
chore(deps): update container image mikeah/prusaslicer-novnc to latest@15b3cf5 by renovate (#16437)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikeah/prusaslicer-novnc | digest | `d4fafb2` -> `15b3cf5` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:34 +01:00
TrueCharts Bot cf3f812df8
chore(deps): update container image lscr.io/linuxserver/pyload-ng to latest@f3b57d7 by renovate (#16434) 2023-12-25 01:42:32 +01:00
TrueCharts Bot 2d39dca5fd
chore(deps): update container image lissy93/dashy to 2.1.1@07e2695 by renovate (#16432) 2023-12-25 01:42:24 +01:00
TrueCharts Bot 9f9faafdf7
chore(deps): update container image linuxserver/mylar3 to version-v0.7.6@0dbc849 by renovate (#16431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/mylar3](https://togithub.com/linuxserver/docker-mylar3/packages)
([source](https://togithub.com/linuxserver/docker-mylar3)) | digest |
`ae9c057` -> `0dbc849` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:18 +01:00
TrueCharts Bot e326e40cb8
chore(deps): update container image modem7/docker-rickroll to latest@7a9b668 by renovate (#16438)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| modem7/docker-rickroll | digest | `d3f292c` -> `7a9b668` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:42:05 +01:00
TrueCharts Bot 914511a730
chore(deps): update container image ich777/chrome to latest@32939a2 by renovate (#16427)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/chrome | digest | `1993890` -> `32939a2` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:41:23 +01:00
TrueCharts Bot 81c4b18524
chore(deps): update container image ghcr.io/linuxserver/synclounge to 5.2.24@f01c3ff by renovate (#16425) 2023-12-25 01:40:37 +01:00
TrueCharts Bot be625d0eb0
chore(deps): update container image ghcr.io/linuxserver/piwigo to 14.0.0@95ef93a by renovate (#16421)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/piwigo](https://togithub.com/linuxserver/docker-piwigo/packages)
([source](https://togithub.com/linuxserver/docker-piwigo)) | digest |
`0eb2a0a` -> `95ef93a` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:40:35 +01:00