Commit Graph
100 Commits
Author SHA1 Message Date
TrueCharts BotandGitHub ba6694445a fix(website): update prettier 3.3.3 → 3.4.2 (#30310)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | dependencies
| minor | [`3.3.3` ->
`3.4.2`](https://renovatebot.com/diffs/npm/prettier/3.3.3/3.4.2) |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.4.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#342)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.1...3.4.2)


[diff](https://redirect.github.com/prettier/prettier/compare/3.4.1...3.4.2)

##### Treat U+30A0 & U+30FB in Katakana Block as CJK
([#&#8203;16796](https://redirect.github.com/prettier/prettier/pull/16796)
by [@&#8203;tats-u](https://redirect.github.com/tats-u))

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly
used in Japanese to represent the delimitation of first and last names
of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means
“C language & C++ & Go & Rust” in Japanese.

<!-- prettier-ignore -->

```md
<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust
```

U+30A0 can be used as the replacement of the `-` in non-Japanese names
(e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as
“サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or
U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

##### Fix comments print on class methods with decorators
([#&#8203;16891](https://redirect.github.com/prettier/prettier/pull/16891)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```jsx
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
```

##### Fix non-idempotent formatting
([#&#8203;16899](https://redirect.github.com/prettier/prettier/pull/16899)
by [@&#8203;seiyab](https://redirect.github.com/seiyab))

This bug fix is not language-specific. You may see similar change in any
languages. This fixes regression in 3.4.0 so change caused by it should
yield same formatting as 3.3.3.

<!-- prettier-ignore -->

```jsx
// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;
```

###
[`v3.4.1`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#341)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)


[diff](https://redirect.github.com/prettier/prettier/compare/3.4.0...3.4.1)

##### Remove unnecessary parentheses around assignment in `v-on`
([#&#8203;16887](https://redirect.github.com/prettier/prettier/pull/16887)
by [@&#8203;fisker](https://redirect.github.com/fisker))

<!-- prettier-ignore -->

```vue
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>
```

###
[`v3.4.0`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#340)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)


[diff](https://redirect.github.com/prettier/prettier/compare/3.3.3...3.4.0)

🔗 [Release Notes](https://prettier.io/blog/2024/11/26/3.4.0.html)

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:01:28 +01:00
TrueCharts BotandGitHub fd71e3057c chore(helm): update image twinproduction/gatus v5.13.1 → v5.14.0 (#30306)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| twinproduction/gatus | minor | `977129a` -> `a00b8db` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 04:00:41 +01:00
TrueCharts BotandGitHub f8e19a2327 chore(helm): update image registry.k8s.io/sig-storage/snapshot-controller v8.1.1 → v8.2.0 (#30305)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/sig-storage/snapshot-controller | minor |  ->  |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:59:53 +01:00
TrueCharts BotandGitHub e841049e4f chore(helm): update image quay.io/thanos/thanos v0.36.1 → v0.37.2 (#30304)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/thanos/thanos | minor | `e542959` -> `4ec6df4` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:58:03 +01:00
TrueCharts BotandGitHub b6589dac47 chore(helm): update image lscr.io/linuxserver/cops 3.4.6 → 3.5.4 (#30303)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/cops](https://redirect.github.com/linuxserver/docker-cops/packages)
([source](https://redirect.github.com/linuxserver/docker-cops)) | minor
| `9c6b6fb` -> `9cdcbfc` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:57:26 +01:00
TrueCharts BotandGitHub 0a1fbb749e chore(helm): update image ghcr.io/wizarrrr/wizarr 4.1.1 → 4.2.0 (#30302)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wizarrrr/wizarr | minor | `52df19f` -> `7350c4b` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:56:31 +01:00
TrueCharts BotandGitHub f3875b4084 chore(helm): update image ghcr.io/tautulli/tautulli v2.14.6 → v2.15.0 (#30301) 2024-12-28 03:55:42 +01:00
TrueCharts BotandGitHub 1d86784cf6 chore(helm): update image ghcr.io/slskd/slskd 0.21.4 → 0.22.1 (#30297)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/slskd/slskd](https://slskd.org)
([source](https://redirect.github.com/slskd/slskd)) | minor | `34c6130`
-> `ab52af7` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

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

###
[`v0.22.1`](https://redirect.github.com/slskd/slskd/releases/tag/0.22.1)

[Compare
Source](https://redirect.github.com/slskd/slskd/compare/0.22.0...0.22.1)

#### What's Changed

- Added UploadFileCompleteEvent by
[@&#8203;samhatter](https://redirect.github.com/samhatter) in
[https://github.com/slskd/slskd/pull/1256](https://redirect.github.com/slskd/slskd/pull/1256)
- Add the ability to configure search record retention by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1257](https://redirect.github.com/slskd/slskd/pull/1257)

#### New Contributors

- [@&#8203;samhatter](https://redirect.github.com/samhatter) made their
first contribution in
[https://github.com/slskd/slskd/pull/1256](https://redirect.github.com/slskd/slskd/pull/1256)

**Full Changelog**:
https://github.com/slskd/slskd/compare/0.22.0...0.22.1

###
[`v0.22.0`](https://redirect.github.com/slskd/slskd/releases/tag/0.22.0)

[Compare
Source](https://redirect.github.com/slskd/slskd/compare/0.21.4...0.22.0)

### 🎉 User-Defined Integrations

User-defined integrations allow users to configure external applications
to receive data from slskd as things happen internally. slskd uses an
internal [event
bus](https://www.akamai.com/glossary/what-is-an-event-bus) over which
event data is sent from application logic to whatever destination(s)
users choose.

##### Webhooks

Webhooks (outbound HTTP requests) can be configured to be called when
application events are raised. Webhooks are given a name (useful for
troubleshooting!), a list of triggering events, a `call` configuration
that defines the HTTP request to be made, and timeout and retry
configuration.

Webhook HTTP requests are always a `POST`, and will always include the
event data in the body, serialized as JSON. Users define a
fully-qualified endpoint address, an optional collection of headers, and
an optional flag to ignore HTTPS errors caused by invalid (e.g. self
signed) certificates.

If unconfigured, the default timeout for requests is 5 seconds, and each
request will be attempted only once per event.

##### **YAML**

```yaml
integration:
  webhooks:
    my_basic_webhook_using_defaults:
      on:
        - All
      call:
        url: http://localhost:4224
    my_webhook_using_detailed_config:
      on:
        - DownloadFileComplete
      call:
        url: https://192.168.1.42:8080/slskd_webhook
        headers:
          - name: X-API-Key # if using API key style authentication
            value: foobar1234
          - name: Authorization # if using JWT authentication
            value: Bearer eyJ...ssw5c
          - name: User-Agent # can be useful!
            value: slskd/0.0
        ignore_certificate_errors: true # defaults to false
      timeout: 5000 # in milliseconds
      retry:
        attempts: 3
```

##### Scripts

User-defined scripts can be configured to run when application events
are raised. Scripts are given a name (useful for troubleshooting!), a
list of triggering events, and a `run` command that's used to execute
the script.

The `run` command must be at least one word, with the first word
identifying the executable to run and the rest of the string being the
command and arguments that will be passed to the executable when the
script is run. The executable needs to be on the system's PATH,
otherwise it must be the fully qualified path to the file on disk.

A reserved placeholder value `$DATA` is replaced with the stringified
JSON data associated with the event that caused the script to run. It's
the responsibility of the script to parse and handle this JSON.

##### **YAML**

```yaml
integration:
  scripts:
    my_post_download_script:
      on:
        - DownloadFileComplete
        - DownloadDirectoryComplete
      run: /bin/sh data/my_script.sh --json-to-process "$DATA" # Linux/macOS
    my_logging_script:
      on:
       - All
      run: cmd.exe echo $DATA >> event_log.txt # Windows
```

#### What's Changed

##### Features

- Add 'Events' by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1215](https://redirect.github.com/slskd/slskd/pull/1215)
- Add the ability to run user-defined scripts when application events
are raised by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1232](https://redirect.github.com/slskd/slskd/pull/1232)
- Add the ability to call HTTP endpoints (webhooks) when application
events are raised by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1238](https://redirect.github.com/slskd/slskd/pull/1238)
- Add 'noop' event type (no operation, useful for testing) by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1240](https://redirect.github.com/slskd/slskd/pull/1240)
- Add an endpoint to allow raising of events (for testing purposes) by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1247](https://redirect.github.com/slskd/slskd/pull/1247)

##### Enhancements and Bug Fixes

- Assume remote filenames use a backslash, unless forward slashes are
present by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1216](https://redirect.github.com/slskd/slskd/pull/1216)
- use DOTNET\_ var in docker by
[@&#8203;kasperk81](https://redirect.github.com/kasperk81) in
[https://github.com/slskd/slskd/pull/1219](https://redirect.github.com/slskd/slskd/pull/1219)
- Set request limit for share upload to 10gb by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1229](https://redirect.github.com/slskd/slskd/pull/1229)
- Resolve some build warnings, run linting and fix a bunch of whitespace
by [@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1233](https://redirect.github.com/slskd/slskd/pull/1233)
- Log search logs at the 'Debug' level by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1235](https://redirect.github.com/slskd/slskd/pull/1235)
- Tweak ASP.NET setup, add metadata to Swagger/OpenAPI by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1244](https://redirect.github.com/slskd/slskd/pull/1244)
- Include Content-Type header when returning Prometheus metrics via
/metrics by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1245](https://redirect.github.com/slskd/slskd/pull/1245)

##### Documentation

- Fix search filter config docs by
[@&#8203;nhawke](https://redirect.github.com/nhawke) in
[https://github.com/slskd/slskd/pull/1224](https://redirect.github.com/slskd/slskd/pull/1224)
- Fix a copy/paste mistake in search filter documentation by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1236](https://redirect.github.com/slskd/slskd/pull/1236)
- docs: fix YAML indentation by
[@&#8203;ppom0](https://redirect.github.com/ppom0) in
[https://github.com/slskd/slskd/pull/1242](https://redirect.github.com/slskd/slskd/pull/1242)
- Add missing listen_ip_address example by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1246](https://redirect.github.com/slskd/slskd/pull/1246)
- Update reverse_proxy.md by
[@&#8203;lemonade-soda](https://redirect.github.com/lemonade-soda) in
[https://github.com/slskd/slskd/pull/1249](https://redirect.github.com/slskd/slskd/pull/1249)

##### Dependencies

- Bump action-gh-release to v2 by
[@&#8203;jpdillingham](https://redirect.github.com/jpdillingham) in
[https://github.com/slskd/slskd/pull/1214](https://redirect.github.com/slskd/slskd/pull/1214)
- Bump rollup from 2.79.1 to 2.79.2 in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1221](https://redirect.github.com/slskd/slskd/pull/1221)
- Bump cookie and express in /src/web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/slskd/slskd/pull/1234](https://redirect.github.com/slskd/slskd/pull/1234)

#### New Contributors

- [@&#8203;kasperk81](https://redirect.github.com/kasperk81) made their
first contribution in
[https://github.com/slskd/slskd/pull/1219](https://redirect.github.com/slskd/slskd/pull/1219)
- [@&#8203;ppom0](https://redirect.github.com/ppom0) made their first
contribution in
[https://github.com/slskd/slskd/pull/1242](https://redirect.github.com/slskd/slskd/pull/1242)
- [@&#8203;lemonade-soda](https://redirect.github.com/lemonade-soda)
made their first contribution in
[https://github.com/slskd/slskd/pull/1249](https://redirect.github.com/slskd/slskd/pull/1249)

**Full Changelog**:
https://github.com/slskd/slskd/compare/0.21.4...0.22.0

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:55:38 +01:00
TrueCharts BotandGitHub 87ea44d21f chore(helm): update image ghcr.io/nwithan8/tauticord 5.7.3 → 5.10.0 (#30290) 2024-12-28 03:51:28 +01:00
TrueCharts BotandGitHub c63d540d21 chore(helm): update image ghcr.io/onedr0p/prowlarr-develop 1.26.1.4844 → 1.29.0.4897 (#30292)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://redirect.github.com/Prowlarr/Prowlarr)) | minor |
`dd6ab1a` -> `7ce899a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary>

###
[`v1.29.0.4897`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.29.0.4897):
1.29.0.4897

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.28.2.4885...v1.29.0.4897)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`43c7c43`](https://redirect.github.com/Prowlarr/Prowlarr/commit/43c7c4325755fe8f1dd3f475153b1ca7becbcbd3)
Bump Microsoft.Data.SqlClient to 2.1.7
-
[`9c2fced`](https://redirect.github.com/Prowlarr/Prowlarr/commit/9c2fced391016577903fcbc8070705d36110dc13)
Bump System.Text.Json to 6.0.10
-
[`52ec5b6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/52ec5b6ff6d96772928a5268d5d58cf35472b8ac)
Bump MailKit to 4.8.0
-
[`b46e657`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b46e6579767dfbb9efc94059ec8bd112266219ea)
Fixed: (NorBits) Searching UTF-8 characters with full search disabled
([#&#8203;2305](https://redirect.github.com/Prowlarr/Prowlarr/issues/2305))
-
[`51fd30b`](https://redirect.github.com/Prowlarr/Prowlarr/commit/51fd30ba10a40420d95f80b001c0b273a7b5432d)
Use message from error response for Gazelle indexers
-
[`5fbb347`](https://redirect.github.com/Prowlarr/Prowlarr/commit/5fbb3471087376ea965a6b881bb705f01b77e3a1)
Upgrade typescript-eslint packages to 8.181.1
-
[`54d3d44`](https://redirect.github.com/Prowlarr/Prowlarr/commit/54d3d446208c6fda2304d1111c79663c7da91be8)
Upgrade Font Awesome to 6.7.1
-
[`5ca1868`](https://redirect.github.com/Prowlarr/Prowlarr/commit/5ca18683ca59e36f7c4c3af5c7e1ecb937fb2552)
Upgrade babel to 7.26.0
-
[`6bdf5f5`](https://redirect.github.com/Prowlarr/Prowlarr/commit/6bdf5f5d6916b03a4dbef001bdf1da8fdd074530)
Use error message from Redacted response
-
[`7cba715`](https://redirect.github.com/Prowlarr/Prowlarr/commit/7cba7152f17e795f51a61ff0e3d9afdd69ce94ad)
Bump version to 1.29.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=161&\_a=release-summary).

###
[`v1.28.2.4885`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.28.2.4885):
1.28.2.4885

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.28.1.4879...v1.28.2.4885)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`cf012eb`](https://redirect.github.com/Prowlarr/Prowlarr/commit/cf012eb00192713b749584ff91c01ec16d61ef55)
Use minor version for core-js in babel/preset-env
-
[`6b8a799`](https://redirect.github.com/Prowlarr/Prowlarr/commit/6b8a7993ff95bc413cacffff5261bcc8848dd5a7)
Multiple Translations updated by Weblate
-
[`c6440bb`](https://redirect.github.com/Prowlarr/Prowlarr/commit/c6440bb21b6ebe6c1703cf87b2d335490f75280c)
Upgrade TypeScript and core-js
-
[`b95eac9`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b95eac98b97853510f377d8d866c33c7ccd7f0c9)
Fixed: Error getting processes in some cases
-
[`0eb19ce`](https://redirect.github.com/Prowlarr/Prowlarr/commit/0eb19ce834f40b5d9a7524fa5f69a5c67fa4cdff)
Bump version to 1.28.2
-
[`4b8016d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/4b8016d95d89b42b9d58bfbabb93fb35fe98dce9)
Multiple Translations updated by Weblate
-
[`31d8d24`](https://redirect.github.com/Prowlarr/Prowlarr/commit/31d8d2419ae9671aba7b5c8a1a2ea1e0a768e63a)
Fixed: Refresh backup list on deletion \[
[#&#8203;2300](https://redirect.github.com/Prowlarr/Prowlarr/issues/2300)
]
-
[`d29ccd7`](https://redirect.github.com/Prowlarr/Prowlarr/commit/d29ccd7749a7865d54d4a18e8a081dbb302e02f2)
Multiple Translations updated by Weblate
-
[`e789f4e`](https://redirect.github.com/Prowlarr/Prowlarr/commit/e789f4ec54a8798ee9dcf0963006a0f84d2a9f4e)
Sync TimeSpanConverter with upstream
-
[`58d495d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/58d495d618c53fcc17810c4d7de48b7cbe972709)
Bump version to 1.28.1

<details><summary><b>See More</b></summary>

-
[`f332886`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3328863e18f3942a923f52b9143fdca9e199cb6)
Fixed: (M-Team) IMDb removed from releases response
-
[`a23d792`](https://redirect.github.com/Prowlarr/Prowlarr/commit/a23d792781e813293cf3c0960d70c0be9f8021d0)
Fixed: Syncing Newznab indexers with expired VIP expiration dates to
apps
-
[`f066cf3`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f066cf399d7bddd5b0c14e74b563c4cde98f0e77)
Fixed: Link to TMDb shows in search history \[
[#&#8203;2294](https://redirect.github.com/Prowlarr/Prowlarr/issues/2294)
]
-
[`61e863c`](https://redirect.github.com/Prowlarr/Prowlarr/commit/61e863cb3163137c4209ff3e3082ca74494b0a7f)
Automated API Docs update
-
[`b2afbc6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b2afbc687246d539449bf17c52290c6d62b9d7ac)
New: Add config file setting for CGNAT authentication bypass
-
[`aace65f`](https://redirect.github.com/Prowlarr/Prowlarr/commit/aace65f88e58fd4520600003ae9c74fc5ca1daad)
Allow `GetFileSize` to follow symlinks
-
[`9ab2d8b`](https://redirect.github.com/Prowlarr/Prowlarr/commit/9ab2d8b444c5e90e7e7b08b1bd1c2ac205725062)
Bump IPAddressRange, Npgsql and Polly
-
[`bc31406`](https://redirect.github.com/Prowlarr/Prowlarr/commit/bc314061ef2632a2762ac1c486c80b211e7af477)
Fixed: Prevent lack of internet from stopping all health checks from
running
-
[`87b3dcd`](https://redirect.github.com/Prowlarr/Prowlarr/commit/87b3dcd78048aef2610f3f82f7a21adcf73f4ade)
Support Postgres with non-standard version string
-
[`f3b99f6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3b99f68f694e2632f4adac77d63bbf0c879a59a)
Remove unnecessary heap allocations in local IP check
-
[`c4a90e8`](https://redirect.github.com/Prowlarr/Prowlarr/commit/c4a90e8ba4a9b4e58b0d651c3e06cb8fe3686e8c)
Webpack web target
-
[`41320ca`](https://redirect.github.com/Prowlarr/Prowlarr/commit/41320ca2dcf2c022b67fdcc9efe271917b7b6b68)
Bump version to 1.28.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=160&\_a=release-summary).</details>

###
[`v1.28.1.4879`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.28.1.4879):
1.28.1.4879

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.28.0.4862...v1.28.1.4879)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`4b8016d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/4b8016d95d89b42b9d58bfbabb93fb35fe98dce9)
Multiple Translations updated by Weblate
-
[`31d8d24`](https://redirect.github.com/Prowlarr/Prowlarr/commit/31d8d2419ae9671aba7b5c8a1a2ea1e0a768e63a)
Fixed: Refresh backup list on deletion \[
[#&#8203;2300](https://redirect.github.com/Prowlarr/Prowlarr/issues/2300)
]
-
[`d29ccd7`](https://redirect.github.com/Prowlarr/Prowlarr/commit/d29ccd7749a7865d54d4a18e8a081dbb302e02f2)
Multiple Translations updated by Weblate
-
[`e789f4e`](https://redirect.github.com/Prowlarr/Prowlarr/commit/e789f4ec54a8798ee9dcf0963006a0f84d2a9f4e)
Sync TimeSpanConverter with upstream
-
[`58d495d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/58d495d618c53fcc17810c4d7de48b7cbe972709)
Bump version to 1.28.1

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=159&\_a=release-summary).

###
[`v1.28.0.4862`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.28.0.4862):
1.28.0.4862

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.27.0.4852...v1.28.0.4862)

*To receive further Pre-Release updates for a non-docker installation,
please change the branch to **develop**. (Settings -> General (Show
Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`f332886`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3328863e18f3942a923f52b9143fdca9e199cb6)
Fixed: (M-Team) IMDb removed from releases response
-
[`a23d792`](https://redirect.github.com/Prowlarr/Prowlarr/commit/a23d792781e813293cf3c0960d70c0be9f8021d0)
Fixed: Syncing Newznab indexers with expired VIP expiration dates to
apps
-
[`f066cf3`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f066cf399d7bddd5b0c14e74b563c4cde98f0e77)
Fixed: Link to TMDb shows in search history \[
[#&#8203;2294](https://redirect.github.com/Prowlarr/Prowlarr/issues/2294)
]
-
[`61e863c`](https://redirect.github.com/Prowlarr/Prowlarr/commit/61e863cb3163137c4209ff3e3082ca74494b0a7f)
Automated API Docs update
-
[`b2afbc6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b2afbc687246d539449bf17c52290c6d62b9d7ac)
New: Add config file setting for CGNAT authentication bypass
-
[`aace65f`](https://redirect.github.com/Prowlarr/Prowlarr/commit/aace65f88e58fd4520600003ae9c74fc5ca1daad)
Allow `GetFileSize` to follow symlinks
-
[`9ab2d8b`](https://redirect.github.com/Prowlarr/Prowlarr/commit/9ab2d8b444c5e90e7e7b08b1bd1c2ac205725062)
Bump IPAddressRange, Npgsql and Polly
-
[`bc31406`](https://redirect.github.com/Prowlarr/Prowlarr/commit/bc314061ef2632a2762ac1c486c80b211e7af477)
Fixed: Prevent lack of internet from stopping all health checks from
running
-
[`87b3dcd`](https://redirect.github.com/Prowlarr/Prowlarr/commit/87b3dcd78048aef2610f3f82f7a21adcf73f4ade)
Support Postgres with non-standard version string
-
[`f3b99f6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f3b99f68f694e2632f4adac77d63bbf0c879a59a)
Remove unnecessary heap allocations in local IP check

<details><summary><b>See More</b></summary>

-
[`c4a90e8`](https://redirect.github.com/Prowlarr/Prowlarr/commit/c4a90e8ba4a9b4e58b0d651c3e06cb8fe3686e8c)
Webpack web target
-
[`41320ca`](https://redirect.github.com/Prowlarr/Prowlarr/commit/41320ca2dcf2c022b67fdcc9efe271917b7b6b68)
Bump version to 1.28.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=158&\_a=release-summary).</details>

###
[`v1.27.0.4852`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.27.0.4852):
1.27.0.4852

[Compare
Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.26.1.4844...v1.27.0.4852)

*To receive further updates for a non-docker installation, please change
the branch to **master**. (Settings -> General (Show Advanced Settings)
-> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Prowlarr within an existing docker
container.***

#### Changes:

-
[`b8b32f8`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b8b32f8708be0fbe988a7ede6117fe0c0572282b)
Fixed: (ImmortalSeed) Update relogin check
-
[`30c4bb2`](https://redirect.github.com/Prowlarr/Prowlarr/commit/30c4bb24e89c1a02ccf120eac14491e00b96fdd7)
Multiple Translations updated by Weblate
-
[`b447db5`](https://redirect.github.com/Prowlarr/Prowlarr/commit/b447db5d08f9fa0127570375efdee4478bbaee97)
Fixed: (RED) Update indexer url
([#&#8203;2285](https://redirect.github.com/Prowlarr/Prowlarr/issues/2285))
-
[`299001a`](https://redirect.github.com/Prowlarr/Prowlarr/commit/299001a513589f6da1575473a904bd397993aad7)
Multiple Translations updated by Weblate
-
[`2871f1f`](https://redirect.github.com/Prowlarr/Prowlarr/commit/2871f1f2a29bb40fe5cda21e730c937259315cc2)
Bump version to 1.27.0

This list of changes was [auto
generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=156&\_a=release-summary).

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:51:10 +01:00
TrueCharts BotandGitHub 4b559a025a chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 0.23.1 → 0.26.0 (#30287)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| minor | `33b9015` -> `475e5a8` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:49:34 +01:00
TrueCharts BotandGitHub 9b45968d83 chore(helm): update image ghcr.io/sysadminsmedia/homebox 0.15.2 → 0.16.0 (#30300)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sysadminsmedia/homebox](https://redirect.github.com/sysadminsmedia/homebox)
| minor | `a2c1493` -> `bf80967` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>sysadminsmedia/homebox
(ghcr.io/sysadminsmedia/homebox)</summary>

###
[`v0.16.0`](https://redirect.github.com/sysadminsmedia/homebox/releases/tag/v0.16.0)

[Compare
Source](https://redirect.github.com/sysadminsmedia/homebox/compare/v0.15.2...v0.16.0)

#### Breaking Change

Those running the container version on ARM must change the tag to be
`latest-arm` instead of just `latest` this is a change we made as the
arm builds kept breaking the build process as a whole.

Sorry for the inconvenience.

#### What's Changed

- chore: split arm docker builds into their own tags by
[@&#8203;tankerkiller125](https://redirect.github.com/tankerkiller125)
in
[https://github.com/sysadminsmedia/homebox/pull/264](https://redirect.github.com/sysadminsmedia/homebox/pull/264)
- fix: typo in frontend development start command by
[@&#8203;songlim327](https://redirect.github.com/songlim327) in
[https://github.com/sysadminsmedia/homebox/pull/278](https://redirect.github.com/sysadminsmedia/homebox/pull/278)
- feat: duplicate item button by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/259](https://redirect.github.com/sysadminsmedia/homebox/pull/259)
- Supplementary search, Resolve the issue of language not being
supported by [@&#8203;Jackxwb](https://redirect.github.com/Jackxwb) in
[https://github.com/sysadminsmedia/homebox/pull/261](https://redirect.github.com/sysadminsmedia/homebox/pull/261)
- Allow AVIF and WebP for primary photo when creating an item by
[@&#8203;mcarbonne](https://redirect.github.com/mcarbonne) in
[https://github.com/sysadminsmedia/homebox/pull/284](https://redirect.github.com/sysadminsmedia/homebox/pull/284)
- fix: inaccurate purchaseTime by
[@&#8203;songlim327](https://redirect.github.com/songlim327) in
[https://github.com/sysadminsmedia/homebox/pull/279](https://redirect.github.com/sysadminsmedia/homebox/pull/279)
- Refactor Docker files for ARM performance improvements by
[@&#8203;katosdev](https://redirect.github.com/katosdev) in
[https://github.com/sysadminsmedia/homebox/pull/282](https://redirect.github.com/sysadminsmedia/homebox/pull/282)
- Fix multiple primary attachments on a single item by
[@&#8203;mwayne](https://redirect.github.com/mwayne) in
[https://github.com/sysadminsmedia/homebox/pull/287](https://redirect.github.com/sysadminsmedia/homebox/pull/287)
- feat: improve languages support by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/295](https://redirect.github.com/sysadminsmedia/homebox/pull/295)
- Get front end tests passing by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/299](https://redirect.github.com/sysadminsmedia/homebox/pull/299)
- Improve 404 page by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/312](https://redirect.github.com/sysadminsmedia/homebox/pull/312)
- Sanitise translations when using v-html by
[@&#8203;tonyaellie](https://redirect.github.com/tonyaellie) in
[https://github.com/sysadminsmedia/homebox/pull/313](https://redirect.github.com/sysadminsmedia/homebox/pull/313)
- In maintenance view, change link to aim maintenance page of item by
[@&#8203;mcarbonne](https://redirect.github.com/mcarbonne) in
[https://github.com/sysadminsmedia/homebox/pull/270](https://redirect.github.com/sysadminsmedia/homebox/pull/270)
- Fix french maintenance translation (inverted entries) by
[@&#8203;mcarbonne](https://redirect.github.com/mcarbonne) in
[https://github.com/sysadminsmedia/homebox/pull/340](https://redirect.github.com/sysadminsmedia/homebox/pull/340)
- Fix command typo in CONTRIBUTING.md by
[@&#8203;Tom-stack3](https://redirect.github.com/Tom-stack3) in
[https://github.com/sysadminsmedia/homebox/pull/346](https://redirect.github.com/sysadminsmedia/homebox/pull/346)
- fix:
[#&#8203;321](https://redirect.github.com/sysadminsmedia/homebox/issues/321)
use date-fns for localized datetime formatting by
[@&#8203;adamkleizer](https://redirect.github.com/adamkleizer) in
[https://github.com/sysadminsmedia/homebox/pull/345](https://redirect.github.com/sysadminsmedia/homebox/pull/345)
- Show full location (including parents) of items in search results by
[@&#8203;Tom-stack3](https://redirect.github.com/Tom-stack3) in
[https://github.com/sysadminsmedia/homebox/pull/347](https://redirect.github.com/sysadminsmedia/homebox/pull/347)
- fix:
[#&#8203;289](https://redirect.github.com/sysadminsmedia/homebox/issues/289)
Corrects the asset ID to always be correct for the descript… by
[@&#8203;tankerkiller125](https://redirect.github.com/tankerkiller125)
in
[https://github.com/sysadminsmedia/homebox/pull/351](https://redirect.github.com/sysadminsmedia/homebox/pull/351)

#### New Contributors

- [@&#8203;songlim327](https://redirect.github.com/songlim327) made
their first contribution in
[https://github.com/sysadminsmedia/homebox/pull/278](https://redirect.github.com/sysadminsmedia/homebox/pull/278)
- [@&#8203;Jackxwb](https://redirect.github.com/Jackxwb) made their
first contribution in
[https://github.com/sysadminsmedia/homebox/pull/261](https://redirect.github.com/sysadminsmedia/homebox/pull/261)
- [@&#8203;mwayne](https://redirect.github.com/mwayne) made their first
contribution in
[https://github.com/sysadminsmedia/homebox/pull/287](https://redirect.github.com/sysadminsmedia/homebox/pull/287)
- [@&#8203;Tom-stack3](https://redirect.github.com/Tom-stack3) made
their first contribution in
[https://github.com/sysadminsmedia/homebox/pull/346](https://redirect.github.com/sysadminsmedia/homebox/pull/346)
- [@&#8203;adamkleizer](https://redirect.github.com/adamkleizer) made
their first contribution in
[https://github.com/sysadminsmedia/homebox/pull/345](https://redirect.github.com/sysadminsmedia/homebox/pull/345)

**Full Changelog**:
https://github.com/sysadminsmedia/homebox/compare/v0.15.2...v0.16.0

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:48:07 +01:00
TrueCharts BotandGitHub 6e1d75122a chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.33.1 → 0.36.5 (#30299)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `d30bf0b` -> `d03441d` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `03da76c` -> `97bbc3c` |
|
[ghcr.io/stirling-tools/s-pdf](https://redirect.github.com/Stirling-Tools/Stirling-PDF)
| minor | `88c3c59` -> `f61a1f3` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Stirling-Tools/Stirling-PDF
(ghcr.io/stirling-tools/s-pdf)</summary>

###
[`v0.36.5`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.5):
0.36.5 image to PDF bug fixes and more!

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.4...v0.36.5)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

Lots more bug fixes and improvements

##### What's Changed

##### Bug Fixes

- Fix: form data not being sent in multi by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2492](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2492)
- Img to pdf bug fixes by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2493](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2493)
- Remove file input append by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2497](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2497)
- \[Bugfix] A variety of tools miss PDFLib by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2501](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2501)

##### Minor Enhancements

- Exclude Sensitive and Error-Prone Fields from toString() in SAML2 Con…
by [@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2498](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2498)
- Config mount check by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2500](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2500)
- Fix: Draw image with the original PDF page dimensions by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2503](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2503)
- Un-hide image to pdf from navbar by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2505](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2505)

##### Translation Changes

- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2499](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2499)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.4...v0.36.5

###
[`v0.36.4`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.4):
0.36.4 more bug fixes!

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.3...v0.36.4)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

More merge pdf bug fixes and various other bug fixes!

##### What's Changed

##### Bug Fixes

- Fix: Rename LANGS variable in init.sh to avoid clashing with LANGS env
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2468](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2468)
- Fix img to pdf merge conversion type by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2476](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2476)
- Fix drag and drop bugs and clean up UI by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2466](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2466)

##### Enhancements

- Remove Direct Logger and Use Lombok `@Slf4j` by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2480](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2480)

##### Minor Enhancements

- Bump googleJavaFormat from 1.22.0 to 1.25.2 by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2481](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2481)
- Fix draggableElement is null by removing draggable.js by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2485](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2485)

##### Translation Changes

- Update messages_de_DE.properties by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2483](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2483)

##### Other Changes

- Bump io.github.pixee:java-security-toolkit from 1.2.0 to 1.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2471](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2471)
- Bump
org.springframework.security:spring-security-saml2-service-provider from
6.4.1 to 6.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2474](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2474)
- Bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2469](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2469)
- Bump org.springframework:spring-webmvc from 6.2.0 to 6.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2472](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2472)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2482](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2482)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.3...v0.36.4

###
[`v0.36.3`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.3):
0.36.3 merge PDFs bug fix

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.2...v0.36.3)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### What's Changed

##### Bug Fixes

- merge PDFs bug fix by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2463](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2463)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.2...v0.36.3

###
[`v0.36.2`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.2):
0.36.2 bug fixes

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.1...v0.36.2)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### What's Changed

##### Minor Enhancements

- Csrf fixes by [@&#8203;Frooodle](https://redirect.github.com/Frooodle)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2453](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2453)
-   GH Action changes

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.1...v0.36.2

###
[`v0.36.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.1):
0.36.1 PDF auto decryption, new exe and bug fixes

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.0...v0.36.1)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

This release includes auto password decryption for nearly all features
within Stirling PDF UI

![image](https://redirect.github.com/user-attachments/assets/e1254d93-3efd-48b2-9fed-34814d5f1ae2)

as well as new .exe versions
Going forward release artifacts will be named with:
| Name | Type |
| -------- | ------- |
| Stirling-PDF-Server  | Used for hosting server via console   |
| Stirling-PDF | Portable exe with UI client  |
| Stirling-PDF-Installer | Installer with UI client (Seems it didn't
upload this release will arrive next release!)|

We are working on getting a mac and unix version for UI installers, Need
more mac users to help us beta test! please reach out in discord!

X-API-key have been renamed to X-API-KEY for consistency

##### What's Changed

##### Bug Fixes

- disable file input clears for now with new File input view and other
bugs by [@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2404](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2404)
- Fix collapsed menu issue on page reload by
[@&#8203;MaratheHarshad](https://redirect.github.com/MaratheHarshad) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2440](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2440)

##### Enhancements

- Text color selection for watermark by
[@&#8203;saikumarjetti](https://redirect.github.com/saikumarjetti) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2415](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2415)
- CSRF token for decryption by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2441](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2441)
- Encrypted PDFs auto decypted now thanks to
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne)

##### Minor Enhancements

- Security fix: Server-Side Request Forgery by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2434](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2434)

##### Docker Updates

- \[Snyk] Security upgrade alpine from 3.20.3 to 3.21.0 by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2436](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2436)
- Bump alpine from 3.20.3 to 3.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2425](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2425)

##### Translation Changes

- english translation fixes by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2408](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2408)
- Update messages_de_DE.properties by
[@&#8203;mjbohn](https://redirect.github.com/mjbohn) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2410](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2410)
- Update messages_pt_BR.properties by
[@&#8203;thiagoor-cpu](https://redirect.github.com/thiagoor-cpu) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2429](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2429)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2432](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2432)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2443](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2443)
- Update messages_ja_JP.properties by
[@&#8203;tkymmm](https://redirect.github.com/tkymmm) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2444](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2444)
- add and refactor CN translate by
[@&#8203;lhui](https://redirect.github.com/lhui) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2442](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2442)

##### Other Changes

- Bump org.thymeleaf.extras:thymeleaf-extras-springsecurity5 from
3.1.2.RELEASE to 3.1.3.RELEASE by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2423](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2423)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2439](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2439)

##### New Contributors

- [@&#8203;mjbohn](https://redirect.github.com/mjbohn) made their first
contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2410](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2410)
- [@&#8203;faeztgh](https://redirect.github.com/faeztgh) made their
first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2416](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2416)
- [@&#8203;lhui](https://redirect.github.com/lhui) made their first
contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2442](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2442)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.36.0...v0.36.1

###
[`v0.36.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.36.0):
0.36.0 PDF New Cert/Signature Validation Feature! and bug fixes

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.35.1...v0.36.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

New PDF Certification validation showing validity compared to Mozzila CA
or custom-provided cert.
Show additional information like expiry time, type and issuer

lots of Bug fixes with file inputs and submit buttons

##### What's Changed

##### Enhancements

- Feature/undo page break by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2389](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2389)
- PDF Cert validation by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2394](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2394)
- Feature: Show permissions as a separate tab by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2396](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2396)

##### Minor Enhancements

- Fix missing upload button by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2393](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2393)
- Only download one file on sign cert by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2397](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2397)

##### Translation Changes

- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2398](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2398)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2401](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2401)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.35.1...v0.36.0

###
[`v0.35.1`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.35.1):
Bug fixes and file input UI improvements

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.35.0...v0.35.1)

Some really nice visual updates to our File input menu and lots of other
fixes, huge thanks to
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) for
pretty much everything in this update

##### What's Changed

##### Bug Fixes

- Fix allowing multiple files to be dropped onto a single file input by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2359](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2359)
- Fix submit button in crop by adding id by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2374](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2374)
- Fix: prevent fileInput.js from adding event listeners more than once
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2365](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2365)
- added support for new line break in stampController by
[@&#8203;saikumarjetti](https://redirect.github.com/saikumarjetti) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2370](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2370)
- Fix deserialization failure in Change Metadata by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2382](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2382)

##### Enhancements

- Fix drag and drop area for file choosers by adding separate ones by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2368](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2368)

##### Translation Changes

- Fix translations for watermark spacers by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2369](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2369)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2378](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2378)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2380](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2380)

##### New Contributors

- [@&#8203;saikumarjetti](https://redirect.github.com/saikumarjetti)
made their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2370](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2370)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.35.0...v0.35.1

###
[`v0.35.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.35.0):
0.35.0 Multi-tool undo support, replacement of functionality

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.34.0...v0.35.0)

##### We have just launched on producthunt few days ago!

please consider giving us a upvote and a follow! <a
href="https://www.producthunt.com/posts/stirling-pdf?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stirling&#&#8203;0045;pdf"
target="_blank"><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=641239&theme=light"
alt="Stirling&#&#8203;0032;PDF -
Open&#&#8203;0032;source&#&#8203;0032;locally&#&#8203;0032;hosted&#&#8203;0032;web&#&#8203;0032;PDF&#&#8203;0032;editor
| Product Hunt" style="width: 250px; height: 54px;" width="250"
height="54" /></a>

With this release multi-tool now supports undo (ctrl + z) and redo (ctrl
+ y) special thanks to
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) for all
the great work

Also, with this release, we had to change our OCR tool. This tool lacks
some features it previously had; however, it is still using Tesseract,
so there are no config changes! We are investigating better tools to use
for OCR going forward

##### What's Changed

##### Bug Fixes

- (CodeQL) Fixed finding: "Arbitrary file access during archive
extraction ("Zip Slip")
" by [@&#8203;pixeebot](https://redirect.github.com/pixeebot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2344](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2344)
- Fix: page break insertion functionality in Multi Tool by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2350](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2350)
- Fix Array.from syntax in nonmultiple file upload by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2357](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2357)

##### Enhancements

- Feature: Undo Redo options multi tool
[#&#8203;2297](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2297)
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2348](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2348)

##### Minor Enhancements

- Fix: input file overwrite in merge by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2335](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2335)

##### Translation Changes

- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2343](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2343)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2354](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2354)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2355](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2355)
- Azerbaijani Language Translation by
[@&#8203;NureddinFarzaliyev](https://redirect.github.com/NureddinFarzaliyev)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2347](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2347)

##### Other Changes

- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2333](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2333)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2337](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2337)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2342](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2342)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2362](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2362)

##### New Contributors

-
[@&#8203;NureddinFarzaliyev](https://redirect.github.com/NureddinFarzaliyev)
made their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2347](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2347)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.34.0...v0.35.0

###
[`v0.34.0`](https://redirect.github.com/Stirling-Tools/Stirling-PDF/releases/tag/v0.34.0):
0.34.0 ProductHunt launch and PDF to CSV improvements and more

[Compare
Source](https://redirect.github.com/Stirling-Tools/Stirling-PDF/compare/v0.33.1...v0.34.0)

<!-- Release notes generated using configuration in .github/release.yml
at main -->

##### We have just launched on producthunt!

please consider giving us a upvote and a follow! <a
href="https://www.producthunt.com/posts/stirling-pdf?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stirling&#&#8203;0045;pdf"
target="_blank"><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=641239&theme=light"
alt="Stirling&#&#8203;0032;PDF -
Open&#&#8203;0032;source&#&#8203;0032;locally&#&#8203;0032;hosted&#&#8203;0032;web&#&#8203;0032;PDF&#&#8203;0032;editor
| Product Hunt" style="width: 250px; height: 54px;" width="250"
height="54" /></a>

This update brings some much needed improvements!

- Our PDF to CSV has been heavily upgraded and should see much better
results (Thanks to
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) and
[tabula-java](https://redirect.github.com/tabulapdf/tabula-java) )
-   Multi-tool allows multi-selected drag and drop
- Sign allows the same signature to be placed on multiple pages at once
-   UI cleanups for multi-tool and sign

With this update also comes some breaking changes to our database file
for additional security
Any users updating from a version older than 0.28.0 will need to first
update to a version after that and restart the application. After this
the application can be updated to 0.34.0+ as normal
This will allow the database to then migrate to the 0.34.0 version

##### What's Changed

##### Bug Fixes

- Fix id typo for "cropPdfCanvas" querySelector by
[@&#8203;rafael-encinas](https://redirect.github.com/rafael-encinas) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2271](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2271)
- Fix: Expand and de-clutter menus for matching search results in
homepage
[#&#8203;2264](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2264)
by [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2277](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2277)
- Bored waiting button doesnt remove itself after processing
([#&#8203;2079](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2079))
by
[@&#8203;alonsofabila-dev](https://redirect.github.com/alonsofabila-dev)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2235](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2235)
- Fix file clear for errors by
[@&#8203;rafael-encinas](https://redirect.github.com/rafael-encinas) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2302](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2302)
- Fix: Prevents duplicate listing of search results by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2306](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2306)
- Fix: id for submit button added by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2320](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2320)

##### Enhancements

- Multi-tool UI improvements and bug fixes by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2288](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2288)
- Hover tools tooltips for sign and multi tool by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2290](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2290)
- multitool multi select (drag drop) move pages by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2294](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2294)
- Sign multiple PDF pages at the same time in the same location
([#&#8203;2008](https://redirect.github.com/Stirling-Tools/Stirling-PDF/issues/2008))
by [@&#8203;thisisrenan](https://redirect.github.com/thisisrenan) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2278](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2278)
- Extract tables from PDF to CSV using Tabula by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2312](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2312)
- Add tooltip to sign add to all pages feature by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2325](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2325)
- Additional sign tooltips by
[@&#8203;reecebrowne](https://redirect.github.com/reecebrowne) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2328](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2328)

##### Minor Enhancements

- shows the titles of the buttons by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2262](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2262)
- Read login data from application.properties by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2263](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2263)
- Update MetricsAggregatorService.java by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2272](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2272)
- Metrics changes by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2273](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2273)
- Fix: Fixes dependency bug and replaces obsolete method by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2309](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2309)
- Bump com.h2database:h2 from 2.1.214 to 2.3.232 by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2314](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2314)
- navbar fix multi tool and compress location by
[@&#8203;Frooodle](https://redirect.github.com/Frooodle) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2331](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2331)

##### Docker Updates

- Bump gradle from 8.7-jdk17 to 8.11-jdk17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2269](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2269)

##### Translation Changes

- Update German language by
[@&#8203;Ludy87](https://redirect.github.com/Ludy87) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2276](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2276)
- Update Arabic language by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2282](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2282)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2289](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2289)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2298](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2298)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2307](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2307)
- French translation (again) by
[@&#8203;miniupnp](https://redirect.github.com/miniupnp) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2315](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2315)
- Update Arabic Language for Multi tool section by
[@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2316](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2316)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2326](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2326)
- Update translation files by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2329](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2329)
- Update messages_it_IT.properties by
[@&#8203;albanobattistella](https://redirect.github.com/albanobattistella)
in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2334](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2334)

##### Other Changes

- Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2266](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2266)
- Bump io.micrometer:micrometer-core from 1.13.6 to 1.14.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2253](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2253)
- Bump bouncycastleVersion from 1.78.1 to 1.79 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2177](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2177)
- Bump
org.springframework.security:spring-security-saml2-service-provider from
6.3.4 to 6.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2296](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2296)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2295](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2295)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2310](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2310)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2318](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2318)
- Bump org.springframework:spring-webmvc from 6.1.14 to 6.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2268](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2268)
- Update 3rd Party Licenses by
[@&#8203;github-actions](https://redirect.github.com/github-actions) in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2321](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2321)

##### New Contributors

- [@&#8203;omar-ahmed42](https://redirect.github.com/omar-ahmed42) made
their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2277](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2277)
- [@&#8203;yusif043-bit](https://redirect.github.com/yusif043-bit) made
their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2287](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2287)
-
[@&#8203;alonsofabila-dev](https://redirect.github.com/alonsofabila-dev)
made their first contribution in
[https://github.com/Stirling-Tools/Stirling-PDF/pull/2235](https://redirect.github.com/Stirling-Tools/Stirling-PDF/pull/2235)

**Full Changelog**:
https://github.com/Stirling-Tools/Stirling-PDF/compare/v0.33.1...v0.34.0

</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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:47:32 +01:00
TrueCharts BotandGitHub 9a0055dada chore(helm): update image ghcr.io/static-web-server/static-web-server 2.33.1 → 2.34.0 (#30298) 2024-12-28 03:45:01 +01:00
TrueCharts BotandGitHub a2b8eb32d9 chore(helm): update image ghcr.io/onedr0p/sabnzbd 4.3.3 → 4.4.1 (#30294) 2024-12-28 03:44:54 +01:00
TrueCharts BotandGitHub 5f9d01c637 chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.21.2 → 5.23.2 (#30295)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/pmmp/pocketmine-mp | minor | `6a51ca4` -> `a600c28` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:44:09 +01:00
TrueCharts BotandGitHub 2994b0540d chore(helm): update image ghcr.io/linuxserver/healthchecks 3.7.20241209 → 3.9.20241224 (#30283) 2024-12-28 03:43:50 +01:00
TrueCharts BotandGitHub 8d60fe6613 chore(helm): update image ghcr.io/rommapp/romm 3.5 → 3.6 (#30296)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rommapp/romm](https://redirect.github.com/rommapp/romm) |
minor | `d3a0cd1` -> `d4ca71e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:43:43 +01:00
TrueCharts BotandGitHub 5886d236d5 chore(helm): update image ghcr.io/linuxserver/freshrss 1.24.3 → 1.25.0 (#30281) 2024-12-28 03:42:38 +01:00
TrueCharts BotandGitHub 22af7e3d89 chore(helm): update image ghcr.io/linuxserver/bookstack 24.10.20241104 → 24.12.20241223 (#30278) 2024-12-28 03:42:31 +01:00
TrueCharts BotandGitHub 66ac3f86df chore(helm): update image ghcr.io/linuxserver/babybuddy 2.6.3 → 2.7.0 (#30277) 2024-12-28 03:42:25 +01:00
TrueCharts BotandGitHub 90db26d69c chore(helm): update image ghcr.io/linuxserver/calibre 7.21.0 → 7.23.0 (#30279)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages)
([source](https://redirect.github.com/linuxserver/docker-calibre)) |
minor | `e1c5964` -> `6236e60` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:42:21 +01:00
TrueCharts BotandGitHub b80fbbf290 chore(helm): update image ghcr.io/immich-app/immich-machine-learning v1.121.0 → v1.123.0 (#30274) 2024-12-28 03:41:56 +01:00
TrueCharts BotandGitHub 331d99131c chore(helm): update image ghcr.io/ix-ai/smtp v0.6.0 → v0.7.0 (#30276) 2024-12-28 03:41:54 +01:00
TrueCharts BotandGitHub 3aceed30fe chore(helm): update image ghcr.io/gethomepage/homepage v0.9.13 → v0.10.4 (#30273)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage)
| minor | `1504b26` -> `bf16a9f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary>

###
[`v0.10.4`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.3...v0.10.4)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.3...v0.10.4)

###
[`v0.10.3`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.2...v0.10.3)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.2...v0.10.3)

###
[`v0.10.2`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.1...v0.10.2)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.1...v0.10.2)

###
[`v0.10.1`](https://redirect.github.com/gethomepage/homepage/compare/v0.10.0...v0.10.1)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.10.0...v0.10.1)

###
[`v0.10.0`](https://redirect.github.com/gethomepage/homepage/releases/tag/v0.10.0)

[Compare
Source](https://redirect.github.com/gethomepage/homepage/compare/v0.9.13...v0.10.0)

#### What's Changed

- Feature: nested groups by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4346](https://redirect.github.com/gethomepage/homepage/pull/4346)
- Enhancement: multiple widgets per service
https://github.com/gethomepage/homepage/commit/907abee1aa87c696872eeda68efb58a278c9846a
- Enhancement: Add hrefs to info widgets by
[@&#8203;DamitusThyYeetus123](https://redirect.github.com/DamitusThyYeetus123)
in
[https://github.com/gethomepage/homepage/pull/4347](https://redirect.github.com/gethomepage/homepage/pull/4347)
- Enhancement: set css color-scheme by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4349](https://redirect.github.com/gethomepage/homepage/pull/4349)
- Chore: move custom css loading, add letter-spacing by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4359](https://redirect.github.com/gethomepage/homepage/pull/4359)
- Enhancement: glances containers metric widget by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4361](https://redirect.github.com/gethomepage/homepage/pull/4361)
- Chore(deps): Bump gamedig from 5.1.3 to 5.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/4369](https://redirect.github.com/gethomepage/homepage/pull/4369)
- Chore(deps-dev): Bump eslint-plugin-react from 7.37.1 to 7.37.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/gethomepage/homepage/pull/4367](https://redirect.github.com/gethomepage/homepage/pull/4367)
- Enhancement: icons-only bookmarks style by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4384](https://redirect.github.com/gethomepage/homepage/pull/4384)
- Fix: correct evcc units by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4396](https://redirect.github.com/gethomepage/homepage/pull/4396)
- Enhancement: downloading torrents list for qbittorrent by
[@&#8203;Mindfreak9100](https://redirect.github.com/Mindfreak9100) in
[https://github.com/gethomepage/homepage/pull/4405](https://redirect.github.com/gethomepage/homepage/pull/4405)
- Fix: glances metric - different key for process list memory on window…
by [@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4410](https://redirect.github.com/gethomepage/homepage/pull/4410)
- Enhancement: better display of finnhub tickers with exchange by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4425](https://redirect.github.com/gethomepage/homepage/pull/4425)
- Enhancement: add basic auth to ESPHome widget by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz) in
[https://github.com/gethomepage/homepage/pull/4429](https://redirect.github.com/gethomepage/homepage/pull/4429)
- Enhancement: downloading torrents list for deluge by
[@&#8203;Mindfreak9100](https://redirect.github.com/Mindfreak9100) in
[https://github.com/gethomepage/homepage/pull/4436](https://redirect.github.com/gethomepage/homepage/pull/4436)
- Enhancement: beszel widget compatibility with v0.9.0 by
[@&#8203;shamoon](https://redirect.github.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/4439](https://redirect.github.com/gethomepage/homepage/pull/4439)

#### New Contributors

-
[@&#8203;DamitusThyYeetus123](https://redirect.github.com/DamitusThyYeetus123)
made their first contribution in
[https://github.com/gethomepage/homepage/pull/4347](https://redirect.github.com/gethomepage/homepage/pull/4347)
- [@&#8203;Mindfreak9100](https://redirect.github.com/Mindfreak9100)
made their first contribution in
[https://github.com/gethomepage/homepage/pull/4405](https://redirect.github.com/gethomepage/homepage/pull/4405)
- [@&#8203;jesserockz](https://redirect.github.com/jesserockz) made
their first contribution in
[https://github.com/gethomepage/homepage/pull/4429](https://redirect.github.com/gethomepage/homepage/pull/4429)

**Full Changelog**:
https://github.com/gethomepage/homepage/compare/v0.9.13...v0.10.0

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:41:48 +01:00
TrueCharts BotandGitHub 26a7b7ecf5 chore(helm): update image ghcr.io/fluidd-core/fluidd v1.30.6 → v1.31.2 (#30272)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/fluidd-core/fluidd](https://redirect.github.com/fluidd-core/fluidd)
| minor | `556029c` -> `41e94a2` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

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

###
[`v1.31.2`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.31.2)

[Compare
Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.31.1...v1.31.2)

##### Features

- adds Adjust Dashboard Layout sidebar button
([#&#8203;1546](https://redirect.github.com/fluidd-core/fluidd/issues/1546))
([2a67ad5](https://redirect.github.com/fluidd-core/fluidd/commit/2a67ad58ce2c2d55e6a8f2f13465150432323d3f))
- adds Kalico config support
([#&#8203;1548](https://redirect.github.com/fluidd-core/fluidd/issues/1548))
([00b33dd](https://redirect.github.com/fluidd-core/fluidd/commit/00b33ddda5b5ba13c78de5bb92a6e3553dbe7b76))
- decode quoted default macro params
([55d3802](https://redirect.github.com/fluidd-core/fluidd/commit/55d3802082f52668169c2f4cba706fb343f2ed4b))
- encode Gcode parameter values where possible
([b153b64](https://redirect.github.com/fluidd-core/fluidd/commit/b153b64eaceb2fd5bfdce4b2a8aa74f81206afe0))
- **i18n-hu:** Update Hungarian translations
([f6dbf4d](https://redirect.github.com/fluidd-core/fluidd/commit/f6dbf4dd4f211d9413a6f67555230dfd750a6d8e))
- improves macro params quoting and encoding
([286ebcd](https://redirect.github.com/fluidd-core/fluidd/commit/286ebcd09f198c347b92e2d6dbe051ca5f30d1da))

##### Bug Fixes

- component page title
([21a7864](https://redirect.github.com/fluidd-core/fluidd/commit/21a7864074dca644ca974c94c0a452d8a72b7471))
- **Console:** Hide temp waits fallback value
([2b1389a](https://redirect.github.com/fluidd-core/fluidd/commit/2b1389a24ff11c7961dc097399bbdef2b063dae8))

###
[`v1.31.1`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.31.1)

[Compare
Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.31.0...v1.31.1)

##### Features

- allow ordering of gcode macro categories
([0cc0e71](https://redirect.github.com/fluidd-core/fluidd/commit/0cc0e7106ade11c510a2ad4c9ee233a58a784e1f))
- allow user selection of device camera
([#&#8203;1542](https://redirect.github.com/fluidd-core/fluidd/issues/1542))
([3e8a42d](https://redirect.github.com/fluidd-core/fluidd/commit/3e8a42d79840a8bce723fcc626c10430685ebb1d))
- larger touch target for the drag icon
([729fe00](https://redirect.github.com/fluidd-core/fluidd/commit/729fe0067cd5a39ce8426494737454996bb11857))
- macros card navigate to category settings
([d61d0f6](https://redirect.github.com/fluidd-core/fluidd/commit/d61d0f699042cf70979d91577b0b512bc1e4e360))

##### Bug Fixes

- column picker dragging group
([4ae7d8b](https://redirect.github.com/fluidd-core/fluidd/commit/4ae7d8b1e4d3876b4a27ed37e3fe13380ea67906))
- **FileSystem:** escape special characters
([99368cf](https://redirect.github.com/fluidd-core/fluidd/commit/99368cfcf93f2f13150ec217adc1ac313a223d60))
- group and wrap tool change commands
([#&#8203;1543](https://redirect.github.com/fluidd-core/fluidd/issues/1543))
([ef8da05](https://redirect.github.com/fluidd-core/fluidd/commit/ef8da0540416bc7b0983646b961679e431bc45da))
- include M23 as a rawparams macro
([8b51545](https://redirect.github.com/fluidd-core/fluidd/commit/8b5154596ab1a5cef534731d23270bb57b125d0b))

###
[`v1.31.0`](https://redirect.github.com/fluidd-core/fluidd/releases/tag/v1.31.0)

[Compare
Source](https://redirect.github.com/fluidd-core/fluidd/compare/v1.30.6...v1.31.0)

##### Features

- adds \_CLIENT_LINEAR_MOVE macro support
([#&#8203;1530](https://redirect.github.com/fluidd-core/fluidd/issues/1530))
([be9b053](https://redirect.github.com/fluidd-core/fluidd/commit/be9b053922c5685573c74e8dc7e5fe8219baa3be))
- adds config file #region folding support
([#&#8203;1528](https://redirect.github.com/fluidd-core/fluidd/issues/1528))
([e0ecc8c](https://redirect.github.com/fluidd-core/fluidd/commit/e0ecc8cd186e148f7a5caa40ec0bcc594199a3bf))
- adds setting for files and folders drag & drop
([#&#8203;1524](https://redirect.github.com/fluidd-core/fluidd/issues/1524))
([bf57bb9](https://redirect.github.com/fluidd-core/fluidd/commit/bf57bb989deff40af245f55f11d1d4880a2e860b))
- Beacon support
([#&#8203;1534](https://redirect.github.com/fluidd-core/fluidd/issues/1534))
([aed7108](https://redirect.github.com/fluidd-core/fluidd/commit/aed71089d8321a8d476998cb0c38a347cba0c365))
- column reordering
([#&#8203;1539](https://redirect.github.com/fluidd-core/fluidd/issues/1539))
([852c0ee](https://redirect.github.com/fluidd-core/fluidd/commit/852c0ee550b15a360fbe30cb0830c1d4dd610dd8))
- **i18n-de:** Update German translations
([5197f0c](https://redirect.github.com/fluidd-core/fluidd/commit/5197f0c3ac6ee6bead5b28f2f9dd978e7e9bc054))
- **i18n-es:** Update Spanish translations
([64360bf](https://redirect.github.com/fluidd-core/fluidd/commit/64360bf6bdd149d74a62ccd11078f23649753b54))
- **i18n-hu:** Update Hungarian translations
([5b5779f](https://redirect.github.com/fluidd-core/fluidd/commit/5b5779f1415b2b96647ff4b4b54e1430c19c01c5))
- **i18n-pl:** Update Polish translations
([5fc103f](https://redirect.github.com/fluidd-core/fluidd/commit/5fc103f1c53cd5f1892d655142031c4ecd9caefd))
- **i18n-tr:** Update Turkish translations
([0126bfd](https://redirect.github.com/fluidd-core/fluidd/commit/0126bfd66b3c1912786850e7761c8dfb4efdbdab))
- Mellow theme
([#&#8203;1472](https://redirect.github.com/fluidd-core/fluidd/issues/1472))
([405b1b1](https://redirect.github.com/fluidd-core/fluidd/commit/405b1b1f7d114ca0230259abbbd3e1e5bd85166c))
- Nevermore Controller support
([#&#8203;1527](https://redirect.github.com/fluidd-core/fluidd/issues/1527))
([ab16ea2](https://redirect.github.com/fluidd-core/fluidd/commit/ab16ea2066e5259b8e9f112d108960672d429c83))

##### Bug Fixes

- **Charts:** reset chart store on moonraker reset
([24d0db9](https://redirect.github.com/fluidd-core/fluidd/commit/24d0db9515f20fc7715c3b01fecd70ddf88489e4))
- Job History search
([#&#8203;1535](https://redirect.github.com/fluidd-core/fluidd/issues/1535))
([fe30cd2](https://redirect.github.com/fluidd-core/fluidd/commit/fe30cd2b2249efa6650b59033ae03c472a318087))
- led color_order handling
([71e8cf1](https://redirect.github.com/fluidd-core/fluidd/commit/71e8cf1e65e4ad7a4ec8d382357c452b99e69d73))
- printer status card load improvement
([6cd1300](https://redirect.github.com/fluidd-core/fluidd/commit/6cd1300b2764f95e82f61d0b02bd70c5850d9fb5))
- temperature targets item key
([d2a86b5](https://redirect.github.com/fluidd-core/fluidd/commit/d2a86b587d835429ac62ae6f40c9f3eecb77c81e))
- **ThermalChart:** consistent chart color on single device
([#&#8203;1522](https://redirect.github.com/fluidd-core/fluidd/issues/1522))
([f217cd4](https://redirect.github.com/fluidd-core/fluidd/commit/f217cd44cc8153068ae9057ddff7fce47588c9b3))
- toolhead position controls enabled on pause
([#&#8203;1533](https://redirect.github.com/fluidd-core/fluidd/issues/1533))
([30905b2](https://redirect.github.com/fluidd-core/fluidd/commit/30905b2bdfc180d661ae4912a3acb0bd61d1a282))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:41:24 +01:00
TrueCharts BotandGitHub ec64676ab8 chore(helm): update image ghcr.io/onedr0p/radarr 5.15.1.9463 → 5.16.3.9541 (#30293)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/radarr](https://ghcr.io/onedr0p/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | minor |
`d097137` -> `c486358` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Radarr/Radarr (ghcr.io/onedr0p/radarr)</summary>

###
[`v5.16.3.9541`](https://redirect.github.com/Radarr/Radarr/releases/tag/v5.16.3.9541):
5.16.3.9541

[Compare
Source](https://redirect.github.com/Radarr/Radarr/compare/v5.15.1.9463...v5.16.3.9541)

*To receive further Pre-Release or final updates for a non-docker
installation, please change the branch to **master**. (Settings ->
General (Show Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Radarr within an existing docker container.***

#### Changes:

-
[`99c3c8c`](https://redirect.github.com/Radarr/Radarr/commit/99c3c8ce5b03fc75b620e54fc6e96fbee3a2053c)
Replace URLs in translations with tokens
-
[`85171e4`](https://redirect.github.com/Radarr/Radarr/commit/85171e40a58d65f3e6b2d137701ef95e649e4b6f)
Multiple Translations updated by Weblate
-
[`86b656d`](https://redirect.github.com/Radarr/Radarr/commit/86b656d323567e1fc83f61a79c41778cbeba91eb)
Use minor version for core-js in babel/preset-env
-
[`5ae5d10`](https://redirect.github.com/Radarr/Radarr/commit/5ae5d1043a78990ff3425c93ebb66e98aef531b7)
Improve opening add movie modal for Discover Overview
-
[`b801aa0`](https://redirect.github.com/Radarr/Radarr/commit/b801aa093595a33a55e9edd5cda141c4c55a9bb5)
New: Add metadata links to telegram messages \[
[#&#8203;10242](https://redirect.github.com/Radarr/Radarr/issues/10242),
[#&#8203;10489](https://redirect.github.com/Radarr/Radarr/issues/10489)
]
-
[`b2b5aa1`](https://redirect.github.com/Radarr/Radarr/commit/b2b5aa1f795632311303256aa5d1271bbe07af1f)
New: Optionally as Instance Name to Telegram notifications \[
[#&#8203;10757](https://redirect.github.com/Radarr/Radarr/issues/10757)
]
-
[`8c6ba9a`](https://redirect.github.com/Radarr/Radarr/commit/8c6ba9a543a308fcf75d43ab7f4ddd43452d2cd4)
Fixed: Augmenting languages from indexer for release with stale indexer
ID \[
[#&#8203;10768](https://redirect.github.com/Radarr/Radarr/issues/10768)
]
-
[`4e024c5`](https://redirect.github.com/Radarr/Radarr/commit/4e024c51d3832e28e981f1e71a5904953bff32ec)
Fixed: Movies without tags bypassing tags on Download Client \[
[#&#8203;10765](https://redirect.github.com/Radarr/Radarr/issues/10765)
]
-
[`e4106f0`](https://redirect.github.com/Radarr/Radarr/commit/e4106f0ede441aa637c50de3bf5279bbddf2ee9d)
Upgrade TypeScript and core-js \[
[#&#8203;10763](https://redirect.github.com/Radarr/Radarr/issues/10763)
]
-
[`9032ac2`](https://redirect.github.com/Radarr/Radarr/commit/9032ac20ff599bda8aa9acd02e6d59741233b4da)
Bump version to 5.16.3

<details><summary><b>See More</b></summary>

-
[`23fce4b`](https://redirect.github.com/Radarr/Radarr/commit/23fce4bf2e50cef56b336761b01784e4484b09b6)
Fixed: Refresh backup list on deletion
-
[`64fd855`](https://redirect.github.com/Radarr/Radarr/commit/64fd8552f8415a4baebf9ae1998eadc59ac396a3)
Fixed: Error getting processes in some cases
-
[`e016410`](https://redirect.github.com/Radarr/Radarr/commit/e016410c1014892d726b600042bd13ea49c027d6)
Multiple Translations updated by Weblate
-
[`bea943a`](https://redirect.github.com/Radarr/Radarr/commit/bea943adf8ee3544b8d82dce56dd596f3f37d48d)
New: Tooltip with extra genres on search and collections
-
[`9780d20`](https://redirect.github.com/Radarr/Radarr/commit/9780d20f8aedbe45c225c44ee9262327fbad5e3e)
Improve is visible property check for discover movies
-
[`62722d4`](https://redirect.github.com/Radarr/Radarr/commit/62722d45b0b7b9c358407481155da44ede0df6c1)
Fixed: Using all movie genres for collection filters
-
[`27dd8e8`](https://redirect.github.com/Radarr/Radarr/commit/27dd8e8cd5af6c13800d5e9c6acb43298df1ca2f)
New: Tooltip with extra genres on movie details page
-
[`6c47ede`](https://redirect.github.com/Radarr/Radarr/commit/6c47ede76b7203188f8dc34bcecb9a18102c2aba)
Fixed: Refreshing movie genres
-
[`7b9562b`](https://redirect.github.com/Radarr/Radarr/commit/7b9562bb38b7f642d4a5252e2a8bba1a2543c624)
Update React \[
[#&#8203;10703](https://redirect.github.com/Radarr/Radarr/issues/10703)
]
-
[`8b0b7c1`](https://redirect.github.com/Radarr/Radarr/commit/8b0b7c1cb0bc496a416236dd935a67e78f7d65e7)
New: Reactive search button on Wanted pages \[
[#&#8203;10750](https://redirect.github.com/Radarr/Radarr/issues/10750)
]
-
[`7ebd341`](https://redirect.github.com/Radarr/Radarr/commit/7ebd341cd6dfd8dc29be5b1e05e524ab7c55e61a)
Sync TimeSpanConverter with upstream \[
[#&#8203;10756](https://redirect.github.com/Radarr/Radarr/issues/10756)
]
-
[`6c85f16`](https://redirect.github.com/Radarr/Radarr/commit/6c85f166ffc8eb037eef58bdd1582358692d281b)
Bump version to 5.16.2
-
[`45aabce`](https://redirect.github.com/Radarr/Radarr/commit/45aabce107c2f70d8040940253636fc1dbf99307)
Automated API Docs update
-
[`0caa793`](https://redirect.github.com/Radarr/Radarr/commit/0caa793df4f3c500ea2ed819bae65a98cea03803)
New: Add config file setting for CGNAT authentication bypass
-
[`9a107cc`](https://redirect.github.com/Radarr/Radarr/commit/9a107cc8d7bdff79fb6903dffb8aa2ab2bbad3e5)
New: Add Languages to Webhook Notifications \[
[#&#8203;10733](https://redirect.github.com/Radarr/Radarr/issues/10733)
]
-
[`a6d727f`](https://redirect.github.com/Radarr/Radarr/commit/a6d727fe2a734163fcd23fb7e1180d285115d327)
New: Kometa metadata file creation disabled \[
[#&#8203;10738](https://redirect.github.com/Radarr/Radarr/issues/10738)
]
-
[`01a53d3`](https://redirect.github.com/Radarr/Radarr/commit/01a53d362425d3b41977b20c960160112b8e37ea)
Automated API Docs update
-
[`348c29c`](https://redirect.github.com/Radarr/Radarr/commit/348c29c9d782e10fe1f7c785f157529c87e5c1a3)
Multiple Translations updated by Weblate
-
[`6473971`](https://redirect.github.com/Radarr/Radarr/commit/64739712c6a2c35e631b1e9cd216e66786ea9373)
Add return type for movie lookup and import endpoints \[
[#&#8203;10737](https://redirect.github.com/Radarr/Radarr/issues/10737)
]
-
[`6ac9cca`](https://redirect.github.com/Radarr/Radarr/commit/6ac9cca9532b3257a6084ffbb455dca8dae5453a)
Avoid default category on existing Transmission configurations
-
[`a2b38c5`](https://redirect.github.com/Radarr/Radarr/commit/a2b38c5b7d8de16b4c844c4406b39de9d20f19ea)
New: Labels support for Transmission 4.0
-
[`3cc4105`](https://redirect.github.com/Radarr/Radarr/commit/3cc4105d7191088a536507ed9148c3df924ca093)
Bump NLog, Npgsql, Ical.Net, IPAddressRange, ImageSharp and Polly
-
[`3449a5d`](https://redirect.github.com/Radarr/Radarr/commit/3449a5d3fe7696bafdf3a8e0fc795e529d83b7a1)
Fixed: Don't fail import if symlink target can't be resolved
-
[`5bac157`](https://redirect.github.com/Radarr/Radarr/commit/5bac157d365ccefbb0fa883e15f5a0baa57420e4)
Remove unnecessary heap allocations in local IP check
-
[`114d260`](https://redirect.github.com/Radarr/Radarr/commit/114d260f42612117dad4f8219d1dac6b56136e14)
Deprecate Sizeleft and Timeleft queue item properties
-
[`617b9c5`](https://redirect.github.com/Radarr/Radarr/commit/617b9c5d35e73561f3ca8f28cff0541528531e91)
Console warnings for missing translations on development builds \[
[#&#8203;10669](https://redirect.github.com/Radarr/Radarr/issues/10669)
]
-
[`ba4ccbb`](https://redirect.github.com/Radarr/Radarr/commit/ba4ccbb0bd6ad6c281339168c75296985c5481e5)
Deluge communication improvements
-
[`b845268`](https://redirect.github.com/Radarr/Radarr/commit/b845268b3d67bcc1f8075ff508dff5f57fc41bc4)
New: Support for new SABnzbd history retention values \[
[#&#8203;10699](https://redirect.github.com/Radarr/Radarr/issues/10699)
]
-
[`0fee552`](https://redirect.github.com/Radarr/Radarr/commit/0fee5520742aa2dbbbe8d1727407847ed2be0671)
Bump version to 5.16.1
-
[`828b994`](https://redirect.github.com/Radarr/Radarr/commit/828b994ef4fa457055983e9db67b42e584712206)
Support Postgres with non-standard version string
-
[`7952fd3`](https://redirect.github.com/Radarr/Radarr/commit/7952fd325b71ff94f289e68309971607f03cb632)
Multiple Translations updated by Weblate
-
[`4b4e598`](https://redirect.github.com/Radarr/Radarr/commit/4b4e598b67fd1a3a2fa358d2d1bf27104a1f554d)
New: Add Afrikaans language
-
[`71ccebd`](https://redirect.github.com/Radarr/Radarr/commit/71ccebd0f5dd4454296bbc6919741be65032452b)
Fix cutoff fixture
-
[`2607c67`](https://redirect.github.com/Radarr/Radarr/commit/2607c679123f4105f592d4a2232b6007d9b3f507)
Fixed: Prevent lack of internet from stopping all health checks from
running \[
[#&#8203;10694](https://redirect.github.com/Radarr/Radarr/issues/10694)
]
-
[`a626b4f`](https://redirect.github.com/Radarr/Radarr/commit/a626b4f3c426770c1cf361a92d7b576b04e081d9)
Fixed: Custom Format upgrading not respecting 'Upgrades Allowed' \[
[#&#8203;10691](https://redirect.github.com/Radarr/Radarr/issues/10691)
]
-
[`1526bf2`](https://redirect.github.com/Radarr/Radarr/commit/1526bf29f485859daf5fcde1872677f2cecc77da)
Fixed path in downloading to root folder check message
-
[`2194772`](https://redirect.github.com/Radarr/Radarr/commit/219477273675b23a426554896a145d553fc9a319)
New: Add Albanian language
([#&#8203;10663](https://redirect.github.com/Radarr/Radarr/issues/10663))
-
[`cd490d6`](https://redirect.github.com/Radarr/Radarr/commit/cd490d63349449cfe7aab164a9539d8e10dc4d8f)
New: Add headers setting in webhook connection
-
[`ff60984`](https://redirect.github.com/Radarr/Radarr/commit/ff609848d811e3b47d40a103a10ca06826d3642a)
New: Replace 'Ben the Man' release group parsing with 'Ben the Men' \[
[#&#8203;10676](https://redirect.github.com/Radarr/Radarr/issues/10676)
]
-
[`15b6f72`](https://redirect.github.com/Radarr/Radarr/commit/15b6f7212d70174ec3747468f9d28d42379d62dd)
Multiple Translations updated by Weblate
-
[`af06a9f`](https://redirect.github.com/Radarr/Radarr/commit/af06a9f70d3c4e6724eff64104b71fa12d56f141)
Webpack web target
-
[`c3fa440`](https://redirect.github.com/Radarr/Radarr/commit/c3fa440cf8fcfa23f97fddf1ebbd5aab6d6f37fa)
Multiple Translations updated by Weblate
([#&#8203;10688](https://redirect.github.com/Radarr/Radarr/issues/10688))
-
[`0411d66`](https://redirect.github.com/Radarr/Radarr/commit/0411d6652066d268afc50ccd02f0e2c40de1c1fb)
Bump version to 5.16.0

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/\_release?releaseId=144&\_a=release-summary).

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:40:26 +01:00
TrueCharts BotandGitHub b57171376f chore(helm): update image ghcr.io/onedr0p/bazarr 1.4.5 → 1.5.0 (#30291)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/bazarr](https://ghcr.io/onedr0p/bazarr)
([source](https://redirect.github.com/morpheus65535/bazarr)) | minor |
`a7bceef` -> `5eb3ff2` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>morpheus65535/bazarr (ghcr.io/onedr0p/bazarr)</summary>

###
[`v1.5.0`](https://redirect.github.com/morpheus65535/bazarr/releases/tag/v1.5.0)

[Compare
Source](https://redirect.github.com/morpheus65535/bazarr/compare/v1.4.5...v1.5.0)

From newest to oldest:

- Reduced throttle from 24 hours to 6 before retrying Opensubtitles.com
API on DownloadLimitExceeded
[d5a290c](https://redirect.github.com/morpheus65535/bazarr/commit/d5a290c7a2bf4c0d7d923bb967d1825de2bbaba3)
- Fixed download error with Napiprojekt provider
[3209355](https://redirect.github.com/morpheus65535/bazarr/commit/320935548c28e85bbd9b0b0a6a073f1439deba31)
- Fixed titrari provider to prevent abuse and throttle properly.
[#&#8203;2709](https://redirect.github.com/morpheus65535/bazarr/issues/2709)
[9d62d84](https://redirect.github.com/morpheus65535/bazarr/commit/9d62d84ef590c65e7e9392fe82f1f2022b90bede)
- Added languages profile creation and assignment to health check.
[43d9d43](https://redirect.github.com/morpheus65535/bazarr/commit/43d9d43224c84609a4fbd050c8d82e9500743a68)
- Added series status and last air date
[c8e2894](https://redirect.github.com/morpheus65535/bazarr/commit/c8e2894b2ba033a11eb52ccd4f50186da74a90d8)
- Added missing subtitles count in series episodes view
[f81780f](https://redirect.github.com/morpheus65535/bazarr/commit/f81780fac564080301b06be76dbd33267b8f0ac8)
- Added official support for Python 3.12
[43a5841](https://redirect.github.com/morpheus65535/bazarr/commit/43a5841d04f07455f1f72d22817aa9a342772b91)
- Fixed improperly guessed video episode number while refining.
[#&#8203;2784](https://redirect.github.com/morpheus65535/bazarr/issues/2784)
[cf559d1](https://redirect.github.com/morpheus65535/bazarr/commit/cf559d1028803dad83921f2b61162199bb1fb27f)
- Fixed podnapisi not returning results
[4df822d](https://redirect.github.com/morpheus65535/bazarr/commit/4df822d363b448b98000b6c4c6de054d8faa45e4)
- Added debug logging while refining video object from scene name.
[#&#8203;2784](https://redirect.github.com/morpheus65535/bazarr/issues/2784)
[63c36c8](https://redirect.github.com/morpheus65535/bazarr/commit/63c36c8c184a5d7a34892f47e0f16d7b7ce6ea15)
- Improved Settings wording and organization.
[d2dc869](https://redirect.github.com/morpheus65535/bazarr/commit/d2dc869c1c90d479a3a39aee264f9d695af2e53c)
- Fixed EmbeddedSubtitles provider results caching
[a7df6a9](https://redirect.github.com/morpheus65535/bazarr/commit/a7df6a9c6213cbb16ffc212f22aa3ae4c82599dd)
- Fixed missing mobile tooltips
[137d619](https://redirect.github.com/morpheus65535/bazarr/commit/137d61930d6d570515b5d3a4149c19f6206b6aea)
- Added frontend notification during automatic syncing of subtitles.
[#&#8203;2724](https://redirect.github.com/morpheus65535/bazarr/issues/2724)
[f4ca0f9](https://redirect.github.com/morpheus65535/bazarr/commit/f4ca0f9e5586b9b84f137c102e4b1c577b883da8)
- Added opensubtitlescom provider validation
[#&#8203;2770](https://redirect.github.com/morpheus65535/bazarr/pull/2770)
- Fixed item overview path label overflow
[#&#8203;2780](https://redirect.github.com/morpheus65535/bazarr/pull/2780)
- Fixed match popover position
[#&#8203;2777](https://redirect.github.com/morpheus65535/bazarr/pull/2777)
- Fixed issue with some DB queries and PostgreSQL.
[d7f06bb](https://redirect.github.com/morpheus65535/bazarr/commit/d7f06bb707e74bd24b89d94dd9486a4c60601738)
- Improved wording for Embedded Subtitles UI components
[4d022c2](https://redirect.github.com/morpheus65535/bazarr/commit/4d022c24b60524f4235c49de324a52e97192b881)
- Added matches dialog alert and column titles
[#&#8203;2771](https://redirect.github.com/morpheus65535/bazarr/pull/2771)
- Fixed a bug introduced in Napiprojekt provider
[669ed06](https://redirect.github.com/morpheus65535/bazarr/commit/669ed069f52e4f5bb95fa85d431ba2cdb6b57429)
- Added Napiprojekt provider releases info and a new options to filter
subtitles based on uploader
[42d569f](https://redirect.github.com/morpheus65535/bazarr/commit/42d569faa357d49f4779cf5e9effe9f818eb9cb7)
- Added validation for incomplete indexing of subtitles or calculation
of missing subtitles before searching.
[5b3312e](https://redirect.github.com/morpheus65535/bazarr/commit/5b3312ea4d88b3c37087da3938e43a021033d07e)
- Fixed issue introduced in 1.4.6-beta.20 when subtitles upgrade is
disabled.
[#&#8203;2768](https://redirect.github.com/morpheus65535/bazarr/issues/2768)
[6fbc912](https://redirect.github.com/morpheus65535/bazarr/commit/6fbc91289fe4031a73fb34d34706063a9d45d93b)
- Refactored upgrade routine to bring logic out of db requests but into
Python code.
[#&#8203;2749](https://redirect.github.com/morpheus65535/bazarr/issues/2749)
[24096cb](https://redirect.github.com/morpheus65535/bazarr/commit/24096cb10f6aaf3b377bfb24ef255efcdccf89c4)
- Added switch to control passing of video filename in whisper provider
modal
[e298d15](https://redirect.github.com/morpheus65535/bazarr/commit/e298d157247951beea8578dcd632d80cd3a5d75c)
- Fixed typos in assrt provider.
[#&#8203;1953](https://redirect.github.com/morpheus65535/bazarr/issues/1953)
[48cdc8b](https://redirect.github.com/morpheus65535/bazarr/commit/48cdc8bfc83487b2fa990a5669a0da07a71def54)
- Fixed issue when whisper returns more than one subtitle for language
profiles with more than one language
[#&#8203;2758](https://redirect.github.com/morpheus65535/bazarr/issues/2758)
[d67477a](https://redirect.github.com/morpheus65535/bazarr/commit/d67477aded7de5948d2156e2a2e4c83897c08f81)
- Adjusted search result styles
[0d63448](https://redirect.github.com/morpheus65535/bazarr/commit/0d6344859b56a533c22df3bfc36a00fbe66c2873)
- Reverted last commit
[db450bd](https://redirect.github.com/morpheus65535/bazarr/commit/db450bdcc35536ed1b520ff28430284134a60dfc)
- Added logging of upgraded subtitles original ID to database
[a70b26c](https://redirect.github.com/morpheus65535/bazarr/commit/a70b26cdbe520e75966af91f0be96d779bdfee0d)
- Fixed an issue that prevented Bazarr from starting when PIv6 has been
disabled using grub.
[#&#8203;2738](https://redirect.github.com/morpheus65535/bazarr/issues/2738)
[4eb09c5](https://redirect.github.com/morpheus65535/bazarr/commit/4eb09c546d4ebb612340de80301fdfc7549843b1)
- Fixed logging of proxied client requests while authenticating.
[#&#8203;2721](https://redirect.github.com/morpheus65535/bazarr/issues/2721)
[ac1a3c5](https://redirect.github.com/morpheus65535/bazarr/commit/ac1a3c5eb07650eb3942163ca3d8f6485a2027b5)
- Fixed anidb refiner special episodes without offset
[#&#8203;2736](https://redirect.github.com/morpheus65535/bazarr/pull/2736)
- Handle bad JSON results from subsynchro provider
[#&#8203;2735](https://redirect.github.com/morpheus65535/bazarr/issues/2735)
[239ab78](https://redirect.github.com/morpheus65535/bazarr/commit/239ab780eb5c3006ce28a45eb5bf2c7eb65d56ad)
- Improved guessing of video file properties by using file name and
refining it with scene name if available.
[#&#8203;2704](https://redirect.github.com/morpheus65535/bazarr/issues/2704)
[c615f99](https://redirect.github.com/morpheus65535/bazarr/commit/c615f99f0635ab57e0de1015e4e4575821c074aa)
- Fixed subdl to not ignore movies subtitles by erroneously check for
season packs.
[#&#8203;2725](https://redirect.github.com/morpheus65535/bazarr/issues/2725)
[a186e64](https://redirect.github.com/morpheus65535/bazarr/commit/a186e64893fd71d986ef922d9d90cf0b9435ae41)
- Fixed issue with translation failing when nothing is returned by
Google Translate.
[#&#8203;2519](https://redirect.github.com/morpheus65535/bazarr/issues/2519)
[b34a0c1](https://redirect.github.com/morpheus65535/bazarr/commit/b34a0c19a21a2caac3fa8cf29cdcfa96717b54fc)
- Added search poster
[#&#8203;2722](https://redirect.github.com/morpheus65535/bazarr/pull/2722)
- Added support for Spanish (Latino) in opensubtitles.com.
[#&#8203;2720](https://redirect.github.com/morpheus65535/bazarr/issues/2720)
[a1658bb](https://redirect.github.com/morpheus65535/bazarr/commit/a1658bbf3271f66295ca8106eabfa2ab842cdb17)
- Added Anilist error log when the record exists on mapping but doesn't
enrich with Anilist id
[a9243c6](https://redirect.github.com/morpheus65535/bazarr/commit/a9243c6c03fd7d24eb522231cf899d25aa850b66)
- Added created and updated timestamp to DB for series, episodes and
movies
[678443f](https://redirect.github.com/morpheus65535/bazarr/commit/678443f212cb82b795bd0d7db14c845f641bd804)
- Fixed RegieLive JSONDecodeError
[#&#8203;2727](https://redirect.github.com/morpheus65535/bazarr/issues/2727)
[092012a](https://redirect.github.com/morpheus65535/bazarr/commit/092012a48715fd65184cef5e623bfb60f6d01543)
- Fixed titulky NameError issue
[1874f29](https://redirect.github.com/morpheus65535/bazarr/commit/1874f29789aa574c867ff279892db12ae154e6cf)
- Fixed another issue with subtitles upgrade process.
[56d8f2c](https://redirect.github.com/morpheus65535/bazarr/commit/56d8f2c9a36536f0d5c8e29b331dc3d01729042f)
- Fixed issue with subtitles upgrade process on Windows
[de9ce4d](https://redirect.github.com/morpheus65535/bazarr/commit/de9ce4d13dc0fc2fa25597d9d3eb13bf025dc22a)
- Fixed subtitles naming when saving subtitles to prevent parsing for HI
content if the provider (or the user if it's an upload) specifies that
it should be considered as HI.
[#&#8203;2719](https://redirect.github.com/morpheus65535/bazarr/issues/2719)
[5139fca](https://redirect.github.com/morpheus65535/bazarr/commit/5139fca5b8f60dd05be76c59296c3388d62d8199)
- Fixed issue introduced in upgrade process in beta.3
[16499fc](https://redirect.github.com/morpheus65535/bazarr/commit/16499fc674b2a6aef7eab0bf07ff95e786c9afbd)
- Improved provider labeling
[9eb9bb5](https://redirect.github.com/morpheus65535/bazarr/commit/9eb9bb55c95430400668e4372179eee340b4db24)
- Fixed subtitrari noi provider issue while downloading some subtitles.
[#&#8203;2708](https://redirect.github.com/morpheus65535/bazarr/issues/2708)
[92107a2](https://redirect.github.com/morpheus65535/bazarr/commit/92107a24257b996e28a045ff0e29f37812093a5c)
- Fixed error while inserting episodes during sync process.
[#&#8203;2700](https://redirect.github.com/morpheus65535/bazarr/issues/2700)
[4b9417c](https://redirect.github.com/morpheus65535/bazarr/commit/4b9417c2e280ee42853c56ad14580be4dab48cfe)
- Fixed subtitles conversion when use original format is enabled and
prevented hearing-impaired detection for non srt format subtitles.
[#&#8203;2693](https://redirect.github.com/morpheus65535/bazarr/issues/2693)
[43563cd](https://redirect.github.com/morpheus65535/bazarr/commit/43563cdcbd9524803856228352a3ef0d1131717c)
- Fixed bad non-HI detection with embedded provider when forced
subtitles available
[f50bcf3](https://redirect.github.com/morpheus65535/bazarr/commit/f50bcf34ac3c246d21a69dc3cc2f2eba63314c21)
- Added the option to skip mismatched fps to Titulky
[f296ba5](https://redirect.github.com/morpheus65535/bazarr/commit/f296ba5336a58c1108fa6a255a89077bcb23d8b4)
- Added season pack download feature to titlovi
[a4873fc](https://redirect.github.com/morpheus65535/bazarr/commit/a4873fc0f5207f4894e59a498a7a50e5bcef7803)
- Implemented subdivx version resolution for buscar parameter
[4f2bcc1](https://redirect.github.com/morpheus65535/bazarr/commit/4f2bcc17d9de6e2d53cd43a5c24cc91f2ba90ff1)

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:39:19 +01:00
TrueCharts BotandGitHub bea89d79a7 chore(helm): update image ghcr.io/ellite/wallos 2.38.3 → 2.42.2 (#30268)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) |
minor | `9cf2d0c` -> `20a0529` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>ellite/Wallos (ghcr.io/ellite/wallos)</summary>

###
[`v2.42.2`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2422-2024-12-21)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.42.1...v2.42.2)

##### Bug Fixes

- version number
([#&#8203;668](https://redirect.github.com/ellite/Wallos/issues/668))
([683a366](https://redirect.github.com/ellite/Wallos/commit/683a3662ff998066f5d8de3be88e4d40d766442a))

###
[`v2.42.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2421-2024-12-21)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.42.0...v2.42.1)

##### Bug Fixes

- remove debug echo on stats page
([#&#8203;666](https://redirect.github.com/ellite/Wallos/issues/666))
([d9a2488](https://redirect.github.com/ellite/Wallos/commit/d9a24885ffbbdb3c08d9015804eea8cb0fea6cea))

###
[`v2.42.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2420-2024-12-21)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.41.0...v2.42.0)

##### Features

- add total monthly cost trend graph to the statistics page
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))
- allow email notifications without authentication
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))

##### Bug Fixes

- don't update next payment date for disabled subscriptions
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))
- xss security vulnerability with the avatar selection
([e7185f9](https://redirect.github.com/ellite/Wallos/commit/e7185f92578b3103d097b12b8c4313635f263d9f))

###
[`v2.41.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2410-2024-12-11)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.40.0...v2.41.0)

##### Features

- add payment cycle to csv/json export
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))
- run db migration after importing db
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))
- run db migration after restoring database
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))
- store weekly the total yearly cost of subscriptions
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))

##### Bug Fixes

- double encoding in statistics labels
([5e6bc90](https://redirect.github.com/ellite/Wallos/commit/5e6bc903bcd95580ed58f744977d92c6330b3d9f))

###
[`v2.40.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2400-2024-12-10)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.39.1...v2.40.0)

##### Features

- add dutch translation
([#&#8203;655](https://redirect.github.com/ellite/Wallos/issues/655))
([b5a9880](https://redirect.github.com/ellite/Wallos/commit/b5a98806d1f453180ce15724fa198d248177e488))

###
[`v2.39.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2391-2024-12-06)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.39.1...v2.39.1)

##### Bug Fixes

- svg error on calendar page
([#&#8203;650](https://redirect.github.com/ellite/Wallos/issues/650))
([8ba79c0](https://redirect.github.com/ellite/Wallos/commit/8ba79c0725815c6de8458c74961bbdf23a7d3e9d))

###
[`v2.39.1`](https://redirect.github.com/ellite/Wallos/releases/tag/v2.39.1)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.39.0...v2.39.1)

##### Bug Fixes

- svg error on calendar page
([#&#8203;650](https://redirect.github.com/ellite/Wallos/issues/650))
([8ba79c0](https://redirect.github.com/ellite/Wallos/commit/8ba79c0725815c6de8458c74961bbdf23a7d3e9d))

###
[`v2.39.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2390-2024-12-06)

[Compare
Source](https://redirect.github.com/ellite/Wallos/compare/v2.38.3...v2.39.0)

##### Features

- add icalendar subscription
([f5ddbff](https://redirect.github.com/ellite/Wallos/commit/f5ddbff0c1e0be676604390101c56c04c778f56a))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 02:38:44 +00:00
TrueCharts BotandGitHub c903402338 chore(helm): update image ghcr.io/mealie-recipes/mealie v2.2.0 → v2.4.1 (#30289)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mealie-recipes/mealie](https://redirect.github.com/mealie-recipes/mealie)
| minor | `ea53ca0` -> `efd4001` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)</summary>

###
[`v2.4.1`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v2.4.1):
- Translations

[Compare
Source](https://redirect.github.com/mealie-recipes/mealie/compare/v2.4.0...v2.4.1)

### 🍴🍴🍴🍴🍴🍴

#### 🎉 Highlights

This release focuses primarily on updating translations to catch up with
the latest features.

#### 🐛 Bug fixes

- fix: Use configured server time when calling
RepositoryMeals.get_today() method
[@&#8203;michaelclark2](https://redirect.github.com/michaelclark2)
([#&#8203;4734](https://redirect.github.com/mealie-recipes/mealie/issues/4734))

#### 🧰 Maintenance

- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4732](https://redirect.github.com/mealie-recipes/mealie/issues/4732))
- chore(l10n): New Crowdin updates
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;4743](https://redirect.github.com/mealie-recipes/mealie/issues/4743))

#### 📚 Documentation

- docs(auto): Update image tag, for release v2.4.0
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4722](https://redirect.github.com/mealie-recipes/mealie/issues/4722))

#### ⬆️ Dependency updates

<details>
<summary>8 changes</summary>

- fix(deps): update dependency uvicorn to ^0.33.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4724](https://redirect.github.com/mealie-recipes/mealie/issues/4724))
- fix(deps): update dependency recipe-scrapers to v15.3.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4725](https://redirect.github.com/mealie-recipes/mealie/issues/4725))
- chore(deps): update dependency mkdocs-material to v9.5.49
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4733](https://redirect.github.com/mealie-recipes/mealie/issues/4733))
- fix(deps): update dependency python-multipart to ^0.0.20
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4735](https://redirect.github.com/mealie-recipes/mealie/issues/4735))
- fix(deps): update dependency rapidfuzz to v3.11.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4739](https://redirect.github.com/mealie-recipes/mealie/issues/4739))
- fix(deps): update dependency openai to v1.58.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4738](https://redirect.github.com/mealie-recipes/mealie/issues/4738))
- fix(deps): update dependency apprise to v1.9.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4740](https://redirect.github.com/mealie-recipes/mealie/issues/4740))
- fix(deps): update dependency uvicorn to ^0.34.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4727](https://redirect.github.com/mealie-recipes/mealie/issues/4727))

</details>

#### 🙏 New Contributors

- [@&#8203;michaelclark2](https://redirect.github.com/michaelclark2)
made their first contribution in
[https://github.com/mealie-recipes/mealie/pull/4734](https://redirect.github.com/mealie-recipes/mealie/pull/4734)

### 🍴🍴🍴🍴🍴🍴

###
[`v2.4.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v2.4.0):
- Survey results published

[Compare
Source](https://redirect.github.com/mealie-recipes/mealie/compare/v2.3.0...v2.4.0)

### 🍴🍴🍴🍴🍴🍴

#### 🎉 Highlights

- We've published our survey results! Thanks to the 525 people who took
the time to fill in our survey in October/November. Please do go have a
look at the results on our [docs
site](https://docs.mealie.io/news/surveys/2024-october/overview/)

- Michael upgraded the version of Python we use, from 3.10 to 3.12 in
[#&#8203;4675](https://redirect.github.com/mealie-recipes/mealie/issues/4675)

####  New features

- feat: Recipe Finder (aka Cocktail Builder)
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4542](https://redirect.github.com/mealie-recipes/mealie/issues/4542))
- feat: Move alembic config into mealie package for easier distribution
[@&#8203;chishm](https://redirect.github.com/chishm)
([#&#8203;4329](https://redirect.github.com/mealie-recipes/mealie/issues/4329))
- feat: Upgrade to Python 3.12
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4675](https://redirect.github.com/mealie-recipes/mealie/issues/4675))
- feat: Add 'No Shopping Lists Found' message
[@&#8203;niteflyunicorns](https://redirect.github.com/niteflyunicorns)
([#&#8203;4661](https://redirect.github.com/mealie-recipes/mealie/issues/4661))

#### 🐛 Bug fixes

- fix: Improve UX for new households/users
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4653](https://redirect.github.com/mealie-recipes/mealie/issues/4653))
- fix: Cocktail Builder Enhancements
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4672](https://redirect.github.com/mealie-recipes/mealie/issues/4672))
- fix: Meal Plan Notes allow Submission Without Title/Note Text
[@&#8203;Arshad561](https://redirect.github.com/Arshad561)
([#&#8203;4615](https://redirect.github.com/mealie-recipes/mealie/issues/4615))
- fix: remove import button from recipe data view
[@&#8203;hay-kot](https://redirect.github.com/hay-kot)
([#&#8203;4680](https://redirect.github.com/mealie-recipes/mealie/issues/4680))
- fix: Sort Food by Label on Data Management Page
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4631](https://redirect.github.com/mealie-recipes/mealie/issues/4631))
- fix: code warnings (lint)
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;4704](https://redirect.github.com/mealie-recipes/mealie/issues/4704))
- fix: Add Formatting for Markdown Tables
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4703](https://redirect.github.com/mealie-recipes/mealie/issues/4703))

#### 🧰 Maintenance

- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4657](https://redirect.github.com/mealie-recipes/mealie/issues/4657))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4697](https://redirect.github.com/mealie-recipes/mealie/issues/4697))

#### 📚 Documentation

- docs(auto): Update image tag, for release v2.3.0
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4617](https://redirect.github.com/mealie-recipes/mealie/issues/4617))
- docs: Update authelia link in oidc.md
[@&#8203;eyko139](https://redirect.github.com/eyko139)
([#&#8203;4654](https://redirect.github.com/mealie-recipes/mealie/issues/4654))
- docs: Add October 2024 survey results
[@&#8203;boc-the-git](https://redirect.github.com/boc-the-git)
([#&#8203;4666](https://redirect.github.com/mealie-recipes/mealie/issues/4666))

#### ⬆️ Dependency updates

<details>
<summary>31 changes</summary>

- fix(deps): update dependency openai to v1.55.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4618](https://redirect.github.com/mealie-recipes/mealie/issues/4618))
- fix(deps): update dependency pyjwt to v2.10.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4620](https://redirect.github.com/mealie-recipes/mealie/issues/4620))
- fix(deps): update dependency pydantic to v2.10.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4588](https://redirect.github.com/mealie-recipes/mealie/issues/4588))
- fix(deps): update dependency orjson to v3.10.12
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4601](https://redirect.github.com/mealie-recipes/mealie/issues/4601))
- fix(deps): update dependency httpx to ^0.28.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4621](https://redirect.github.com/mealie-recipes/mealie/issues/4621))
- fix(deps): update dependency openai to v1.55.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4622](https://redirect.github.com/mealie-recipes/mealie/issues/4622))
- fix(deps): update dependency python-multipart to ^0.0.18
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4623](https://redirect.github.com/mealie-recipes/mealie/issues/4623))
- chore(deps): update dependency ruff to v0.8.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4624](https://redirect.github.com/mealie-recipes/mealie/issues/4624))
- fix(deps): update dependency pillow-heif to ^0.21.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4625](https://redirect.github.com/mealie-recipes/mealie/issues/4625))
- fix(deps): update dependency python-multipart to ^0.0.19
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4638](https://redirect.github.com/mealie-recipes/mealie/issues/4638))
- chore(deps): update dependency mkdocs-material to v9.5.47
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4639](https://redirect.github.com/mealie-recipes/mealie/issues/4639))
- chore(deps): update dependency pytest to v8.3.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4652](https://redirect.github.com/mealie-recipes/mealie/issues/4652))
- chore(deps): update dependency pylint to v3.3.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4655](https://redirect.github.com/mealie-recipes/mealie/issues/4655))
- fix(deps): update dependency recipe-scrapers to v15.3.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4656](https://redirect.github.com/mealie-recipes/mealie/issues/4656))
- fix(deps): update dependency openai to v1.56.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4662](https://redirect.github.com/mealie-recipes/mealie/issues/4662))
- fix(deps): update dependency openai to v1.56.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4673](https://redirect.github.com/mealie-recipes/mealie/issues/4673))
- fix(deps): update dependency pydantic to v2.10.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4674](https://redirect.github.com/mealie-recipes/mealie/issues/4674))
- fix(deps): update dependency openai to v1.56.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4679](https://redirect.github.com/mealie-recipes/mealie/issues/4679))
- chore(deps): update dependency ruff to v0.8.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4683](https://redirect.github.com/mealie-recipes/mealie/issues/4683))
- fix(deps): update dependency openai to v1.57.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4685](https://redirect.github.com/mealie-recipes/mealie/issues/4685))
- fix(deps): update dependency httpx to v0.28.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4690](https://redirect.github.com/mealie-recipes/mealie/issues/4690))
- chore(deps): update dependency mkdocs-material to v9.5.48
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4696](https://redirect.github.com/mealie-recipes/mealie/issues/4696))
- chore(deps): update dependency coverage to v7.6.9
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4688](https://redirect.github.com/mealie-recipes/mealie/issues/4688))
- fix(deps): update dependency fastapi to v0.115.6
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4677](https://redirect.github.com/mealie-recipes/mealie/issues/4677))
- fix(deps): update dependency openai to v1.57.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4700](https://redirect.github.com/mealie-recipes/mealie/issues/4700))
- fix(deps): update dependency openai to v1.57.2
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4705](https://redirect.github.com/mealie-recipes/mealie/issues/4705))
- fix(deps): update dependency openai to v1.57.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4713](https://redirect.github.com/mealie-recipes/mealie/issues/4713))
- chore(deps): update dependency ruff to v0.8.3
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4712](https://redirect.github.com/mealie-recipes/mealie/issues/4712))
- chore(deps): update dependency pytest-asyncio to ^0.25.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4716](https://redirect.github.com/mealie-recipes/mealie/issues/4716))
- fix(deps): update dependency pydantic-settings to v2.7.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4718](https://redirect.github.com/mealie-recipes/mealie/issues/4718))
- fix(deps): update dependency openai to v1.57.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4721](https://redirect.github.com/mealie-recipes/mealie/issues/4721))

</details>

#### 🙏 New Contributors

- [@&#8203;eyko139](https://redirect.github.com/eyko139) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/4654](https://redirect.github.com/mealie-recipes/mealie/pull/4654)
- [@&#8203;Arshad561](https://redirect.github.com/Arshad561) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/4615](https://redirect.github.com/mealie-recipes/mealie/pull/4615)
- [@&#8203;niteflyunicorns](https://redirect.github.com/niteflyunicorns)
made their first contribution in
[https://github.com/mealie-recipes/mealie/pull/4661](https://redirect.github.com/mealie-recipes/mealie/pull/4661)

### 🍴🍴🍴🍴🍴🍴

###
[`v2.3.0`](https://redirect.github.com/mealie-recipes/mealie/releases/tag/v2.3.0)

[Compare
Source](https://redirect.github.com/mealie-recipes/mealie/compare/v2.2.0...v2.3.0)

### 🍴🍴🍴🍴🍴🍴

#### 🎉 Highlights

- Cook Mode has had an overhaul and is now available even if you've not
linked ingredients to your steps. Thanks
[@&#8203;codetakki](https://redirect.github.com/codetakki)

- Admins can now generate invite links for a specific household. Thanks
[@&#8203;p0lycarpio](https://redirect.github.com/p0lycarpio)

####  New features

- feat: Added a dedicated cookmode dialog that allows for individual
scrolling [@&#8203;codetakki](https://redirect.github.com/codetakki)
([#&#8203;4464](https://redirect.github.com/mealie-recipes/mealie/issues/4464))
- feat: Add Ingredients to Recipe Query Filter options
[@&#8203;alexxxxxxxandria](https://redirect.github.com/alexxxxxxxandria)
([#&#8203;4534](https://redirect.github.com/mealie-recipes/mealie/issues/4534))
- feat: Groups/households custom invitations
[@&#8203;p0lycarpio](https://redirect.github.com/p0lycarpio)
([#&#8203;4252](https://redirect.github.com/mealie-recipes/mealie/issues/4252))
- feat: Improve Recipe Imports with Cleaner
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4517](https://redirect.github.com/mealie-recipes/mealie/issues/4517))
- feat: Structured Yields
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4489](https://redirect.github.com/mealie-recipes/mealie/issues/4489))

#### 🐛 Bug fixes

- fix: Add support for HTTPS in healthcheck
[@&#8203;Caligatio](https://redirect.github.com/Caligatio)
([#&#8203;4538](https://redirect.github.com/mealie-recipes/mealie/issues/4538))
- fix: Cookmode hide additional ingredients if all ingredients are
linked [@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;4539](https://redirect.github.com/mealie-recipes/mealie/issues/4539))
- fix: Wakelock Toggle Broken
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4554](https://redirect.github.com/mealie-recipes/mealie/issues/4554))
- fix: Update Firefox User-Agent string
[@&#8203;ryanwohara](https://redirect.github.com/ryanwohara)
([#&#8203;4546](https://redirect.github.com/mealie-recipes/mealie/issues/4546))
- docs: container name for account unlock and password reset
[@&#8203;Kuchenpirat](https://redirect.github.com/Kuchenpirat)
([#&#8203;4568](https://redirect.github.com/mealie-recipes/mealie/issues/4568))
- fix: 4497 use Translation for Recipe created
[@&#8203;ziegenhagel](https://redirect.github.com/ziegenhagel)
([#&#8203;4562](https://redirect.github.com/mealie-recipes/mealie/issues/4562))
- fix: Enable OIDC with Synology SSO Server
[@&#8203;JoTec2002](https://redirect.github.com/JoTec2002)
([#&#8203;4544](https://redirect.github.com/mealie-recipes/mealie/issues/4544))
- fix: Incorrect date format in Add to mealplan modal
[@&#8203;Saireddy1369](https://redirect.github.com/Saireddy1369)
([#&#8203;4605](https://redirect.github.com/mealie-recipes/mealie/issues/4605))

#### 🧰 Maintenance

<details>
<summary>4 changes</summary>

- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4535](https://redirect.github.com/mealie-recipes/mealie/issues/4535))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4572](https://redirect.github.com/mealie-recipes/mealie/issues/4572))
- chore(deps): Bump Ruff
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4602](https://redirect.github.com/mealie-recipes/mealie/issues/4602))
- chore(auto): Update pre-commit hooks
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4606](https://redirect.github.com/mealie-recipes/mealie/issues/4606))

</details>

#### 📚 Documentation

- docs(auto): Update image tag, for release v2.2.0
[@&#8203;github-actions](https://redirect.github.com/github-actions)
([#&#8203;4536](https://redirect.github.com/mealie-recipes/mealie/issues/4536))
- docs: Update docker compose examples
[@&#8203;Choromanski](https://redirect.github.com/Choromanski)
([#&#8203;4550](https://redirect.github.com/mealie-recipes/mealie/issues/4550))
- docs: Update API path in home-assistant.md
[@&#8203;kenni](https://redirect.github.com/kenni)
([#&#8203;4614](https://redirect.github.com/mealie-recipes/mealie/issues/4614))

#### 🔨 Internal development

- dev: Fix json2ts codegen
[@&#8203;michael-genson](https://redirect.github.com/michael-genson)
([#&#8203;4590](https://redirect.github.com/mealie-recipes/mealie/issues/4590))

#### ⬆️ Dependency updates

<details>
<summary>15 changes</summary>

- fix(deps): update dependency fastapi to v0.115.5
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4548](https://redirect.github.com/mealie-recipes/mealie/issues/4548))
- fix(deps): update dependency openai to v1.54.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4549](https://redirect.github.com/mealie-recipes/mealie/issues/4549))
- chore(deps): update dependency coverage to v7.6.5
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4552](https://redirect.github.com/mealie-recipes/mealie/issues/4552))
- chore(deps): update dependency coverage to v7.6.6
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4555](https://redirect.github.com/mealie-recipes/mealie/issues/4555))
- chore(deps): update dependency ruff to v0.7.4
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4556](https://redirect.github.com/mealie-recipes/mealie/issues/4556))
- chore(deps): update dependency coverage to v7.6.7
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4557](https://redirect.github.com/mealie-recipes/mealie/issues/4557))
- fix(deps): update dependency pyjwt to v2.10.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4567](https://redirect.github.com/mealie-recipes/mealie/issues/4567))
- fix(deps): update dependency openai to v1.54.5
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4580](https://redirect.github.com/mealie-recipes/mealie/issues/4580))
- fix(deps): update dependency bcrypt to v4.2.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4583](https://redirect.github.com/mealie-recipes/mealie/issues/4583))
- chore(deps): update dependency mkdocs-material to v9.5.45
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4585](https://redirect.github.com/mealie-recipes/mealie/issues/4585))
- fix(deps): update dependency openai to v1.55.0
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4587](https://redirect.github.com/mealie-recipes/mealie/issues/4587))
- chore(deps): update dependency mkdocs-material to v9.5.46
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4607](https://redirect.github.com/mealie-recipes/mealie/issues/4607))
- fix(deps): update dependency openai to v1.55.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4609](https://redirect.github.com/mealie-recipes/mealie/issues/4609))
- fix(deps): update dependency uvicorn to v0.32.1
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4586](https://redirect.github.com/mealie-recipes/mealie/issues/4586))
- chore(deps): update dependency coverage to v7.6.8
[@&#8203;renovate](https://redirect.github.com/renovate)
([#&#8203;4603](https://redirect.github.com/mealie-recipes/mealie/issues/4603))

</details>

#### 🙏 New Contributors

- [@&#8203;codetakki](https://redirect.github.com/codetakki) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/4464](https://redirect.github.com/mealie-recipes/mealie/pull/4464)
- [@&#8203;Caligatio](https://redirect.github.com/Caligatio) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/4538](https://redirect.github.com/mealie-recipes/mealie/pull/4538)
-
[@&#8203;alexxxxxxxandria](https://redirect.github.com/alexxxxxxxandria)
made their first contribution in
[https://github.com/mealie-recipes/mealie/pull/4534](https://redirect.github.com/mealie-recipes/mealie/pull/4534)
- [@&#8203;ryanwohara](https://redirect.github.com/ryanwohara) made
their first contribution in
[https://github.com/mealie-recipes/mealie/pull/4546](https://redirect.github.com/mealie-recipes/mealie/pull/4546)
- [@&#8203;ziegenhagel](https://redirect.github.com/ziegenhagel) made
their first contribution in
[https://github.com/mealie-recipes/mealie/pull/4562](https://redirect.github.com/mealie-recipes/mealie/pull/4562)
- [@&#8203;JoTec2002](https://redirect.github.com/JoTec2002) made their
first contribution in
[https://github.com/mealie-recipes/mealie/pull/4544](https://redirect.github.com/mealie-recipes/mealie/pull/4544)
- [@&#8203;Saireddy1369](https://redirect.github.com/Saireddy1369) made
their first contribution in
[https://github.com/mealie-recipes/mealie/pull/4605](https://redirect.github.com/mealie-recipes/mealie/pull/4605)
- [@&#8203;kenni](https://redirect.github.com/kenni) made their first
contribution in
[https://github.com/mealie-recipes/mealie/pull/4614](https://redirect.github.com/mealie-recipes/mealie/pull/4614)

### 🍴🍴🍴🍴🍴🍴

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:38:19 +01:00
TrueCharts BotandGitHub 60b0162e55 chore(helm): update image ghcr.io/manyfold3d/manyfold 0.89.0 → 0.91.3 (#30288)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `d6bd5f4` -> `df60e0d` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary>

###
[`v0.91.3`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.3)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.91.2...v0.91.3)

Another little bugfix release for you all, while we keep working on an
exciting geometry feature behind the scenes!

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Prevent bad URLs from causing page errors by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3311](https://redirect.github.com/manyfold3d/manyfold/pull/3311)
- Fix file size calculation by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3315](https://redirect.github.com/manyfold3d/manyfold/pull/3315)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.91.2...v0.91.3

###
[`v0.91.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.2)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.91.1...v0.91.2)

Just a small bugfix release for an issue where invalid domains would
cause a page error on the Creator list.

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Handle invalid domains safely in Link#site by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3306](https://redirect.github.com/manyfold3d/manyfold/pull/3306)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.91.1...v0.91.2

###
[`v0.91.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.1)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.91.0...v0.91.1)

While we do some background work on the mechanics of some 3d model
compression, here's a bugfix release to fix a few problems, including
infinite redirection in single-user mode, and some fixes for running
non-Postgres databases.

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Fix report policy in multiuser mode without federation by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3284](https://redirect.github.com/manyfold3d/manyfold/pull/3284)
- fix actor method calls within federails by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3295](https://redirect.github.com/manyfold3d/manyfold/pull/3295)
- Use SameSite=Lax cookies to allow auto-login after linking by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3296](https://redirect.github.com/manyfold3d/manyfold/pull/3296)
- Check database adapter name rather than class in regex checks by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3298](https://redirect.github.com/manyfold3d/manyfold/pull/3298)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.91.0...v0.91.1

###
[`v0.91.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.91.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.90.2...v0.91.0)

This release is all about safety; we've added features for reporting
abusive or illegal content, both for local users and across the
Fediverse, and for blocking federation to or from particular domains.
Federation is still at a very basic level, but we really wanted to get
at least some basic safety features in early; it's important stuff!
Moderators can view and resolve submitted reports in the new settings
area introduced in the last release, and can also manage local accounts
in a new user management UI.

#### What's Changed

#####  New Features 

- Add support for blocking domains so that they don't federate by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3221](https://redirect.github.com/manyfold3d/manyfold/pull/3221)
- List received reports in moderation interface by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3250](https://redirect.github.com/manyfold3d/manyfold/pull/3250)
- Add ability to resolve or ignore reports in moderation UI by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3257](https://redirect.github.com/manyfold3d/manyfold/pull/3257)
- Add report buttons on detail pages and model preview cards by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3259](https://redirect.github.com/manyfold3d/manyfold/pull/3259)

##### 🛠️ Other Improvements 🛠️

- update report pages to cope with anonymous reports by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3255](https://redirect.github.com/manyfold3d/manyfold/pull/3255)
- Show remote domain for anonymous reports by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3256](https://redirect.github.com/manyfold3d/manyfold/pull/3256)
- Link to reported items from report UI by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3258](https://redirect.github.com/manyfold3d/manyfold/pull/3258)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.90.2...v0.91.0

###
[`v0.90.2`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.90.2)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.90.1...v0.90.2)

Bugfix for missing translations in v0.90.0.

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Restore accidentally-removed translations by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3247](https://redirect.github.com/manyfold3d/manyfold/pull/3247)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.90.1...v0.90.2

###
[`v0.90.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.90.1)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.90.0...v0.90.1)

Bug fix release for editing settings in single-user model.

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Fix user settings in single-user mode by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3246](https://redirect.github.com/manyfold3d/manyfold/pull/3246)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.90.0...v0.90.1

###
[`v0.90.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.90.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.89.0...v0.90.0)

This release focuses on site administration and user management, with a
redesign of the site settings area and a new user management section for
moderators/admins. You can now also require moderator approval for new
accounts, so you can let people sign themselves up, but also check that
you want to let them in before they can access everything.

Also, there's a change to the usage reporting; we've added the image
name and system architecture to the report. This lets us see which image
you're running (standard, solo, linuxserver), and also which CPU
architecture you're on. At some point we'll deprecate the 32-bit ARM
build and it would be good to know how many people are using it before
we do. As always the exact data sent is visible in the admin area, and
the aggregated stats are visible to all at
[tracking.manyfold.app/stats](https://tracking.manyfold.app/stats). If
you haven't already, please consider enabling the anonymous usage
tracking; it *really* helps us out. (This change is listed as a
"breaking change" in the changelog below as we feel it's important to
highlight - you don't actually need to do anything though)

#### What's Changed

##### 💥 Breaking Changes 💥

- Add image name and system architecture to usage report by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3213](https://redirect.github.com/manyfold3d/manyfold/pull/3213)

#####  New Features 

- Add user listings for admins & moderators by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3209](https://redirect.github.com/manyfold3d/manyfold/pull/3209)
- Add user editing for moderators by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3215](https://redirect.github.com/manyfold3d/manyfold/pull/3215)
- Add ability to create new users in moderation interface by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3216](https://redirect.github.com/manyfold3d/manyfold/pull/3216)
- Add ability to remove user accounts by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3217](https://redirect.github.com/manyfold3d/manyfold/pull/3217)
- Add moderation link to reset user passwords by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3219](https://redirect.github.com/manyfold3d/manyfold/pull/3219)
- Add option to require moderator approval for new signups by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3220](https://redirect.github.com/manyfold3d/manyfold/pull/3220)

##### 🐛 Bug Fixes 🐛

- Fix pghero link and user list by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3210](https://redirect.github.com/manyfold3d/manyfold/pull/3210)
- Fix usage architecture report by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3222](https://redirect.github.com/manyfold3d/manyfold/pull/3222)
- Fix translation file normalization by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3237](https://redirect.github.com/manyfold3d/manyfold/pull/3237)
- Usage tracking: remove leading v from app version by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3235](https://redirect.github.com/manyfold3d/manyfold/pull/3235)

##### 🛠️ Other Improvements 🛠️

- Redesign site settings area, to allow future expansion by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/3206](https://redirect.github.com/manyfold3d/manyfold/pull/3206)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.89.0...v0.90.0

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:35:35 +01:00
TrueCharts BotandGitHub 7f70742f4b chore(helm): update image ghcr.io/linuxserver/piwigo 15.1.0 → 15.3.0 (#30286)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/piwigo](https://redirect.github.com/linuxserver/docker-piwigo/packages)
([source](https://redirect.github.com/linuxserver/docker-piwigo)) |
minor | `6fa5684` -> `71b8611` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:31:26 +01:00
TrueCharts BotandGitHub baadcc5ac1 chore(helm): update image ghcr.io/linuxserver/openvscode-server 1.95.3 → 1.96.0 (#30285)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://redirect.github.com/linuxserver/docker-openvscode-server/packages)
([source](https://redirect.github.com/linuxserver/docker-openvscode-server))
| minor | `6757e19` -> `5abc07d` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:31:02 +01:00
TrueCharts BotandGitHub 56168ce362 chore(helm): update image docker.io/grafana/grafana 11.3.2 → 11.4.0 (#30193)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/grafana/grafana | minor | `28a1c9c` -> `d8ea377` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 02:30:35 +00:00
TrueCharts BotandGitHub bc974d053c chore(helm): update image ghcr.io/linuxserver/mstream 5.12.2 → 5.13.1 (#30284)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages)
([source](https://redirect.github.com/linuxserver/docker-mstream)) |
minor | `6831f5a` -> `e5e0f85` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:30:29 +01:00
TrueCharts BotandGitHub 892e31985e chore(helm): update image ghcr.io/linuxserver/filezilla 3.67.0 → 3.68.1 (#30280)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/filezilla](https://redirect.github.com/linuxserver/docker-filezilla/packages)
([source](https://redirect.github.com/linuxserver/docker-filezilla)) |
minor | `8402660` -> `76de227` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:25:35 +01:00
TrueCharts BotandGitHub 5a0a0be400 chore(helm): update image ghcr.io/elfhosted/comet v1.44.1 → v1.51.0 (#30265)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/comet | minor | `1b0c2a9` -> `61c2e32` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 02:24:07 +00:00
TrueCharts BotandGitHub 379688ba34 chore(helm): update image ghcr.io/linuxserver/grocy 4.2.0 → 4.3.0 (#30282)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages)
([source](https://redirect.github.com/linuxserver/docker-grocy)) | minor
| `7362d90` -> `b014cf9` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-28 03:23:56 +01:00
TrueCharts BotandGitHub ef09308ed6 fix(website): update tailwindcss 3.4.15 → 3.4.17 (#30163)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
dependencies | patch | [`3.4.15` ->
`3.4.17`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.15/3.4.17) |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.17`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.17)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17)

##### Fixed

- Work around Node v22.12+ issue
([#&#8203;15421](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15421))

###
[`v3.4.16`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.16)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16)

##### Fixed

- Ensure the TypeScript types for `PluginsConfig` allow `undefined`
values
([#&#8203;14668](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14668))

### Changed

- Bumped lilconfig to v3.x
([#&#8203;15289](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15289))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 02:10:05 +00:00
TrueCharts BotandGitHub f94631c40c chore(helm): update image ghcr.io/neggles/sd-webui-docker digest to aac4af8 (#30271)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/neggles/sd-webui-docker | digest | `9376ae7` -> `aac4af8` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-28 03:09:01 +01:00
TrueCharts BotandGitHub 2b014209e2 chore(helm): update image docker.io/mbentley/omada-controller digest to 92b7e74 (#30270)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `6b793f3` -> `92b7e74` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2024-12-28 03:07:58 +01:00
TrueCharts BotandGitHub a8d68a7416 chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 1530500 (#30269) 2024-12-28 03:07:55 +01:00
TrueCharts BotandGitHub 30d0d3da80 chore(helm): update image docker.io/ollama/ollama 0.4.4 → 0.4.7 (#30105)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | patch | `72b06cc` -> `27d6a57` |
| docker.io/ollama/ollama | patch | `8094228` -> `55977eb` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 02:07:25 +00:00
TrueCharts BotandGitHub 09ab290450 fix(deps): update module helm.sh/helm/v3 v3.16.3 → v3.16.4 (clustertool) (#30156)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm.sh/helm/v3](https://redirect.github.com/helm/helm) | require |
patch | `v3.16.3` -> `v3.16.4` |

---

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

---

### Release Notes

<details>
<summary>helm/helm (helm.sh/helm/v3)</summary>

###
[`v3.16.4`](https://redirect.github.com/helm/helm/releases/tag/v3.16.4):
Helm v3.16.4

[Compare
Source](https://redirect.github.com/helm/helm/compare/v3.16.3...v3.16.4)

Helm v3.16.4 is a patch release. Users are encouraged to upgrade for the
best experience. Users are encouraged to upgrade for the best
experience.

The community keeps growing, and we'd love to see you there!

- Join the discussion in [Kubernetes
Slack](https://kubernetes.slack.com):
    -   for questions and just to hang out
    -   for discussing PRs, code, and bugs
- Hang out at the Public Developer Call: Thursday, 9:30 Pacific via
[Zoom](https://zoom.us/j/696660622)
- Test, debug, and contribute charts:
[ArtifactHub/packages](https://artifacthub.io/packages/search?kind=0)

#### Installation and Upgrading

Download Helm v3.16.4. The common platform binaries are here:

- [MacOS amd64](https://get.helm.sh/helm-v3.16.4-darwin-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-darwin-amd64.tar.gz.sha256sum)
/ 8dc25671120a4af197afe7ad9041fb8e1dd71bc01e5ef73dba1139cbc9e9f44b)
- [MacOS arm64](https://get.helm.sh/helm-v3.16.4-darwin-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-darwin-arm64.tar.gz.sha256sum)
/ e2442d8f05d53d84c39b869bc5fe5affad247ee2f4c706a040919c146edb1f94)
- [Linux amd64](https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz.sha256sum)
/ fc307327959aa38ed8f9f7e66d45492bb022a66c3e5da6063958254b9767d179)
- [Linux arm](https://get.helm.sh/helm-v3.16.4-linux-arm.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-linux-arm.tar.gz.sha256sum)
/ 432e774d1087d3773737888d384c62477b399227662b42cbf0c32e95e6e72556)
- [Linux arm64](https://get.helm.sh/helm-v3.16.4-linux-arm64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-linux-arm64.tar.gz.sha256sum)
/ d3f8f15b3d9ec8c8678fbf3280c3e5902efabe5912e2f9fcf29107efbc8ead69)
- [Linux i386](https://get.helm.sh/helm-v3.16.4-linux-386.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-linux-386.tar.gz.sha256sum)
/ 6022b34e165a5196827043c77bcd1fa28ef48109b3a4af46e8660ddb0a6c44e0)
- [Linux ppc64le](https://get.helm.sh/helm-v3.16.4-linux-ppc64le.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-linux-ppc64le.tar.gz.sha256sum)
/ 0ba4375a6dcf6117a8e7729fbed36d9220f8ad98dbc7aabc16186f22917caead)
- [Linux s390x](https://get.helm.sh/helm-v3.16.4-linux-s390x.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-linux-s390x.tar.gz.sha256sum)
/ 10b88dc2afd97267feba8283d58dcb1c937defb7df8de152c86b60aaece47d59)
- [Linux riscv64](https://get.helm.sh/helm-v3.16.4-linux-riscv64.tar.gz)
([checksum](https://get.helm.sh/helm-v3.16.4-linux-riscv64.tar.gz.sha256sum)
/ e733c727de7644cfeb25b094e1f0a56c53a7cb437c93c992aa92e6c7b9f6af93)
- [Windows amd64](https://get.helm.sh/helm-v3.16.4-windows-amd64.zip)
([checksum](https://get.helm.sh/helm-v3.16.4-windows-amd64.zip.sha256sum)
/ 9bb114c12e530a7129fd3d78fc1784e813dd7a6e29e5f9b5af8bc83fd1066d36)
- [Windows arm64](https://get.helm.sh/helm-v3.16.4-windows-arm64.zip)
([checksum](https://get.helm.sh/helm-v3.16.4-windows-arm64.zip.sha256sum)
/ a4afeee93031920ec08b7e880c859a159bcd222837a81196cadaeb42408ad0b3)

This release was signed with ` 672C 657B E06B 4B30 969C 4A57 4614 49C2
5E36 B98E ` and can be found at
[@&#8203;mattfarina](https://redirect.github.com/mattfarina) [keybase
account](https://keybase.io/mattfarina). Please use the attached
signatures for verifying this release using `gpg`.

The [Quickstart Guide](https://helm.sh/docs/intro/quickstart/) will get
you going from there. For **upgrade instructions** or detailed
installation notes, check the [install
guide](https://helm.sh/docs/intro/install/). You can also use a [script
to
install](https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3)
on any system with `bash`.

#### What's Next

-   3.17.0 is the next feature release and will be on January 15, 2025

#### Changelog

- Bump golang.org/x/crypto from 0.30.0 to 0.31.0
[`7877b45`](https://redirect.github.com/helm/helm/commit/7877b45b63f95635153b29a42c0c2f4273ec45ca)
(dependabot\[bot])
- Bump the k8s-io group with 7 updates
[`848e586`](https://redirect.github.com/helm/helm/commit/848e586c27f05d84bc19d082f395098aba0b7619)
(dependabot\[bot])

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-28 02:03:50 +00:00
TrueCharts-Bot 52ae54364a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-12-28 00:12:19 +00:00
TrueCharts BotandGitHub 74c6873af5 chore(helm): update image docker.io/shlinkio/shlink 4.2.5 → 4.3.1 (#30232)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink)
| minor | `bbda5cf` -> `bd08775` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>shlinkio/shlink (docker.io/shlinkio/shlink)</summary>

###
[`v4.3.1`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#431---2024-11-25)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.3.0...v4.3.1)

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2285](https://redirect.github.com/shlinkio/shlink/issues/2285)
Fix performance degradation when using Microsoft SQL due to incorrect
order of columns in `unique_short_code_plus_domain` index.

#### \[4.3.0] - 2024-11-24

##### Added

-
[#&#8203;2159](https://redirect.github.com/shlinkio/shlink/issues/2159)
Add support for PHP 8.4.

-
[#&#8203;2207](https://redirect.github.com/shlinkio/shlink/issues/2207)
Add `hasRedirectRules` flag to short URL API model. This flag tells if a
specific short URL has any redirect rules attached to it.

-
[#&#8203;1520](https://redirect.github.com/shlinkio/shlink/issues/1520)
Allow short URLs list to be filtered by `domain`.

This change applies both to the `GET /short-urls` endpoint, via the
`domain` query parameter, and the `short-url:list` console command, via
the `--domain`|`-d` flag.

-
[#&#8203;1774](https://redirect.github.com/shlinkio/shlink/issues/1774)
Add new geolocation redirect rules for the dynamic redirects system.

- `geolocation-country-code`: Allows to perform redirections based on
the ISO 3166-1 alpha-2 two-letter country code resolved while
geolocating the visitor.
- `geolocation-city-name`: Allows to perform redirections based on the
city name resolved while geolocating the visitor.

-
[#&#8203;2032](https://redirect.github.com/shlinkio/shlink/issues/2032)
Save the URL to which a visitor is redirected when a visit is tracked.

The value is exposed in the API as a new `redirectUrl` field for visit
objects.

This is useful to know where a visitor was redirected for a short URL
with dynamic redirect rules, for special redirects, or simply in case
the long URL was changed over time, and you still want to know where
visitors were redirected originally.

Some visits may not have a redirect URL if a redirect didn't happen,
like for orphan visits when no special redirects are configured, or when
a visit is tracked as part of the pixel action.

##### Changed

-
[#&#8203;2193](https://redirect.github.com/shlinkio/shlink/issues/2193)
API keys are now hashed using SHA256, instead of being saved in plain
text.

As a side effect, API key names have now become more important, and are
considered unique.

When people update to this Shlink version, existing API keys will be
hashed for everything to continue working.

In order to avoid data to be lost, plain-text keys will be written in
the `name` field, either together with any existing name, or as the name
itself. Then users are responsible for renaming them using the new
`api-key:rename` command.

For newly created API keys, it is recommended to provide a name, but if
not provided, a name will be generated from a redacted version of the
new API key.

-   Update to Shlink PHP coding standard 2.4

-   Update to `hidehalo/nanoid-php` 2.0

-   Update to PHPStan 2.0

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2264](https://redirect.github.com/shlinkio/shlink/issues/2264)
Fix visits counts not being deleted when deleting short URL or orphan
visits.

#### \[4.2.5] - 2024-11-03

##### Added

-   *Nothing*

##### Changed

-   Update to Shlink PHP coding standard 2.4

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2244](https://redirect.github.com/shlinkio/shlink/issues/2244)
Fix integration with Redis 7.4 and Valkey.

#### \[4.2.4] - 2024-10-27

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;2231](https://redirect.github.com/shlinkio/shlink/issues/2231)
Update to `endroid/qr-code` 6.0.
-
[#&#8203;2221](https://redirect.github.com/shlinkio/shlink/issues/2221)
Switch to env vars to handle dev/local options.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2232](https://redirect.github.com/shlinkio/shlink/issues/2232)
Run RoadRunner in docker with `exec` to ensure signals are properly
handled.

#### \[4.2.3] - 2024-10-17

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2225](https://redirect.github.com/shlinkio/shlink/issues/2225)
Fix regression introduced in v4.2.2, making config options with `null`
value to be promoted as env vars with value `''`, instead of being
skipped.

#### \[4.2.2] - 2024-10-14

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;2208](https://redirect.github.com/shlinkio/shlink/issues/2208)
Explicitly promote installer config options as env vars, instead of as a
side effect of loading the app config.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2213](https://redirect.github.com/shlinkio/shlink/issues/2213)
Fix spaces being replaced with underscores in query parameter names,
when forwarded from short URL to long URL.
-
[#&#8203;2217](https://redirect.github.com/shlinkio/shlink/issues/2217)
Fix docker image tag suffix being leaked to the version set inside
Shlink, producing invalid SemVer version patterns.
-
[#&#8203;2212](https://redirect.github.com/shlinkio/shlink/issues/2212)
Fix env vars read in docker entry point not properly falling back to
their `_FILE` suffixed counterpart.

#### \[4.2.1] - 2024-10-04

##### Added

-
[#&#8203;2183](https://redirect.github.com/shlinkio/shlink/issues/2183)
Redis database index to be used can now be specified in the connection
URI path, and Shlink will honor it.

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2201](https://redirect.github.com/shlinkio/shlink/issues/2201)
Fix `MEMORY_LIMIT` option being ignored when provided via installer
options.

#### \[4.2.0] - 2024-08-11

##### Added

-
[#&#8203;2120](https://redirect.github.com/shlinkio/shlink/issues/2120)
Add new IP address condition for the dynamic rules redirections system.

The conditions allow you to define IP addresses to match as static IP
(1.2.3.4), CIDR block (192.168.1.0/24) or wildcard pattern (1.2.\*.\*).

-
[#&#8203;2018](https://redirect.github.com/shlinkio/shlink/issues/2018)
Add option to allow all short URLs to be unconditionally crawlable in
robots.txt, via `ROBOTS_ALLOW_ALL_SHORT_URLS=true` env var, or config
option.

-
[#&#8203;2109](https://redirect.github.com/shlinkio/shlink/issues/2109)
Add option to customize user agents robots.txt, via
`ROBOTS_USER_AGENTS=foo,bar,baz` env var, or config option.

-
[#&#8203;2163](https://redirect.github.com/shlinkio/shlink/issues/2163)
Add `short-urls:edit` command to edit existing short URLs.

This brings CLI and API interfaces capabilities closer, and solves an
overlook since the feature was implemented years ago.

- [#&#8203;2164](https://redirect.github.com/shlinkio/shlink/pull/2164)
Add missing `--title` option to `short-url:create` and `short-url:edit`
commands.

##### Changed

-
[#&#8203;2096](https://redirect.github.com/shlinkio/shlink/issues/2096)
Update to RoadRunner 2024.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-   *Nothing*

#### \[4.1.1] - 2024-05-23

##### Added

-   *Nothing*

##### Changed

-   Use new reusable workflow to publish docker image
-
[#&#8203;2015](https://redirect.github.com/shlinkio/shlink/issues/2015)
Update to PHPUnit 11.
- [#&#8203;2130](https://redirect.github.com/shlinkio/shlink/pull/2130)
Replace deprecated `pugx/shortid-php` package with
`hidehalo/nanoid-php`.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2111](https://redirect.github.com/shlinkio/shlink/issues/2111)
Fix typo in OAS docs examples where redirect rules with `query-param`
condition type were defined as `query`.
-
[#&#8203;2129](https://redirect.github.com/shlinkio/shlink/issues/2129)
Fix error when resolving title for sites not using UTF-8 charset
(detected with Japanese charsets).

#### \[4.1.0] - 2024-04-14

##### Added

-
[#&#8203;1330](https://redirect.github.com/shlinkio/shlink/issues/1330)
All visit-related endpoints now expose the `visitedUrl` prop for any
visit.

Previously, this was exposed only for orphan visits, since this can be
an arbitrary value for those.

-
[#&#8203;2077](https://redirect.github.com/shlinkio/shlink/issues/2077)
When sending visits to Matomo, the short URL title is now used as
document title in matomo.

-
[#&#8203;2059](https://redirect.github.com/shlinkio/shlink/issues/2059)
Add new `short-url:delete-expired` command that can be used to
programmatically delete expired short URLs.

Expired short URLs are those that have a `validUntil` date in the past,
or optionally, that have reached the max amount of visits.

This command can be run periodically by those who create many disposable
URLs which are valid only for a period of time, and then can be deleted
to save space.

-
[#&#8203;1925](https://redirect.github.com/shlinkio/shlink/issues/1925)
Add new `integration:matomo:send-visits` console command that can be
used to send existing visits to integrated Matomo instance.

-
[#&#8203;2087](https://redirect.github.com/shlinkio/shlink/issues/2087)
Allow `memory_limit` to be configured via the new `MEMORY_LIMIT` env var
or configuration option.

##### Changed

-
[#&#8203;2034](https://redirect.github.com/shlinkio/shlink/issues/2034)
Modernize entities, using constructor property promotion and readonly
wherever possible.

-
[#&#8203;2036](https://redirect.github.com/shlinkio/shlink/issues/2036)
Deep performance improvement in some endpoints which involve counting
visits:

    -   listing short URLs ordered by visits counts.
    -   loading tags with stats.
    -   visits overview.

This has been achieved by introducing a new table which tracks slotted
visits counts. We can then `SUM` all counts for certain short URL,
avoiding `COUNT(visits)` aggregates which are much less performant when
there are a lot of visits.

-
[#&#8203;2049](https://redirect.github.com/shlinkio/shlink/issues/2049)
Request ID is now propagated to the background tasks/jobs scheduled
during a request.

This allows for a better traceability, as the logs generated during
those jobs will have a matching UUID as the logs generated during the
request the triggered the job.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2095](https://redirect.github.com/shlinkio/shlink/issues/2095)
Fix custom slugs not being properly imported from bitly
- Fix error when importing short URLs and visits from a Shlink 4.x
instance

#### \[4.0.3] - 2024-03-15

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2058](https://redirect.github.com/shlinkio/shlink/issues/2058)
Fix DB credentials provided as env vars being casted to `int` if they
include only numbers.
-
[#&#8203;2060](https://redirect.github.com/shlinkio/shlink/issues/2060)
Fix error when trying to redirect to a non-http long URL.

#### \[4.0.2] - 2024-03-09

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2021](https://redirect.github.com/shlinkio/shlink/issues/2021)
Fix infinite GeoLite2 downloads.

#### \[4.0.1] - 2024-03-08

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2041](https://redirect.github.com/shlinkio/shlink/issues/2041)
Document missing `color` and `bgColor` params for the QR code route in
the OAS docs.
-
[#&#8203;2043](https://redirect.github.com/shlinkio/shlink/issues/2043)
Fix language redirect conditions matching too low quality accepted
languages.

#### \[4.0.0] - 2024-03-03

##### Added

-
[#&#8203;1914](https://redirect.github.com/shlinkio/shlink/issues/1914)
Add new dynamic redirects engine based on rules. Rules are conditions
checked against the visitor's request, and when matching, they can
result in a redirect to a different long URL.

Rules can be based on things like the presence of specific params,
headers, locations, etc. This version ships with three initial rule
condition types: device, query param and language.

-
[#&#8203;1902](https://redirect.github.com/shlinkio/shlink/issues/1902)
Add dynamic redirects based on query parameters.

This is implemented on top of the new [rule-based
redirects](https://redirect.github.com/shlinkio/shlink/discussions/1912).

-
[#&#8203;1915](https://redirect.github.com/shlinkio/shlink/issues/1915)
Add dynamic redirects based on accept language.

This is implemented on top of the new [rule-based
redirects](https://redirect.github.com/shlinkio/shlink/discussions/1912).

-
[#&#8203;1868](https://redirect.github.com/shlinkio/shlink/issues/1868)
Add support for [docker compose
secrets](https://docs.docker.com/compose/use-secrets/) to the docker
image.

-
[#&#8203;1979](https://redirect.github.com/shlinkio/shlink/issues/1979)
Allow orphan visits lists to be filtered by type.

This is supported both by the `GET /visits/orphan` API endpoint via
`type=...` query param, and by the `visit:orphan` CLI command, via
`--type` flag.

-
[#&#8203;1904](https://redirect.github.com/shlinkio/shlink/issues/1904)
Allow to customize QR codes foreground color, background color and logo.

-
[#&#8203;1884](https://redirect.github.com/shlinkio/shlink/issues/1884)
Allow a path prefix to be provided during short URL creation.

This can be useful to let Shlink generate partially random URLs, but
with a known prefix.

Path prefixes are validated and filtered taking multi-segment slugs into
consideration, which means slashes are replaced with dashes as long as
multi-segment slugs are disabled.

##### Changed

-
[#&#8203;1935](https://redirect.github.com/shlinkio/shlink/issues/1935)
Replace dependency on abandoned `php-middleware/request-id` with
userland simple middleware.
-
[#&#8203;1988](https://redirect.github.com/shlinkio/shlink/issues/1988)
Remove dependency on `league\uri` package.
-
[#&#8203;1909](https://redirect.github.com/shlinkio/shlink/issues/1909)
Update docker image to PHP 8.3.
-
[#&#8203;1786](https://redirect.github.com/shlinkio/shlink/issues/1786)
Run API tests with RoadRunner by default.
-
[#&#8203;2008](https://redirect.github.com/shlinkio/shlink/issues/2008)
Update to Doctrine ORM 3.0.
-
[#&#8203;2010](https://redirect.github.com/shlinkio/shlink/issues/2010)
Update to Symfony 7.0 components.
-
[#&#8203;2016](https://redirect.github.com/shlinkio/shlink/issues/2016)
Simplify and improve how code coverage is generated in API and CLI
tests.
-
[#&#8203;1674](https://redirect.github.com/shlinkio/shlink/issues/1674)
Database columns persisting long URLs have now `TEXT` type, which allows
for much longer values.

##### Deprecated

-   *Nothing*

##### Removed

-
[#&#8203;1908](https://redirect.github.com/shlinkio/shlink/issues/1908)
Remove support for openswoole (and swoole).

##### Fixed

-
[#&#8203;2000](https://redirect.github.com/shlinkio/shlink/issues/2000)
Fix short URL creation/edition getting stuck when trying to resolve the
title of a long URL which never returns a response.

#### \[3.7.3] - 2024-01-04

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1968](https://redirect.github.com/shlinkio/shlink/issues/1968)
Move migrations from `data` to `module/Core`.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1967](https://redirect.github.com/shlinkio/shlink/issues/1967)
Allow an empty dir to be mounted in `data` when using the docker image.

#### \[3.7.2] - 2023-12-26

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1960](https://redirect.github.com/shlinkio/shlink/issues/1960)
Allow QR codes to be optionally resolved even when corresponding short
URL is not enabled.

#### \[3.7.1] - 2023-12-17

##### Added

-   *Nothing*

##### Changed

-   Remove dependency on functional-php library
-
[#&#8203;1939](https://redirect.github.com/shlinkio/shlink/issues/1939)
Fine-tune RoadRunner logs to avoid too many useless info.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1947](https://redirect.github.com/shlinkio/shlink/issues/1947)
Fix error when importing short URLs while using Postgres.

#### \[3.7.0] - 2023-11-25

##### Added

-
[#&#8203;1798](https://redirect.github.com/shlinkio/shlink/issues/1798)
Experimental support to send visits to an external Matomo instance.

-
[#&#8203;1780](https://redirect.github.com/shlinkio/shlink/issues/1780)
Add new `NO_ORPHAN_VISITS` API key role.

    Keys with this role will always get `0` when fetching orphan visits.

When trying to delete orphan visits the result will also be `0` and no
visits will actually get deleted.

-
[#&#8203;1879](https://redirect.github.com/shlinkio/shlink/issues/1879)
Cache namespace can now be customized via config option or
`CACHE_NAMESPACE` env var.

This is important if you are running multiple Shlink instance on the
same server, or they share the same Redis instance (even more so if they
are on different versions).

-
[#&#8203;1905](https://redirect.github.com/shlinkio/shlink/issues/1905)
Add support for PHP 8.3.

-
[#&#8203;1927](https://redirect.github.com/shlinkio/shlink/issues/1927)
Allow redis credentials be URL-decoded before passing them to
connection.

-
[#&#8203;1834](https://redirect.github.com/shlinkio/shlink/issues/1834)
Add support for redis encrypted connections using SSL/TLS.

Encryption should work out of the box if servers schema is set tp `tls`
or `rediss`, including support for self-signed certificates.

This has been tested with AWS ElasticCache using in-transit encryption,
and with Digital Ocean Redis database.

-
[#&#8203;1906](https://redirect.github.com/shlinkio/shlink/issues/1906)
Add support for RabbitMQ encrypted connections using SSL/TLS.

In order to enable SLL, you need to pass `RABBITMQ_USE_SSL=true` or the
corresponding config option.

Connections using self-signed certificates should work out of the box.

This has been tested with AWS RabbitMQ using in-transit encryption, and
with CloudAMQP.

##### Changed

-
[#&#8203;1799](https://redirect.github.com/shlinkio/shlink/issues/1799)
RoadRunner/openswoole jobs are not run anymore for tasks that are
actually disabled.

For example, if you did not enable RabbitMQ real-time updates, instead
of triggering a job that ends immediately, the job will not even be
enqueued.

-
[#&#8203;1835](https://redirect.github.com/shlinkio/shlink/issues/1835)
Docker image is now built only when a release is tagged, and new tags
are included, for minor and major versions.

-
[#&#8203;1055](https://redirect.github.com/shlinkio/shlink/issues/1055)
Update OAS definition to v3.1.

-
[#&#8203;1885](https://redirect.github.com/shlinkio/shlink/issues/1885)
Update to chronos 3.0.

-
[#&#8203;1896](https://redirect.github.com/shlinkio/shlink/issues/1896)
Requests to health endpoint are no longer logged.

-
[#&#8203;1877](https://redirect.github.com/shlinkio/shlink/issues/1877)
Print a warning when manually running `visit:download-db` command and a
GeoLite2 license was not provided.

##### Deprecated

-
[#&#8203;1783](https://redirect.github.com/shlinkio/shlink/issues/1783)
Deprecated support for openswoole. RoadRunner is the best replacement,
with the same capabilities, but much easier and convenient to install
and manage.

##### Removed

-
[#&#8203;1790](https://redirect.github.com/shlinkio/shlink/issues/1790)
Drop support for PHP 8.1.

##### Fixed

-
[#&#8203;1819](https://redirect.github.com/shlinkio/shlink/issues/1819)
Fix incorrect timeout when running DB commands during Shlink start-up.
-
[#&#8203;1901](https://redirect.github.com/shlinkio/shlink/issues/1901)
Do not allow short URLs with custom slugs containing URL-reserved
characters, as they will not work at all afterward.
-
[#&#8203;1900](https://redirect.github.com/shlinkio/shlink/issues/1900)
Fix short URL visits deletion when multi-segment slugs are enabled.

#### \[3.6.4] - 2023-09-23

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1866](https://redirect.github.com/shlinkio/shlink/issues/1866)
The `INITIAL_API_KEY` env var is now only relevant for the official
docker image.

Going forward, new non-docker Shlink installations provisioned with env
vars that also wish to provide an initial API key, should do it by using
the `vendor/bin/shlink-installer init --initial-api-key=%SOME_KEY%`
command, instead of using `INITIAL_API_KEY`.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1819](https://redirect.github.com/shlinkio/shlink/issues/1819)
Fix incorrect timeout when running DB commands during Shlink start-up.
-
[#&#8203;1870](https://redirect.github.com/shlinkio/shlink/issues/1870)
Make sure shared locks include the cache prefix when using Redis.
-
[#&#8203;1866](https://redirect.github.com/shlinkio/shlink/issues/1866)
Fix error when starting docker image with `INITIAL_API_KEY` env var.

#### \[3.6.3] - 2023-06-14

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1817](https://redirect.github.com/shlinkio/shlink/issues/1817)
Fix Shlink trying to create SQLite database tables even if they already
exist.

#### \[3.6.2] - 2023-06-08

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1808](https://redirect.github.com/shlinkio/shlink/issues/1808)
Fix `rr` binary downloading during Shlink update.

#### \[3.6.1] - 2023-06-04

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1413](https://redirect.github.com/shlinkio/shlink/issues/1413)
Fix error when creating initial DB in Postgres in a cluster where a
default `postgres` db does not exist or the credentials do not grant
permissions to connect.
-
[#&#8203;1803](https://redirect.github.com/shlinkio/shlink/issues/1803)
Fix default RoadRunner port when not using docker image.

#### \[3.6.0] - 2023-05-24

##### Added

-
[#&#8203;1148](https://redirect.github.com/shlinkio/shlink/issues/1148)
Add support to delete short URL visits.

This can be done via `DELETE /short-urls/{shortCode}/visits` REST
endpoint or via `short-url:visits-delete` console command.

The CLI command includes a warning and requires the user to confirm
before proceeding.

-
[#&#8203;1681](https://redirect.github.com/shlinkio/shlink/issues/1681)
Add support to delete orphan visits.

This can be done via `DELETE /visits/orphan` REST endpoint or via
`visit:orphan-delete` console command.

The CLI command includes a warning and requires the user to confirm
before proceeding.

-
[#&#8203;1753](https://redirect.github.com/shlinkio/shlink/issues/1753)
Add a new `vendor/bin/shlink-installer init` command that can be used to
automate Shlink installations.

This command can create the initial database, update it, create proxies,
clean cache, download initial GeoLite db files, etc

    The official docker image also uses it on its entry point script.

-
[#&#8203;1656](https://redirect.github.com/shlinkio/shlink/issues/1656)
Add support for openswoole 22

-
[#&#8203;1784](https://redirect.github.com/shlinkio/shlink/issues/1784)
Add new docker tag where the container runs as a non-root user.

- [#&#8203;953](https://redirect.github.com/shlinkio/shlink/issues/953)
Add locks that prevent errors on duplicated keys when creating short
URLs in parallel that depend on the same new tag or domain.

##### Changed

-
[#&#8203;1755](https://redirect.github.com/shlinkio/shlink/issues/1755)
Update to roadrunner 2023
-
[#&#8203;1745](https://redirect.github.com/shlinkio/shlink/issues/1745)
Roadrunner is now the default docker runtime.

    There are now three different docker images published:

- Versions without suffix (like `3.6.0`) will contain the default
runtime, whichever it is.
- Versions with `-roadrunner` suffix (like `3.6.0-roadrunner`) will
always use roadrunner as the runtime, even if default one changes in the
future.
- Versions with `-openswoole` suffix (like `3.6.0-openswoole`) will
always use openswoole as the runtime, even if default one changes in the
future.

##### Deprecated

- Deprecated `ENABLE_PERIODIC_VISIT_LOCATE` env var. Use an external
mechanism to automate visit locations.

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1760](https://redirect.github.com/shlinkio/shlink/issues/1760)
Fix domain not being set to null when importing short URLs with default
domain.
- [#&#8203;953](https://redirect.github.com/shlinkio/shlink/issues/953)
Fix duplicated key errors and short URL creation failing when creating
short URLs in parallel that depend on the same new tag or domain.
-
[#&#8203;1741](https://redirect.github.com/shlinkio/shlink/issues/1741)
Fix randomly using 100% CPU in task workers when trying to download
GeoLite DB files.
- Fix Shlink trying to connect to RabbitMQ even if configuration set to
not connect.

#### \[3.5.4] - 2023-04-12

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1742](https://redirect.github.com/shlinkio/shlink/issues/1742)
Fix URLs using schemas which do not contain `//`, like `mailto:`, to no
longer be considered valid.
-
[#&#8203;1743](https://redirect.github.com/shlinkio/shlink/issues/1743)
Fix Error when trying to create short URLs from CLI on an openswoole
context.

Unfortunately the reason are real-time updates do not work with
openswoole when outside an openswoole request, so the feature has been
disabled for that context.

#### \[3.5.3] - 2023-03-31

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1715](https://redirect.github.com/shlinkio/shlink/issues/1715)
Fix short URL creation/edition allowing long URLs without schema. Now a
validation error is thrown.
-
[#&#8203;1537](https://redirect.github.com/shlinkio/shlink/issues/1537)
Fix incorrect list of tags being returned for some author-only API keys.
-
[#&#8203;1738](https://redirect.github.com/shlinkio/shlink/issues/1738)
Fix memory leak when importing short URLs with many visits.

#### \[3.5.2] - 2023-02-16

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1696](https://redirect.github.com/shlinkio/shlink/issues/1696)
Migrated to PHPUnit 10.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1698](https://redirect.github.com/shlinkio/shlink/issues/1698)
Fixed error 500 in `robots.txt`.
-
[#&#8203;1688](https://redirect.github.com/shlinkio/shlink/issues/1688)
Fixed huge performance degradation on `/tags/stats` endpoint.
-
[#&#8203;1693](https://redirect.github.com/shlinkio/shlink/issues/1693)
Fixed Shlink thinking database already exists if it finds foreign
tables.

#### \[3.5.1] - 2023-02-04

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1685](https://redirect.github.com/shlinkio/shlink/issues/1685)
Changed `loosely` mode to `loose`, as it was a typo. The old one keeps
working and maps to the new one, but it's considered deprecated.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1682](https://redirect.github.com/shlinkio/shlink/issues/1682)
Fixed incorrect case-insensitive checks in short URLs when using
Microsoft SQL server.
-
[#&#8203;1684](https://redirect.github.com/shlinkio/shlink/issues/1684)
Fixed entities metadata cache not being cleared at docker container
start-up when using redis with replication.

#### \[3.5.0] - 2023-01-28

##### Added

-
[#&#8203;1557](https://redirect.github.com/shlinkio/shlink/issues/1557)
Added support to dynamically redirect to different long URLs based on
the visitor's device type.

For the moment, only `android`, `ios` and `desktop` can have their own
specific long URL, and when the visitor cannot be matched against any of
them, the regular long URL will be used.

In the future, more granular device types could be added if appropriate
(iOS tablet, android table, tablet, mobile phone, Linux, Mac, Windows,
etc).

In order to match the visitor's device, the `User-Agent` header is used.

-
[#&#8203;1632](https://redirect.github.com/shlinkio/shlink/issues/1632)
Added amount of bots, non-bots and total visits to the visits summary
endpoint.

-
[#&#8203;1633](https://redirect.github.com/shlinkio/shlink/issues/1633)
Added amount of bots, non-bots and total visits to the tag stats
endpoint.

-
[#&#8203;1653](https://redirect.github.com/shlinkio/shlink/issues/1653)
Added support for all HTTP methods in short URLs, together with two new
redirect status codes, 307 and 308.

Existing Shlink instances will continue to work the same. However, if
you decide to set the redirect status codes as 307 or 308, Shlink will
also return a redirect for short URLs even when the request method is
different from `GET`.

The status 308 is equivalent to 301, and 307 is equivalent to 302. The
difference is that the spec requires the client to respect the original
HTTP method when performing the redirect. With 301 and 302, some old
clients might perform a `GET` request during the redirect, regardless
the original request method.

-
[#&#8203;1662](https://redirect.github.com/shlinkio/shlink/issues/1662)
Added support to provide openswoole-specific config options via env vars
prefixed with `OPENSWOOLE_`.

-
[#&#8203;1389](https://redirect.github.com/shlinkio/shlink/issues/1389)
and
[#&#8203;706](https://redirect.github.com/shlinkio/shlink/issues/706)
Added support for case-insensitive short URLs.

In order to achieve this, a new env var/config option has been
implemented (`SHORT_URL_MODE`), which allows either `strict` or
~~`loosely`~~ `loose`.

Default value is `strict`, but if `loose` is provided, then short URLs
will be matched in a case-insensitive way, and new short URLs will be
generated with short-codes in lowercase only.

##### Changed

-   *Nothing*

##### Deprecated

-
[#&#8203;1676](https://redirect.github.com/shlinkio/shlink/issues/1676)
Deprecated `GET /short-urls/shorten` endpoint. Use `POST /short-urls` to
create short URLs instead.
-
[#&#8203;1678](https://redirect.github.com/shlinkio/shlink/issues/1678)
Deprecated `validateUrl` option on URL creation/edition.

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1639](https://redirect.github.com/shlinkio/shlink/issues/1639)
Fixed 500 error returned when request body is not valid JSON, instead of
a proper descriptive error.

#### \[3.4.0] - 2022-12-16

##### Added

-
[#&#8203;1612](https://redirect.github.com/shlinkio/shlink/issues/1612)
Allowed to filter short URLs out of lists, when `validUntil` date is in
the past or have reached their maximum amount of visits.

    This can be done by:

- Providing `excludeMaxVisitsReached=true` and/or
`excludePastValidUntil=true` to the `GET /short-urls` endpoint.
- Providing `--exclude-max-visits-reached` and/or
`--exclude-past-valid-until` to the `short-urls:list` command.

-
[#&#8203;1613](https://redirect.github.com/shlinkio/shlink/issues/1613)
Added amount of visits coming from bots, non-bots and total to every
short URL in the short URLs list.

Additionally, added option to order by non-bot visits, by passing
`nonBotVisits-DESC` or `nonBotVisits-ASC`.

-
[#&#8203;1599](https://redirect.github.com/shlinkio/shlink/issues/1599)
Added support for credentials on redis DSNs, either only password, or
both username and password.

-
[#&#8203;1616](https://redirect.github.com/shlinkio/shlink/issues/1616)
Added support to import orphan visits when importing short URLs from
another Shlink instance.

-
[#&#8203;1519](https://redirect.github.com/shlinkio/shlink/issues/1519)
Allowing to search short URLs by default domain.

-
[#&#8203;1555](https://redirect.github.com/shlinkio/shlink/issues/1555)
and
[#&#8203;1625](https://redirect.github.com/shlinkio/shlink/issues/1625)
Added full support for PHP 8.2, updating the docker image to this
version.

##### Changed

-
[#&#8203;1563](https://redirect.github.com/shlinkio/shlink/issues/1563)
Moved logic to reuse command options to option classes instead of base
abstract command classes.
-
[#&#8203;1569](https://redirect.github.com/shlinkio/shlink/issues/1569)
Migrated test doubles from phpspec/prophecy to PHPUnit mocks.
-
[#&#8203;1329](https://redirect.github.com/shlinkio/shlink/issues/1329)
Split some logic from `VisitRepository` and `ShortUrlRepository` into
separated repository classes.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1618](https://redirect.github.com/shlinkio/shlink/issues/1618)
Fixed imported short URLs and visits dates not being set to the target
server timezone.
-
[#&#8203;1578](https://redirect.github.com/shlinkio/shlink/issues/1578)
Fixed short URL allowing an empty string as the domain during creation.
-
[#&#8203;1580](https://redirect.github.com/shlinkio/shlink/issues/1580)
Fixed `FLUSHDB` being run on Shlink docker start-up when using redis,
causing full cache to be flushed.

#### \[3.3.2] - 2022-10-18

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1576](https://redirect.github.com/shlinkio/shlink/issues/1576)
Fixed error when trying to retry visits location from CLI.

#### \[3.3.1] - 2022-09-30

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1474](https://redirect.github.com/shlinkio/shlink/issues/1474)
Added preliminary support for PHP 8.2 during CI workflow.
-
[#&#8203;1551](https://redirect.github.com/shlinkio/shlink/issues/1551)
Moved services related to geolocating visits to the `Visit\Geolocation`
namespace.
-
[#&#8203;1550](https://redirect.github.com/shlinkio/shlink/issues/1550)
Reorganized main namespaces from Core module.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1556](https://redirect.github.com/shlinkio/shlink/issues/1556)
Fixed trailing slash not working when enabling multi-segment slashes.

#### \[3.3.0] - 2022-09-18

##### Added

-
[#&#8203;1221](https://redirect.github.com/shlinkio/shlink/issues/1221)
Added experimental support to run Shlink with
[RoadRunner](https://roadrunner.dev) instead of openswoole.

-
[#&#8203;1531](https://redirect.github.com/shlinkio/shlink/issues/1531)
and
[#&#8203;1090](https://redirect.github.com/shlinkio/shlink/issues/1090)
Added support for trailing slashes in short URLs.

-
[#&#8203;1406](https://redirect.github.com/shlinkio/shlink/issues/1406)
Added new REST API version 3.

When making requests to the REST API with `/rest/v3/...` and an error
occurs, all error types will be different, with the next correlation:

    -   `INVALID_ARGUMENT` -> `https://shlink.io/api/error/invalid-data`
- `INVALID_SHORT_URL_DELETION` ->
`https://shlink.io/api/error/invalid-short-url-deletion`
- `DOMAIN_NOT_FOUND` -> `https://shlink.io/api/error/domain-not-found`
- `FORBIDDEN_OPERATION` ->
`https://shlink.io/api/error/forbidden-tag-operation`
    -   `INVALID_URL` -> `https://shlink.io/api/error/invalid-url`
    -   `INVALID_SLUG` -> `https://shlink.io/api/error/non-unique-slug`
- `INVALID_SHORTCODE` ->
`https://shlink.io/api/error/short-url-not-found`
    -   `TAG_CONFLICT` -> `https://shlink.io/api/error/tag-conflict`
    -   `TAG_NOT_FOUND` -> `https://shlink.io/api/error/tag-not-found`
- `MERCURE_NOT_CONFIGURED` ->
`https://shlink.io/api/error/mercure-not-configured`
- `INVALID_AUTHORIZATION` ->
`https://shlink.io/api/error/missing-authentication`
- `INVALID_API_KEY` -> `https://shlink.io/api/error/invalid-api-key`

If you make a request to the API with v2 or v1, the old error types will
be returned, until Shlink 4 is released, when only the new ones will be
used.

    Non-error responses are not affected.

-
[#&#8203;1513](https://redirect.github.com/shlinkio/shlink/issues/1513)
Added publishing of the docker image in GHCR.

-
[#&#8203;1114](https://redirect.github.com/shlinkio/shlink/issues/1114)
Added support to provide an initial API key via `INITIAL_API_KEY` env
var, when running Shlink with openswoole or RoadRunner.

Also, the installer tool now allows to generate an initial API key that
can be copy-pasted (this tool is run interactively), in case you use
php-fpm or you don't want to use env vars.

-
[#&#8203;1528](https://redirect.github.com/shlinkio/shlink/issues/1528)
Added support to delay when the GeoLite2 DB file is downloaded in docker
images, speeding up its startup time.

In order to do it, pass `SKIP_INITIAL_GEOLITE_DOWNLOAD=true` when
creating the container.

##### Changed

-
[#&#8203;1339](https://redirect.github.com/shlinkio/shlink/issues/1339)
Added new test suite for CLI E2E tests.
-
[#&#8203;1503](https://redirect.github.com/shlinkio/shlink/issues/1503)
Drastically improved build time in GitHub Actions, by optimizing
parallelization and adding php extensions cache.
-
[#&#8203;1525](https://redirect.github.com/shlinkio/shlink/issues/1525)
Migrated to custom doctrine CLI entry point.
-
[#&#8203;1492](https://redirect.github.com/shlinkio/shlink/issues/1492)
Migrated to immutable options objects, mapped with
[cuyz/valinor](https://redirect.github.com/CuyZ/Valinor).

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-   *Nothing*

#### \[3.2.1] - 2022-08-08

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1495](https://redirect.github.com/shlinkio/shlink/issues/1495)
Centralized how routes are configured to support multi-segment slugs.
-
[#&#8203;1497](https://redirect.github.com/shlinkio/shlink/issues/1497)
Updated to latest shlink dependencies with support for PHP 8.1 only.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1499](https://redirect.github.com/shlinkio/shlink/issues/1499)
Fixed loading of config options as env vars, which was making all
default configurations to be loaded unless env vars were explicitly
provided.

#### \[3.2.0] - 2022-08-05

##### Added

- [#&#8203;854](https://redirect.github.com/shlinkio/shlink/issues/854)
Added support for multi-segment custom slugs.

The feature is disabled by default, but you can optionally opt in. If
you do, you will be able to create short URLs with multiple segments in
the custom slug, like `https://example.com/foo/bar/baz`.

-
[#&#8203;1280](https://redirect.github.com/shlinkio/shlink/issues/1280)
Added missing visit-related commands.

Now you can run `tag:visits`, `domain:visits`, `visit:orphan` or
`visit:non-orphan` to get the corresponding list of visits from the
command line.

- [#&#8203;962](https://redirect.github.com/shlinkio/shlink/issues/962)
Added new real-time update for new short URLs.

You can now subscribe to the `https://shlink.io/new-short-url` topic on
any of the supported async updates technologies in order to get notified
when a short URL is created.

-
[#&#8203;1367](https://redirect.github.com/shlinkio/shlink/issues/1367)
Added support to publish real-time updates in redis pub/sub.

The publishing will happen in the same redis instance/cluster configured
for caching.

##### Changed

-
[#&#8203;1452](https://redirect.github.com/shlinkio/shlink/issues/1452)
Updated to monolog 3
-
[#&#8203;1485](https://redirect.github.com/shlinkio/shlink/issues/1485)
Changed payload published in RabbitMQ for all visits events, in order to
conform with the Async API spec.

Since this is a breaking change, also provided a new
`RABBITMQ_LEGACY_VISITS_PUBLISHING=true` env var that can be provided in
order to keep the old payload.

This env var is considered deprecated and will be removed in Shlink 4,
when the legacy format will no longer be supported.

##### Deprecated

-   *Nothing*

##### Removed

-
[#&#8203;1280](https://redirect.github.com/shlinkio/shlink/issues/1280)
Dropped support for PHP 8.0

##### Fixed

-
[#&#8203;1471](https://redirect.github.com/shlinkio/shlink/issues/1471)
Fixed error when running `visit:locate` command with any extra parameter
(like `--retry`).

#### \[3.1.2] - 2022-06-04

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1448](https://redirect.github.com/shlinkio/shlink/issues/1448)
Fixed HTML entities not being properly parsed when auto-resolving page
titles.
-
[#&#8203;1458](https://redirect.github.com/shlinkio/shlink/issues/1458)
Fixed 500 error when filtering short URLs by ALL tags and search term.

#### \[3.1.1] - 2022-05-09

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1444](https://redirect.github.com/shlinkio/shlink/issues/1444)
Updated docker image to openswoole 4.11.1, in an attempt to fix error.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1439](https://redirect.github.com/shlinkio/shlink/issues/1439)
Fixed crash when trying to auto-resolve titles for URLs which serve
large binary files.

#### \[3.1.0] - 2022-04-23

##### Added

-
[#&#8203;1294](https://redirect.github.com/shlinkio/shlink/issues/1294)
Allowed to provide a specific domain when importing URLs from YOURLS.

-
[#&#8203;1416](https://redirect.github.com/shlinkio/shlink/issues/1416)
Added support to import URLs from Kutt.it.

-
[#&#8203;1418](https://redirect.github.com/shlinkio/shlink/issues/1418)
Added support to customize the timezone used by Shlink, falling back to
the default one set in PHP config.

The timezone can be set via the `TIMEZONE` env var, or using the
installer tool.

-
[#&#8203;1309](https://redirect.github.com/shlinkio/shlink/issues/1309)
Improved URL importing, ensuring individual errors do not make the whole
process fail, and instead, failing URLs are skipped.

-
[#&#8203;1162](https://redirect.github.com/shlinkio/shlink/issues/1162)
Added new endpoint to get visits by domain.

The endpoint is `GET /domains/{domain}/visits`, and it has the same
capabilities as any other visits endpoint, allowing pagination and
filtering.

##### Changed

-
[#&#8203;1359](https://redirect.github.com/shlinkio/shlink/issues/1359)
Hidden database commands.
-
[#&#8203;1385](https://redirect.github.com/shlinkio/shlink/issues/1385)
Prevented a big error message from being logged when using Shlink
without mercure.
-
[#&#8203;1398](https://redirect.github.com/shlinkio/shlink/issues/1398)
Increased required mutation score for unit tests to 85%.
-
[#&#8203;1419](https://redirect.github.com/shlinkio/shlink/issues/1419)
Input dates are now parsed to Shlink's configured timezone or default
timezone before using them for database queries.
-
[#&#8203;1428](https://redirect.github.com/shlinkio/shlink/issues/1428)
Updated native dependencies in docker image and base image to PHP
v8.1.5.

##### Deprecated

-
[#&#8203;1340](https://redirect.github.com/shlinkio/shlink/issues/1340)
Deprecated webhooks. New events will only be added to other real-time
updates approaches, and webhooks will be completely removed in Shlink
4.0.0.

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1397](https://redirect.github.com/shlinkio/shlink/issues/1397)
Fixed `db:create` command always reporting the schema exists if the
`db:migrate` command has been run before by mistake.
-
[#&#8203;1402](https://redirect.github.com/shlinkio/shlink/issues/1402)
Fixed the base path getting appended with the default domain by mistake,
causing multiple side effects in several places.

#### \[3.0.3] - 2022-02-19

##### Added

-   *Nothing*

##### Changed

-
[#&#8203;1382](https://redirect.github.com/shlinkio/shlink/issues/1382)
Updated docker image to PHP 8.1.3.

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1377](https://redirect.github.com/shlinkio/shlink/issues/1377)
Fixed installer always setting delete threshold with value 1.
-
[#&#8203;1379](https://redirect.github.com/shlinkio/shlink/issues/1379)
Ensured API keys cannot be created with a domain-only role linked to
default domain.

#### \[3.0.2] - 2022-02-10

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1373](https://redirect.github.com/shlinkio/shlink/issues/1373)
Fixed incorrect config import when updating from Shlink 2.x using
SQLite.
-
[#&#8203;1369](https://redirect.github.com/shlinkio/shlink/issues/1369)
Fixed slow regexps in `.htaccess` file.

#### \[3.0.1] - 2022-02-04

##### Added

-   *Nothing*

##### Changed

-   *Nothing*

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;1363](https://redirect.github.com/shlinkio/shlink/issues/1363)
Fixed titles being resolved no matter what when `validateUrl` is not set
or is explicitly set to true.
-
[#&#8203;1352](https://redirect.github.com/shlinkio/shlink/issues/1352)
Updated to stable pdo_sqlsrv in docker image.

#### \[3.0.0] - 2022-01-28

##### Added

- [#&#8203;767](https://redirect.github.com/shlinkio/shlink/issues/767)
Added full support to use emojis everywhere, whether it is custom slugs,
titles, referrers, etc.

-
[#&#8203;1274](https://redirect.github.com/shlinkio/shlink/issues/1274)
Added support to filter short URLs lists by all provided tags.

The `GET /short-urls` endpoint now accepts a `tagsMode=all` param which
will make only short URLs matching **all** the tags in the `tags[]`
query param, to be returned.

The `short-urls:list` command now accepts a `-i`/`--including-all-tags`
flag which behaves the same.

-
[#&#8203;1273](https://redirect.github.com/shlinkio/shlink/issues/1273)
Added support for pagination in tags lists, allowing to improve
performance by loading subsets of tags.

For backwards compatibility, lists continue returning all items by
default, but the `GET /tags` endpoint now supports `page` and
`itemsPerPage` query params, to make sure only a subset of the tags is
returned.

This is supported both when invoking the endpoint with and without
`withStats=true` query param.

Additionally, the endpoint also supports filtering by `searchTerm` query
param. When provided, only tags matching it will be returned.

-
[#&#8203;1063](https://redirect.github.com/shlinkio/shlink/issues/1063)
Added new endpoint that allows fetching all existing non-orphan visits,
in case you need a global view of all visits received by your Shlink
instance.

    This can be achieved using the `GET /visits/non-orphan` endpoint.

##### Changed

-
[#&#8203;1277](https://redirect.github.com/shlinkio/shlink/issues/1277)
Reduced docker image size to 45% of the original size.
-
[#&#8203;1268](https://redirect.github.com/shlinkio/shlink/issues/1268)
Updated dependencies, including symfony/console 6 and
mezzio/mezzio-swoole 4.
-
[#&#8203;1283](https://redirect.github.com/shlinkio/shlink/issues/1283)
Changed behavior of `DELETE_SHORT_URL_THRESHOLD` env var, disabling the
feature if a value was not provided.
-
[#&#8203;1300](https://redirect.github.com/shlinkio/shlink/issues/1300)
Changed default ordering for short URLs list, returning always from
newest to oldest.
-
[#&#8203;1299](https://redirect.github.com/shlinkio/shlink/issues/1299)
Updated to the latest base docker images, based in PHP 8.1.1, and bumped
openswoole to v4.9.1.
-
[#&#8203;1282](https://redirect.github.com/shlinkio/shlink/issues/1282)
Env vars now have precedence over installer options.
-
[#&#8203;1328](https://redirect.github.com/shlinkio/shlink/issues/1328)
Refactored ShortUrlsRepository to use DTOs in methods with too many
arguments.

##### Deprecated

-
[#&#8203;1315](https://redirect.github.com/shlinkio/shlink/issues/1315)
Deprecated `GET /tags?withStats=true` endpoint. Use `GET /tags/stats`
instead.

##### Removed

-
[#&#8203;1275](https://redirect.github.com/shlinkio/shlink/issues/1275)
Removed everything that was deprecated in Shlink 2.x.

See [UPGRADE](UPGRADE.md#from-v2x-to-v3x) doc in order to get details on
how to migrate to this version.

-
[#&#8203;1347](https://redirect.github.com/shlinkio/shlink/issues/1347)
Dropped support for regular swoole in favor of openswoole.

Since openswoole support was introduced in the previous release version,
Shlink will still consider the swoole extension as openswoole, as at the
moment, functionality hasn't deviated too much, and will simplify
migrating to Shlink 3.0.0

However, there's no longer active testing with regular swoole, and it is
considered no longer supported. If some incompatibility arises, the only
supported solution will be to migrate to openswoole.

##### Fixed

-   *Nothing*

#### Older versions

-   [2.x.x](docs/changelog-archive/CHANGELOG-2.x.md)
-   [1.x.x](docs/changelog-archive/CHANGELOG-1.x.md)

###
[`v4.3.0`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#430---2024-11-24)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.2.5...v4.3.0)

##### Added

-
[#&#8203;2159](https://redirect.github.com/shlinkio/shlink/issues/2159)
Add support for PHP 8.4.

-
[#&#8203;2207](https://redirect.github.com/shlinkio/shlink/issues/2207)
Add `hasRedirectRules` flag to short URL API model. This flag tells if a
specific short URL has any redirect rules attached to it.

-
[#&#8203;1520](https://redirect.github.com/shlinkio/shlink/issues/1520)
Allow short URLs list to be filtered by `domain`.

This change applies both to the `GET /short-urls` endpoint, via the
`domain` query parameter, and the `short-url:list` console command, via
the `--domain`|`-d` flag.

-
[#&#8203;1774](https://redirect.github.com/shlinkio/shlink/issues/1774)
Add new geolocation redirect rules for the dynamic redirects system.

- `geolocation-country-code`: Allows to perform redirections based on
the ISO 3166-1 alpha-2 two-letter country code resolved while
geolocating the visitor.
- `geolocation-city-name`: Allows to perform redirections based on the
city name resolved while geolocating the visitor.

-
[#&#8203;2032](https://redirect.github.com/shlinkio/shlink/issues/2032)
Save the URL to which a visitor is redirected when a visit is tracked.

The value is exposed in the API as a new `redirectUrl` field for visit
objects.

This is useful to know where a visitor was redirected for a short URL
with dynamic redirect rules, for special redirects, or simply in case
the long URL was changed over time, and you still want to know where
visitors were redirected originally.

Some visits may not have a redirect URL if a redirect didn't happen,
like for orphan visits when no special redirects are configured, or when
a visit is tracked as part of the pixel action.

##### Changed

-
[#&#8203;2193](https://redirect.github.com/shlinkio/shlink/issues/2193)
API keys are now hashed using SHA256, instead of being saved in plain
text.

As a side effect, API key names have now become more important, and are
considered unique.

When people update to this Shlink version, existing API keys will be
hashed for everything to continue working.

In order to avoid data to be lost, plain-text keys will be written in
the `name` field, either together with any existing name, or as the name
itself. Then users are responsible for renaming them using the new
`api-key:rename` command.

For newly created API keys, it is recommended to provide a name, but if
not provided, a name will be generated from a redacted version of the
new API key.

-   Update to Shlink PHP coding standard 2.4

-   Update to `hidehalo/nanoid-php` 2.0

-   Update to PHPStan 2.0

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2264](https://redirect.github.com/shlinkio/shlink/issues/2264)
Fix visits counts not being deleted when deleting short URL or orphan
visits.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:44:48 +00:00
TrueCharts BotandGitHub 7ebc03a14a chore(helm): update image docker.io/redislabs/redisinsight 2.60.0 → 2.64.0 (#30227)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/redislabs/redisinsight | minor | `ef29a4c` -> `7432f1f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:42:31 +00:00
TrueCharts BotandGitHub ef9ff7efeb chore(helm): update image docker.io/portainer/portainer-ee 2.24.1 → 2.25.1 (#30224)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/portainer/portainer-ee | minor | `563c823` -> `6a5f03e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:42:17 +00:00
TrueCharts BotandGitHub bde2806c35 chore(helm): update image docker.io/n8nio/n8n 1.69.2 → 1.73.1 (#30217)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/n8nio/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `0adfff2`
-> `9caf109` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>n8n-io/n8n (docker.io/n8nio/n8n)</summary>

###
[`v1.73.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1730-2024-12-19)

##### Bug Fixes

- **core:** Ensure runners do not throw on unsupported console methods
([#&#8203;12167](https://redirect.github.com/n8n-io/n8n/issues/12167))
([57c6a61](https://redirect.github.com/n8n-io/n8n/commit/57c6a6167dd2b30f0082a416daefce994ecad33a))
- **core:** Fix `$getWorkflowStaticData` on task runners
([#&#8203;12153](https://redirect.github.com/n8n-io/n8n/issues/12153))
([b479f14](https://redirect.github.com/n8n-io/n8n/commit/b479f14ef5012551b823bea5d2ffbddedfd50a77))
- **core:** Fix binary data helpers (like `prepareBinaryData`) with task
runner
([#&#8203;12259](https://redirect.github.com/n8n-io/n8n/issues/12259))
([0f1461f](https://redirect.github.com/n8n-io/n8n/commit/0f1461f2d5d7ec34236ed7fcec3e2f9ee7eb73c4))
- **core:** Fix race condition in AI tool invocation with multiple items
from the parent
([#&#8203;12169](https://redirect.github.com/n8n-io/n8n/issues/12169))
([dce0c58](https://redirect.github.com/n8n-io/n8n/commit/dce0c58f8605c33fc50ec8aa422f0fb5eee07637))
- **core:** Fix serialization of circular json with task runner
([#&#8203;12288](https://redirect.github.com/n8n-io/n8n/issues/12288))
([a99d726](https://redirect.github.com/n8n-io/n8n/commit/a99d726f42d027b64f94eda0d385b597c5d5be2e))
- **core:** Upgrade nanoid to address CVE-2024-55565
([#&#8203;12171](https://redirect.github.com/n8n-io/n8n/issues/12171))
([8c0bd02](https://redirect.github.com/n8n-io/n8n/commit/8c0bd0200c386b122f495c453ccc97a001e4729c))
- **editor:** Add new create first project CTA
([#&#8203;12189](https://redirect.github.com/n8n-io/n8n/issues/12189))
([878b419](https://redirect.github.com/n8n-io/n8n/commit/878b41904d76eda3ee230f850127b4d56993de24))
- **editor:** Fix canvas ready opacity transition on new canvas
([#&#8203;12264](https://redirect.github.com/n8n-io/n8n/issues/12264))
([5d33a6b](https://redirect.github.com/n8n-io/n8n/commit/5d33a6ba8a2bccea097402fd04c0e2b00e423e76))
- **editor:** Fix rendering of code-blocks in sticky notes
([#&#8203;12227](https://redirect.github.com/n8n-io/n8n/issues/12227))
([9b59035](https://redirect.github.com/n8n-io/n8n/commit/9b5903524b95bd21d5915908780942790cf88d27))
- **editor:** Fix sticky color picker getting covered by nodes on new
canvas
([#&#8203;12263](https://redirect.github.com/n8n-io/n8n/issues/12263))
([27bd3c8](https://redirect.github.com/n8n-io/n8n/commit/27bd3c85b3a4ddcf763a543b232069bb108130cf))
- **editor:** Improve commit modal user facing messaging
([#&#8203;12161](https://redirect.github.com/n8n-io/n8n/issues/12161))
([ad39243](https://redirect.github.com/n8n-io/n8n/commit/ad392439826b17bd0b84f981e0958d88f09e7fe9))
- **editor:** Prevent connection line from showing when clicking the
plus button of a node
([#&#8203;12265](https://redirect.github.com/n8n-io/n8n/issues/12265))
([9180b46](https://redirect.github.com/n8n-io/n8n/commit/9180b46b52302b203eecf3bb81c3f2132527a1e6))
- **editor:** Prevent stickies from being edited in preview mode in the
new canvas
([#&#8203;12222](https://redirect.github.com/n8n-io/n8n/issues/12222))
([6706dcd](https://redirect.github.com/n8n-io/n8n/commit/6706dcdf72d54f33c1cf4956602c3a64a1578826))
- **editor:** Reduce cases for Auto-Add of ChatTrigger for AI Agents
([#&#8203;12154](https://redirect.github.com/n8n-io/n8n/issues/12154))
([365e82d](https://redirect.github.com/n8n-io/n8n/commit/365e82d2008dff2f9c91664ee04d7a78363a8b30))
- **editor:** Remove invalid connections after node handles change
([#&#8203;12247](https://redirect.github.com/n8n-io/n8n/issues/12247))
([6330bec](https://redirect.github.com/n8n-io/n8n/commit/6330bec4db0175b558f2747837323fdbb25b634a))
- **editor:** Set dangerouslyUseHTMLString in composable
([#&#8203;12280](https://redirect.github.com/n8n-io/n8n/issues/12280))
([6ba91b5](https://redirect.github.com/n8n-io/n8n/commit/6ba91b5e1ed197c67146347a6f6e663ecdf3de48))
- **editor:** Set RunData outputIndex based on incoming data
([#&#8203;12182](https://redirect.github.com/n8n-io/n8n/issues/12182))
([dc4261a](https://redirect.github.com/n8n-io/n8n/commit/dc4261ae7eca6cf277404cd514c90fad42f14ae0))
- **editor:** Update the universal create button interaction
([#&#8203;12105](https://redirect.github.com/n8n-io/n8n/issues/12105))
([5300e0a](https://redirect.github.com/n8n-io/n8n/commit/5300e0ac45bf832b3d2957198a49a1c687f3fe1f))
- **Elasticsearch Node:** Fix issue stopping search queries being sent
([#&#8203;11464](https://redirect.github.com/n8n-io/n8n/issues/11464))
([388a83d](https://redirect.github.com/n8n-io/n8n/commit/388a83dfbdc6ac301e4df704666df9f09fb7d0b3))
- **Extract from File Node:** Detect file encoding
([#&#8203;12081](https://redirect.github.com/n8n-io/n8n/issues/12081))
([92af245](https://redirect.github.com/n8n-io/n8n/commit/92af245d1aab5bfad8618fda69b2405f5206875d))
- **Github Node:** Fix fetch of file names with ? character
([#&#8203;12206](https://redirect.github.com/n8n-io/n8n/issues/12206))
([39462ab](https://redirect.github.com/n8n-io/n8n/commit/39462abe1fde7e82b5e5b8f3ceebfcadbfd7c925))
- **Invoice Ninja Node:** Fix actions for bank transactions
([#&#8203;11511](https://redirect.github.com/n8n-io/n8n/issues/11511))
([80eea49](https://redirect.github.com/n8n-io/n8n/commit/80eea49cf0bf9db438eb85af7cd22aeb11fbfed2))
- **Linear Node:** Fix issue with error handling
([#&#8203;12191](https://redirect.github.com/n8n-io/n8n/issues/12191))
([b8eae5f](https://redirect.github.com/n8n-io/n8n/commit/b8eae5f28a7d523195f4715cd8da77b3a884ae4c))
- **MongoDB Node:** Fix checks on projection feature call
([#&#8203;10563](https://redirect.github.com/n8n-io/n8n/issues/10563))
([58bab46](https://redirect.github.com/n8n-io/n8n/commit/58bab461c4c5026b2ca5ea143cbcf98bf3a4ced8))
- **Postgres Node:** Allow users to wrap strings with $$
([#&#8203;12034](https://redirect.github.com/n8n-io/n8n/issues/12034))
([0c15e30](https://redirect.github.com/n8n-io/n8n/commit/0c15e30778cc5cb10ed368df144d6fbb2504ec70))
- **Redis Node:** Add support for username auth
([#&#8203;12274](https://redirect.github.com/n8n-io/n8n/issues/12274))
([64c0414](https://redirect.github.com/n8n-io/n8n/commit/64c0414ef28acf0f7ec42b4b0bb21cbf2921ebe7))

##### Features

- Add solarwinds ipam credentials
([#&#8203;12005](https://redirect.github.com/n8n-io/n8n/issues/12005))
([882484e](https://redirect.github.com/n8n-io/n8n/commit/882484e8ee7d1841d5d600414ca48e9915abcfa8))
- Add SolarWinds Observability node credentials
([#&#8203;11805](https://redirect.github.com/n8n-io/n8n/issues/11805))
([e8a5db5](https://redirect.github.com/n8n-io/n8n/commit/e8a5db5beb572edbb61dd9100b70827ccc4cca58))
- **AI Agent Node:** Update descriptions and titles for Chat Trigger
options in AI Agents and Memory
([#&#8203;12155](https://redirect.github.com/n8n-io/n8n/issues/12155))
([07a6ae1](https://redirect.github.com/n8n-io/n8n/commit/07a6ae11b3291c1805553d55ba089fe8dd919fd8))
- **API:** Exclude pinned data from workflows
([#&#8203;12261](https://redirect.github.com/n8n-io/n8n/issues/12261))
([e0dc385](https://redirect.github.com/n8n-io/n8n/commit/e0dc385f8bc8ee13fbc5bbf35e07654e52b193e9))
- **editor:** Params pane collection improvements
([#&#8203;11607](https://redirect.github.com/n8n-io/n8n/issues/11607))
([6e44c71](https://redirect.github.com/n8n-io/n8n/commit/6e44c71c9ca82cce20eb55bb9003930bbf66a16c))
- **editor:** Support adding nodes via drag and drop from node creator
on new canvas
([#&#8203;12197](https://redirect.github.com/n8n-io/n8n/issues/12197))
([1bfd9c0](https://redirect.github.com/n8n-io/n8n/commit/1bfd9c0e913f3eefc4593f6c344db1ae1f6e4df4))
- **Facebook Graph API Node:** Update node to support API v21.0
([#&#8203;12116](https://redirect.github.com/n8n-io/n8n/issues/12116))
([14c33f6](https://redirect.github.com/n8n-io/n8n/commit/14c33f666fe92f7173e4f471fb478e629e775c62))
- **Linear Trigger Node:** Add support for admin scope
([#&#8203;12211](https://redirect.github.com/n8n-io/n8n/issues/12211))
([410ea9a](https://redirect.github.com/n8n-io/n8n/commit/410ea9a2ef2e14b5e8e4493e5db66cfc2290d8f6))
- **MailerLite Node:** Update node to support new api
([#&#8203;11933](https://redirect.github.com/n8n-io/n8n/issues/11933))
([d6b8e65](https://redirect.github.com/n8n-io/n8n/commit/d6b8e65abeb411f86538c1630dcce832ee0846a9))
- Send and wait operation - freeText and customForm response types
([#&#8203;12106](https://redirect.github.com/n8n-io/n8n/issues/12106))
([e98c7f1](https://redirect.github.com/n8n-io/n8n/commit/e98c7f160b018243dc88490d46fb1047a4d7fcdc))

##### Performance Improvements

- **editor:** SchemaView performance improvement by ≈90% 🚀
([#&#8203;12180](https://redirect.github.com/n8n-io/n8n/issues/12180))
([6a58309](https://redirect.github.com/n8n-io/n8n/commit/6a5830959f5fb493a4119869b8298d8ed702c84a))

###
[`v1.72.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1720-2024-12-11)

##### Bug Fixes

- Allow disabling MFA with recovery codes
([#&#8203;12014](https://redirect.github.com/n8n-io/n8n/issues/12014))
([95d56fe](https://redirect.github.com/n8n-io/n8n/commit/95d56fee8d0168b75fca6dcf41702d2f10c930a8))
- Chat triggers don't work with the new partial execution flow
([#&#8203;11952](https://redirect.github.com/n8n-io/n8n/issues/11952))
([2b6a72f](https://redirect.github.com/n8n-io/n8n/commit/2b6a72f1289c01145edf2b88e5027d2b9b2ed624))
- **core:** Execute nodes after loops correctly with the new partial
execution flow
([#&#8203;11978](https://redirect.github.com/n8n-io/n8n/issues/11978))
([891dd7f](https://redirect.github.com/n8n-io/n8n/commit/891dd7f995c78a2355a049b7ced981a5f6b1c40c))
- **core:** Fix support for multiple invocation of AI tools
([#&#8203;12141](https://redirect.github.com/n8n-io/n8n/issues/12141))
([c572c06](https://redirect.github.com/n8n-io/n8n/commit/c572c0648ca5b644b222157b3cabac9c05704a84))
- **core:** Make sure task runner exits
([#&#8203;12123](https://redirect.github.com/n8n-io/n8n/issues/12123))
([c5effca](https://redirect.github.com/n8n-io/n8n/commit/c5effca7d47a713f157eea21d7892002e9ab7283))
- **core:** Remove run data of nodes unrelated to the current partial
execution
([#&#8203;12099](https://redirect.github.com/n8n-io/n8n/issues/12099))
([c4e4d37](https://redirect.github.com/n8n-io/n8n/commit/c4e4d37a8785d1a4bcd376cb1c49b82a80aa4391))
- **core:** Return homeProject when filtering workflows by project id
([#&#8203;12077](https://redirect.github.com/n8n-io/n8n/issues/12077))
([efafeed](https://redirect.github.com/n8n-io/n8n/commit/efafeed33482100a23fa0163a53b9ce93cd6b2c3))
- **editor:** Don't reset all Parameter Inputs when switched to
read-only
([#&#8203;12063](https://redirect.github.com/n8n-io/n8n/issues/12063))
([706702d](https://redirect.github.com/n8n-io/n8n/commit/706702dff8da3c2e949e2c98dd5b34b299a1f17c))
- **editor:** Fix canvas panning using `Control` + `Left Mouse Button`
on Windows
([#&#8203;12104](https://redirect.github.com/n8n-io/n8n/issues/12104))
([43009b6](https://redirect.github.com/n8n-io/n8n/commit/43009b6aa820f24b9e6f519e7a45592aa21db03e))
- **editor:** Fix Nodeview.v2 reinitialise based on route changes
([#&#8203;12062](https://redirect.github.com/n8n-io/n8n/issues/12062))
([b1f8663](https://redirect.github.com/n8n-io/n8n/commit/b1f866326574974eb2936e6b02771346e83e7137))
- **editor:** Fix svg background pattern rendering on safari
([#&#8203;12079](https://redirect.github.com/n8n-io/n8n/issues/12079))
([596f221](https://redirect.github.com/n8n-io/n8n/commit/596f22103c01e14063ebb2388c4dabf4714d37c6))
- **editor:** Fix switching from v2 to v1
([#&#8203;12050](https://redirect.github.com/n8n-io/n8n/issues/12050))
([5c76de3](https://redirect.github.com/n8n-io/n8n/commit/5c76de324c2e25b0d8b74cdab79f04aa616d8c4f))
- **editor:** Improvements to the commit modal
([#&#8203;12031](https://redirect.github.com/n8n-io/n8n/issues/12031))
([4fe1952](https://redirect.github.com/n8n-io/n8n/commit/4fe1952e2fb3379d95da42a7bb531851af6d0094))
- **editor:** Load node types in demo and preview modes
([#&#8203;12048](https://redirect.github.com/n8n-io/n8n/issues/12048))
([4ac5f95](https://redirect.github.com/n8n-io/n8n/commit/4ac5f9527bbec382a65ed3f1d9c41d6948c154e3))
- **editor:** Polyfill crypto.randomUUID
([#&#8203;12052](https://redirect.github.com/n8n-io/n8n/issues/12052))
([0537524](https://redirect.github.com/n8n-io/n8n/commit/0537524c3e45d7633415c7a9175a3857ad52cd58))
- **editor:** Redirect Settings to the proper sub page depending on the
instance type (cloud or not)
([#&#8203;12053](https://redirect.github.com/n8n-io/n8n/issues/12053))
([a16d006](https://redirect.github.com/n8n-io/n8n/commit/a16d006f893cac927d674fa447b08c1205b67c54))
- **editor:** Render sanitized HTML content in toast messages
([#&#8203;12139](https://redirect.github.com/n8n-io/n8n/issues/12139))
([0468945](https://redirect.github.com/n8n-io/n8n/commit/0468945c99f083577c4cc71f671b4b950f6aeb86))
- **editor:** Universal button snags
([#&#8203;11974](https://redirect.github.com/n8n-io/n8n/issues/11974))
([956b11a](https://redirect.github.com/n8n-io/n8n/commit/956b11a560528336a74be40f722fa05bf3cca94d))
- **editor:** Update concurrency UI considering different types of
instances
([#&#8203;12068](https://redirect.github.com/n8n-io/n8n/issues/12068))
([fa572bb](https://redirect.github.com/n8n-io/n8n/commit/fa572bbca4397b1cc42668530497444630ed17eb))
- **FTP Node:** Fix issue with creating folders on rename
([#&#8203;9340](https://redirect.github.com/n8n-io/n8n/issues/9340))
([eb7d593](https://redirect.github.com/n8n-io/n8n/commit/eb7d5934ef8bc6e999d6de4c0b8025ce175df5dd))
- **n8n Form Node:** Completion page display if
EXECUTIONS_DATA_SAVE_ON_SUCCESS=none
([#&#8203;11869](https://redirect.github.com/n8n-io/n8n/issues/11869))
([f4c2523](https://redirect.github.com/n8n-io/n8n/commit/f4c252341985fe03927a2fd5d60ba846ec3dfc77))
- **OpenAI Node:** Allow updating assistant files
([#&#8203;12042](https://redirect.github.com/n8n-io/n8n/issues/12042))
([7b20f8a](https://redirect.github.com/n8n-io/n8n/commit/7b20f8aaa8befd19dbad0af3bf1b881342c1fca5))

##### Features

- **AI Transform Node:** Reduce payload size
([#&#8203;11965](https://redirect.github.com/n8n-io/n8n/issues/11965))
([d8ca8de](https://redirect.github.com/n8n-io/n8n/commit/d8ca8de13a4cbb856696873bdb56c66b12a5b027))
- **core:** Add option to filter for empty variables
([#&#8203;12112](https://redirect.github.com/n8n-io/n8n/issues/12112))
([a63f0e8](https://redirect.github.com/n8n-io/n8n/commit/a63f0e878e21da9924451e2679939209b34b6583))
- **core:** Cancel runner task on timeout in external mode
([#&#8203;12101](https://redirect.github.com/n8n-io/n8n/issues/12101))
([addb4fa](https://redirect.github.com/n8n-io/n8n/commit/addb4fa352c88d856e463bb2b7001173c4fd6a7d))
- **core:** Parent workflows should wait for sub-workflows to finish
([#&#8203;11985](https://redirect.github.com/n8n-io/n8n/issues/11985))
([60b3dcc](https://redirect.github.com/n8n-io/n8n/commit/60b3dccf9317da6f3013be35a78ce21d0416ad80))
- **editor:** Implementing the `Easy AI Workflow` experiment
([#&#8203;12043](https://redirect.github.com/n8n-io/n8n/issues/12043))
([67ed1d2](https://redirect.github.com/n8n-io/n8n/commit/67ed1d2c3c2e69d5a96daf7de2795c02f5d8f15b))
- **Redis Node:** Add support for continue on fail / error output branch
([#&#8203;11714](https://redirect.github.com/n8n-io/n8n/issues/11714))
([ed35958](https://redirect.github.com/n8n-io/n8n/commit/ed359586c88a7662f4d94d58c5a87cf91d027ab9))

###
[`v1.71.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1710-2024-12-04)

##### Bug Fixes

- **core:** Fix push for waiting executions
([#&#8203;11984](https://redirect.github.com/n8n-io/n8n/issues/11984))
([8d71307](https://redirect.github.com/n8n-io/n8n/commit/8d71307da0398e7e39bf53e8e1cfa21ac1ceaf69))
- **core:** Improve header parameter parsing on http client responses
([#&#8203;11953](https://redirect.github.com/n8n-io/n8n/issues/11953))
([41e9e39](https://redirect.github.com/n8n-io/n8n/commit/41e9e39b5b53ecd9d8d1b385df65a26ecb9bccd8))
- **core:** Opt-out from optimizations if `$item` is used
([#&#8203;12036](https://redirect.github.com/n8n-io/n8n/issues/12036))
([872535a](https://redirect.github.com/n8n-io/n8n/commit/872535a40c85dcfad3a4b27c57c026ae003f562f))
- **core:** Use the configured timezone in task runner
([#&#8203;12032](https://redirect.github.com/n8n-io/n8n/issues/12032))
([2e6845a](https://redirect.github.com/n8n-io/n8n/commit/2e6845afcbc30dff73c3f3f15f21278cab397387))
- **core:** Validate node name when creating `NodeOperationErrror`
([#&#8203;11999](https://redirect.github.com/n8n-io/n8n/issues/11999))
([e68c9da](https://redirect.github.com/n8n-io/n8n/commit/e68c9da30c31cd5f994cb01ce759192562bfbd40))
- **editor:** Add execution concurrency info and paywall
([#&#8203;11847](https://redirect.github.com/n8n-io/n8n/issues/11847))
([57d3269](https://redirect.github.com/n8n-io/n8n/commit/57d3269e400ee4e7e3636614870ebdfdb0aa8c1d))
- **editor:** Fix bug causing connection lines to disappear when
hovering stickies
([#&#8203;11950](https://redirect.github.com/n8n-io/n8n/issues/11950))
([439a1cc](https://redirect.github.com/n8n-io/n8n/commit/439a1cc4f39243e91715b21a84b8e7266ce872cd))
- **editor:** Fix canvas keybindings using splitter keys such as zooming
using `+` key
([#&#8203;12022](https://redirect.github.com/n8n-io/n8n/issues/12022))
([6af9c82](https://redirect.github.com/n8n-io/n8n/commit/6af9c82af6020e99d61e442ee9c2d40761baf027))
- **editor:** Fix community check
([#&#8203;11979](https://redirect.github.com/n8n-io/n8n/issues/11979))
([af0398a](https://redirect.github.com/n8n-io/n8n/commit/af0398a5e3a8987c01c7112e6f689b35e1ef92fe))
- **editor:** Fix copy/paste keyboard events in canvas chat
([#&#8203;12004](https://redirect.github.com/n8n-io/n8n/issues/12004))
([967340a](https://redirect.github.com/n8n-io/n8n/commit/967340a2938a79c89319121bf57a8d654f88e06c))
- **editor:** Fix node showing as successful if errors exists on
subsequent runs
([#&#8203;12019](https://redirect.github.com/n8n-io/n8n/issues/12019))
([8616b17](https://redirect.github.com/n8n-io/n8n/commit/8616b17cc6c305da69bbb54fd56ab7cb34213f7c))
- **editor:** Fix pin data showing up in production executions on new
canvas
([#&#8203;11951](https://redirect.github.com/n8n-io/n8n/issues/11951))
([5f6f8a1](https://redirect.github.com/n8n-io/n8n/commit/5f6f8a1bddfd76b586c08da821e8b59070f449fc))
- **editor:** Handle source control initialization to prevent UI form
crashing
([#&#8203;11776](https://redirect.github.com/n8n-io/n8n/issues/11776))
([6be8e86](https://redirect.github.com/n8n-io/n8n/commit/6be8e86c45bd64d000bc95d2ef2d68220e930c02))
- **editor:** Implement dirty nodes for partial executions
([#&#8203;11739](https://redirect.github.com/n8n-io/n8n/issues/11739))
([b8da4ff](https://redirect.github.com/n8n-io/n8n/commit/b8da4ff9edb0fbb0093c4c41fe11f8e67b696ca3))
- **editor:** Resolve going back from Settings
([#&#8203;11958](https://redirect.github.com/n8n-io/n8n/issues/11958))
([d74423c](https://redirect.github.com/n8n-io/n8n/commit/d74423c75198d38d0d99a1879051b5e964ecae74))
- **editor:** Unify executions card label color
([#&#8203;11949](https://redirect.github.com/n8n-io/n8n/issues/11949))
([fc79718](https://redirect.github.com/n8n-io/n8n/commit/fc797188d63e87df34b3a153eb4a0d0b7361b3f5))
- **editor:** Use optional chaining for all members in execution data
when using the debug feature
([#&#8203;12024](https://redirect.github.com/n8n-io/n8n/issues/12024))
([67aa0c9](https://redirect.github.com/n8n-io/n8n/commit/67aa0c9107bda16b1cb6d273e17c3cde77035f51))
- **GraphQL Node:** Throw error if GraphQL variables are not objects or
strings
([#&#8203;11904](https://redirect.github.com/n8n-io/n8n/issues/11904))
([85f30b2](https://redirect.github.com/n8n-io/n8n/commit/85f30b27ae282da58a25186d13ff17196dcd7d9c))
- **HTTP Request Node:** Use iconv-lite to decode http responses, to
support more encoding types
([#&#8203;11930](https://redirect.github.com/n8n-io/n8n/issues/11930))
([461b39c](https://redirect.github.com/n8n-io/n8n/commit/461b39c5df5dd446cb8ceef469b204c7c5111229))
- Load workflows with unconnected Switch outputs
([#&#8203;12020](https://redirect.github.com/n8n-io/n8n/issues/12020))
([abc851c](https://redirect.github.com/n8n-io/n8n/commit/abc851c0cff298607a0dc2f2882aa17136898f45))
- **n8n Form Node:** Use https to load google fonts
([#&#8203;11948](https://redirect.github.com/n8n-io/n8n/issues/11948))
([eccd924](https://redirect.github.com/n8n-io/n8n/commit/eccd924f5e8dbe59e37099d1a6fbe8866fef55bf))
- **Telegram Trigger Node:** Fix header secret check
([#&#8203;12018](https://redirect.github.com/n8n-io/n8n/issues/12018))
([f16de4d](https://redirect.github.com/n8n-io/n8n/commit/f16de4db01c0496205635a3203a44098e7908453))
- **Webflow Node:** Fix issue with pagination in v2 node
([#&#8203;11934](https://redirect.github.com/n8n-io/n8n/issues/11934))
([1eb94bc](https://redirect.github.com/n8n-io/n8n/commit/1eb94bcaf54d9e581856ce0b87253e1c28fa68e2))
- **Webflow Node:** Fix issue with publishing items
([#&#8203;11982](https://redirect.github.com/n8n-io/n8n/issues/11982))
([0a8a57e](https://redirect.github.com/n8n-io/n8n/commit/0a8a57e4ec8081ab1a53f36d686b3d5dcaae2476))

##### Features

- **AI Transform Node:** Node Prompt improvements
([#&#8203;11611](https://redirect.github.com/n8n-io/n8n/issues/11611))
([40a7445](https://redirect.github.com/n8n-io/n8n/commit/40a7445f0873af2cdbd10b12bd691c07a43e27cc))
- **Code Node:** Warning if pairedItem absent or could not be auto
mapped
([#&#8203;11737](https://redirect.github.com/n8n-io/n8n/issues/11737))
([3a5bd12](https://redirect.github.com/n8n-io/n8n/commit/3a5bd129459272cbac960ae2754db3028943f87e))
- **editor:** Canvas chat UI & UX improvements
([#&#8203;11924](https://redirect.github.com/n8n-io/n8n/issues/11924))
([1e25774](https://redirect.github.com/n8n-io/n8n/commit/1e25774541461c86da5c4af8efec792e2814eeb1))
- **editor:** Persist user's preferred display modes on localStorage
([#&#8203;11929](https://redirect.github.com/n8n-io/n8n/issues/11929))
([bd69316](https://redirect.github.com/n8n-io/n8n/commit/bd693162b86a21c90880bab2c2e67aab733095ff))

##### Performance Improvements

- **editor:** Virtualize SchemaView
([#&#8203;11694](https://redirect.github.com/n8n-io/n8n/issues/11694))
([9c6def9](https://redirect.github.com/n8n-io/n8n/commit/9c6def91975764522fa52cdf21e9cb5bdb4d721d))

###
[`v1.70.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1700-2024-11-27)

##### Bug Fixes

- **AI Agent Node:** Add binary message before scratchpad to prevent
tool calling loops
([#&#8203;11845](https://redirect.github.com/n8n-io/n8n/issues/11845))
([5c80cb5](https://redirect.github.com/n8n-io/n8n/commit/5c80cb57cf709a1097a38e0394aad6fce5330eba))
- CodeNodeEditor walk cannot read properties of null
([#&#8203;11129](https://redirect.github.com/n8n-io/n8n/issues/11129))
([d99e0a7](https://redirect.github.com/n8n-io/n8n/commit/d99e0a7c979a1ee96b2eea1b9011d5bce375289a))
- **core:** Bring back execution data on the `executionFinished` push
message
([#&#8203;11821](https://redirect.github.com/n8n-io/n8n/issues/11821))
([0313570](https://redirect.github.com/n8n-io/n8n/commit/03135702f18e750ba44840dccfec042270629a2b))
- **core:** Correct invalid WS status code on removing connection
([#&#8203;11901](https://redirect.github.com/n8n-io/n8n/issues/11901))
([1d80225](https://redirect.github.com/n8n-io/n8n/commit/1d80225d26ba01f78934a455acdcca7b83be7205))
- **core:** Don't use unbound context methods in code sandboxes
([#&#8203;11914](https://redirect.github.com/n8n-io/n8n/issues/11914))
([f6c0d04](https://redirect.github.com/n8n-io/n8n/commit/f6c0d045e9683cd04ee849f37b96697097c5b41d))
- **core:** Fix broken execution query when using projectId
([#&#8203;11852](https://redirect.github.com/n8n-io/n8n/issues/11852))
([a061dbc](https://redirect.github.com/n8n-io/n8n/commit/a061dbca07ad686c563e85c56081bc1a7830259b))
- **core:** Fix validation of items returned in the task runner
([#&#8203;11897](https://redirect.github.com/n8n-io/n8n/issues/11897))
([a535e88](https://redirect.github.com/n8n-io/n8n/commit/a535e88f1aec8fbbf2eb9397d38748f49773de2d))
- **editor:** Add missing trigger waiting tooltip on new canvas
([#&#8203;11918](https://redirect.github.com/n8n-io/n8n/issues/11918))
([a8df221](https://redirect.github.com/n8n-io/n8n/commit/a8df221bfbb5428d93d03f539bcfdaf29ee20c21))
- **editor:** Don't re-render input panel after node finishes executing
([#&#8203;11813](https://redirect.github.com/n8n-io/n8n/issues/11813))
([b3a99a2](https://redirect.github.com/n8n-io/n8n/commit/b3a99a2351079c37ed6d83f43920ba80f3832234))
- **editor:** Fix AI assistant loading message layout
([#&#8203;11819](https://redirect.github.com/n8n-io/n8n/issues/11819))
([89b4807](https://redirect.github.com/n8n-io/n8n/commit/89b48072432753137b498c338af7777036fdde7a))
- **editor:** Fix new canvas discovery tooltip position after adding
github stars button
([#&#8203;11898](https://redirect.github.com/n8n-io/n8n/issues/11898))
([f4ab5c7](https://redirect.github.com/n8n-io/n8n/commit/f4ab5c7b9244b8fdde427c12c1a152fbaaba0c34))
- **editor:** Fix node position not getting set when dragging selection
on new canvas
([#&#8203;11871](https://redirect.github.com/n8n-io/n8n/issues/11871))
([595de81](https://redirect.github.com/n8n-io/n8n/commit/595de81c03b3e488ab41fb8d1d316c3db6a8372a))
- **editor:** Restore workers view
([#&#8203;11876](https://redirect.github.com/n8n-io/n8n/issues/11876))
([3aa72f6](https://redirect.github.com/n8n-io/n8n/commit/3aa72f613f64c16d7dff67ffe66037894e45aa7c))
- **editor:** Turn NPS survey into a modal and make sure it shows above
the Ask AI button
([#&#8203;11814](https://redirect.github.com/n8n-io/n8n/issues/11814))
([ca169f3](https://redirect.github.com/n8n-io/n8n/commit/ca169f3f3455fa39ce9120b30d7b409bade6561e))
- **editor:** Use `crypto.randomUUID()` to initialize node id if missing
on new canvas
([#&#8203;11873](https://redirect.github.com/n8n-io/n8n/issues/11873))
([bc4857a](https://redirect.github.com/n8n-io/n8n/commit/bc4857a1b3d6ea389f11fb8246a1cee33b8a008e))
- **n8n Form Node:** Duplicate popup in manual mode
([#&#8203;11925](https://redirect.github.com/n8n-io/n8n/issues/11925))
([2c34bf4](https://redirect.github.com/n8n-io/n8n/commit/2c34bf4ea6137fb0fb321969684ffa621da20fa3))
- **n8n Form Node:** Redirect if completion page to trigger
([#&#8203;11822](https://redirect.github.com/n8n-io/n8n/issues/11822))
([1a8fb7b](https://redirect.github.com/n8n-io/n8n/commit/1a8fb7bdc428c6a23c8708e2dcf924f1f10b47a9))
- **OpenAI Node:** Remove preview chatInput parameter for
`Assistant:Messsage` operation
([#&#8203;11825](https://redirect.github.com/n8n-io/n8n/issues/11825))
([4dde287](https://redirect.github.com/n8n-io/n8n/commit/4dde287cde3af7c9c0e57248e96b8f1270da9332))
- Retain execution data between partial executions (new flow)
([#&#8203;11828](https://redirect.github.com/n8n-io/n8n/issues/11828))
([3320436](https://redirect.github.com/n8n-io/n8n/commit/3320436a6fdf8472b3843b9fe8d4de7af7f5ef5c))

##### Features

- Add SharePoint credentials
([#&#8203;11570](https://redirect.github.com/n8n-io/n8n/issues/11570))
([05c6109](https://redirect.github.com/n8n-io/n8n/commit/05c61091db9bdd62fdcca910ead50d0bd512966a))
- Add Zabbix credential only node
([#&#8203;11489](https://redirect.github.com/n8n-io/n8n/issues/11489))
([fbd1ecf](https://redirect.github.com/n8n-io/n8n/commit/fbd1ecfb29461fee393914bc200ec72c654d8944))
- **AI Transform Node:** Support for drag and drop
([#&#8203;11276](https://redirect.github.com/n8n-io/n8n/issues/11276))
([2c252b0](https://redirect.github.com/n8n-io/n8n/commit/2c252b0b2d5282f4a87bce76f93c4c02dd8ff5e3))
- **editor:** Drop `response` wrapper requirement from Subworkflow Tool
output
([#&#8203;11785](https://redirect.github.com/n8n-io/n8n/issues/11785))
([cd3598a](https://redirect.github.com/n8n-io/n8n/commit/cd3598aaab6cefe58a4cb9df7d93fb501415e9d3))
- **editor:** Improve node and edge bring-to-front mechanism on new
canvas
([#&#8203;11793](https://redirect.github.com/n8n-io/n8n/issues/11793))
([b89ca9d](https://redirect.github.com/n8n-io/n8n/commit/b89ca9d482faa5cb542898f3973fb6e7c9a8437a))
- **editor:** Make new canvas connections go underneath node when
looping backwards
([#&#8203;11833](https://redirect.github.com/n8n-io/n8n/issues/11833))
([91d1bd8](https://redirect.github.com/n8n-io/n8n/commit/91d1bd8d333454f3971605df73c3703102d2a9e9))
- **editor:** Make the left sidebar in Expressions editor draggable
([#&#8203;11838](https://redirect.github.com/n8n-io/n8n/issues/11838))
([a713b3e](https://redirect.github.com/n8n-io/n8n/commit/a713b3ed25feb1790412fc320cf41a0967635263))
- **editor:** Migrate existing users to new canvas and set new canvas as
default
([#&#8203;11896](https://redirect.github.com/n8n-io/n8n/issues/11896))
([caa7447](https://redirect.github.com/n8n-io/n8n/commit/caa744785a2cc5063a5fb9d269c0ea53ea432298))
- **Slack Node:** Update wait for approval to use markdown
([#&#8203;11754](https://redirect.github.com/n8n-io/n8n/issues/11754))
([40dd02f](https://redirect.github.com/n8n-io/n8n/commit/40dd02f360d0d8752fe89c4304c18cac9858c530))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:41:49 +00:00
TrueCharts BotandGitHub 5431f869b0 chore(helm): update image docker.io/revenz/fileflows 24.11 → 24.12 (#30228)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/revenz/fileflows | minor | `f7334bf` -> `a679386` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:38:19 +00:00
TrueCharts BotandGitHub 8654a82063 chore(helm): update image docker.io/semaphoreui/semaphore v2.10.43 → v2.11.2 (#30231)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/semaphoreui/semaphore](https://redirect.github.com/semaphoreui/semaphore)
| minor | `eda4e5a` -> `22ce9e4` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>semaphoreui/semaphore
(docker.io/semaphoreui/semaphore)</summary>

###
[`v2.11.2`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.11.2)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.11.1...v2.11.2)

<a href="https://semaphoreui.com/releases/semaphore-v2_11">

<img
src="https://github.com/user-attachments/assets/ea79ded5-fece-4ce1-8dbb-7549ebf9a6a8"
width="700">
</a>

##### [Semaphore 2.11 Release
Details](https://semaphoreui.com/releases/semaphore-v2_11)
#### Bugfixes

-   Fixed **New Project** page.
-   Fixed **Restore Project** page.
-   Fixed message about project restoring result.

#### Links

-   Create best docker container


[![](https://img.shields.io/badge/docker_configurator-0050ab?style=for-the-badge\&logo=docker)](https://semaphoreui.com/install/docker/2\_11/)

-   Join our responsive community


[![discord](https://img.shields.io/badge/discord_community-510b80?style=for-the-badge\&logo=discord)](https://discord.gg/5R6k7hNGcH)

- Every day we add new features, fix bugs, support the community. We
need your support


[![sponsor](https://img.shields.io/badge/become_a_sponsor-d9c7ff?style=for-the-badge\&logo=github-sponsors)](https://redirect.github.com/sponsors/semaphoreui)
[![ko-fi](https://img.shields.io/badge/buy_me_a_coffee-0ba0e0?style=for-the-badge\&logo=kofi)](https://ko-fi.com/fiftin)
[![patreon](https://img.shields.io/badge/become_a_patreon-teal?style=for-the-badge\&logo=patreon)](https://www.patreon.com/semaphoreui)

###
[`v2.11.1`](https://redirect.github.com/semaphoreui/semaphore/releases/tag/v2.11.1)

[Compare
Source](https://redirect.github.com/semaphoreui/semaphore/compare/v2.10.43...v2.11.1)

#### Features

- **Web interface improvements**: UI has received its most significant
overhaul in years, making it more polished and professional.
- **Git commit messages**: Tasks now store the Git commit hash and
message, enabling you to rerun tasks using the same commit.
- **Task run details**: A new Details page has been added to provide
insights into task running results.
- **Terraform/OpenTofu support improvements**: There are many
Terraform/OpenTofu support improvements in this release.

#### Bugfixes

- **OpenTofu/Terraform**: Fixed a bug with Terraform tasks: the
`-auto-approve` flag now works.
- **Security**: Prevented JavaScript from using Cookies to avoid the
HTTPOnly issue.
- **OpenTofu/Terraform**: enabled the `-migrate-state` flag by default.
-   **OpenTofu/Terraform**: Added prompts for state actions on the web.
- **Terraform/OpenTofu**: Ignored the workspace name for the HTTP
backend.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:35:26 +00:00
TrueCharts BotandGitHub 361f15a37c chore(helm): update image docker.io/onerahmet/openai-whisper-asr-webservice v1.6.0 → v1.7.1 (#30219)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/onerahmet/openai-whisper-asr-webservice | minor |  ->  |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:35:13 +00:00
TrueCharts BotandGitHub 111a294adb chore(helm): update image docker.io/qmcgaw/ddns-updater v2.8.2 → v2.9.0 (#30226)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/qmcgaw/ddns-updater](https://redirect.github.com/qdm12/ddns-updater)
| minor | `57afd14` -> `ed73f1f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>qdm12/ddns-updater (docker.io/qmcgaw/ddns-updater)</summary>

###
[`v2.9.0`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.9.0)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.9.0...v2.9.0)

##### 🎄 🎅 🎁 Merry Christmas 🎁🎅 🎄

##### Features

- Support for `domene.shop`
([#&#8203;810](https://redirect.github.com/qdm12/ddns-updater/issues/810))
- Support for `loopia.se`
([#&#8203;842](https://redirect.github.com/qdm12/ddns-updater/issues/842))
- Support for `vultr.com`
([#&#8203;829](https://redirect.github.com/qdm12/ddns-updater/issues/829))
- Support `myaddr.tools`
([#&#8203;885](https://redirect.github.com/qdm12/ddns-updater/issues/885))
- Support for `namesilo.com`
([#&#8203;866](https://redirect.github.com/qdm12/ddns-updater/issues/866))
- Custom provider: allow empty ipv4 and ipv6 keys (see issue
[#&#8203;875](https://redirect.github.com/qdm12/ddns-updater/issues/875))
- Possibility to run health server outside Docker and to disable it in a
container
- disable health server if the health listening address:port is empty
    -   default health listening address:port to the empty string
    -   Docker default health listening address:port to 127.0.0.1:9999

##### Fixes

-   Common update mechanism:
- do not update if public IP address is within multiple IP addresses
resolved
- IPv6 hostname resolution fixed (it was previously only resolving IPv4)
-   Porkbun:
- update API endpoint
([#&#8203;837](https://redirect.github.com/qdm12/ddns-updater/issues/837))
- delete default parked DNS entries if needed
([#&#8203;774](https://redirect.github.com/qdm12/ddns-updater/issues/774))
- delete default `@` ALIAS entry when creating a record for the root
domain or the wildcard domain
- delete default `*` CNAME entry when creating a record for the wildcard
domain
-   Gandi.net:
    -   update API endpoint
    -   leave ttl unmodified if the user does not specify it
-   DonDominio: wildcard support fixed
- Netcup.de: allow wildcard domains
([#&#8203;863](https://redirect.github.com/qdm12/ddns-updater/issues/863))
- GCP: prevent crash for missing record
([#&#8203;846](https://redirect.github.com/qdm12/ddns-updater/issues/846))
- New file/directory permissions fixed given umask (see
[#&#8203;813](https://redirect.github.com/qdm12/ddns-updater/issues/813)
for more details)
    -   remove bad calculation of "our own" umask
    -   remove umask "union effect"
    -   do not touch system umask unless `UMASK` is set
    -   set system umask only if `UMASK` is set
-   NoIP: handle response body messages before checking HTTP status code
- Log: use go-chi realip middleware
([#&#8203;874](https://redirect.github.com/qdm12/ddns-updater/issues/874))
-   Trim space and lower case all HTTP response 'plain' bodies
-   OVH: handling of invalid JSON error bodies fixed
-   Aliyun: error context fixed when handling bad request errors

##### Documentation

- Readme: specify duckdns and goip are handled differently for multiple
domains
-   GoIP: fix domain field documentation and add domain examples
    -   eTLD must be goip.de or goip.it, not eTLD+1
    -   remove old `domain` optional parameter documentation
- DuckDNS: fix domain documentation on eTLD being duckdns.org and add
domain examples

##### Maintenance

##### Code quality

-   do not re-check the owner is not empty within provider specific code
-   format code using `gofumpt`
-   Upgrade linter from v1.56.2 to v1.61.0
-   add new linters fatcontext, intrange and mirror
- `internal/update`: use newer `LookupNetIP` resolver function to use
`netip.Addr` directly

##### Dependencies

-   Upgrade Go from 1.22 to 1.23
- Bump github.com/breml/rootcerts from 0.2.18 to 0.2.19
([#&#8203;870](https://redirect.github.com/qdm12/ddns-updater/issues/870))
-   Bump golang.org/x/net from 0.29.0 to 0.31.0
-   Bump github.com/qdm12/gosettings from 0.4.4-rc1 to 0.4.4
-   Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
-   Bump golang.org/x/mod from 0.21.0 to 0.22.0
- Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0
([#&#8203;881](https://redirect.github.com/qdm12/ddns-updater/issues/881))
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
([#&#8203;871](https://redirect.github.com/qdm12/ddns-updater/issues/871))

##### CI

-   Bump DavidAnson/markdownlint-cli2-action from 17 to 18

##### Development setup

-   change field source.organizeImports from true to "always"
- migrate docker-compose.yml settings to devcontainer.json for
codespaces support
-   update devcontainer readme
-   pin `qmcgaw/godevcontainer` image tag to v0.20-alpine

###
[`v2.9.0`](https://redirect.github.com/qdm12/ddns-updater/releases/tag/v2.9.0)

[Compare
Source](https://redirect.github.com/qdm12/ddns-updater/compare/v2.8.2...v2.9.0)

##### 🎄 🎅 🎁 Merry Christmas 🎁🎅 🎄

##### Features

- Support for `domene.shop`
([#&#8203;810](https://redirect.github.com/qdm12/ddns-updater/issues/810))
- Support for `loopia.se`
([#&#8203;842](https://redirect.github.com/qdm12/ddns-updater/issues/842))
- Support for `vultr.com`
([#&#8203;829](https://redirect.github.com/qdm12/ddns-updater/issues/829))
- Support `myaddr.tools`
([#&#8203;885](https://redirect.github.com/qdm12/ddns-updater/issues/885))
- Support for `namesilo.com`
([#&#8203;866](https://redirect.github.com/qdm12/ddns-updater/issues/866))
- Custom provider: allow empty ipv4 and ipv6 keys (see issue
[#&#8203;875](https://redirect.github.com/qdm12/ddns-updater/issues/875))
- Possibility to run health server outside Docker and to disable it in a
container
- disable health server if the health listening address:port is empty
    -   default health listening address:port to the empty string
    -   Docker default health listening address:port to 127.0.0.1:9999

##### Fixes

-   Common update mechanism:
- do not update if public IP address is within multiple IP addresses
resolved
- IPv6 hostname resolution fixed (it was previously only resolving IPv4)
-   Porkbun:
- update API endpoint
([#&#8203;837](https://redirect.github.com/qdm12/ddns-updater/issues/837))
- delete default parked DNS entries if needed
([#&#8203;774](https://redirect.github.com/qdm12/ddns-updater/issues/774))
- delete default `@` ALIAS entry when creating a record for the root
domain or the wildcard domain
- delete default `*` CNAME entry when creating a record for the wildcard
domain
-   Gandi.net:
    -   update API endpoint
    -   leave ttl unmodified if the user does not specify it
-   DonDominio: wildcard support fixed
- Netcup.de: allow wildcard domains
([#&#8203;863](https://redirect.github.com/qdm12/ddns-updater/issues/863))
- GCP: prevent crash for missing record
([#&#8203;846](https://redirect.github.com/qdm12/ddns-updater/issues/846))
- New file/directory permissions fixed given umask (see
[#&#8203;813](https://redirect.github.com/qdm12/ddns-updater/issues/813)
for more details)
    -   remove bad calculation of "our own" umask
    -   remove umask "union effect"
    -   do not touch system umask unless `UMASK` is set
    -   set system umask only if `UMASK` is set
-   NoIP: handle response body messages before checking HTTP status code
- Log: use go-chi realip middleware
([#&#8203;874](https://redirect.github.com/qdm12/ddns-updater/issues/874))
-   Trim space and lower case all HTTP response 'plain' bodies
-   OVH: handling of invalid JSON error bodies fixed
-   Aliyun: error context fixed when handling bad request errors

##### Documentation

- Readme: specify duckdns and goip are handled differently for multiple
domains
-   GoIP: fix domain field documentation and add domain examples
    -   eTLD must be goip.de or goip.it, not eTLD+1
    -   remove old `domain` optional parameter documentation
- DuckDNS: fix domain documentation on eTLD being duckdns.org and add
domain examples

##### Maintenance

##### Code quality

-   do not re-check the owner is not empty within provider specific code
-   format code using `gofumpt`
-   Upgrade linter from v1.56.2 to v1.61.0
-   add new linters fatcontext, intrange and mirror
- `internal/update`: use newer `LookupNetIP` resolver function to use
`netip.Addr` directly

##### Dependencies

-   Upgrade Go from 1.22 to 1.23
- Bump github.com/breml/rootcerts from 0.2.18 to 0.2.19
([#&#8203;870](https://redirect.github.com/qdm12/ddns-updater/issues/870))
-   Bump golang.org/x/net from 0.29.0 to 0.31.0
-   Bump github.com/qdm12/gosettings from 0.4.4-rc1 to 0.4.4
-   Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
-   Bump golang.org/x/mod from 0.21.0 to 0.22.0
- Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0
([#&#8203;881](https://redirect.github.com/qdm12/ddns-updater/issues/881))
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
([#&#8203;871](https://redirect.github.com/qdm12/ddns-updater/issues/871))

##### CI

-   Bump DavidAnson/markdownlint-cli2-action from 17 to 18

##### Development setup

-   change field source.organizeImports from true to "always"
- migrate docker-compose.yml settings to devcontainer.json for
codespaces support
-   update devcontainer readme
-   pin `qmcgaw/godevcontainer` image tag to v0.20-alpine

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:34:22 +00:00
TrueCharts BotandGitHub 1c26ddab22 chore(helm): update image docker.io/prometheuscommunity/smartctl-exporter v0.12.0 → v0.13.0 (#30225)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/prometheuscommunity/smartctl-exporter | minor | `d49a659` ->
`0eb6b16` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:34:16 +00:00
TrueCharts BotandGitHub 4fb7a66f76 chore(helm): update image docker.io/portainer/portainer-ce 2.24.1 → 2.25.1 (#30223)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/portainer/portainer-ce | minor | `2b6aa9a` -> `c8aefc4` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:33:53 +00:00
TrueCharts BotandGitHub 35909453bc chore(helm): update image docker.io/openhab/openhab 4.2.3 → 4.3.0 (#30220)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/openhab/openhab](https://www.openhab.org/)
([source](https://redirect.github.com/openhab/openhab-docker)) | minor |
`e16fbee` -> `ffa9061` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:32:50 +00:00
TrueCharts BotandGitHub cf70c2d1d0 chore(helm): update image docker.io/jorenn92/maintainerr 2.2.1 → 2.4.1 (#30210)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr)
| minor | `c6a3a88` -> `1c2bb5f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jorenn92/Maintainerr (docker.io/jorenn92/maintainerr)</summary>

###
[`v2.4.1`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#241-2024-12-25)

[Compare
Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.4.0...v2.4.1)

##### Bug Fixes

- Do not reset collection on \*arr server change
([#&#8203;1467](https://redirect.github.com/jorenn92/Maintainerr/issues/1467))
([6bcc45e](https://redirect.github.com/jorenn92/Maintainerr/commit/6bcc45ed9df47956eda3f692c6486f33e742c137))

###
[`v2.4.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#240-2024-12-20)

[Compare
Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.3.1...v2.4.0)

##### Bug Fixes

- Community rules & incorrect out of date
([#&#8203;1448](https://redirect.github.com/jorenn92/Maintainerr/issues/1448))
([1797104](https://redirect.github.com/jorenn92/Maintainerr/commit/17971044d88e84bb66fd80a772206ed7dda4d030))
- Media type selection not reflecting what is saved
([#&#8203;1444](https://redirect.github.com/jorenn92/Maintainerr/issues/1444))
([47a9651](https://redirect.github.com/jorenn92/Maintainerr/commit/47a9651fa579c38e23012a2b6d4878b88ceaf0dc))

##### Features

- add about page
([#&#8203;1408](https://redirect.github.com/jorenn92/Maintainerr/issues/1408))
([56fda5c](https://redirect.github.com/jorenn92/Maintainerr/commit/56fda5c129183feafd867839b92fc94e6ed52b9e))

####
[2.3.1](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.3.0...v2.3.1)
(2024-12-17)

##### Bug Fixes

- Container startup failing for some
([3a18d2e](https://redirect.github.com/jorenn92/Maintainerr/commit/3a18d2e8c2a1f3144f2b5831b11b3723b0f0c64f))

###
[`v2.3.1`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#231-2024-12-17)

[Compare
Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.3.0...v2.3.1)

##### Bug Fixes

- Container startup failing for some
([3a18d2e](https://redirect.github.com/jorenn92/Maintainerr/commit/3a18d2e8c2a1f3144f2b5831b11b3723b0f0c64f))

###
[`v2.3.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#230-2024-12-17)

[Compare
Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.2.1...v2.3.0)

##### Bug Fixes

- **PATH_PREFIX** not replaced when using user directive
([#&#8203;1394](https://redirect.github.com/jorenn92/Maintainerr/issues/1394))
([9b237ea](https://redirect.github.com/jorenn92/Maintainerr/commit/9b237ea403224f9742bcb2cde7ba586a8a5fdcd1))
- changed all docs URLs to match new docs URL generations.
([c8161a3](https://redirect.github.com/jorenn92/Maintainerr/commit/c8161a3a1fd62c5765681e4eb843f16f9f0bd278))
- Docker startup
([ce4e7ad](https://redirect.github.com/jorenn92/Maintainerr/commit/ce4e7ad06ecca1d3fcb2112e85ca8a4641098041))
- error when overseerr URL is null
([a2aeb99](https://redirect.github.com/jorenn92/Maintainerr/commit/a2aeb994757acdaacd0de694e253a327f1fdaeea))
- Handling collections failure after multi arr
([e299c15](https://redirect.github.com/jorenn92/Maintainerr/commit/e299c1508ecf0718f8acf6f4cfdbbc24777fe3be))
- Ignore Plex smart collections due to library corruption
([#&#8203;1355](https://redirect.github.com/jorenn92/Maintainerr/issues/1355))
([7cf6780](https://redirect.github.com/jorenn92/Maintainerr/commit/7cf6780e62ef7a4332a5e089da5823be4bf93226))
- lint issues
([149dc78](https://redirect.github.com/jorenn92/Maintainerr/commit/149dc78d08beed8df967e8da576307b8cf02f1ce))
- Only allow saving successfully tested settings
([bd88567](https://redirect.github.com/jorenn92/Maintainerr/commit/bd88567f60a6371d3804b5b898fa19037714caa4))
- **package.json:** lint:server script
([575a6c5](https://redirect.github.com/jorenn92/Maintainerr/commit/575a6c58ea678ef87e4ae2ab1e9200462ef257b7))
- Remove cached arr API client on setting changes
([3081105](https://redirect.github.com/jorenn92/Maintainerr/commit/308110509a83f526162d0c2cd245081c2c6eb4a6))
- Revert defaulting to ipv6
([8ee4888](https://redirect.github.com/jorenn92/Maintainerr/commit/8ee4888d44ffafa99ced262f9316d626884fb9ed))
- Sonarr media existence check in collection handling
([8cd0030](https://redirect.github.com/jorenn92/Maintainerr/commit/8cd00301410c7eef1c2ac973834bafd6416e73d0))
- Trim trailing slash in Overseerr URL
([d3dab2d](https://redirect.github.com/jorenn92/Maintainerr/commit/d3dab2d964200d9df70957288237bd4892f10960))

##### Features

- Add "Original Language" rule to Sonarr & Radarr
([#&#8203;1407](https://redirect.github.com/jorenn92/Maintainerr/issues/1407))
([bf6bf49](https://redirect.github.com/jorenn92/Maintainerr/commit/bf6bf4918bab5116044a002d904b839618169d42))
- Add "Show on library recommended" option
([ccc13ba](https://redirect.github.com/jorenn92/Maintainerr/commit/ccc13ba526117691670b1eb741a14e4b36416dd4))
- Add base path support
([#&#8203;1373](https://redirect.github.com/jorenn92/Maintainerr/issues/1373))
([9597bfa](https://redirect.github.com/jorenn92/Maintainerr/commit/9597bfa69f29e508e8762ddfad1d2c3cccd39528))
- Add envars to control service ports
([#&#8203;1333](https://redirect.github.com/jorenn92/Maintainerr/issues/1333))
([b418975](https://redirect.github.com/jorenn92/Maintainerr/commit/b4189752ce265b16e2b28a7c4eecc0385903fe07))
- Support mutiple \*arr servers
([156aca1](https://redirect.github.com/jorenn92/Maintainerr/commit/156aca12fd599e490dd68a60100c9f2a210a859a))

####
[2.2.1](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.2.0...v2.2.1)
(2024-11-06)

##### Bug Fixes

- Saving rules when Tautulli not configured
([7f1211e](https://redirect.github.com/jorenn92/Maintainerr/commit/7f1211e074d9fc7ad33855596941b77b83564eed))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:32:37 +00:00
TrueCharts BotandGitHub 94e62c5647 chore(helm): update image docker.io/metabase/metabase v0.51.10 → v0.52.4 (#30215)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/metabase/metabase | minor | `5af4877` -> `ea0229a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:32:15 +00:00
TrueCharts BotandGitHub 3c6c1fd1dd chore(helm): update image docker.io/mbentley/omada-controller 5.14 → 5.15 (#30214)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| minor | `7f55d92` -> `6b793f3` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:31:01 +00:00
TrueCharts BotandGitHub 474600b833 chore(helm): update image docker.io/jlesage/putty v24.11.2 → v24.12.1 (#30207)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/putty](https://redirect.github.com/jlesage/docker-putty)
| minor | `fa1a80a` -> `8d1ebb2` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-putty (docker.io/jlesage/putty)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-putty/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-putty/compare/v24.11.2...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:30:01 +00:00
TrueCharts BotandGitHub 311208311e chore(helm): update image docker.io/ronivay/xen-orchestra 5.161.0 → 5.168.1 (#30230)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ronivay/xen-orchestra | minor | `10ab295` -> `b263964` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:28:16 +00:00
TrueCharts BotandGitHub ae8e02bc88 chore(helm): update image docker.io/rhasspy/wyoming-whisper 2.2.0 → 2.4.0 (#30229)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/rhasspy/wyoming-whisper | minor | `49d07d5` -> `2687f79` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:27:51 +00:00
TrueCharts BotandGitHub 7154f6e3d9 chore(helm): update image docker.io/koenkk/zigbee2mqtt 1.41.0 → 1.42.0 (#30211)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/koenkk/zigbee2mqtt](https://redirect.github.com/Koenkk/zigbee2mqtt)
| minor | `8643f5d` -> `732ae43` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Koenkk/zigbee2mqtt (docker.io/koenkk/zigbee2mqtt)</summary>

###
[`v1.42.0`](https://redirect.github.com/Koenkk/zigbee2mqtt/blob/HEAD/CHANGELOG.md#1420-2024-12-01)

[Compare
Source](https://redirect.github.com/Koenkk/zigbee2mqtt/compare/1.41.0...1.42.0)

##### Features

- Add experimental support for Home Assistant `event` entities
([#&#8203;24233](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24233))
([848f250](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/848f250dbb7e0142c7e702dab97536b8be749f5b))

##### Bug Fixes

- Home Assistant `event` entities, part 2
([#&#8203;24717](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24717))
([22e13c5](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/22e13c52b96152a24d735791c313b8c6c2cf68e7))
- Home Assistant: remove the diagnostic category classification for
power
([#&#8203;24575](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24575))
([c078ccb](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/c078ccb13606a0893a19f25378197be70c0127f6))
- Home Assistant: template errors when `action` key is missing or empty
in state payload
([#&#8203;24931](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24931))
([5ca4cf4](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/5ca4cf4acd758b9c8163c3f8d07cb9903d91e118))
- **ignore:** Fix `Cannot read properties of undefined (reading
'clients')`
[https://github.com/Koenkk/zigbee2mqtt/issues/24957](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24957)
([7047aef](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/7047aef7f7810225e80d923e6c45d5922562e12b))
- **ignore:** Ignore `None` actions for HA events
([#&#8203;24972](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24972))
([4690fe1](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/4690fe1a55b4d6a2a8ad39c21c157b67a41d5f62))
- **ignore:** Prevent empty events from being published to HA
([#&#8203;24969](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24969))
([826547a](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/826547a8e14beabfced2d9da408fa1d7a8e8a015))
- **ignore:** Prevent incorrect `event_type` due to duplicate keys
([#&#8203;24954](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24954))
([d82d782](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/d82d782bac0deda328e7025f9a2bcbd50fecf857))
- **ignore:** update dependencies
([#&#8203;24614](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24614))
([84cc92f](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/84cc92f91a020c86d5ae3938c635512cd106cd67))
- **ignore:** update dependencies
([#&#8203;24702](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24702))
([928635f](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/928635f1daea6e3e80afc30ff1eca3bc83de7f97))
- **ignore:** Update dependencies
([#&#8203;24894](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24894))
([ca64935](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/ca6493528db3ffb374068e837ec0151f079a6ac8))
- **ignore:** update zigbee-herdsman to 2.1.8
([#&#8203;24763](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24763))
([2a9bbb2](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/2a9bbb21ba5c22bf32d702f02b60084c4e12f140))
- **ignore:** update zigbee-herdsman to 2.1.9
([#&#8203;24819](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24819))
([152ad12](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/152ad12508724be23f1792238e4bc37f48413ec0))
- **ignore:** update zigbee-herdsman-converters to 20.40.0
([#&#8203;24644](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24644))
([1558a5d](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/1558a5d8ace136ac1469f34502901d368603cbd1))
- **ignore:** update zigbee-herdsman-converters to 20.41.0
([#&#8203;24656](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24656))
([f2e5d59](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/f2e5d59c3582ec12e1717c9c28520d54c593dd0e))
- **ignore:** update zigbee-herdsman-converters to 20.42.0
([#&#8203;24666](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24666))
([b5d4a25](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/b5d4a253b4ef5b4930f8d84e878e2343cc0b38df))
- **ignore:** update zigbee-herdsman-converters to 20.43.0
([#&#8203;24680](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24680))
([a353acc](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/a353acc8e3e98bf9ea3a935c1ee179aed335ff58))
- **ignore:** update zigbee-herdsman-converters to 20.44.0
([#&#8203;24715](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24715))
([32e2637](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/32e2637594add5c6fa8f8bfccc28b0f759a5d873))
- **ignore:** update zigbee-herdsman-converters to 20.45.0
([#&#8203;24733](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24733))
([b8c3104](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/b8c3104aa1baaf03c3db7954bc92b5ac71d985c4))
- **ignore:** update zigbee-herdsman-converters to 20.46.0
([#&#8203;24762](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24762))
([6e04f7b](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/6e04f7b03e8c7f0493007ce1d9d359f819088557))
- **ignore:** update zigbee-herdsman-converters to 20.47.0
([#&#8203;24772](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24772))
([36e452b](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/36e452b0f3284eb5ab872fb2d0aab04bbdfe4cee))
- **ignore:** update zigbee-herdsman-converters to 20.49.1
([#&#8203;24830](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24830))
([5859947](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/5859947207adf8597436971706cdff101c1effbe))
- **ignore:** update zigbee-herdsman-converters to 20.50.0
([#&#8203;24843](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24843))
([988984a](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/988984a1ae069d90ce1f67c165dd76c4edafa656))
- **ignore:** update zigbee-herdsman-converters to 20.51.0
([#&#8203;24856](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24856))
([82a026e](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/82a026e02e0ecc662cf8302ff3005793cb66a23f))
- **ignore:** update zigbee-herdsman-converters to 20.52.0
([#&#8203;24874](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24874))
([1e77893](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/1e77893f759908bafc373b047b6409d227516759))
- **ignore:** Update zigbee-herdsman-converters to 20.53.0
([#&#8203;24906](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24906))
([790373b](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/790373b896efdb6d9ccb5c29c97812db7445c6a3))
- **ignore:** update zigbee2mqtt-frontend to 0.7.5
([#&#8203;24631](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24631))
([0c2cc10](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/0c2cc10ad8fd8de1ac88566f8ca1a0d131b1055b))
- Replace connect-gzip-static with express-static-gzip to become
compatible with Node 23
([#&#8203;24619](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24619))
([87cee1a](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/87cee1aea6eace2efb31a2d30551b5ea32187e95))
- Temporarily disable serving compressed index file.
([#&#8203;24657](https://redirect.github.com/Koenkk/zigbee2mqtt/issues/24657))
([7267d27](https://redirect.github.com/Koenkk/zigbee2mqtt/commit/7267d27779c854a216279b28b27551310b9cee97))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:27:16 +00:00
TrueCharts BotandGitHub c9d0b79d99 chore(helm): update image docker.io/gangefors/airdcpp-webclient 2.12.2 → 2.13.2 (#30190)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/gangefors/airdcpp-webclient | minor | `4818da9` -> `0c77867`
|

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:26:41 +00:00
TrueCharts BotandGitHub ad01d8fcbd chore(helm): update image docker.io/localai/localai v2.23.0 → v2.24.2 (#30213)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `8d9ec4a` -> `d851da8` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `32dbe96` -> `49941bd` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `5996df0` -> `f2dae33` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `7b33b5b` -> `c5ff9f0` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `4509f12` -> `a6863af` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `7ed0d65` -> `d5f6b95` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `1c34ca0` -> `73010f9` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `93ec9cb` -> `56adad1` |
|
[docker.io/localai/localai](https://redirect.github.com/mudler/LocalAI)
| minor | `eb0ce8c` -> `495aa2b` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

###
[`v2.24.2`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.2)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v2.24.1...v2.24.2)

##### What's Changed

##### 👒 Dependencies

- chore: ⬆️ Update ggerganov/llama.cpp to
`26a8406ba9198eb6fdd8329fa717555b4f77f05f` by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4358](https://redirect.github.com/mudler/LocalAI/pull/4358)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.24.1...v2.24.2

###
[`v2.24.1`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.1)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v2.24.0...v2.24.1)

<!-- Release notes generated using configuration in .github/release.yml
at release/v2.24.1 -->

This is a patch release to fix
[https://github.com/mudler/LocalAI/issues/4334](https://redirect.github.com/mudler/LocalAI/issues/4334)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.24.0...v2.24.1

###
[`v2.24.0`](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.0)

[Compare
Source](https://redirect.github.com/mudler/LocalAI/compare/v2.23.0...v2.24.0)

##### LocalAI release v2.24.0!


![b642257566578](https://redirect.github.com/user-attachments/assets/eb3bccbc-bd6a-46c3-949e-efc9b4ff1e90)

##### 🚀 Highlights

- **Backend deprecation**: We’ve removed `rwkv.cpp` and `bert.cpp`,
replacing them with enhanced functionalities in `llama.cpp` for simpler
installation and better performance.
- **New Backends Added**: Introducing `bark.cpp` for text-to-audio and
`stablediffusion.cpp` for image generation, both powered by the ggml
framework.
- **Voice Activity Detection (VAD)**: Added support for `silero-vad` to
detect speech in audio streams.
- **WebUI Improvements**: Now supports API key authentication for
enhanced security.
- **Real-Time Token Usage**: Monitor token consumption during streamed
outputs.
- **Expanded P2P Settings**: Greater flexibility with new configuration
options like `listen_maddrs`, `dht_announce_maddrs`, and
`bootstrap_peers`.

##### 📤 Backends Deprecation

As part of our cleanup efforts, the `rwkv.cpp` and `bert.cpp` backends
have been deprecated. Their functionalities are now integrated into
`llama.cpp`, offering a more streamlined and efficient experience.

##### 🆕 New Backends Introduced

- **`bark.cpp` Backend**: Transform text into realistic audio using
Bark, a transformer-based text-to-audio model. Install it easily with:
    ```bash
    local-ai models install bark-cpp-small
    ```
    Or start it directly:
    ```bash
    local-ai run bark-cpp-small
    ```

- **`stablediffusion.cpp` Backend**: Create high-quality images from
textual descriptions using the Stable Diffusion backend, now leveraging
the ggml framework.

- **Voice Activity Detection with `silero-vad`**: Introducing support
for accurate speech segment detection in audio streams. Install via:
    ```bash
    local-ai models install silero-vad
    ```

Or configure it through the WebUI.

##### 🔒 WebUI Access with API Keys

The WebUI now supports API key authentication. If one or more API Keys
are configured, the WebUI will automatically display a page to
authenticate with.

##### 🏆 Enhancements and Features

- **Real-Time Token Usage**: Monitor token consumption dynamically
during streamed outputs. This feature helps optimize performance and
manage costs effectively.
-   **P2P Configuration**: New settings for advanced peer-to-peer mode:
    -   `listen_maddrs`: Define specific multiaddresses for your node.
- `dht_announce_maddrs`: Specify addresses to announce to the DHT
network.
- `bootstrap_peers`: Set custom bootstrap peers for initial
connectivity.
These options offer more control, especially in constrained networks or
custom P2P environments.

##### 🖼️ New Models in the Gallery

We've significantly expanded our model gallery with a variety of new
models to cater to diverse AI applications. Among these:

- Calme-3 Qwen2.5 Series: Enhanced language models offering improved
understanding and generation capabilities.
- Mistral-Nemo-Prism-12b: A powerful model designed for complex language
tasks.
- Llama 3.1 and 3.2 Series: Upgraded versions of the Llama models with
better performance and accuracy.
- Qwen2.5-Coder Series: Specialized models optimized for code generation
and programming language understanding.
- Rombos-Coder Series: Advanced coder models for sophisticated
code-related tasks.
- Silero-VAD: High-quality voice activity detection model for audio
processing applications.
- Bark-Cpp-Small: Lightweight audio generation model suitable for quick
and efficient audio synthesis.

Explore these models and more in our updated [model
gallery](https://models.localai.io) to find the perfect fit for your
project needs.

##### 🐞 Bug Fixes and Improvements

- Performance Enhancements: Resolved issues with AVX flags and optimized
binaries for accelerated performance, especially on macOS systems.
- Dependency Updates: Upgraded various dependencies to ensure
compatibility, security, and performance improvements across the board.
- Parsing Corrections: Fixed parsing issues related to maddr and
ExtraLLamaCPPArgs in P2P configurations.

##### 📚 Documentation and Examples

- Updated Guides: Refreshed documentation with new configuration
examples, making it easier to get started and integrate the latest
features.

##### 📥 How to Upgrade

To upgrade to LocalAI v2.24.0:

- Download the Latest Release: Get the binaries from our [GitHub
Releases](https://redirect.github.com/mudler/LocalAI/releases/tag/v2.24.0)
page.
-   Update Docker Image: Pull the latest Docker image using:

<!---->

    docker pull localai/localai:latest

See also the Documentation at:
https://localai.io/basics/container/#standard-container-images

Happy hacking!

##### What's Changed

##### Breaking Changes 🛠

- feat(models): use rwkv from llama.cpp by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4264](https://redirect.github.com/mudler/LocalAI/pull/4264)
- feat(backends): Drop bert.cpp by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4272](https://redirect.github.com/mudler/LocalAI/pull/4272)

##### Bug fixes 🐛

- fix(hipblas): disable avx flags when accellerated bins are used by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4167](https://redirect.github.com/mudler/LocalAI/pull/4167)
- chore(deps): bump sycl intel image by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4201](https://redirect.github.com/mudler/LocalAI/pull/4201)
- fix(go.mod): add urfave/cli v2 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4206](https://redirect.github.com/mudler/LocalAI/pull/4206)
- chore(go.mod): add valyala/fasttemplate by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4207](https://redirect.github.com/mudler/LocalAI/pull/4207)
- fix(p2p): parse maddr correctly by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4219](https://redirect.github.com/mudler/LocalAI/pull/4219)
- fix(p2p): parse correctly ExtraLLamaCPPArgs by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4220](https://redirect.github.com/mudler/LocalAI/pull/4220)
- fix(llama.cpp): embed metal file into result binary for darwin by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4279](https://redirect.github.com/mudler/LocalAI/pull/4279)

##### Exciting New Features 🎉

- feat: add WebUI API token authorization by
[@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) in
[https://github.com/mudler/LocalAI/pull/4197](https://redirect.github.com/mudler/LocalAI/pull/4197)
- feat(p2p): add support for configuration of edgevpn listen_maddrs,
dht_announce_maddrs and bootstrap_peers by
[@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) in
[https://github.com/mudler/LocalAI/pull/4200](https://redirect.github.com/mudler/LocalAI/pull/4200)
- feat(silero): add Silero-vad backend by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4204](https://redirect.github.com/mudler/LocalAI/pull/4204)
- feat: include tokens usage for streamed output by
[@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) in
[https://github.com/mudler/LocalAI/pull/4282](https://redirect.github.com/mudler/LocalAI/pull/4282)
- feat(bark-cpp): add new bark.cpp backend by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4287](https://redirect.github.com/mudler/LocalAI/pull/4287)
- feat(backend): add stablediffusion-ggml by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4289](https://redirect.github.com/mudler/LocalAI/pull/4289)

##### 🧠 Models

- models(gallery): add calme-3 qwen2.5 series by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4107](https://redirect.github.com/mudler/LocalAI/pull/4107)
- models(gallery): add calme-3 qwenloi series by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4108](https://redirect.github.com/mudler/LocalAI/pull/4108)
- models(gallery): add calme-3 llamaloi series by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4109](https://redirect.github.com/mudler/LocalAI/pull/4109)
- models(gallery): add mn-tiramisu-12b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4110](https://redirect.github.com/mudler/LocalAI/pull/4110)
- models(gallery): add qwen2.5-coder-14b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4125](https://redirect.github.com/mudler/LocalAI/pull/4125)
- models(gallery): add qwen2.5-coder-3b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4126](https://redirect.github.com/mudler/LocalAI/pull/4126)
- models(gallery): add qwen2.5-coder-32b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4127](https://redirect.github.com/mudler/LocalAI/pull/4127)
- models(gallery): add qwen2.5-coder-14b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4128](https://redirect.github.com/mudler/LocalAI/pull/4128)
- models(gallery): add qwen2.5-coder-1.5b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4129](https://redirect.github.com/mudler/LocalAI/pull/4129)
- models(gallery): add qwen2.5-coder-7b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4130](https://redirect.github.com/mudler/LocalAI/pull/4130)
- models(gallery): add qwen2.5-coder-7b-3x-instruct-ties-v1.2-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4131](https://redirect.github.com/mudler/LocalAI/pull/4131)
- models(gallery): add qwen2.5-coder-7b-instruct-abliterated-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4132](https://redirect.github.com/mudler/LocalAI/pull/4132)
- models(gallery): add rombos-coder-v2.5-qwen-7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4133](https://redirect.github.com/mudler/LocalAI/pull/4133)
- models(gallery): add rombos-coder-v2.5-qwen-32b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4134](https://redirect.github.com/mudler/LocalAI/pull/4134)
- models(gallery): add rombos-coder-v2.5-qwen-14b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4135](https://redirect.github.com/mudler/LocalAI/pull/4135)
- models(gallery): add eva-qwen2.5-72b-v0.1-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4136](https://redirect.github.com/mudler/LocalAI/pull/4136)
- models(gallery): add mistral-nemo-prism-12b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4141](https://redirect.github.com/mudler/LocalAI/pull/4141)
- models(gallery): add tess-3-llama-3.1-70b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4143](https://redirect.github.com/mudler/LocalAI/pull/4143)
- models(gallery): add celestial-harmony-14b-v1.0-experimental-1016-i1
by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4145](https://redirect.github.com/mudler/LocalAI/pull/4145)
- models(gallery): add llama3.1-8b-enigma by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4146](https://redirect.github.com/mudler/LocalAI/pull/4146)
- chore(model): add llama3.1-8b-cobalt to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4147](https://redirect.github.com/mudler/LocalAI/pull/4147)
- chore(model): add qwen2.5-32b-arliai-rpmax-v1.3 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4148](https://redirect.github.com/mudler/LocalAI/pull/4148)
- chore(model): add llama3.2-3b-enigma to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4149](https://redirect.github.com/mudler/LocalAI/pull/4149)
- chore(model): add llama-3.1-8b-arliai-rpmax-v1.3 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4150](https://redirect.github.com/mudler/LocalAI/pull/4150)
- chore(model): add magnum-12b-v2.5-kto-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4151](https://redirect.github.com/mudler/LocalAI/pull/4151)
- chore(model): add l3.1-8b-slush-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4152](https://redirect.github.com/mudler/LocalAI/pull/4152)
- models(gallery): add q2.5-ms-mistoria-72b-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4158](https://redirect.github.com/mudler/LocalAI/pull/4158)
- chore(model): add l3.1-ms-astoria-70b-v2 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4159](https://redirect.github.com/mudler/LocalAI/pull/4159)
- chore(model): add magnum-v2-4b-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4160](https://redirect.github.com/mudler/LocalAI/pull/4160)
- chore(model): add athene-v2-agent to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4161](https://redirect.github.com/mudler/LocalAI/pull/4161)
- chore(model): add athene-v2-chat to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4162](https://redirect.github.com/mudler/LocalAI/pull/4162)
- chore(model-gallery): ⬆️ update checksum by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4165](https://redirect.github.com/mudler/LocalAI/pull/4165)
- chore(model): add qwen2.5-7b-nerd-uncensored-v1.7 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4171](https://redirect.github.com/mudler/LocalAI/pull/4171)
- chore(model): add llama3.2-3b-shiningvaliant2-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4174](https://redirect.github.com/mudler/LocalAI/pull/4174)
- chore(model): add l3.1-nemotron-sunfall-v0.7.0-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4175](https://redirect.github.com/mudler/LocalAI/pull/4175)
- chore(model): add evathene-v1.0 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4176](https://redirect.github.com/mudler/LocalAI/pull/4176)
- chore(model): add miniclaus-qw1.5b-unamgs to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4177](https://redirect.github.com/mudler/LocalAI/pull/4177)
- chore(model): add silero-vad to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4210](https://redirect.github.com/mudler/LocalAI/pull/4210)
- models(gallery): add llama-mesh by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4222](https://redirect.github.com/mudler/LocalAI/pull/4222)
- chore(model): add llama-doctor-3.2-3b-instruct to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4223](https://redirect.github.com/mudler/LocalAI/pull/4223)
- chore(model): add copus-2x8b-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4225](https://redirect.github.com/mudler/LocalAI/pull/4225)
- chore(model): add llama-3.1-8b-instruct-ortho-v3 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4226](https://redirect.github.com/mudler/LocalAI/pull/4226)
- chore(model): add llama-3.1-tulu-3-8b-dpo to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4228](https://redirect.github.com/mudler/LocalAI/pull/4228)
- chore(model): add marco-o1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4229](https://redirect.github.com/mudler/LocalAI/pull/4229)
- chore(model): add onellm-doey-v1-llama-3.2-3b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4230](https://redirect.github.com/mudler/LocalAI/pull/4230)
- chore(model): add llama-sentient-3.2-3b-instruct to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4235](https://redirect.github.com/mudler/LocalAI/pull/4235)
- chore(model): add qwen2.5-3b-smart-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4236](https://redirect.github.com/mudler/LocalAI/pull/4236)
- chore(model): add l3.1-aspire-heart-matrix-8b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4237](https://redirect.github.com/mudler/LocalAI/pull/4237)
- chore(model): add dark-chivalry_v1.0-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4242](https://redirect.github.com/mudler/LocalAI/pull/4242)
- chore(model): add qwen2.5-coder-32b-instruct-uncensored-i1 to the
gallery by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4241](https://redirect.github.com/mudler/LocalAI/pull/4241)
- chore(model): add tulu-3.1-8b-supernova-i1 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4243](https://redirect.github.com/mudler/LocalAI/pull/4243)
- chore(model): add steyrcannon-0.2-qwen2.5-72b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4244](https://redirect.github.com/mudler/LocalAI/pull/4244)
- chore(model-gallery): ⬆️ update checksum by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4261](https://redirect.github.com/mudler/LocalAI/pull/4261)
- chore(model): add llama-3.1\_openscholar-8b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4262](https://redirect.github.com/mudler/LocalAI/pull/4262)
- chore(model): add rwkv-6-world-7b to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4270](https://redirect.github.com/mudler/LocalAI/pull/4270)
- chore(model): add q2.5-ms-mistoria-72b-v2 model config by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4275](https://redirect.github.com/mudler/LocalAI/pull/4275)
- chore(model): add llama-3.1-tulu-3-70b-dpo model config by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4276](https://redirect.github.com/mudler/LocalAI/pull/4276)
- chore(model): add llama-3.1-tulu-3-8b-sft to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4277](https://redirect.github.com/mudler/LocalAI/pull/4277)
- chore(model): add eva-qwen2.5-72b-v0.2 to the gallery by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4278](https://redirect.github.com/mudler/LocalAI/pull/4278)
- fix(rwkv model): add stoptoken by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4283](https://redirect.github.com/mudler/LocalAI/pull/4283)
- chore(model gallery): add qwq-32b-preview by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4284](https://redirect.github.com/mudler/LocalAI/pull/4284)
- chore(model gallery): add llama-smoltalk-3.2-1b-instruct by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4285](https://redirect.github.com/mudler/LocalAI/pull/4285)
- chore(model gallery): add q2.5-32b-slush-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4292](https://redirect.github.com/mudler/LocalAI/pull/4292)
- chore(model gallery): add freyja-v4.95-maldv-7b-non-fiction-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4293](https://redirect.github.com/mudler/LocalAI/pull/4293)
- chore(model gallery): add qwestion-24b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4294](https://redirect.github.com/mudler/LocalAI/pull/4294)
- chore(model gallery): add volare-i1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4296](https://redirect.github.com/mudler/LocalAI/pull/4296)
- chore(model gallery): add skywork-o1-open-llama-3.1-8b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4297](https://redirect.github.com/mudler/LocalAI/pull/4297)
- chore(model gallery): add teleut-7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4298](https://redirect.github.com/mudler/LocalAI/pull/4298)
- chore(model gallery): add sparse-llama-3.1-8b-2of4 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4309](https://redirect.github.com/mudler/LocalAI/pull/4309)
- chore(model gallery): add qwen2.5-7b-homercreative-mix by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4310](https://redirect.github.com/mudler/LocalAI/pull/4310)
- chore(model gallery): add bggpt-gemma-2-2.6b-it-v1.0 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4311](https://redirect.github.com/mudler/LocalAI/pull/4311)
- chore(model gallery): add cybercore-qwen-2.1-7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4314](https://redirect.github.com/mudler/LocalAI/pull/4314)
- chore(model gallery): add chatty-harry_v3.0 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4315](https://redirect.github.com/mudler/LocalAI/pull/4315)
- chore(model gallery): add homercreativeanvita-mix-qw7b by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4316](https://redirect.github.com/mudler/LocalAI/pull/4316)
- chore(model gallery): add flux.1-dev-ggml by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4317](https://redirect.github.com/mudler/LocalAI/pull/4317)
- chore(model gallery): add bark-cpp-small by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4318](https://redirect.github.com/mudler/LocalAI/pull/4318)

##### 📖 Documentation and examples

- docs: ⬆️ update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4105](https://redirect.github.com/mudler/LocalAI/pull/4105)
- fix:
[#&#8203;4215](https://redirect.github.com/mudler/LocalAI/issues/4215)
404 in documentation due to migrated configuration examples by
[@&#8203;rmmonster](https://redirect.github.com/rmmonster) in
[https://github.com/mudler/LocalAI/pull/4216](https://redirect.github.com/mudler/LocalAI/pull/4216)
- chore(docs): integrating LocalAI with Microsoft Word by
[@&#8203;GPTLocalhost](https://redirect.github.com/GPTLocalhost) in
[https://github.com/mudler/LocalAI/pull/4218](https://redirect.github.com/mudler/LocalAI/pull/4218)
- add new community integrations by
[@&#8203;JackBekket](https://redirect.github.com/JackBekket) in
[https://github.com/mudler/LocalAI/pull/4224](https://redirect.github.com/mudler/LocalAI/pull/4224)

##### 👒 Dependencies

- chore: ⬆️ Update ggerganov/llama.cpp to
`4b3a9212b602be3d4e2e3ca26efd796cef13c55e` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4106](https://redirect.github.com/mudler/LocalAI/pull/4106)
- chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in
/backend/python/transformers by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4117](https://redirect.github.com/mudler/LocalAI/pull/4117)
- Revert "chore(deps): Bump setuptools from 69.5.1 to 75.4.0 in
/backend/python/transformers" by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4123](https://redirect.github.com/mudler/LocalAI/pull/4123)
- chore(deps): Bump dcarbone/install-yq-action from 1.1.1 to 1.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4114](https://redirect.github.com/mudler/LocalAI/pull/4114)
- chore(deps): Bump sentence-transformers from 3.2.0 to 3.3.0 in
/backend/python/sentencetransformers by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4120](https://redirect.github.com/mudler/LocalAI/pull/4120)
- chore: ⬆️ Update ggerganov/llama.cpp to
`54ef9cfc726a799e6f454ac22c4815d037716eda` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4122](https://redirect.github.com/mudler/LocalAI/pull/4122)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`f19463ece2d43fd0b605dc513d8800eeb4e2315e` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4139](https://redirect.github.com/mudler/LocalAI/pull/4139)
- chore: ⬆️ Update ggerganov/llama.cpp to
`fb4a0ec0833c71cff5a1a367ba375447ce6106eb` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4140](https://redirect.github.com/mudler/LocalAI/pull/4140)
- chore(deps): bump llama-cpp to
[`ae8de6d`](https://redirect.github.com/mudler/LocalAI/commit/ae8de6d50a09d49545e0afab2e50cc4acfb280e2)
by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4157](https://redirect.github.com/mudler/LocalAI/pull/4157)
- chore: ⬆️ Update ggerganov/llama.cpp to
`883d206fbd2c5b2b9b589a9328503b9005e146c9` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4164](https://redirect.github.com/mudler/LocalAI/pull/4164)
- chore(deps): bump grpcio to 1.68.0 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4166](https://redirect.github.com/mudler/LocalAI/pull/4166)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4163](https://redirect.github.com/mudler/LocalAI/pull/4163)
- chore: ⬆️ Update ggerganov/llama.cpp to
`db4cfd5dbc31c90f0d5c413a2e182d068b8ee308` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4169](https://redirect.github.com/mudler/LocalAI/pull/4169)
- chore(deps): Bump sentence-transformers from 3.3.0 to 3.3.1 in
/backend/python/sentencetransformers by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4178](https://redirect.github.com/mudler/LocalAI/pull/4178)
- chore: ⬆️ Update ggerganov/llama.cpp to
`d3481e631661b5e9517f78908cdd58cee63c4903` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4196](https://redirect.github.com/mudler/LocalAI/pull/4196)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`d24f981fb2fbf73ec7d72888c3129d1ed3f91916` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4195](https://redirect.github.com/mudler/LocalAI/pull/4195)
- chore(deps): Bump dcarbone/install-yq-action from 1.2.0 to 1.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4182](https://redirect.github.com/mudler/LocalAI/pull/4182)
- chore(deps): Bump appleboy/ssh-action from 1.1.0 to 1.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4183](https://redirect.github.com/mudler/LocalAI/pull/4183)
- chore: ⬆️ Update ggerganov/whisper.cpp to
`6266a9f9e56a5b925e9892acf650f3eb1245814d` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4202](https://redirect.github.com/mudler/LocalAI/pull/4202)
- chore: ⬆️ Update ggerganov/llama.cpp to
`9fe0fb062630728e3c21b5839e3bce87bff2440a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4203](https://redirect.github.com/mudler/LocalAI/pull/4203)
- chore: ⬆️ Update ggerganov/llama.cpp to
`9abe9eeae98b11fa93b82632b264126a010225ff` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4212](https://redirect.github.com/mudler/LocalAI/pull/4212)
- chore: ⬆️ Update ggerganov/llama.cpp to
`a5e47592b6171ae21f3eaa1aba6fb2b707875063` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4221](https://redirect.github.com/mudler/LocalAI/pull/4221)
- chore: ⬆️ Update ggerganov/llama.cpp to
`6dfcfef0787e9902df29f510b63621f60a09a50b` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4227](https://redirect.github.com/mudler/LocalAI/pull/4227)
- chore: ⬆️ Update ggerganov/llama.cpp to
`55ed008b2de01592659b9eba068ea01bb2f72160` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4232](https://redirect.github.com/mudler/LocalAI/pull/4232)
- chore: ⬆️ Update ggerganov/llama.cpp to
`cce5a9007572c6e9fa522296b77571d2e5071357` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4238](https://redirect.github.com/mudler/LocalAI/pull/4238)
- chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in
/backend/python/openvoice by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4248](https://redirect.github.com/mudler/LocalAI/pull/4248)
- chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in
/backend/python/openvoice by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4249](https://redirect.github.com/mudler/LocalAI/pull/4249)
- chore(deps): Bump dcarbone/install-yq-action from 1.3.0 to 1.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4253](https://redirect.github.com/mudler/LocalAI/pull/4253)
- chore(deps): bump llama.cpp to
`47f931c8f9a26c072d71224bc8013cc66ea9e445` by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4263](https://redirect.github.com/mudler/LocalAI/pull/4263)
- chore: ⬆️ Update ggerganov/llama.cpp to
`30ec39832165627dd6ed98938df63adfc6e6a21a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4273](https://redirect.github.com/mudler/LocalAI/pull/4273)
- chore: ⬆️ Update ggerganov/llama.cpp to
`3ad5451f3b75809e3033e4e577b9f60bcaf6676a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4280](https://redirect.github.com/mudler/LocalAI/pull/4280)
- chore: ⬆️ Update ggerganov/llama.cpp to
`dc22344088a7ee81a1e4f096459b03a72f24ccdc` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4288](https://redirect.github.com/mudler/LocalAI/pull/4288)
- chore: ⬆️ Update ggerganov/llama.cpp to
`3a8e9af402f7893423bdab444aa16c5d9a2d429a` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4290](https://redirect.github.com/mudler/LocalAI/pull/4290)
- chore: ⬆️ Update ggerganov/llama.cpp to
`0c39f44d70d058940fe2afe50cfc789e3e44d756` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4295](https://redirect.github.com/mudler/LocalAI/pull/4295)
- chore: ⬆️ Update ggerganov/llama.cpp to
`5e1ed95583ca552a98d8528b73e1ff81249c2bf9` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4299](https://redirect.github.com/mudler/LocalAI/pull/4299)
- chore(deps): bump grpcio to 1.68.1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4301](https://redirect.github.com/mudler/LocalAI/pull/4301)
- chore(deps): Bump docs/themes/hugo-theme-relearn from `28fce6b` to
`be85052` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/LocalAI/pull/4305](https://redirect.github.com/mudler/LocalAI/pull/4305)
- chore: ⬆️ Update ggerganov/llama.cpp to
`8648c521010620c2daccfa1d26015c668ba2c717` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4307](https://redirect.github.com/mudler/LocalAI/pull/4307)
- chore: ⬆️ Update ggerganov/llama.cpp to
`cc98896db858df7aa40d0e16a505883ef196a482` by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4312](https://redirect.github.com/mudler/LocalAI/pull/4312)

##### Other Changes

- chore: update jobresult_test.go by
[@&#8203;eltociear](https://redirect.github.com/eltociear) in
[https://github.com/mudler/LocalAI/pull/4124](https://redirect.github.com/mudler/LocalAI/pull/4124)
- chore(linguist): add \*.hpp files to linguist-vendored by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4154](https://redirect.github.com/mudler/LocalAI/pull/4154)
- chore(api): return values from schema by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4153](https://redirect.github.com/mudler/LocalAI/pull/4153)
- feat(swagger): update swagger by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4155](https://redirect.github.com/mudler/LocalAI/pull/4155)
- chore(Makefile): default to non-native builds for llama.cpp by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4173](https://redirect.github.com/mudler/LocalAI/pull/4173)
- chore(refactor): imply modelpath by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4208](https://redirect.github.com/mudler/LocalAI/pull/4208)
- chore(go.mod): tidy by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4209](https://redirect.github.com/mudler/LocalAI/pull/4209)
- feat(swagger): update swagger by
[@&#8203;localai-bot](https://redirect.github.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/4211](https://redirect.github.com/mudler/LocalAI/pull/4211)
- integrations: add Nextcloud by
[@&#8203;meonkeys](https://redirect.github.com/meonkeys) in
[https://github.com/mudler/LocalAI/pull/4233](https://redirect.github.com/mudler/LocalAI/pull/4233)
- Revert "chore(deps): Bump whisper-timestamped from 1.14.2 to 1.15.8 in
/backend/python/openvoice" by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4267](https://redirect.github.com/mudler/LocalAI/pull/4267)
- Revert "chore(deps): Bump faster-whisper from 0.9.0 to 1.1.0 in /back…
by [@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4268](https://redirect.github.com/mudler/LocalAI/pull/4268)
- chore(scripts): handle summarization errors by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/LocalAI/pull/4271](https://redirect.github.com/mudler/LocalAI/pull/4271)

##### New Contributors

- [@&#8203;mintyleaf](https://redirect.github.com/mintyleaf) made their
first contribution in
[https://github.com/mudler/LocalAI/pull/4197](https://redirect.github.com/mudler/LocalAI/pull/4197)
- [@&#8203;rmmonster](https://redirect.github.com/rmmonster) made their
first contribution in
[https://github.com/mudler/LocalAI/pull/4216](https://redirect.github.com/mudler/LocalAI/pull/4216)
- [@&#8203;GPTLocalhost](https://redirect.github.com/GPTLocalhost) made
their first contribution in
[https://github.com/mudler/LocalAI/pull/4218](https://redirect.github.com/mudler/LocalAI/pull/4218)
- [@&#8203;JackBekket](https://redirect.github.com/JackBekket) made
their first contribution in
[https://github.com/mudler/LocalAI/pull/4224](https://redirect.github.com/mudler/LocalAI/pull/4224)
- [@&#8203;meonkeys](https://redirect.github.com/meonkeys) made their
first contribution in
[https://github.com/mudler/LocalAI/pull/4233](https://redirect.github.com/mudler/LocalAI/pull/4233)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.23.0...v2.24.0

</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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:25:04 +00:00
TrueCharts BotandGitHub 476c6de704 chore(helm): update image docker.io/homeassistant/home-assistant 2024.11.3 → 2024.12.5 (#30194)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://redirect.github.com/home-assistant/core)) | minor |
`988ae0f` -> `132ef46` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>home-assistant/core
(docker.io/homeassistant/home-assistant)</summary>

###
[`v2024.12.5`](https://redirect.github.com/home-assistant/core/releases/tag/2024.12.5)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.12.4...2024.12.5)

- Bump `nice-go` to 1.0.0 ([@&#8203;IceBotYT] - [#&#8203;133185])
([nice_go docs]) (dependency)
- Add support for Nice G.O. HAE00080 wall station ([@&#8203;IceBotYT] -
[#&#8203;133186]) ([nice_go docs])
- Bugfix: also schedule time based integration when source is 0
([@&#8203;ronweikamp] - [#&#8203;133438]) ([integration docs])
- Ensure screenlogic retries if the protocol adapter is still booting
([@&#8203;bdraco] - [#&#8203;133444]) ([screenlogic docs])
- Bump Freebox to 1.2.1 ([@&#8203;Quentame] - [#&#8203;133455])
([freebox docs]) (dependency)
- Bump pyOverkiz to 1.15.3 ([@&#8203;iMicknl] - [#&#8203;133458])
([overkiz docs]) (dependency)
- Don't raise Overkiz user flow unique_id check ([@&#8203;iMicknl] -
[#&#8203;133471]) ([overkiz docs])
- Update Roborock to 2.8.1 ([@&#8203;Lash-L] - [#&#8203;133492])
([roborock docs]) (dependency)
- Update fjäråskupan to 2.3.1 ([@&#8203;elupus] - [#&#8203;133493])
([fjaraskupan docs]) (dependency)
- Update fjäråskupan to 2.3.2 ([@&#8203;elupus] - [#&#8203;133499])
([fjaraskupan docs]) (dependency)
- Bump gardena_bluetooth to 1.5.0 ([@&#8203;elupus] - [#&#8203;133502])
([gardena_bluetooth docs]) (dependency)
- Bump aiohttp to 3.11.11 ([@&#8203;bdraco] - [#&#8203;133530])
(dependency)
- Handle null value for elapsed time in Music Assistant
([@&#8203;marcelveldt] - [#&#8203;133597]) ([music_assistant docs])
- Fix Twinkly raise on progress ([@&#8203;joostlek] - [#&#8203;133601])
([twinkly docs])
- Handle mqtt.WebsocketConnectionError when connecting to the MQTT
broker ([@&#8203;bdraco] - [#&#8203;133610]) ([mqtt docs])

[#&#8203;132195]:
https://redirect.github.com/home-assistant/core/pull/132195

[#&#8203;132509]:
https://redirect.github.com/home-assistant/core/pull/132509

[#&#8203;132846]:
https://redirect.github.com/home-assistant/core/pull/132846

[#&#8203;133123]:
https://redirect.github.com/home-assistant/core/pull/133123

[#&#8203;133185]:
https://redirect.github.com/home-assistant/core/pull/133185

[#&#8203;133186]:
https://redirect.github.com/home-assistant/core/pull/133186

[#&#8203;133422]:
https://redirect.github.com/home-assistant/core/pull/133422

[#&#8203;133438]:
https://redirect.github.com/home-assistant/core/pull/133438

[#&#8203;133444]:
https://redirect.github.com/home-assistant/core/pull/133444

[#&#8203;133455]:
https://redirect.github.com/home-assistant/core/pull/133455

[#&#8203;133458]:
https://redirect.github.com/home-assistant/core/pull/133458

[#&#8203;133471]:
https://redirect.github.com/home-assistant/core/pull/133471

[#&#8203;133492]:
https://redirect.github.com/home-assistant/core/pull/133492

[#&#8203;133493]:
https://redirect.github.com/home-assistant/core/pull/133493

[#&#8203;133499]:
https://redirect.github.com/home-assistant/core/pull/133499

[#&#8203;133502]:
https://redirect.github.com/home-assistant/core/pull/133502

[#&#8203;133530]:
https://redirect.github.com/home-assistant/core/pull/133530

[#&#8203;133597]:
https://redirect.github.com/home-assistant/core/pull/133597

[#&#8203;133601]:
https://redirect.github.com/home-assistant/core/pull/133601

[#&#8203;133610]:
https://redirect.github.com/home-assistant/core/pull/133610

[@&#8203;IceBotYT]: https://redirect.github.com/IceBotYT

[@&#8203;Lash-L]: https://redirect.github.com/Lash-L

[@&#8203;Quentame]: https://redirect.github.com/Quentame

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;elupus]: https://redirect.github.com/elupus

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;iMicknl]: https://redirect.github.com/iMicknl

[@&#8203;joostlek]: https://redirect.github.com/joostlek

[@&#8203;marcelveldt]: https://redirect.github.com/marcelveldt

[@&#8203;ronweikamp]: https://redirect.github.com/ronweikamp

[abode docs]: https://www.home-assistant.io/integrations/abode/

[acaia docs]: https://www.home-assistant.io/integrations/acaia/

[fjaraskupan docs]:
https://www.home-assistant.io/integrations/fjaraskupan/

[freebox docs]: https://www.home-assistant.io/integrations/freebox/

[gardena_bluetooth docs]:
https://www.home-assistant.io/integrations/gardena_bluetooth/

[integration docs]:
https://www.home-assistant.io/integrations/integration/

[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/

[music_assistant docs]:
https://www.home-assistant.io/integrations/music_assistant/

[nice_go docs]: https://www.home-assistant.io/integrations/nice_go/

[overkiz docs]: https://www.home-assistant.io/integrations/overkiz/

[roborock docs]: https://www.home-assistant.io/integrations/roborock/

[screenlogic docs]:
https://www.home-assistant.io/integrations/screenlogic/

[twinkly docs]: https://www.home-assistant.io/integrations/twinkly/

###
[`v2024.12.4`](https://redirect.github.com/home-assistant/core/releases/tag/2024.12.4)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.12.3...2024.12.4)

- Simplify recorder RecorderRunsManager ([@&#8203;emontnemery] -
[#&#8203;131785]) ([recorder docs])
- Fix fibaro climate hvac mode ([@&#8203;rappenze] - [#&#8203;132508])
([fibaro docs])
- Bump yt-dlp to 2024.12.13 ([@&#8203;joostlek] - [#&#8203;133129])
([media_extractor docs]) (dependency)
- Fix strptime in python_script ([@&#8203;gjohansson-ST] -
[#&#8203;133159]) ([python_script docs])
- Bump yalexs-ble to 2.5.4 ([@&#8203;bdraco] - [#&#8203;133172])
([august docs]) ([yalexs_ble docs]) ([yale docs]) (dependency)
- Bump starlink-grpc-core to 1.2.1 to fix missing ping
([@&#8203;MrConorAE] - [#&#8203;133183]) ([starlink docs]) (dependency)
- Bump aiolifx to 1.1.2 and add new HomeKit product prefixes
([@&#8203;Djelibeybi] - [#&#8203;133191]) ([lifx docs]) (dependency)
- Revert "Simplify recorder RecorderRunsManager" ([@&#8203;emontnemery]
- [#&#8203;133201]) ([recorder docs])
- Revert "Improve recorder history queries
([#&#8203;131702](https://redirect.github.com/home-assistant/core/issues/131702))"
([@&#8203;emontnemery] - [#&#8203;133203]) ([recorder docs]) ([history
docs])
- Bump incomfort-client to v0.6.4 ([@&#8203;jbouwh] - [#&#8203;133205])
([incomfort docs]) (dependency)
- Bump yalexs-ble to 2.5.5 ([@&#8203;bdraco] - [#&#8203;133229])
([august docs]) ([yalexs_ble docs]) ([yale docs]) (dependency)
- Set code_arm_required to False for homekit_controller
([@&#8203;bdraco] - [#&#8203;133284]) ([homekit_controller docs])
- Allow load_verify_locations with only cadata passed ([@&#8203;mib1185]
- [#&#8203;133299])
- Bump `imgw-pib` to version 1.0.7 ([@&#8203;bieniu] - [#&#8203;133364])
([imgw_pib docs]) (dependency)
- Fix fan setpoints for flexit_bacnet ([@&#8203;lellky] -
[#&#8203;133388]) ([flexit_bacnet docs])
- Bump holidays to 0.63 ([@&#8203;gjohansson-ST] - [#&#8203;133391])
([workday docs]) ([holiday docs]) (dependency)

[#&#8203;131785]:
https://redirect.github.com/home-assistant/core/pull/131785

[#&#8203;132195]:
https://redirect.github.com/home-assistant/core/pull/132195

[#&#8203;132508]:
https://redirect.github.com/home-assistant/core/pull/132508

[#&#8203;132509]:
https://redirect.github.com/home-assistant/core/pull/132509

[#&#8203;132846]:
https://redirect.github.com/home-assistant/core/pull/132846

[#&#8203;133123]:
https://redirect.github.com/home-assistant/core/pull/133123

[#&#8203;133129]:
https://redirect.github.com/home-assistant/core/pull/133129

[#&#8203;133159]:
https://redirect.github.com/home-assistant/core/pull/133159

[#&#8203;133172]:
https://redirect.github.com/home-assistant/core/pull/133172

[#&#8203;133183]:
https://redirect.github.com/home-assistant/core/pull/133183

[#&#8203;133191]:
https://redirect.github.com/home-assistant/core/pull/133191

[#&#8203;133201]:
https://redirect.github.com/home-assistant/core/pull/133201

[#&#8203;133203]:
https://redirect.github.com/home-assistant/core/pull/133203

[#&#8203;133205]:
https://redirect.github.com/home-assistant/core/pull/133205

[#&#8203;133229]:
https://redirect.github.com/home-assistant/core/pull/133229

[#&#8203;133284]:
https://redirect.github.com/home-assistant/core/pull/133284

[#&#8203;133299]:
https://redirect.github.com/home-assistant/core/pull/133299

[#&#8203;133364]:
https://redirect.github.com/home-assistant/core/pull/133364

[#&#8203;133388]:
https://redirect.github.com/home-assistant/core/pull/133388

[#&#8203;133391]:
https://redirect.github.com/home-assistant/core/pull/133391

[@&#8203;Djelibeybi]: https://redirect.github.com/Djelibeybi

[@&#8203;MrConorAE]: https://redirect.github.com/MrConorAE

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;bieniu]: https://redirect.github.com/bieniu

[@&#8203;emontnemery]: https://redirect.github.com/emontnemery

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;gjohansson-ST]: https://redirect.github.com/gjohansson-ST

[@&#8203;jbouwh]: https://redirect.github.com/jbouwh

[@&#8203;joostlek]: https://redirect.github.com/joostlek

[@&#8203;lellky]: https://redirect.github.com/lellky

[@&#8203;mib1185]: https://redirect.github.com/mib1185

[@&#8203;rappenze]: https://redirect.github.com/rappenze

[abode docs]: https://www.home-assistant.io/integrations/abode/

[acaia docs]: https://www.home-assistant.io/integrations/acaia/

[august docs]: https://www.home-assistant.io/integrations/august/

[fibaro docs]: https://www.home-assistant.io/integrations/fibaro/

[flexit_bacnet docs]:
https://www.home-assistant.io/integrations/flexit_bacnet/

[history docs]: https://www.home-assistant.io/integrations/history/

[holiday docs]: https://www.home-assistant.io/integrations/holiday/

[homekit_controller docs]:
https://www.home-assistant.io/integrations/homekit_controller/

[imgw_pib docs]: https://www.home-assistant.io/integrations/imgw_pib/

[incomfort docs]: https://www.home-assistant.io/integrations/incomfort/

[lifx docs]: https://www.home-assistant.io/integrations/lifx/

[media_extractor docs]:
https://www.home-assistant.io/integrations/media_extractor/

[python_script docs]:
https://www.home-assistant.io/integrations/python_script/

[recorder docs]: https://www.home-assistant.io/integrations/recorder/

[starlink docs]: https://www.home-assistant.io/integrations/starlink/

[workday docs]: https://www.home-assistant.io/integrations/workday/

[yale docs]: https://www.home-assistant.io/integrations/yale/

[yalexs_ble docs]:
https://www.home-assistant.io/integrations/yalexs_ble/

###
[`v2024.12.3`](https://redirect.github.com/home-assistant/core/releases/tag/2024.12.3)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.12.2...2024.12.3)

- Bump python-linkplay to v0.1.1 ([@&#8203;silamon] - [#&#8203;132091])
([linkplay docs]) (dependency)
- Bump pydaikin to 2.13.8 ([@&#8203;weltall] - [#&#8203;132759])
([daikin docs]) (dependency)
- Fix pipeline conversation language ([@&#8203;synesthesiam] -
[#&#8203;132896]) ([conversation docs]) ([assist_pipeline docs])
- fix AndroidTV logging when disconnected ([@&#8203;chemelli74] -
[#&#8203;132919]) ([androidtv docs])
- Guard Vodafone Station updates against bad data ([@&#8203;chemelli74]
- [#&#8203;132921]) ([vodafone_station docs])
- Bump led-ble to 1.1.1 ([@&#8203;bdraco] - [#&#8203;132977]) ([led_ble
docs]) (dependency)
- Change warning to debug for VAD timeout ([@&#8203;synesthesiam] -
[#&#8203;132987]) ([assist_pipeline docs])
- Fix LaMetric config flow for cloud import path ([@&#8203;frenck] -
[#&#8203;133039]) ([lametric docs])
- Update frontend to
[`2024112`](https://redirect.github.com/home-assistant/core/commit/20241127).8
([@&#8203;bramkragten] - [#&#8203;133066]) ([frontend docs])
(dependency)
- Bump pysuezV2 to 1.3.5 ([@&#8203;jb101010-2] - [#&#8203;133076])
([suez_water docs]) (dependency)
- Bugfix to use evohome's new hostname ([@&#8203;zxdavb] -
[#&#8203;133085]) ([evohome docs]) (dependency)
- Bump py-aosmith to 1.0.12 ([@&#8203;bdr99] - [#&#8203;133100])
([aosmith docs]) (dependency)
- Bump deebot-client to 9.4.0 ([@&#8203;edenhaus] - [#&#8203;133114])
([ecovacs docs]) (dependency)
- Bump aiowithings to 3.1.4 ([@&#8203;joostlek] - [#&#8203;133117])
([withings docs])

[#&#8203;132091]:
https://redirect.github.com/home-assistant/core/pull/132091

[#&#8203;132195]:
https://redirect.github.com/home-assistant/core/pull/132195

[#&#8203;132509]:
https://redirect.github.com/home-assistant/core/pull/132509

[#&#8203;132759]:
https://redirect.github.com/home-assistant/core/pull/132759

[#&#8203;132846]:
https://redirect.github.com/home-assistant/core/pull/132846

[#&#8203;132896]:
https://redirect.github.com/home-assistant/core/pull/132896

[#&#8203;132919]:
https://redirect.github.com/home-assistant/core/pull/132919

[#&#8203;132921]:
https://redirect.github.com/home-assistant/core/pull/132921

[#&#8203;132977]:
https://redirect.github.com/home-assistant/core/pull/132977

[#&#8203;132987]:
https://redirect.github.com/home-assistant/core/pull/132987

[#&#8203;133039]:
https://redirect.github.com/home-assistant/core/pull/133039

[#&#8203;133066]:
https://redirect.github.com/home-assistant/core/pull/133066

[#&#8203;133076]:
https://redirect.github.com/home-assistant/core/pull/133076

[#&#8203;133085]:
https://redirect.github.com/home-assistant/core/pull/133085

[#&#8203;133100]:
https://redirect.github.com/home-assistant/core/pull/133100

[#&#8203;133114]:
https://redirect.github.com/home-assistant/core/pull/133114

[#&#8203;133117]:
https://redirect.github.com/home-assistant/core/pull/133117

[@&#8203;bdr99]: https://redirect.github.com/bdr99

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;bramkragten]: https://redirect.github.com/bramkragten

[@&#8203;chemelli74]: https://redirect.github.com/chemelli74

[@&#8203;edenhaus]: https://redirect.github.com/edenhaus

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;jb101010-2]: https://redirect.github.com/jb101010-2

[@&#8203;joostlek]: https://redirect.github.com/joostlek

[@&#8203;silamon]: https://redirect.github.com/silamon

[@&#8203;synesthesiam]: https://redirect.github.com/synesthesiam

[@&#8203;weltall]: https://redirect.github.com/weltall

[@&#8203;zxdavb]: https://redirect.github.com/zxdavb

[abode docs]: https://www.home-assistant.io/integrations/abode/

[acaia docs]: https://www.home-assistant.io/integrations/acaia/

[androidtv docs]: https://www.home-assistant.io/integrations/androidtv/

[aosmith docs]: https://www.home-assistant.io/integrations/aosmith/

[assist_pipeline docs]:
https://www.home-assistant.io/integrations/assist_pipeline/

[conversation docs]:
https://www.home-assistant.io/integrations/conversation/

[daikin docs]: https://www.home-assistant.io/integrations/daikin/

[ecovacs docs]: https://www.home-assistant.io/integrations/ecovacs/

[evohome docs]: https://www.home-assistant.io/integrations/evohome/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[lametric docs]: https://www.home-assistant.io/integrations/lametric/

[led_ble docs]: https://www.home-assistant.io/integrations/led_ble/

[linkplay docs]: https://www.home-assistant.io/integrations/linkplay/

[suez_water docs]:
https://www.home-assistant.io/integrations/suez_water/

[vodafone_station docs]:
https://www.home-assistant.io/integrations/vodafone_station/

[withings docs]: https://www.home-assistant.io/integrations/withings/

###
[`v2024.12.2`](https://redirect.github.com/home-assistant/core/releases/tag/2024.12.2)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.12.1...2024.12.2)

- Enable additional entities on myUplink model SMO20 ([@&#8203;astrandb]
- [#&#8203;131688]) ([myuplink docs])
- Bump pydrawise to 2024.12.0 ([@&#8203;dknowles2] - [#&#8203;132015])
([hydrawise docs]) (dependency)
- Fix API change for AC not supporting floats in SwitchBot Cloud
([@&#8203;SeraphicRav] - [#&#8203;132231]) ([switchbot_cloud docs])
- Update pyrisco to 0.6.5 ([@&#8203;agmckaybro] - [#&#8203;132493])
([risco docs]) (dependency)
- Fix PyTado dependency ([@&#8203;erwindouna] - [#&#8203;132510]) ([tado
docs]) (dependency)
- Bump pycups to 2.0.4 ([@&#8203;bdraco] - [#&#8203;132514]) ([cups
docs]) (dependency)
- Update debugpy to 1.8.8 ([@&#8203;frenck] - [#&#8203;132519])
([debugpy docs]) (dependency)
- bump total_connect_client to 2023.12 ([@&#8203;austinmroczek] -
[#&#8203;132531]) ([totalconnect docs]) (dependency)
- Bump aiounifi to v81 to fix partitioned cookies on python 3.13
([@&#8203;Kane610] - [#&#8203;132540]) ([unifi docs]) (dependency)
- Update twentemilieu to 2.2.0 ([@&#8203;frenck] - [#&#8203;132554])
([twentemilieu docs]) (dependency)
- Bump yalexs-ble to 2.5.2 ([@&#8203;bdraco] - [#&#8203;132560])
([yalexs_ble docs]) (dependency)
- Bump plugwise to v1.6.1 ([@&#8203;bouwew] - [#&#8203;131950])
([plugwise docs]) (dependency)
- Bump plugwise to v1.6.2 and adapt ([@&#8203;bouwew] -
[#&#8203;132608]) ([plugwise docs]) (dependency)
- Fix config flow in Husqvarna Automower ([@&#8203;Thomas55555] -
[#&#8203;132615]) ([husqvarna_automower docs])
- Bump ZHA dependencies ([@&#8203;puddly] - [#&#8203;132630]) ([zha
docs]) (dependency)
- Bump plugwise to v1.6.3 ([@&#8203;bouwew] - [#&#8203;132673])
([plugwise docs]) (dependency)
- Bump yt-dlp to 2024.12.06 ([@&#8203;joostlek] - [#&#8203;132684])
([media_extractor docs]) (dependency)
- Revert "Bump pyezviz to 0.2.2.3" ([@&#8203;srescio] -
[#&#8203;132715]) ([ezviz docs]) (dependency)
- Bump intents to 2024.12.9 ([@&#8203;synesthesiam] - [#&#8203;132726])
([conversation docs]) (dependency)
- Update frontend to
[`2024112`](https://redirect.github.com/home-assistant/core/commit/20241127).7
([@&#8203;bramkragten] - [#&#8203;132729]) ([frontend docs])
(dependency)
- Bump reolink-aio to 0.11.5 ([@&#8203;starkillerOG] - [#&#8203;132757])
([reolink docs]) (dependency)
- Catch Hydrawise authorization errors in the correct place
([@&#8203;dknowles2] - [#&#8203;132727]) ([hydrawise docs])
- Pass an application identifier to the Hydrawise API
([@&#8203;dknowles2] - [#&#8203;132779]) ([hydrawise docs])
- Bump deebot-client to 9.3.0 ([@&#8203;edenhaus] - [#&#8203;132834])
([ecovacs docs]) (dependency)
- Bump aioacaia to 0.1.11 ([@&#8203;zweckj] - [#&#8203;132838]) ([acaia
docs]) (dependency)

[#&#8203;131688]:
https://redirect.github.com/home-assistant/core/pull/131688

[#&#8203;131950]:
https://redirect.github.com/home-assistant/core/pull/131950

[#&#8203;132015]:
https://redirect.github.com/home-assistant/core/pull/132015

[#&#8203;132195]:
https://redirect.github.com/home-assistant/core/pull/132195

[#&#8203;132231]:
https://redirect.github.com/home-assistant/core/pull/132231

[#&#8203;132493]:
https://redirect.github.com/home-assistant/core/pull/132493

[#&#8203;132509]:
https://redirect.github.com/home-assistant/core/pull/132509

[#&#8203;132510]:
https://redirect.github.com/home-assistant/core/pull/132510

[#&#8203;132514]:
https://redirect.github.com/home-assistant/core/pull/132514

[#&#8203;132519]:
https://redirect.github.com/home-assistant/core/pull/132519

[#&#8203;132531]:
https://redirect.github.com/home-assistant/core/pull/132531

[#&#8203;132540]:
https://redirect.github.com/home-assistant/core/pull/132540

[#&#8203;132554]:
https://redirect.github.com/home-assistant/core/pull/132554

[#&#8203;132560]:
https://redirect.github.com/home-assistant/core/pull/132560

[#&#8203;132608]:
https://redirect.github.com/home-assistant/core/pull/132608

[#&#8203;132615]:
https://redirect.github.com/home-assistant/core/pull/132615

[#&#8203;132630]:
https://redirect.github.com/home-assistant/core/pull/132630

[#&#8203;132673]:
https://redirect.github.com/home-assistant/core/pull/132673

[#&#8203;132684]:
https://redirect.github.com/home-assistant/core/pull/132684

[#&#8203;132715]:
https://redirect.github.com/home-assistant/core/pull/132715

[#&#8203;132726]:
https://redirect.github.com/home-assistant/core/pull/132726

[#&#8203;132727]:
https://redirect.github.com/home-assistant/core/pull/132727

[#&#8203;132729]:
https://redirect.github.com/home-assistant/core/pull/132729

[#&#8203;132757]:
https://redirect.github.com/home-assistant/core/pull/132757

[#&#8203;132779]:
https://redirect.github.com/home-assistant/core/pull/132779

[#&#8203;132834]:
https://redirect.github.com/home-assistant/core/pull/132834

[#&#8203;132838]:
https://redirect.github.com/home-assistant/core/pull/132838

[@&#8203;Kane610]: https://redirect.github.com/Kane610

[@&#8203;SeraphicRav]: https://redirect.github.com/SeraphicRav

[@&#8203;Thomas55555]: https://redirect.github.com/Thomas55555

[@&#8203;agmckaybro]: https://redirect.github.com/agmckaybro

[@&#8203;astrandb]: https://redirect.github.com/astrandb

[@&#8203;austinmroczek]: https://redirect.github.com/austinmroczek

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;bouwew]: https://redirect.github.com/bouwew

[@&#8203;bramkragten]: https://redirect.github.com/bramkragten

[@&#8203;dknowles2]: https://redirect.github.com/dknowles2

[@&#8203;edenhaus]: https://redirect.github.com/edenhaus

[@&#8203;erwindouna]: https://redirect.github.com/erwindouna

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;joostlek]: https://redirect.github.com/joostlek

[@&#8203;puddly]: https://redirect.github.com/puddly

[@&#8203;srescio]: https://redirect.github.com/srescio

[@&#8203;starkillerOG]: https://redirect.github.com/starkillerOG

[@&#8203;synesthesiam]: https://redirect.github.com/synesthesiam

[@&#8203;zweckj]: https://redirect.github.com/zweckj

[abode docs]: https://www.home-assistant.io/integrations/abode/

[acaia docs]: https://www.home-assistant.io/integrations/acaia/

[conversation docs]:
https://www.home-assistant.io/integrations/conversation/

[cups docs]: https://www.home-assistant.io/integrations/cups/

[debugpy docs]: https://www.home-assistant.io/integrations/debugpy/

[ecovacs docs]: https://www.home-assistant.io/integrations/ecovacs/

[ezviz docs]: https://www.home-assistant.io/integrations/ezviz/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[husqvarna_automower docs]:
https://www.home-assistant.io/integrations/husqvarna_automower/

[hydrawise docs]: https://www.home-assistant.io/integrations/hydrawise/

[media_extractor docs]:
https://www.home-assistant.io/integrations/media_extractor/

[myuplink docs]: https://www.home-assistant.io/integrations/myuplink/

[plugwise docs]: https://www.home-assistant.io/integrations/plugwise/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[risco docs]: https://www.home-assistant.io/integrations/risco/

[switchbot_cloud docs]:
https://www.home-assistant.io/integrations/switchbot_cloud/

[tado docs]: https://www.home-assistant.io/integrations/tado/

[totalconnect docs]:
https://www.home-assistant.io/integrations/totalconnect/

[twentemilieu docs]:
https://www.home-assistant.io/integrations/twentemilieu/

[unifi docs]: https://www.home-assistant.io/integrations/unifi/

[yalexs_ble docs]:
https://www.home-assistant.io/integrations/yalexs_ble/

[zha docs]: https://www.home-assistant.io/integrations/zha/

###
[`v2024.12.1`](https://redirect.github.com/home-assistant/core/releases/tag/2024.12.1)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.12.0...2024.12.1)

- Bump elmax-api to 0.0.6.3 ([@&#8203;albertogeniola] -
[#&#8203;131876]) ([elmax docs]) (dependency)
- Fix deprecated call to mimetypes.guess_type in CachingStaticResource
([@&#8203;bdraco] - [#&#8203;132299]) ([http docs])
- Bump tesla-fleet-api to 0.8.5 ([@&#8203;Bre77] - [#&#8203;132339])
([tessie docs]) ([teslemetry docs]) ([tesla_fleet docs])
- Add missing UnitOfPower to sensor ([@&#8203;robinostlund] -
[#&#8203;132352]) ([sensor docs])
- Removes references to croniter from utility_meter ([@&#8203;dgomes] -
[#&#8203;132364]) ([utility_meter docs])
- Bump upb-lib to 0.5.9 ([@&#8203;gwww] - [#&#8203;132411]) ([upb docs])
(dependency)
- Bump pydeako to 0.6.0 ([@&#8203;Balake] - [#&#8203;132432]) ([deako
docs]) (dependency)
- Bump aiohttp to 3.11.10 ([@&#8203;bdraco] - [#&#8203;132441])
(dependency)
- Bump aioesphomeapi to 28.0.0 ([@&#8203;bdraco] - [#&#8203;132447])
([esphome docs]) (dependency)
- Update exception handling for python3.13 for getpass.getuser()
([@&#8203;allenporter] - [#&#8203;132449])
- Bump hass-nabucasa from 0.85.0 to 0.86.0 ([@&#8203;ludeeus] -
[#&#8203;132456]) ([cloud docs]) (dependency)
- Fix nordpool dont have previous or next price ([@&#8203;gjohansson-ST]
- [#&#8203;132457]) ([nordpool docs])
- Bump deebot-client to 9.2.0 ([@&#8203;edenhaus] - [#&#8203;132467])
([ecovacs docs]) (dependency)
- Point to the Ecovacs issue in the library for unspoorted devices
([@&#8203;edenhaus] - [#&#8203;132470]) ([ecovacs docs])
- Bump tplink python-kasa dependency to 0.8.1 ([@&#8203;sdb9696] -
[#&#8203;132472]) ([tplink docs]) (dependency)
- Bump samsungtvws to 2.7.2 ([@&#8203;epenet] - [#&#8203;132474])
([samsungtv docs]) (dependency)
- Update frontend to
[`2024112`](https://redirect.github.com/home-assistant/core/commit/20241127).5
([@&#8203;bramkragten] - [#&#8203;132475]) ([frontend docs])
(dependency)
- Update frontend to
[`2024112`](https://redirect.github.com/home-assistant/core/commit/20241127).6
([@&#8203;bramkragten] - [#&#8203;132494]) ([frontend docs])
(dependency)
- Fix google tasks due date timezone handling ([@&#8203;allenporter] -
[#&#8203;132498]) ([google_tasks docs])

[#&#8203;131876]:
https://redirect.github.com/home-assistant/core/pull/131876

[#&#8203;132195]:
https://redirect.github.com/home-assistant/core/pull/132195

[#&#8203;132299]:
https://redirect.github.com/home-assistant/core/pull/132299

[#&#8203;132339]:
https://redirect.github.com/home-assistant/core/pull/132339

[#&#8203;132352]:
https://redirect.github.com/home-assistant/core/pull/132352

[#&#8203;132364]:
https://redirect.github.com/home-assistant/core/pull/132364

[#&#8203;132411]:
https://redirect.github.com/home-assistant/core/pull/132411

[#&#8203;132432]:
https://redirect.github.com/home-assistant/core/pull/132432

[#&#8203;132441]:
https://redirect.github.com/home-assistant/core/pull/132441

[#&#8203;132447]:
https://redirect.github.com/home-assistant/core/pull/132447

[#&#8203;132449]:
https://redirect.github.com/home-assistant/core/pull/132449

[#&#8203;132456]:
https://redirect.github.com/home-assistant/core/pull/132456

[#&#8203;132457]:
https://redirect.github.com/home-assistant/core/pull/132457

[#&#8203;132467]:
https://redirect.github.com/home-assistant/core/pull/132467

[#&#8203;132470]:
https://redirect.github.com/home-assistant/core/pull/132470

[#&#8203;132472]:
https://redirect.github.com/home-assistant/core/pull/132472

[#&#8203;132474]:
https://redirect.github.com/home-assistant/core/pull/132474

[#&#8203;132475]:
https://redirect.github.com/home-assistant/core/pull/132475

[#&#8203;132494]:
https://redirect.github.com/home-assistant/core/pull/132494

[#&#8203;132498]:
https://redirect.github.com/home-assistant/core/pull/132498

[@&#8203;Balake]: https://redirect.github.com/Balake

[@&#8203;Bre77]: https://redirect.github.com/Bre77

[@&#8203;albertogeniola]: https://redirect.github.com/albertogeniola

[@&#8203;allenporter]: https://redirect.github.com/allenporter

[@&#8203;bdraco]: https://redirect.github.com/bdraco

[@&#8203;bramkragten]: https://redirect.github.com/bramkragten

[@&#8203;dgomes]: https://redirect.github.com/dgomes

[@&#8203;edenhaus]: https://redirect.github.com/edenhaus

[@&#8203;epenet]: https://redirect.github.com/epenet

[@&#8203;frenck]: https://redirect.github.com/frenck

[@&#8203;gjohansson-ST]: https://redirect.github.com/gjohansson-ST

[@&#8203;gwww]: https://redirect.github.com/gwww

[@&#8203;ludeeus]: https://redirect.github.com/ludeeus

[@&#8203;robinostlund]: https://redirect.github.com/robinostlund

[@&#8203;sdb9696]: https://redirect.github.com/sdb9696

[abode docs]: https://www.home-assistant.io/integrations/abode/

[acaia docs]: https://www.home-assistant.io/integrations/acaia/

[cloud docs]: https://www.home-assistant.io/integrations/cloud/

[deako docs]: https://www.home-assistant.io/integrations/deako/

[ecovacs docs]: https://www.home-assistant.io/integrations/ecovacs/

[elmax docs]: https://www.home-assistant.io/integrations/elmax/

[esphome docs]: https://www.home-assistant.io/integrations/esphome/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[google_tasks docs]:
https://www.home-assistant.io/integrations/google_tasks/

[http docs]: https://www.home-assistant.io/integrations/http/

[nordpool docs]: https://www.home-assistant.io/integrations/nordpool/

[samsungtv docs]: https://www.home-assistant.io/integrations/samsungtv/

[sensor docs]: https://www.home-assistant.io/integrations/sensor/

[tesla_fleet docs]:
https://www.home-assistant.io/integrations/tesla_fleet/

[teslemetry docs]:
https://www.home-assistant.io/integrations/teslemetry/

[tessie docs]: https://www.home-assistant.io/integrations/tessie/

[tplink docs]: https://www.home-assistant.io/integrations/tplink/

[upb docs]: https://www.home-assistant.io/integrations/upb/

[utility_meter docs]:
https://www.home-assistant.io/integrations/utility_meter/

###
[`v2024.12.0`](https://redirect.github.com/home-assistant/core/releases/tag/2024.12.0)

[Compare
Source](https://redirect.github.com/home-assistant/core/compare/2024.11.3...2024.12.0)

https://www.home-assistant.io/blog/2024/12/04/release-202412/

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:20:47 +00:00
TrueCharts BotandGitHub a0e539270b chore(helm): update image docker.io/jlesage/filebot v24.11.1 → v24.12.1 (#30200)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/filebot](https://redirect.github.com/jlesage/docker-filebot)
| minor | `181e821` -> `1cdf595` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-filebot (docker.io/jlesage/filebot)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-filebot/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-filebot/compare/v24.11.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:18:07 +00:00
TrueCharts BotandGitHub eed0306a81 chore(helm): update image docker.io/ghostfolio/ghostfolio 2.123.0 → 2.131.0 (#30191)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `4baebdc` -> `0834982` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>ghostfolio/ghostfolio
(docker.io/ghostfolio/ghostfolio)</summary>

###
[`v2.131.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21310---2024-12-25)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.130.0...2.131.0)

##### Changed

- Improved the search for asset profiles with `MANUAL` data source in
the create or update activity dialog
-   Improved the usability of the link to manage access with a new icon
- Improved support to import activities by `isin` in the *Yahoo Finance*
service
-   Improved the language localization for Polish (`pl`)

###
[`v2.130.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21300---2024-12-21)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.129.0...2.130.0)

##### Added

- Added a new static portfolio analysis rule: *Asset Class Cluster Risk*
(Equity)
- Added a new static portfolio analysis rule: *Asset Class Cluster Risk*
(Fixed Income)
-   Set up a notification service for prompt dialogs

##### Changed

-   Improved the usability to edit the emergency fund
- Extracted the market data management from the admin control panel
endpoint to a dedicated endpoint
-   Improved the language localization for German (`de`)
-   Improved the language localization for Polish (`pl`)
-   Upgraded `big.js` from version `6.2.1` to `6.2.2`

###
[`v2.129.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21290---2024-12-14)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.128.0...2.129.0)

##### Added

-   Added `userId` to the `SymbolProfile` database schema

##### Changed

- Improved the usability of the *X-ray* page by hiding empty rule
categories
-   Improved the language localization for German (`de`)

###
[`v2.128.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21280---2024-12-12)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.127.0...2.128.0)

##### Changed

-   Optimized the holding selector in the assistant
-   Improved the language localization for German (`de`)
-   Upgraded `@internationalized/number` from version `3.5.2` to `3.6.0`

##### Fixed

- Fixed an exception in the caching of the portfolio snapshot in the
portfolio calculator
- Fixed the import of `jsonpath` to support REST APIs (`JSON`) via the
scraper configuration

###
[`v2.127.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21270---2024-12-08)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.126.1...2.127.0)

##### Added

-   Extended the *X-ray* page by a summary

##### Fixed

- Fixed an exception in the caching of the portfolio snapshot in the
portfolio calculator

###
[`v2.126.1`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21261---2024-12-07)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.126.0...2.126.1)

##### Added

-   Added pagination to the users table of the admin control panel

##### Changed

-   Improved the labels of the assistant
- Improved the caching of the portfolio snapshot in the portfolio
calculator by expiring cache entries immediately in case of errors
-   Extracted the historical market data editor to a reusable component
-   Upgraded `prettier` from version `3.3.3` to `3.4.2`
-   Upgraded `prisma` from version `6.0.0` to `6.0.1`

###
[`v2.126.0`](https://redirect.github.com/ghostfolio/ghostfolio/releases/tag/2.126.0)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.125.0...2.126.0)

##### Added

-   Added pagination to the users table of the admin control panel

##### Changed

-   Improved the labels of the assistant
- Improved the caching of the portfolio snapshot in the portfolio
calculator by expiring cache entries immediately in case of errors
-   Extracted the historical market data editor to a reusable component
-   Upgraded `prettier` from version `3.3.3` to `3.4.2`
-   Upgraded `prisma` from version `6.0.0` to `6.0.1`

##### Special Thanks

-   [@&#8203;amandee27](https://redirect.github.com/amandee27)
-
[@&#8203;Ayush2198-source](https://redirect.github.com/Ayush2198-source)
-   [@&#8203;dtslvr](https://redirect.github.com/dtslvr)

###
[`v2.125.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21250---2024-11-30)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.124.1...2.125.0)

##### Changed

-   Improved the style of the symbol search component
-   Extended the users table in the admin control panel
-   Refreshed the cryptocurrencies list
-   Increased the default request timeout (`REQUEST_TIMEOUT`)
-   Upgraded `cheerio` from version `1.0.0-rc.12` to `1.0.0`
-   Upgraded `prisma` from version `5.22.0` to `6.0.0`

###
[`v2.124.1`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21241---2024-11-25)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.124.0...2.124.1)

##### Fixed

-   Fixed the tables style related to sticky columns

###
[`v2.124.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21240---2024-11-24)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.123.0...2.124.0)

##### Added

- Added pagination parameters (`skip`, `take`) to the endpoint `GET
api/v1/admin/user`
- Added pagination response (`count`) to the endpoint `GET
api/v1/admin/user`
-   Added `GHOSTFOLIO` as a new data source type

##### Changed

- Extended the allocations by ETF holding on the allocations page by the
parent ETFs (experimental)
-   Improved the language localization for German (`de`)
-   Upgraded `countries-and-timezones` from version `3.4.1` to `3.7.2`
-   Upgraded `Nx` from version `20.0.6` to `20.1.2`

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:17:56 +00:00
TrueCharts BotandGitHub c49fdded01 chore(helm): update image docker.io/feramance/qbitrr v4.9.20 → v4.10.10 (#30188)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr)
| minor | `1aa46c0` -> `32e0116` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Feramance/qBitrr (docker.io/feramance/qbitrr)</summary>

###
[`v4.10.10`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v41010-26122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.9...v4.10.10)

- [\[patch\] Removed bad variable
calls](https://redirect.github.com/Feramance/qBitrr/commit/dbec9dcecc2a8e092ca0fc3714448b0ca98b1cf9)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Removed redundant
logging](https://redirect.github.com/Feramance/qBitrr/commit/d0883c7ae03fb02e8134b394e9d5ad86ce487d2d)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.9`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4109-26122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.8...v4.10.9)

- [\[patch\] Loop
fixes](https://redirect.github.com/Feramance/qBitrr/commit/f934c77661a5f6276f46e0146cc132fa0714b35b)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Remove redundant
variable](https://redirect.github.com/Feramance/qBitrr/commit/3d4a3f90e7a78aacf9b47a4c1e95cf5267110952)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Further loop
changes](https://redirect.github.com/Feramance/qBitrr/commit/434dade175b290a37cd397fa4067edd62743eb79)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Loop timer
adjustment](https://redirect.github.com/Feramance/qBitrr/commit/2aeb48b6367c7c6b450d17496f6955d1cf253ae0)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Loop
debugging](https://redirect.github.com/Feramance/qBitrr/commit/0c6f377cb99b161abaedb02d5648b2cdc2190b6c)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.8`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4108-18122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.7...v4.10.8)

- [\[patch\] Hotfix Free space config
changes](https://redirect.github.com/Feramance/qBitrr/commit/072bffdca3af9b85c34c89f7f2a09fea4f530596)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Changed log messages for
clarity](https://redirect.github.com/Feramance/qBitrr/commit/631ec2dce2e710fdba7dc9a90558111817292a3e)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Add logs for temp profile switching
testing](https://redirect.github.com/Feramance/qBitrr/commit/9b137fd9eee21323f4762aa0e7ccbc234cfb09d3)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Update
README.md](https://redirect.github.com/Feramance/qBitrr/commit/a0c2a9622af9fdff5efed6eb8c58896b9b3dba55)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Update
README.md](https://redirect.github.com/Feramance/qBitrr/commit/8d62851db045e1daadf868a947b641d57f4c94f1)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Update
README.md](https://redirect.github.com/Feramance/qBitrr/commit/82adf8f79ed05da38057fcc49e988afedd7015b6)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.7`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4107-18122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.6...v4.10.7)

- [\[patch\] Hotfix
2](https://redirect.github.com/Feramance/qBitrr/commit/7e355b9d4977b8daed95da58323f1c6ffcadf521)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Merge branch 'master' of
https://github.com/Feramance/qBitrr](https://redirect.github.com/Feramance/qBitrr/commit/0bb99509bbfe8949543108667caa1b2560436b93)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [\[patch\]
Hotfix](https://redirect.github.com/Feramance/qBitrr/commit/b301ea02b586a52af65959fa653135b815b4b435)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.6`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4106-18122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.5...v4.10.6)

- [\[patch\] Free space config folder
added](https://redirect.github.com/Feramance/qBitrr/commit/9286bdc67402a13b213254cf6e742905f1004e25)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.5`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4105-10122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.4...v4.10.5)

- [\[patch\] Minor changes and temporarily disabling separate request
search](https://redirect.github.com/Feramance/qBitrr/commit/b4654957964b622e1eea8a984aebb6cb2cfd1566)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Further
testing](https://redirect.github.com/Feramance/qBitrr/commit/b024cf324bdef262d67c1b10ff5fd961144edfa8)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Change searched
update](https://redirect.github.com/Feramance/qBitrr/commit/0029967628b6e1378e3fb2b5c4b2b94c39934e06)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Further testing upgrade
searches](https://redirect.github.com/Feramance/qBitrr/commit/6f886ac18acfe034a0dba2164e49117c6f004fe7)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Adjust upgrade
behaviour](https://redirect.github.com/Feramance/qBitrr/commit/863d79e6a311dd839716fd19ec1ffb81bc299707)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [More logging for further
debugging](https://redirect.github.com/Feramance/qBitrr/commit/e40ed6c1a2420ec857380c46286eb9d759f998f1)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Added logging to check loop
flow](https://redirect.github.com/Feramance/qBitrr/commit/f9ca818d2b13829aed067a0d0e16cfcbedf9556c)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Merge pull request #&#8203;145 from
bruvv/patch-1](https://redirect.github.com/Feramance/qBitrr/commit/132d0816abe114c8c3c8be3dcada8899f2d297b1)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Small typos in config
file](https://redirect.github.com/Feramance/qBitrr/commit/52d49066375de050747582aeb2c70ddfb004a143)
- [@&#8203;bruvv](https://redirect.github.com/bruvv)
- [Removed some log
tags](https://redirect.github.com/Feramance/qBitrr/commit/4e415d93cea1ceb46b74e341c96a953206a5ffa3)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Logging
adjustements](https://redirect.github.com/Feramance/qBitrr/commit/f89325de2bcc571bdd24a1e82e5895d89235f312)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Logging and a few performance
changes](https://redirect.github.com/Feramance/qBitrr/commit/5fee30041fa5ac9b99e8deed699efefb45b2ce12)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Adjust search loop
timer](https://redirect.github.com/Feramance/qBitrr/commit/4a1af891ce0d9d8996c6f94d06ebf37c1b193593)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Request search
adjustements](https://redirect.github.com/Feramance/qBitrr/commit/19f6521aab911d2e821a8143ec12aa625825b65b)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Decrement command count for
requests](https://redirect.github.com/Feramance/qBitrr/commit/daf60f511d8f3bf159fe9ceb27272bc3e039a319)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Adjusted request conditions
further](https://redirect.github.com/Feramance/qBitrr/commit/d69afa42dd3329dd61c5f20d7155db7b39517caa)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Adjusted request get files
conditions](https://redirect.github.com/Feramance/qBitrr/commit/beb71697ee036f5b6240050ad737c16bdac7ec85)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Radarr request query
adjustements](https://redirect.github.com/Feramance/qBitrr/commit/a19e08cbf3fd3cfbbe94a245b7631f5ae5a85409)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
-
[Logging](https://redirect.github.com/Feramance/qBitrr/commit/48ffcbf21d9d3922067aa85ee842a16fe765742b)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Adjust has_internet
check](https://redirect.github.com/Feramance/qBitrr/commit/449b1aa77ea171a739d70dfe201d203a7e573359)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Change request search
filtering](https://redirect.github.com/Feramance/qBitrr/commit/e6e489ede8a787dfb4743be133af4a9a1c563442)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Further
fixes](https://redirect.github.com/Feramance/qBitrr/commit/91588932b728ed0abe7bb6d7b51b5b5f330af682)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Updated get request files return
type](https://redirect.github.com/Feramance/qBitrr/commit/1888f8bbfcc50d63a9e52bd17ca9dad4e9ced9d5)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Fixed
error](https://redirect.github.com/Feramance/qBitrr/commit/f7ee6552716a43ef7dcc58a0752bd3f3f40667a4)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
-
[Logging](https://redirect.github.com/Feramance/qBitrr/commit/797282530535174dd8a5020594d5b1578b221a6c)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Added logging to check where the flow is
crashing](https://redirect.github.com/Feramance/qBitrr/commit/22bf52c1d8674d65dd4f0e8874e437bb52a1e119)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Request search
testing](https://redirect.github.com/Feramance/qBitrr/commit/a69262b2c6bcfd0c920e2a6f511e66ed1aeb4b95)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Revert some request
changes](https://redirect.github.com/Feramance/qBitrr/commit/6a338244585971e6843aaff42c95aa01a5c61b01)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Request search run condition
adjustements](https://redirect.github.com/Feramance/qBitrr/commit/ed63e087e3e719d30462207423664fe1f9cc66bb)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Timing updates for request
search](https://redirect.github.com/Feramance/qBitrr/commit/b519e3e97b9a8e83efed53e894b7df0d13669d68)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Get request files
changes](https://redirect.github.com/Feramance/qBitrr/commit/c382304e46c9da5edcad78028f2aeb157b3e456e)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Request search loop
overhaul](https://redirect.github.com/Feramance/qBitrr/commit/c2d77b75e77540a01d2a3e63007cf9a722f88850)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.4`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4104-05122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.3...v4.10.4)

- [\[patch\] Quality profile change error handling when defined
incorrectly](https://redirect.github.com/Feramance/qBitrr/commit/bc2666214800f87d229f90317eb07097e55e403d)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.3`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4103-05122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.2...v4.10.3)

- [\[patch\] Minor changes to better handle temp profile config edge
cases](https://redirect.github.com/Feramance/qBitrr/commit/b4f58311406d797956c3fa8aecc88b7ac18bdd09)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Merge branch 'master' of
https://github.com/Feramance/qBitrr](https://redirect.github.com/Feramance/qBitrr/commit/6a8c6224cd0b68a4c82ec87e773477bd071b601a)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [\[patch\] Hotfix
3](https://redirect.github.com/Feramance/qBitrr/commit/fefb8dab5335af88992f0d50c8d7a9ba8b1bb2ea)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.2`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4102-04122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.1...v4.10.2)

- [\[patch\] Hotfix bad
variable](https://redirect.github.com/Feramance/qBitrr/commit/e880563a91ca6a5f681bb66a49a6f247f42d3124)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.1`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v41010-26122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.10.0...v4.10.1)

- [\[patch\] Removed bad variable
calls](https://redirect.github.com/Feramance/qBitrr/commit/dbec9dcecc2a8e092ca0fc3714448b0ca98b1cf9)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Removed redundant
logging](https://redirect.github.com/Feramance/qBitrr/commit/d0883c7ae03fb02e8134b394e9d5ad86ce487d2d)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

###
[`v4.10.0`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4100-04122024)

[Compare
Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.9.20...v4.10.0)

- [\[minor\] Merge pull request #&#8203;140 from
Feramance:128-multiple-fixes-and-temp-profile-changes](https://redirect.github.com/Feramance/qBitrr/commit/5792f12c8bfbf31748b3a6aee6a7db9f5469f6a5)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Config description
updates](https://redirect.github.com/Feramance/qBitrr/commit/41b7b306e2db0e01254b6c701f1aa6f0b92df73d)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Logging
fixes](https://redirect.github.com/Feramance/qBitrr/commit/e362672313d6eb7a6615efd0b6a007328fa5f35f)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Multiple temp profiles
changes](https://redirect.github.com/Feramance/qBitrr/commit/ec9338c527aeee9bbfb81a106b717c2746664d6a)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
-
[Hotfix](https://redirect.github.com/Feramance/qBitrr/commit/0b88fcfa4029eb144926728cc4a7e69087d585ce)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Multiple temporary profiles
rework](https://redirect.github.com/Feramance/qBitrr/commit/6a9eb81b8c68294357be01038501a22b933dc9db)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Further unmonitord feature
change](https://redirect.github.com/Feramance/qBitrr/commit/bdaf792527fc0bfee95fa86d21fda1d47334d8d8)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [EntryId
fix](https://redirect.github.com/Feramance/qBitrr/commit/97af33713120b199e07572b1c7f88c5631624240)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Fix qbittorrent client
parameter](https://redirect.github.com/Feramance/qBitrr/commit/6602c35514c0194534f792cffea42446f0a7f2c2)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Added profiles
fallback](https://redirect.github.com/Feramance/qBitrr/commit/0a558d4244993f79271805ed35ccffb77202d831)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Logging
profiles](https://redirect.github.com/Feramance/qBitrr/commit/17ba6e1f2dea931084458144f920adc735d0b101)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Unmonitored search updates and initial test of mutliple temp
profiles](https://redirect.github.com/Feramance/qBitrr/commit/feb54476d0f7f8d7ea74b884aeacff99c3a75686)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [Unmonitored config option
implementation](https://redirect.github.com/Feramance/qBitrr/commit/ce52dc6c9e401c940f8bcb8eb06df83a33b9a116)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)
- [has internet
changes](https://redirect.github.com/Feramance/qBitrr/commit/8665d44c63cb165227ff0535f60f1f601143be12)
- [@&#8203;Feramance](https://redirect.github.com/Feramance)

***

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:17:48 +00:00
TrueCharts BotandGitHub cae1a8cd8e chore(helm): update image docker.io/esphome/esphome 2024.11.3 → 2024.12.2 (#30187)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/esphome/esphome](https://esphome.io/)
([source](https://redirect.github.com/esphome/esphome)) | minor |
`92d8744` -> `b2c6322` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>esphome/esphome (docker.io/esphome/esphome)</summary>

###
[`v2024.12.2`](https://redirect.github.com/esphome/esphome/releases/tag/2024.12.2)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.12.1...2024.12.2)

- \[esp32] Fix flash size warning when using IDF
[esphome#7983](https://redirect.github.com/esphome/esphome/pull/7983) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esp32\_ble] Fix for Improv
[esphome#7984](https://redirect.github.com/esphome/esphome/pull/7984) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)

###
[`v2024.12.1`](https://redirect.github.com/esphome/esphome/releases/tag/2024.12.1)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.12.0...2024.12.1)

- \[core] Bugfix: Implement ring buffer with xRingbuffer
[esphome#7973](https://redirect.github.com/esphome/esphome/pull/7973) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)

###
[`v2024.12.0`](https://redirect.github.com/esphome/esphome/releases/tag/2024.12.0)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2024.11.3...2024.12.0)

#### Full list of changes

##### New Components

- Add: Seeed Studio mr60fda2 mmwave sensor
[esphome#7576](https://redirect.github.com/esphome/esphome/pull/7576) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)
- Add: Seeed Studio MR60BHA2 mmWave Sensor
[esphome#7589](https://redirect.github.com/esphome/esphome/pull/7589) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)

##### New Platforms

- binary_sensor for switch state
[esphome#7819](https://redirect.github.com/esphome/esphome/pull/7819) by
[@&#8203;ssieb](https://redirect.github.com/ssieb) (new-platform)
- Add H-Bridge switch component
[esphome#7421](https://redirect.github.com/esphome/esphome/pull/7421) by
[@&#8203;dwmw2](https://redirect.github.com/dwmw2) (new-platform)

##### Breaking Changes

- Fix entity name validation to allow "Off" and "On"
[esphome#7821](https://redirect.github.com/esphome/esphome/pull/7821) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- MQTT sensors handling of publishing NaN values
[esphome#7768](https://redirect.github.com/esphome/esphome/pull/7768) by
[@&#8203;kbullet](https://redirect.github.com/kbullet) (breaking-change)
- Synchronise esp32 boards with platform version 51.03.07
[esphome#7945](https://redirect.github.com/esphome/esphome/pull/7945) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[sgp30] Set default update interval to 60s
[esphome#7952](https://redirect.github.com/esphome/esphome/pull/7952) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)

##### Beta Changes

- \[const] Add RMT CONF variables to const.py
[esphome#7953](https://redirect.github.com/esphome/esphome/pull/7953) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[sgp30] Set default update interval to 60s
[esphome#7952](https://redirect.github.com/esphome/esphome/pull/7952) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[dallas_temp] Move delay_microseconds_safe to iram
[esphome#7957](https://redirect.github.com/esphome/esphome/pull/7957) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[i2s_audio] Bugfix: Correctly set ring buffer size
[esphome#7959](https://redirect.github.com/esphome/esphome/pull/7959) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[adc] Restore missing LIBRETINY code in a separated file
[esphome#7955](https://redirect.github.com/esphome/esphome/pull/7955) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[font] cleanly handle font file format exception (Bugfix)
[esphome#7970](https://redirect.github.com/esphome/esphome/pull/7970) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[dashboard] Accept basic auth header
[esphome#7965](https://redirect.github.com/esphome/esphome/pull/7965) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump esphome-dashboard to
[`2024121`](https://redirect.github.com/esphome/esphome/commit/20241217).1
[esphome#7971](https://redirect.github.com/esphome/esphome/pull/7971) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[esp32\_ble] Use RAMAllocator to avoid panic abort from `new`
[esphome#7936](https://redirect.github.com/esphome/esphome/pull/7936) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)

##### All changes

- Bump codecov/codecov-action from 4 to 5
[esphome#7771](https://redirect.github.com/esphome/esphome/pull/7771) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[remote_base] Fix extra comma in dump raw
[esphome#7774](https://redirect.github.com/esphome/esphome/pull/7774) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[nextion] New trigger `on_buffer_overflow`
[esphome#7772](https://redirect.github.com/esphome/esphome/pull/7772) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- enable rp2040 for online_image
[esphome#7769](https://redirect.github.com/esphome/esphome/pull/7769) by
[@&#8203;afflux](https://redirect.github.com/afflux)
- \[nextion] Add publish actions
[esphome#7646](https://redirect.github.com/esphome/esphome/pull/7646) by
[@&#8203;pkejval](https://redirect.github.com/pkejval)
- \[wifi] Make wifi_channel\_() public
[esphome#7818](https://redirect.github.com/esphome/esphome/pull/7818) by
[@&#8203;nielsnl68](https://redirect.github.com/nielsnl68)
- feat(WiFi): Add wifi.configure action
[esphome#7335](https://redirect.github.com/esphome/esphome/pull/7335) by
[@&#8203;Rapsssito](https://redirect.github.com/Rapsssito)
- allow multiple graphical menus
[esphome#7809](https://redirect.github.com/esphome/esphome/pull/7809) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- Move `CONF_NAME_ADD_MAC_SUFFIX` to `const.py`
[esphome#7820](https://redirect.github.com/esphome/esphome/pull/7820) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- binary_sensor for switch state
[esphome#7819](https://redirect.github.com/esphome/esphome/pull/7819) by
[@&#8203;ssieb](https://redirect.github.com/ssieb) (new-platform)
- \[nextion] Remove assignment within `if`
[esphome#7824](https://redirect.github.com/esphome/esphome/pull/7824) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[ota] `void` functions should return nothing
[esphome#7825](https://redirect.github.com/esphome/esphome/pull/7825) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[safe_mode] Remove unused capture
[esphome#7826](https://redirect.github.com/esphome/esphome/pull/7826) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[stepper] Remove unnecessary `#include`
[esphome#7827](https://redirect.github.com/esphome/esphome/pull/7827) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sx1509] Fix up includes
[esphome#7828](https://redirect.github.com/esphome/esphome/pull/7828) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[uart] `void` functions should return nothing
[esphome#7829](https://redirect.github.com/esphome/esphome/pull/7829) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[audio] Header modernization
[esphome#7832](https://redirect.github.com/esphome/esphome/pull/7832) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[opentherm] Follow variable naming convention
[esphome#7833](https://redirect.github.com/esphome/esphome/pull/7833) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[opentherm] Add nolint for 8266 static global
[esphome#7837](https://redirect.github.com/esphome/esphome/pull/7837) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[helpers] Add NOLINT for Mutex private field `handle_`
[esphome#7838](https://redirect.github.com/esphome/esphome/pull/7838) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Add waveshare 1 45 in v2 b support
[esphome#7052](https://redirect.github.com/esphome/esphome/pull/7052) by
[@&#8203;programmingbgloDE](https://redirect.github.com/programmingbgloDE)
- added Waveshare BWR Mode for the 7.5in Display
[esphome#7687](https://redirect.github.com/esphome/esphome/pull/7687) by
[@&#8203;JonasB2497](https://redirect.github.com/JonasB2497)
- \[homeassistant.number] Return when value not set
[esphome#7839](https://redirect.github.com/esphome/esphome/pull/7839) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[CI] Add/update some system include paths
[esphome#7831](https://redirect.github.com/esphome/esphome/pull/7831) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- add on_key trigger to matrix_keypad
[esphome#7830](https://redirect.github.com/esphome/esphome/pull/7830) by
[@&#8203;ssieb](https://redirect.github.com/ssieb)
- Add: Seeed Studio mr60fda2 mmwave sensor
[esphome#7576](https://redirect.github.com/esphome/esphome/pull/7576) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)
- \[lvgl] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7843](https://redirect.github.com/esphome/esphome/pull/7843) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[xiaomi_ble] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7860](https://redirect.github.com/esphome/esphome/pull/7860) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[wireguard] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7859](https://redirect.github.com/esphome/esphome/pull/7859) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[dsmr] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7848](https://redirect.github.com/esphome/esphome/pull/7848) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Fix entity name validation to allow "Off" and "On"
[esphome#7821](https://redirect.github.com/esphome/esphome/pull/7821) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[camera_web_server] Add `NOLINT` due to naming
[esphome#7823](https://redirect.github.com/esphome/esphome/pull/7823) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[display_menu_base] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7847](https://redirect.github.com/esphome/esphome/pull/7847) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[nextion] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7852](https://redirect.github.com/esphome/esphome/pull/7852) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[shelly_dimmer] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7844](https://redirect.github.com/esphome/esphome/pull/7844) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sim800l] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7856](https://redirect.github.com/esphome/esphome/pull/7856) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[nfc, pn532, pn7150, pn7160] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7853](https://redirect.github.com/esphome/esphome/pull/7853) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[output] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7854](https://redirect.github.com/esphome/esphome/pull/7854) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sun_gtil2] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7858](https://redirect.github.com/esphome/esphome/pull/7858) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[pipsolar] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7855](https://redirect.github.com/esphome/esphome/pull/7855) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[ltr501] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7850](https://redirect.github.com/esphome/esphome/pull/7850) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[cse7766] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7846](https://redirect.github.com/esphome/esphome/pull/7846) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[alarm_control_panel] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7845](https://redirect.github.com/esphome/esphome/pull/7845) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sprinkler] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7857](https://redirect.github.com/esphome/esphome/pull/7857) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[haier] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7849](https://redirect.github.com/esphome/esphome/pull/7849) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[mqtt] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7851](https://redirect.github.com/esphome/esphome/pull/7851) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[helpers, optional] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7841](https://redirect.github.com/esphome/esphome/pull/7841) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Move `USE_CAPTIVE_PORTAL` into all define groups it can be used with
[esphome#7863](https://redirect.github.com/esphome/esphome/pull/7863) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump docker/build-push-action from 6.9.0 to 6.10.0 in
/.github/actions/build-image
[esphome#7866](https://redirect.github.com/esphome/esphome/pull/7866) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- python lint for platform components
[esphome#7864](https://redirect.github.com/esphome/esphome/pull/7864) by
[@&#8203;tomaszduda23](https://redirect.github.com/tomaszduda23)
- \[max31865] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7876](https://redirect.github.com/esphome/esphome/pull/7876) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esp32\_ble] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7883](https://redirect.github.com/esphome/esphome/pull/7883) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[mqtt] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7877](https://redirect.github.com/esphome/esphome/pull/7877) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[uln2003] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7881](https://redirect.github.com/esphome/esphome/pull/7881) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[rotary_encoder] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7880](https://redirect.github.com/esphome/esphome/pull/7880) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[pca6416a, pca9554] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7879](https://redirect.github.com/esphome/esphome/pull/7879) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[nextion] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7878](https://redirect.github.com/esphome/esphome/pull/7878) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[various] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7874](https://redirect.github.com/esphome/esphome/pull/7874) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[logger] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7875](https://redirect.github.com/esphome/esphome/pull/7875) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[ezo] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7873](https://redirect.github.com/esphome/esphome/pull/7873) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[apds9306] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7872](https://redirect.github.com/esphome/esphome/pull/7872) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[dht] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7871](https://redirect.github.com/esphome/esphome/pull/7871) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[network] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7870](https://redirect.github.com/esphome/esphome/pull/7870) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[lvgl] Make image update via lambda work
[esphome#7886](https://redirect.github.com/esphome/esphome/pull/7886) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[deep_sleep] fix deep_sleep not keeping awake when sleep_duration is
defined
[esphome#7885](https://redirect.github.com/esphome/esphome/pull/7885) by
[@&#8203;makstech](https://redirect.github.com/makstech)
- \[hx711] clang-tidy fixes for
[#&#8203;7822](https://redirect.github.com/esphome/esphome/issues/7822)
[esphome#7900](https://redirect.github.com/esphome/esphome/pull/7900) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[modbus_controller] Clang fixes
[esphome#7899](https://redirect.github.com/esphome/esphome/pull/7899) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Add H-Bridge switch component
[esphome#7421](https://redirect.github.com/esphome/esphome/pull/7421) by
[@&#8203;dwmw2](https://redirect.github.com/dwmw2) (new-platform)
- \[CI] Bump GHA runners to `ubuntu-24.04`
[esphome#7905](https://redirect.github.com/esphome/esphome/pull/7905) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[font et. al.] Remove explicit check for pillow installed.
[esphome#7891](https://redirect.github.com/esphome/esphome/pull/7891) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[CI] Update clang-tidy to 18.1.3
[esphome#7822](https://redirect.github.com/esphome/esphome/pull/7822) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- MQTT sensors handling of publishing NaN values
[esphome#7768](https://redirect.github.com/esphome/esphome/pull/7768) by
[@&#8203;kbullet](https://redirect.github.com/kbullet) (breaking-change)
- \[ble] Allow setting shorter name for ble advertisements
[esphome#7867](https://redirect.github.com/esphome/esphome/pull/7867) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[font] Restore correct default glyphs for bitmap fonts
[esphome#7907](https://redirect.github.com/esphome/esphome/pull/7907) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[helpers] clang-tidy fix for
[#&#8203;7706](https://redirect.github.com/esphome/esphome/issues/7706)
[esphome#7909](https://redirect.github.com/esphome/esphome/pull/7909) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[docker] Fix clang-tidy installation
[esphome#7910](https://redirect.github.com/esphome/esphome/pull/7910) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[sntp] Resolve warnings from ESP-IDF 5.x
[esphome#7913](https://redirect.github.com/esphome/esphome/pull/7913) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Add strftime variant with background color
[esphome#7714](https://redirect.github.com/esphome/esphome/pull/7714) by
[@&#8203;mikosoft83](https://redirect.github.com/mikosoft83)
- \[i2s_audio] Bugfix: Follow configured bits per sample
[esphome#7916](https://redirect.github.com/esphome/esphome/pull/7916) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- Haier AC quiet mode switch fix
[esphome#7902](https://redirect.github.com/esphome/esphome/pull/7902) by
[@&#8203;paveldn](https://redirect.github.com/paveldn)
- \[CI] Update clang-tidy to 18.1.8
[esphome#7915](https://redirect.github.com/esphome/esphome/pull/7915) by
[@&#8203;syssi](https://redirect.github.com/syssi)
- \[i2s_audio] Speaker type fix
[esphome#7919](https://redirect.github.com/esphome/esphome/pull/7919) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- \[esp32\_rmt_led_strip] Add `COMPONENT_SCHEMA` extending
[esphome#7918](https://redirect.github.com/esphome/esphome/pull/7918) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[esp32] Use pioarduino + IDF 5.1.5 as default for IDF builds
[esphome#7706](https://redirect.github.com/esphome/esphome/pull/7706) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Bump actions/cache from 4.1.2 to 4.2.0
[esphome#7926](https://redirect.github.com/esphome/esphome/pull/7926) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Bump actions/cache from 4.1.2 to 4.2.0 in
/.github/actions/restore-python
[esphome#7925](https://redirect.github.com/esphome/esphome/pull/7925) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- Add OCI Image Labels
[esphome#7924](https://redirect.github.com/esphome/esphome/pull/7924) by
[@&#8203;Passific](https://redirect.github.com/Passific)
- Move docker oci labels to correct image
[esphome#7927](https://redirect.github.com/esphome/esphome/pull/7927) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Update project description
[esphome#7928](https://redirect.github.com/esphome/esphome/pull/7928) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[modbus] More clean-up
[esphome#7921](https://redirect.github.com/esphome/esphome/pull/7921) by
[@&#8203;kbx81](https://redirect.github.com/kbx81)
- Add: Seeed Studio MR60BHA2 mmWave Sensor
[esphome#7589](https://redirect.github.com/esphome/esphome/pull/7589) by
[@&#8203;limengdu](https://redirect.github.com/limengdu)
(new-integration)
- Optimize QMC5883L reads
[esphome#7889](https://redirect.github.com/esphome/esphome/pull/7889) by
[@&#8203;dnschneid](https://redirect.github.com/dnschneid)
- \[display] Fix strftime overload ignoring alignment
[esphome#7937](https://redirect.github.com/esphome/esphome/pull/7937) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Add font anti-aliasing for grayscale display
[esphome#7934](https://redirect.github.com/esphome/esphome/pull/7934) by
[@&#8203;koreapyj](https://redirect.github.com/koreapyj)
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
[esphome#7941](https://redirect.github.com/esphome/esphome/pull/7941) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot)
- \[adc] Split files by platform
[esphome#7940](https://redirect.github.com/esphome/esphome/pull/7940) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[const] Move `CONF_TEMPERATURE_COMPENSATION` to common const.py
[esphome#7943](https://redirect.github.com/esphome/esphome/pull/7943) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[lvgl] Fix image `mode` property (Bugfix)
[esphome#7938](https://redirect.github.com/esphome/esphome/pull/7938) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[lvgl] Add `on_change` event
[esphome#7939](https://redirect.github.com/esphome/esphome/pull/7939) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- Synchronise esp32 boards with platform version 51.03.07
[esphome#7945](https://redirect.github.com/esphome/esphome/pull/7945) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[i2c] Use correct macro to determine number of i2c peripherals for
idf
[esphome#7947](https://redirect.github.com/esphome/esphome/pull/7947) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[const] Add RMT CONF variables to const.py
[esphome#7953](https://redirect.github.com/esphome/esphome/pull/7953) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[sgp30] Set default update interval to 60s
[esphome#7952](https://redirect.github.com/esphome/esphome/pull/7952) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
(breaking-change)
- \[dallas_temp] Move delay_microseconds_safe to iram
[esphome#7957](https://redirect.github.com/esphome/esphome/pull/7957) by
[@&#8203;swoboda1337](https://redirect.github.com/swoboda1337)
- \[i2s_audio] Bugfix: Correctly set ring buffer size
[esphome#7959](https://redirect.github.com/esphome/esphome/pull/7959) by
[@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[adc] Restore missing LIBRETINY code in a separated file
[esphome#7955](https://redirect.github.com/esphome/esphome/pull/7955) by
[@&#8203;edwardtfn](https://redirect.github.com/edwardtfn)
- \[font] cleanly handle font file format exception (Bugfix)
[esphome#7970](https://redirect.github.com/esphome/esphome/pull/7970) by
[@&#8203;clydebarrow](https://redirect.github.com/clydebarrow)
- \[dashboard] Accept basic auth header
[esphome#7965](https://redirect.github.com/esphome/esphome/pull/7965) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- Bump esphome-dashboard to
[`2024121`](https://redirect.github.com/esphome/esphome/commit/20241217).1
[esphome#7971](https://redirect.github.com/esphome/esphome/pull/7971) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)
- \[esp32\_ble] Use RAMAllocator to avoid panic abort from `new`
[esphome#7936](https://redirect.github.com/esphome/esphome/pull/7936) by
[@&#8203;jesserockz](https://redirect.github.com/jesserockz)

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:17:25 +00:00
TrueCharts BotandGitHub 890d299c8a chore(helm): update image docker.io/jlesage/czkawka v24.10.1 → v24.12.1 (#30199)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/czkawka](https://redirect.github.com/jlesage/docker-czkawka)
| minor | `c57584d` -> `910792f` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-czkawka (docker.io/jlesage/czkawka)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-czkawka/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-czkawka/compare/v24.10.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:16:54 +00:00
TrueCharts BotandGitHub 6d3d0e5b02 chore(helm): update image docker.io/jlesage/mediainfo v24.11.2 → v24.12.1 (#30204)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/mediainfo](https://redirect.github.com/jlesage/docker-mediainfo)
| minor | `b058c12` -> `b6d1716` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-mediainfo
(docker.io/jlesage/mediainfo)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-mediainfo/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-mediainfo/compare/v24.11.2...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:16:16 +00:00
TrueCharts BotandGitHub b178bd3ae4 chore(helm): update image docker.io/jlesage/handbrake v24.09.1 → v24.12.1 (#30201)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/handbrake](https://redirect.github.com/jlesage/docker-handbrake)
| minor | `a932aa8` -> `aa9786d` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-handbrake
(docker.io/jlesage/handbrake)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-handbrake/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-handbrake/compare/v24.09.1...v24.12.1)

Changes in this release:

-   Updated HandBrake to version 1.9.0.
-   Updated gmmlib to version 22.5.4.
-   Updated Intel Media Driver to version 24.3.4.
-   Updated Intel OneVPL GPU runtime to version 24.3.4.
- Updated baseimage to version 4.6.7, which brings the following
changes:
- Fixed web authentication feature with URL path-based reverse proxy.
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:15:35 +00:00
TrueCharts BotandGitHub f27ddc5928 chore(helm): update image docker.io/jlesage/qdirstat v24.09.1 → v24.12.1 (#30208)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/qdirstat](https://redirect.github.com/jlesage/docker-qdirstat)
| minor | `24bffa3` -> `c91683d` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-qdirstat (docker.io/jlesage/qdirstat)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-qdirstat/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-qdirstat/compare/v24.09.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:15:05 +00:00
TrueCharts BotandGitHub a5599f0ede chore(helm): update image docker.io/docuseal/docuseal 1.7.9 → 1.8.4 (#30185)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/docuseal/docuseal | minor | `1accbff` -> `664690e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:13:51 +00:00
TrueCharts BotandGitHub cffec367d8 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver 9.0.1 → 9.1.0 (#30212)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/lmscommunity/lyrionmusicserver | minor | `2b8efc9` ->
`6bfe6e9` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:12:23 +00:00
TrueCharts BotandGitHub 66728184f3 chore(helm): update image docker.io/jenkins/jenkins 2.486 → 2.491 (#30197) 2024-12-27 23:11:51 +01:00
TrueCharts BotandGitHub 35764a6058 chore(helm): update image docker.io/charmcli/soft-serve v0.7.6 → v0.8.1 (#30180)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/charmcli/soft-serve](https://redirect.github.com/charmbracelet/soft-serve)
| minor | `8058b39` -> `dab593a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>charmbracelet/soft-serve
(docker.io/charmcli/soft-serve)</summary>

###
[`v0.8.1`](https://redirect.github.com/charmbracelet/soft-serve/releases/tag/v0.8.1)

[Compare
Source](https://redirect.github.com/charmbracelet/soft-serve/compare/v0.8.0...v0.8.1)

### Patch x/crypto/ssh

This is a small patch release to fix x/crypto/ssh vulnerability
https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ

#### Changelog

***

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt`
file](https://redirect.github.com/charmbracelet/soft-serve/releases/download/0.8.1/checksums.txt),
for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.1/checksums.txt'
```

Then, verify it using
[`cosign`](https://redirect.github.com/sigstore/cosign):

```bash
cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.1/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.1/checksums.txt.sig' \
  ./checksums.txt
```

If the output is `Verified OK`, you can safely use it to verify the
checksums of other artifacts you downloaded from the release using
`sha256sum`:

```bash
sha256sum --ignore-missing -c checksums.txt
```

Done! You artifacts are now verified!

</details>

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.technology/@&#8203;charm), or on
[Discord](https://charm.sh/chat).

###
[`v0.8.0`](https://redirect.github.com/charmbracelet/soft-serve/releases/tag/v0.8.0)

[Compare
Source](https://redirect.github.com/charmbracelet/soft-serve/compare/v0.7.6...v0.8.0)

### Soft Serve 0.8.0 puts *you* in control

This release contains new features and important bug fixes to different
Soft Serve components. You now can services that you don't need as well
as use a custom config path different from the data directory.

#### Toggle Server Componenets

Soft Serve runs 4 different services that listen to various ports to
serve Git repositories and metadata over the network. It has an SSH
server, HTTP server, Git TCP server, and a Prometheus stats server. They
all start when you run `soft serve`! Now, you can disable unwanted
components in your config file or via environment variables.

```yml
git:

### Disable Git daemon TCP server
  enabled: false
stats:

### Disable Promethues stats server
  enabled: false
```

#### Custom Config Path

Soft Serve defaults to reading your `config.yaml` from
`$SOFT_SERVE_DATA/config.yaml`. Now, you can have a custom path for the
config file using `$SOFT_SERVE_CONFIG_LOCATION`.

```sh
export SOFT_SERVE_CONFIG_LOCATION=$HOME/.soft-serve.yaml
soft serve
```

<details>
<summary>

#### Changelog

</summary>

##### New Features
* c354d5f21134b5cfa65c5fc6b6b9ff0dcf691bd2: feat: optionally pull config
from a custom file (envvar), default to data path. (#&#8203;557)
(@&#8203;fire833)
* 069db2777dfbba94e2c93c37275632037cd64bec: feat: support toggling
servers on/off in configuration (#&#8203;594) (#&#8203;612)
(@&#8203;jaw)
* 0540b4d23a8f1ce9b1569cde5046d790e9de2260: feat: test framework
supports turning off -race flag (#&#8203;605) (@&#8203;jaw)
* 446ec63835ab9af034715a624f3f8928228823f6: feat: update go.mod to use
go 1.22 and toolchain go1.23.2 (@&#8203;aymanbagabas)

##### Bug fixes
* c78da07b43142f7228e1b345d3cd4618a6d626a1: fix(config): add
SOFT_SERVE_CONFIG_LOCATION to Environ (@&#8203;aymanbagabas)
* 00be7967387d5c95a0c3387c0519c99dbd11bcff: fix(config): add default
values for the enabled fields (@&#8203;aymanbagabas)
* 7c45a99df6decd946acc78cd8cd364c99d4425ee: fix(daemon): close listener
only once (#&#8203;615) (@&#8203;aymanbagabas)
* 85b462536a167d3538cafb7f658fe144a544be47: fix: add missing arg length
check to fix runtime panic (#&#8203;568) (@&#8203;christophershirk)
* 3aa71e0add8a9678e209d0357d83068c6bc6702a: fix: git daemon listens only
when starting it (#&#8203;607) (@&#8203;jaw)
* 1de446f208019d90dc08fa24437ee63bbbc80667: fix: prevent enumeration of
private repo (#&#8203;614) (@&#8203;kyokugirl)
* a2cf7867b95a722993441586ef56fa3dc0691291: fix: respect anon-access on
ssh (@&#8203;aymanbagabas)
* 5d5c55ebd32cf7c0ffe1985ad2546a867420310c: fix: test framework supports
ensuring specific port is open (#&#8203;606) (@&#8203;jaw)
* 6658cf1369c902e3824f5aa8554be135c8bdf7e6: fix: update position
constant in `JoinHorizontal` (#&#8203;552) (@&#8203;aditipatelpro)

##### Other work
* 950ef0c4025e99804b727285bd982e119cfb8bd9: Fix
tui_session_seconds_total metric description (#&#8203;602)
(@&#8203;jest)

</details>

***

<details>
<summary>Verifying the artifacts</summary>

First, download the [`checksums.txt`
file](https://redirect.github.com/charmbracelet/soft-serve/releases/download/0.8.0/checksums.txt),
for example, with `wget`:

```bash
wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.0/checksums.txt'
```

Then, verify it using
[`cosign`](https://redirect.github.com/sigstore/cosign):

```bash
cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --cert 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.0/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.8.0/checksums.txt.sig' \
  ./checksums.txt
```

If the output is `Verified OK`, you can safely use it to verify the
checksums of other artifacts you downloaded from the release using
`sha256sum`:

```bash
sha256sum --ignore-missing -c checksums.txt
```

Done! You artifacts are now verified!

</details>

<a href="https://charm.sh/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a>

Thoughts? Questions? We love hearing from you. Feel free to reach out on
[Twitter](https://twitter.com/charmcli), [The
Fediverse](https://mastodon.technology/@&#8203;charm), or on
[Discord](https://charm.sh/chat).

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:11:39 +00:00
TrueCharts BotandGitHub d014106519 chore(helm): update image docker.io/jlesage/mkvcleaver v24.09.1 → v24.12.1 (#30205)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/mkvcleaver](https://redirect.github.com/jlesage/docker-mkvcleaver)
| minor | `f1a95a4` -> `ae06190` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-mkvcleaver
(docker.io/jlesage/mkvcleaver)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-mkvcleaver/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-mkvcleaver/compare/v24.09.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:11:23 +00:00
TrueCharts BotandGitHub 461f258a34 chore(helm): update image docker.io/jlesage/makemkv v24.11.1 → v24.12.1 (#30203)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/makemkv](https://redirect.github.com/jlesage/docker-makemkv)
| minor | `d994aea` -> `9c55c3b` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-makemkv (docker.io/jlesage/makemkv)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-makemkv/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-makemkv/compare/v24.11.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:11:19 +00:00
TrueCharts BotandGitHub b497a880b4 chore(helm): update image docker.io/jlesage/tsmuxer v24.09.1 → v24.12.1 (#30209)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/tsmuxer](https://redirect.github.com/jlesage/docker-tsmuxer)
| minor | `8c30f8e` -> `4deb8ce` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-tsmuxer (docker.io/jlesage/tsmuxer)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-tsmuxer/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-tsmuxer/compare/v24.09.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:08:57 +00:00
TrueCharts BotandGitHub 4ac63d46c5 chore(helm): update image docker.io/itzg/minecraft-server 2024.10.2 → 2024.12.1 (#30196)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `48fa0f5` -> `bca02d7` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `5ffa3a4` -> `76219c1` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `46863b4` -> `9562d99` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `55aba15` -> `47dddf0` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `64a5293` -> `4d3c60b` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `1cc2b74` -> `9a12a67` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `db3ccc7` -> `503fbae` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `e06509c` -> `6b835c4` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `c49022d` -> `e19a44d` |
|
[docker.io/itzg/minecraft-server](https://redirect.github.com/itzg/docker-minecraft-server)
| minor | `8bd119f` -> `7ac4583` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>itzg/docker-minecraft-server
(docker.io/itzg/minecraft-server)</summary>

###
[`v2024.12.1`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.12.1)

[Compare
Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.12.0...2024.12.1)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

##### What's Changed

##### Enhancements

- Switch FTBA to use https://api.feed-the-beast.com/v1 by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3174](https://redirect.github.com/itzg/docker-minecraft-server/pull/3174)
- Added xaeroplus and yungs-menu-tweaks to the exclude list by
[@&#8203;juanjoseDPB](https://redirect.github.com/juanjoseDPB) in
[https://github.com/itzg/docker-minecraft-server/pull/3181](https://redirect.github.com/itzg/docker-minecraft-server/pull/3181)

##### Bug Fixes

- Fixed new FTB installer args and manifest by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3176](https://redirect.github.com/itzg/docker-minecraft-server/pull/3176)
- Re-install FTB if manifest is missing by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3177](https://redirect.github.com/itzg/docker-minecraft-server/pull/3177)
- Make sure download new version of FTB installer by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3186](https://redirect.github.com/itzg/docker-minecraft-server/pull/3186)

##### Documentation

- Corrected examples link in autopause docs by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3188](https://redirect.github.com/itzg/docker-minecraft-server/pull/3188)
- docs: clarified Modrinth support includes plugins and datapacks by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3196](https://redirect.github.com/itzg/docker-minecraft-server/pull/3196)
- Clarify Modrinth URL structure in documentation by
[@&#8203;mishl-dev](https://redirect.github.com/mishl-dev) in
[https://github.com/itzg/docker-minecraft-server/pull/3197](https://redirect.github.com/itzg/docker-minecraft-server/pull/3197)
- Add example of Craftoria modpack by
[@&#8203;JordiBrisbois](https://redirect.github.com/JordiBrisbois) in
[https://github.com/itzg/docker-minecraft-server/pull/3198](https://redirect.github.com/itzg/docker-minecraft-server/pull/3198)

##### Other Changes

- Fix syntax error in start-deployPurpur by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3178](https://redirect.github.com/itzg/docker-minecraft-server/pull/3178)
- fix: install missing language pack for GraalVM by
[@&#8203;Sculas](https://redirect.github.com/Sculas) in
[https://github.com/itzg/docker-minecraft-server/pull/3189](https://redirect.github.com/itzg/docker-minecraft-server/pull/3189)

##### New Contributors

- [@&#8203;juanjoseDPB](https://redirect.github.com/juanjoseDPB) made
their first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3181](https://redirect.github.com/itzg/docker-minecraft-server/pull/3181)
- [@&#8203;Sculas](https://redirect.github.com/Sculas) made their first
contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3189](https://redirect.github.com/itzg/docker-minecraft-server/pull/3189)
- [@&#8203;mishl-dev](https://redirect.github.com/mishl-dev) made their
first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3197](https://redirect.github.com/itzg/docker-minecraft-server/pull/3197)
- [@&#8203;JordiBrisbois](https://redirect.github.com/JordiBrisbois)
made their first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3198](https://redirect.github.com/itzg/docker-minecraft-server/pull/3198)

**Full Changelog**:
https://github.com/itzg/docker-minecraft-server/compare/2024.12.0...2024.12.1

###
[`v2024.12.0`](https://redirect.github.com/itzg/docker-minecraft-server/releases/tag/2024.12.0)

[Compare
Source](https://redirect.github.com/itzg/docker-minecraft-server/compare/2024.10.2...2024.12.0)

<!-- Release notes generated using configuration in .github/release.yml
at 86354f5ec28a77d9de1e287dae4573bbcdc2a4bf -->

##### What's Changed

##### Enhancements

- modrinth: more info in error when dependency has no applicable files
by [@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3142](https://redirect.github.com/itzg/docker-minecraft-server/pull/3142)
- Include processing of SPIGET_RESOURCES with TYPE=CUSTOM by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3156](https://redirect.github.com/itzg/docker-minecraft-server/pull/3156)
- cf: added default excludes needed for ATM10 by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3164](https://redirect.github.com/itzg/docker-minecraft-server/pull/3164)
- cf: use fallback URL for curseforge files like modpack files by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3158](https://redirect.github.com/itzg/docker-minecraft-server/pull/3158)

##### Bug Fixes

- Fix incorrect warning about setting TYPE and MODPACK_PLATFORM by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3122](https://redirect.github.com/itzg/docker-minecraft-server/pull/3122)
- Correctly handle NeoForge CF modpacks also using CURSEFORGE_FILES by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3139](https://redirect.github.com/itzg/docker-minecraft-server/pull/3139)
- Correcting name of .mc-health.env file by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3167](https://redirect.github.com/itzg/docker-minecraft-server/pull/3167)

##### Documentation

- port configuration for local modrinth modpack setup by
[@&#8203;joaogmbd](https://redirect.github.com/joaogmbd) in
[https://github.com/itzg/docker-minecraft-server/pull/3116](https://redirect.github.com/itzg/docker-minecraft-server/pull/3116)
- add ftb-evolution example file by
[@&#8203;EmilyxFox](https://redirect.github.com/EmilyxFox) in
[https://github.com/itzg/docker-minecraft-server/pull/3135](https://redirect.github.com/itzg/docker-minecraft-server/pull/3135)
- Create ATM10 example by
[@&#8203;rhullah](https://redirect.github.com/rhullah) in
[https://github.com/itzg/docker-minecraft-server/pull/3143](https://redirect.github.com/itzg/docker-minecraft-server/pull/3143)
- docs: adjust memory and volume in atm10 example by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3166](https://redirect.github.com/itzg/docker-minecraft-server/pull/3166)

##### Other Changes

- New logger with color and specific types. Code cleanup by
[@&#8203;IronMine](https://redirect.github.com/IronMine) in
[https://github.com/itzg/docker-minecraft-server/pull/3108](https://redirect.github.com/itzg/docker-minecraft-server/pull/3108)
- Rename MOD_PLATFORM to MODPACK_PLATFORM by
[@&#8203;IronMine](https://redirect.github.com/IronMine) in
[https://github.com/itzg/docker-minecraft-server/pull/3120](https://redirect.github.com/itzg/docker-minecraft-server/pull/3120)
- fix start-deployFTBA by
[@&#8203;IronMine](https://redirect.github.com/IronMine) in
[https://github.com/itzg/docker-minecraft-server/pull/3124](https://redirect.github.com/itzg/docker-minecraft-server/pull/3124)
- deps: upgrade mc-monitor to 0.15.0 by
[@&#8203;itzg](https://redirect.github.com/itzg) in
[https://github.com/itzg/docker-minecraft-server/pull/3149](https://redirect.github.com/itzg/docker-minecraft-server/pull/3149)
- add advancement plaques to cf exclusions by
[@&#8203;EmilyxFox](https://redirect.github.com/EmilyxFox) in
[https://github.com/itzg/docker-minecraft-server/pull/3168](https://redirect.github.com/itzg/docker-minecraft-server/pull/3168)
- fix ngrok docker compose example by
[@&#8203;d3n1z6](https://redirect.github.com/d3n1z6) in
[https://github.com/itzg/docker-minecraft-server/pull/3173](https://redirect.github.com/itzg/docker-minecraft-server/pull/3173)

##### New Contributors

- [@&#8203;joaogmbd](https://redirect.github.com/joaogmbd) made their
first contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3116](https://redirect.github.com/itzg/docker-minecraft-server/pull/3116)
- [@&#8203;d3n1z6](https://redirect.github.com/d3n1z6) made their first
contribution in
[https://github.com/itzg/docker-minecraft-server/pull/3173](https://redirect.github.com/itzg/docker-minecraft-server/pull/3173)

**Full Changelog**:
https://github.com/itzg/docker-minecraft-server/compare/2024.10.2...2024.12.0

</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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:08:37 +00:00
TrueCharts BotandGitHub 2048b13ac8 chore(helm): update image docker.io/jlesage/jdownloader-2 v24.11.1 → v24.12.1 (#30202)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/jdownloader-2](https://redirect.github.com/jlesage/docker-jdownloader-2)
| minor | `2a1450a` -> `2baf2b6` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-jdownloader-2
(docker.io/jlesage/jdownloader-2)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-jdownloader-2/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-jdownloader-2/compare/v24.11.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:04:33 +00:00
TrueCharts BotandGitHub c4400569fc chore(helm): update image docker.io/flowiseai/flowise 2.1.5 → 2.2.3 (#30189)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/flowiseai/flowise | minor | `5480bbf` -> `bd99a55` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:03:59 +00:00
TrueCharts BotandGitHub 72ae3411b7 chore(helm): update image docker.io/jlesage/mkvtoolnix v24.10.1 → v24.12.1 (#30206)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/mkvtoolnix](https://redirect.github.com/jlesage/docker-mkvtoolnix)
| minor | `368bfac` -> `d2019b3` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-mkvtoolnix
(docker.io/jlesage/mkvtoolnix)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-mkvtoolnix/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-mkvtoolnix/compare/v24.10.1...v24.12.1)

Changes in this release:

-   Updated MediaInfo to version 24.11.
- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:03:46 +00:00
TrueCharts BotandGitHub c0f17ac461 chore(helm): update image docker.io/dpage/pgadmin4 8.13 → 8.14 (#30186)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/dpage/pgadmin4 | minor | `561c1f8` -> `8a68677` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:01:54 +00:00
TrueCharts BotandGitHub ac16f887ce chore(helm): update image docker.io/clickhouse/clickhouse-server 24.10.3.21 → 24.12.1.1614 (#30181)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/clickhouse/clickhouse-server | minor | `ebe9067` ->
`b3987d5` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:01:09 +00:00
TrueCharts BotandGitHub 4ca1831e25 chore(helm): update image docker.io/bitnami/mariadb 11.5.2 → 11.6.2 (#30178)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/bitnami/mariadb](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/mariadb))
| minor | `9ec179d` -> `1903a4c` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 22:01:02 +00:00
TrueCharts BotandGitHub c2abd911b0 chore(helm): update image docker.io/jlesage/avidemux v24.09.1 → v24.12.1 (#30198)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jlesage/avidemux](https://redirect.github.com/jlesage/docker-avidemux)
| minor | `820f3f2` -> `83b9c26` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>jlesage/docker-avidemux (docker.io/jlesage/avidemux)</summary>

###
[`v24.12.1`](https://redirect.github.com/jlesage/docker-avidemux/releases/tag/v24.12.1):
Version 24.12.1

[Compare
Source](https://redirect.github.com/jlesage/docker-avidemux/compare/v24.09.1...v24.12.1)

Changes in this release:

- Updated baseimage to version 4.6.7, which brings the following
changes:
    -   Fixed web audio feature with URL path-based reverse proxy.
- Fixed TLS secure connection method for VNC that was preventing web
access.
    -   Fixed CJK font installation.
    -   Rebuild against latest distro images to get security fixes.

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:59:43 +00:00
TrueCharts BotandGitHub e78844138f chore(helm): update image docker.io/deluan/navidrome 0.53.3 → 0.54.2 (#30184)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/deluan/navidrome](https://redirect.github.com/navidrome/navidrome)
| minor | `d864c5d` -> `d6b2288` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>navidrome/navidrome (docker.io/deluan/navidrome)</summary>

###
[`v0.54.2`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.54.2)

[Compare
Source](https://redirect.github.com/navidrome/navidrome/compare/v0.54.1...v0.54.2)

#### Changelog

##### Bug fixes

-
[`99dfb83`](https://redirect.github.com/navidrome/navidrome/commit/99dfb832eb679d230f1b22d96edc86bf88055a7a):
fix(insights): get Windows version
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`c8f174e`](https://redirect.github.com/navidrome/navidrome/commit/c8f174ea8477047ea7c5c4165f0f5b376e367cc1):
fix(server): change log level for some last.fm warnings
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`8880f67`](https://redirect.github.com/navidrome/navidrome/commit/8880f6703585bb7eb7794a0b60383f3d75dddb76):
fix(ui): update Español, Français, Svenska translations from POEditor
([#&#8203;3576](https://redirect.github.com/navidrome/navidrome/issues/3576))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`972229d`](https://redirect.github.com/navidrome/navidrome/commit/972229d1e8a7bda984d9a1c7f0080ef6f1d2b598):
fix(ui): update Hungarian translation
([#&#8203;3574](https://redirect.github.com/navidrome/navidrome/issues/3574))
([@&#8203;ChekeredList71](https://redirect.github.com/ChekeredList71))

##### Build process updates

-
[`d4dc818`](https://redirect.github.com/navidrome/navidrome/commit/d4dc8180a26e8d567c3edff4a9f959dcb758312e):
build(ci): fix release version label and package names
([#&#8203;3573](https://redirect.github.com/navidrome/navidrome/issues/3573))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`0b18489`](https://redirect.github.com/navidrome/navidrome/commit/0b184893278620bb421a85c8b47df36900cd4df7):
build(poeditor): change commit message for translation update PRs
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Other work

-
[`51c16aa`](https://redirect.github.com/navidrome/navidrome/commit/51c16aa69fa91cea4d00d648bbe1599a45e3533e):
chore: add PikaPods to release notes
([@&#8203;deluan](https://redirect.github.com/deluan))

**Full Changelog**:
https://github.com/navidrome/navidrome/compare/v0.54.1...v0.54.2

#### Helping out

This release is only possible thanks to the support of some **awesome
people**!

Want to be one of them?
You can [sponsor](https://redirect.github.com/sponsors/deluan), pay me a
[Ko-fi](https://ko-fi.com/deluan), or [contribute with
code](https://www.navidrome.org/docs/developers/).

#### Where to go next?

- Read installation instructions on our
[website](https://www.navidrome.org/docs/installation/).
- Host Navidrome on [PikaPods](https://www.pikapods.com/pods/navidrome)
for a simple cloud solution.
- Reach out on [Discord](https://discord.gg/xh7j7yF),
[Reddit](https://www.reddit.com/r/navidrome/) and
[Twitter](https://twitter.com/navidrome)!

###
[`v0.54.1`](https://redirect.github.com/navidrome/navidrome/releases/tag/v0.54.1)

We are thrilled to announce the release of **Navidrome version 0.54.1**!
This update introduces several new features, enhancements, and important
bug fixes to elevate your music streaming experience. (Yes, ChatGPT is
our new Public Relations intern 😄)

#### 🔐 Important Security Bugfix

**JWT secrets are now stored encrypted in the Database**. A CVE Advisory
will be published soon.

#### 🎉 Noteworthy New Features

##### 📊 Anonymous Usage Data Collection

As discussed with the community (in Discord and Reddit), Navidrome now
includes **anonymous usage data collection** (opt-out) to help us
understand how you interact with the application. This data assists in
improving features and performance while ensuring your privacy is
respected. For details on what is collected and how, read
[this](https://www.navidrome.org/docs/getting-started/insights/).

For the TL;DR opt-out instructions, set the new config option
`EnableInsightsCollector` (or `ND_ENABLEINSIGHTSCOLLECTOR` env var) to
`false` (but we really hope you consider leaving it enabled — your
participation will be much appreciated).

##### 🖥️ Enhanced Packaging Support

**New MSI Installer**: Thanks to
[@&#8203;mintsoft](https://redirect.github.com/mintsoft) for creating a
MSI installer, for a smoother and more reliable installation process on
Windows platforms.

**Linux Package Installer**: And thanks to
[@&#8203;kgarner7](https://redirect.github.com/kgarner7), we now
distribute `.deb` and `.rpm` packages for Navidrome, which automatically
install it as a service on compatible Linux distributions.

**Apple Silicon Binaries**: We finally offer ARM builds for macOS,
optimized for the Apple processors.

##### 🔄 Native Backup and Restore

Introducing a **native automatic backup mechanism** (thanks again,
[@&#8203;kgarner7](https://redirect.github.com/kgarner7)), making it
easier than ever to safeguard your music library. Check the backup
options in the [configuration
documentation](https://www.navidrome.org/docs/usage/configuration-options/).
More documentation to follow.

##### 🎨 Artists from Last.fm

Navidrome now also fetches **artist images directly from Last.fm**. No
need to create a Spotify account anymore :)

##### 🎧 User Interface Improvements

**Drag-and-Drop Playlists**: You can now **drag and drop song titles**
from the player directly to the sidebar playlist, making playlist
management more intuitive and efficient.

##### 🌟 Navidrome Guru on Gurubase.io

We’ve partnered with [Gurubase.io](https://gurubase.io/) to bring you
[Navidrome Guru](https://gurubase.io/g/navidrome). Now you can chat with
an AI that is (almost) expert on Navidrome configuration and issues.
More information is being added to it everyday, so it will only get
better. Give it a try and let us what is missing and how it can improve.

##### ⚙️ Other Improvements

And as usual, lots of bug fix and improvements. For more details look at
the complete changelog.

#### Changelog

##### New Features

-
[`8e2052f`](https://redirect.github.com/navidrome/navidrome/commit/8e2052ff95d5695a79f139793ae9b2bfeefe03f5):
feat(Insights): add anonymous usage data collection
([#&#8203;3543](https://redirect.github.com/navidrome/navidrome/issues/3543))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9c3b456`](https://redirect.github.com/navidrome/navidrome/commit/9c3b4561652a15846993d477003e111f0df0c585):
feat(build): MSI installer improvements
([#&#8203;3376](https://redirect.github.com/navidrome/navidrome/issues/3376))
([@&#8203;mintsoft](https://redirect.github.com/mintsoft))
-
[`8fb09e7`](https://redirect.github.com/navidrome/navidrome/commit/8fb09e71b6c982a9650e352fdc2a665a687b368a):
feat(server): get artist images from Last.fm
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`5573051`](https://redirect.github.com/navidrome/navidrome/commit/55730514ea59d5f1d0b8e3f8745569c29bdbf7b4):
feat(server): provide native backup/restore mechanism
([#&#8203;3194](https://redirect.github.com/navidrome/navidrome/issues/3194))
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`06c9c1e`](https://redirect.github.com/navidrome/navidrome/commit/06c9c1e64a14d31d971339217d0940199b46d81f):
feat(server): require explicitly enabling reverse proxy auth for unix
sockets
([#&#8203;3062](https://redirect.github.com/navidrome/navidrome/issues/3062))
([@&#8203;crazygolem](https://redirect.github.com/crazygolem))
-
[`0a650de`](https://redirect.github.com/navidrome/navidrome/commit/0a650de357babdcc8ce910fe37fee84acf4ed2fe):
feat(subsonic): add MusicBrainz ID and Sort Name to getArtists
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`23bebe4`](https://redirect.github.com/navidrome/navidrome/commit/23bebe4e06124becf1000e88472ae71a6ca7de4c):
feat(subsonic): getOpenSubsonicExtensions is now public
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`8b5af67`](https://redirect.github.com/navidrome/navidrome/commit/8b5af676474871508dc73ff4e60b625705ac3dfa):
feat(subsonic): support OS clearing play queue
([#&#8203;3399](https://redirect.github.com/navidrome/navidrome/issues/3399))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`0281d06`](https://redirect.github.com/navidrome/navidrome/commit/0281d06b011d29962d210cdb0f11fb5c6197dabc):
feat(ui): Allow drag-and-drop song title from player to sidebar playlist
([#&#8203;2435](https://redirect.github.com/navidrome/navidrome/issues/2435))
([@&#8203;Egor3f](https://redirect.github.com/Egor3f))
-
[`a9334b7`](https://redirect.github.com/navidrome/navidrome/commit/a9334b7787bd4cfe18bb329654e28b0702004127):
feat(ui): show user's lastAccess
([#&#8203;3342](https://redirect.github.com/navidrome/navidrome/issues/3342))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`768160b`](https://redirect.github.com/navidrome/navidrome/commit/768160b05e9929bf5d82359b7768e67ffffeb9b6):
feat: Windows MSI installer and service support
([#&#8203;3125](https://redirect.github.com/navidrome/navidrome/issues/3125))
([@&#8203;mintsoft](https://redirect.github.com/mintsoft))
-
[`9ae898d`](https://redirect.github.com/navidrome/navidrome/commit/9ae898d071e32cf56261f3b13a639fd01092c201):
feat: add Navidrome Guru on Gurubase.io
([#&#8203;3491](https://redirect.github.com/navidrome/navidrome/issues/3491))
([@&#8203;kursataktas](https://redirect.github.com/kursataktas))
-
[`cd0cf7c`](https://redirect.github.com/navidrome/navidrome/commit/cd0cf7c12be08d8035c038138d25e3f6431df021):
feat: cache login background images
([#&#8203;3462](https://redirect.github.com/navidrome/navidrome/issues/3462))
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Bug fixes

-
[`851f54e`](https://redirect.github.com/navidrome/navidrome/commit/851f54ea5741990d7df359a3f9df6fb7a91a084c):
fix(ci): fix linux packages upload
([#&#8203;3569](https://redirect.github.com/navidrome/navidrome/issues/3569))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6bc4c03`](https://redirect.github.com/navidrome/navidrome/commit/6bc4c0317f024fbc6cb8ce056e04fad567d9d2c7):
fix(insights): better status
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`906ac63`](https://redirect.github.com/navidrome/navidrome/commit/906ac635c296acacd9e560409c09236ca3d64aaa):
fix(insights): check if running in a container
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6c11649`](https://redirect.github.com/navidrome/navidrome/commit/6c11649b06afdf0bc9b8303c8c791ae5aecc698c):
fix(insights): fix issues and improve reports
([#&#8203;3558](https://redirect.github.com/navidrome/navidrome/issues/3558))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`82633d7`](https://redirect.github.com/navidrome/navidrome/commit/82633d7490df13b825a01164afe1be4f7d2d0a66):
fix(playlists): make the m3u parser case-insensitive again
[#&#8203;3410](https://redirect.github.com/navidrome/navidrome/issues/3410)
([@&#8203;caiocotts](https://redirect.github.com/caiocotts))
-
[`92a1f19`](https://redirect.github.com/navidrome/navidrome/commit/92a1f19271ded3cb363b228f0a850a7205e81cf4):
fix(scanner): make activity panel update rate configurable
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2866878`](https://redirect.github.com/navidrome/navidrome/commit/28668782c61b85f6f6f08ff7b57f7a8e2c8c08d0):
fix(server): FFmpegPath can contain spaces
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`627417d`](https://redirect.github.com/navidrome/navidrome/commit/627417dae33eda27e1dcc3072bde832c2bb4061e):
fix(server): add disc number to fake path.
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`8808ead`](https://redirect.github.com/navidrome/navidrome/commit/8808eadddaa517ab58ce33a70d08f37b0ffdef0e):
fix(server): allow extra spaces in transcoding commands
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9cbdb20`](https://redirect.github.com/navidrome/navidrome/commit/9cbdb20a318a49daf95888b1fd207d4d729b55f1):
fix(server): don't try to save JWT if it fails to encrypt
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`7f030b0`](https://redirect.github.com/navidrome/navidrome/commit/7f030b0859653593fd2ac0df69f4a313f9caf9ff):
fix(server): encrypt jwt secret at rest
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`fcb5e1b`](https://redirect.github.com/navidrome/navidrome/commit/fcb5e1b80624ecb8b7e1d80656f799f0cb2b80f9):
fix(server): fix case-insensitive sort order and add indexes to improve
performance
([#&#8203;3425](https://redirect.github.com/navidrome/navidrome/issues/3425))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`177a1f8`](https://redirect.github.com/navidrome/navidrome/commit/177a1f853f1e1fe55f2b951873a12c634fa851ce):
fix(server): more race conditions when updating artist/album from
external sources ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2b0bfbd`](https://redirect.github.com/navidrome/navidrome/commit/2b0bfbd75addb2ba7480ef9e7398c64738c29614):
fix(server): race condition when updating artist/album from external
sources ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3e47819`](https://redirect.github.com/navidrome/navidrome/commit/3e47819f7abbc6e14409e855a9f1cbc62dc69e30):
fix(server): reduce album placeholder image size by converting it to
webp ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3fda744`](https://redirect.github.com/navidrome/navidrome/commit/3fda7445b02bc54302295d9a78bf604fdac641bc):
fix(server): try to find proper embedded front cover - only for vorbis
comments for now
([#&#8203;3348](https://redirect.github.com/navidrome/navidrome/issues/3348))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`b7285b2`](https://redirect.github.com/navidrome/navidrome/commit/b7285b28cf7118165dea732a4077ad53f800d0ac):
fix(test): vitest was hanging due to vite-plugin-eslint plugin
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`cbf5e3d`](https://redirect.github.com/navidrome/navidrome/commit/cbf5e3d51b27aa01b802e436272d5be9de713b78):
fix(ui): PWA not updating properly in new Vite config
([#&#8203;3493](https://redirect.github.com/navidrome/navidrome/issues/3493))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`dcc84e2`](https://redirect.github.com/navidrome/navidrome/commit/dcc84e29d962820efd219ec4e7d2ad1b50c6e022):
fix(ui): Update Chinese (simplified) Translation
([#&#8203;3490](https://redirect.github.com/navidrome/navidrome/issues/3490))
([@&#8203;qx100](https://redirect.github.com/qx100))
-
[`32afe96`](https://redirect.github.com/navidrome/navidrome/commit/32afe9698cc51e815939b0377dff3ba215b63274):
fix(ui): completed the translation of zh-Hant and zh-Hans
([#&#8203;3450](https://redirect.github.com/navidrome/navidrome/issues/3450))
([@&#8203;york9675](https://redirect.github.com/york9675))
-
[`2d8507c`](https://redirect.github.com/navidrome/navidrome/commit/2d8507cfd72656609d3b38487dc6053f4090ed3d):
fix(ui): don't hide Last.fm scrobble switch
([#&#8203;3561](https://redirect.github.com/navidrome/navidrome/issues/3561))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`4f8cd53`](https://redirect.github.com/navidrome/navidrome/commit/4f8cd5307cf5f387bbf14bd4647ef3324facc90f):
fix(ui): fix play queue for play button and context menus
([#&#8203;3559](https://redirect.github.com/navidrome/navidrome/issues/3559))
([@&#8203;caiocotts](https://redirect.github.com/caiocotts))
-
[`1a36f06`](https://redirect.github.com/navidrome/navidrome/commit/1a36f06147628e3b1f976135c300d16305dc9371):
fix(ui): service worker crashing on precacheAndRoute
([#&#8203;3528](https://redirect.github.com/navidrome/navidrome/issues/3528))
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`0232afd`](https://redirect.github.com/navidrome/navidrome/commit/0232afd98d3d40f42a0bf3aed64f736bb0308666):
fix(ui): service worker does not load new version of ui
([#&#8203;3402](https://redirect.github.com/navidrome/navidrome/issues/3402))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`04f296c`](https://redirect.github.com/navidrome/navidrome/commit/04f296cc734cd99707e9cb0060dbc9a4dee5e8c5):
fix(ui): show last.fm api-key missing in a `FormHelperText`
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`0d520de`](https://redirect.github.com/navidrome/navidrome/commit/0d520dea2d117e014979c44257b94d3e3713d292):
fix(ui): update Basque
([#&#8203;3542](https://redirect.github.com/navidrome/navidrome/issues/3542))
([@&#8203;xabirequejo](https://redirect.github.com/xabirequejo))
-
[`de04393`](https://redirect.github.com/navidrome/navidrome/commit/de04393b47ff65acce629bb25b3aa77859cd1bcd):
fix(ui): update German translation
([#&#8203;3345](https://redirect.github.com/navidrome/navidrome/issues/3345))
([@&#8203;Lokke](https://redirect.github.com/Lokke))
-
[`640a734`](https://redirect.github.com/navidrome/navidrome/commit/640a734896fd255fce8b751c9465c4397413a0c0):
fix(ui): update Hungarian translation
([#&#8203;3346](https://redirect.github.com/navidrome/navidrome/issues/3346))
([@&#8203;ChekeredList71](https://redirect.github.com/ChekeredList71))
-
[`a358d10`](https://redirect.github.com/navidrome/navidrome/commit/a358d107aaaa1143947a5708ca27d9e472c9e6c5):
fix(ui): update Serbian translation
([#&#8203;3361](https://redirect.github.com/navidrome/navidrome/issues/3361))
([@&#8203;eevan78](https://redirect.github.com/eevan78))
-
[`3e7c4b6`](https://redirect.github.com/navidrome/navidrome/commit/3e7c4b6f70ea0e8b75912490e7e3585e4a86abd8):
fix(ui): update Turkish, Galician and Polish translations from POEditor
([#&#8203;3426](https://redirect.github.com/navidrome/navidrome/issues/3426))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3713032`](https://redirect.github.com/navidrome/navidrome/commit/3713032f57eea19ffb2ce96bacb497e471b8f395):
fix(ui): update translations from POEditor
([#&#8203;3349](https://redirect.github.com/navidrome/navidrome/issues/3349))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`72a0f59`](https://redirect.github.com/navidrome/navidrome/commit/72a0f59be316df7e0b4c7be91a82e277552a55ac):
fix(ui): update translations from POEditor
([#&#8203;3568](https://redirect.github.com/navidrome/navidrome/issues/3568))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`ae6499b`](https://redirect.github.com/navidrome/navidrome/commit/ae6499b941542964ed41743e4edd03f5ff50a7d3):
fix: PRs should not try to push to docker
([#&#8203;3393](https://redirect.github.com/navidrome/navidrome/issues/3393))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`16d1314`](https://redirect.github.com/navidrome/navidrome/commit/16d1314a680bff39641e76f3b8f8e9f7c00f9020):
fix: do not add nil filters
([#&#8203;3394](https://redirect.github.com/navidrome/navidrome/issues/3394))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`943b456`](https://redirect.github.com/navidrome/navidrome/commit/943b456d3f3f34bd8b39c5a398c2862733f10fd9):
fix: do not try to push to ghcr.io without proper permissions
([#&#8203;3395](https://redirect.github.com/navidrome/navidrome/issues/3395))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6c6223f`](https://redirect.github.com/navidrome/navidrome/commit/6c6223f2f9db2c8c253e0d40a192e3519c9037d1):
fix: forcing transcoding when client does not specify transcoding
options
([#&#8203;3455](https://redirect.github.com/navidrome/navidrome/issues/3455))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`ccce1c0`](https://redirect.github.com/navidrome/navidrome/commit/ccce1c0f6dbff1497fb76b830f92654e1a386458):
fix: pre-cache square images, or else they are not useful for the Album
Grid ([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9c46e2b`](https://redirect.github.com/navidrome/navidrome/commit/9c46e2b2622e7ed4fb3a068f92e98efe928fe0dd):
fix: use docker buildx, as required by Linux
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`00c6a0e`](https://redirect.github.com/navidrome/navidrome/commit/00c6a0ed1f3c7a27f3d3a027c4a2723b1f3f7fc4):
fix: use target platform to build final image
([#&#8203;3397](https://redirect.github.com/navidrome/navidrome/issues/3397))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`bbb3182`](https://redirect.github.com/navidrome/navidrome/commit/bbb3182bc97605020af5b4a76efc58a3cf2a7b88):
refactor(server): remove ffmpeg unused code
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Documentation updates

-
[`21dd04c`](https://redirect.github.com/navidrome/navidrome/commit/21dd04cb7db557f2d7e44c50f1b467fe04c8feec):
docs: set org.opencontainers.image.source label in Dockerfile
([#&#8203;3564](https://redirect.github.com/navidrome/navidrome/issues/3564))
([@&#8203;dmarcoux](https://redirect.github.com/dmarcoux))

##### Build process updates

-
[`af1add4`](https://redirect.github.com/navidrome/navidrome/commit/af1add43121937cc0520e910b0b569c9cc09bd32):
Revert "build: new pipeline, new way to cross-compile and build docker
images locally.
([#&#8203;3383](https://redirect.github.com/navidrome/navidrome/issues/3383))"
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`d9fa19d`](https://redirect.github.com/navidrome/navidrome/commit/d9fa19dab32e2c177a18956dbf51c7c4934e0337):
build(ci): bump goreleaser to 2.3.2
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9e5849e`](https://redirect.github.com/navidrome/navidrome/commit/9e5849e4dc9852f18cae5746f1ba647619054420):
build(dependabot): add docker configuration
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`69e2a6d`](https://redirect.github.com/navidrome/navidrome/commit/69e2a6d6209487903dd8b6cb0119c9e1cfa2cf7d):
build(netgo): make sure the project is always compiled with `netgo`
build tag
([#&#8203;3428](https://redirect.github.com/navidrome/navidrome/issues/3428))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`fcdd30b`](https://redirect.github.com/navidrome/navidrome/commit/fcdd30ba8fbba7ed296d6ab003396103481d5110):
build(ui): migrate from CRA/Jest to Vite/Vitest
([#&#8203;3311](https://redirect.github.com/navidrome/navidrome/issues/3311))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`154e13f`](https://redirect.github.com/navidrome/navidrome/commit/154e13f7c910cbf429daef1c1049c3b75478d9c7):
build: add packages for deb and rpm to release
([#&#8203;3202](https://redirect.github.com/navidrome/navidrome/issues/3202))
([@&#8203;kgarner7](https://redirect.github.com/kgarner7))
-
[`5f6a90e`](https://redirect.github.com/navidrome/navidrome/commit/5f6a90e5aa66103d74397e89c0a3205995fdbf58):
build: fix build on FreeBSD
([#&#8203;3403](https://redirect.github.com/navidrome/navidrome/issues/3403))
([@&#8203;jan666](https://redirect.github.com/jan666))
-
[`b14c790`](https://redirect.github.com/navidrome/navidrome/commit/b14c7906411b896f507181ac9e53c57b6920152a):
build: new pipeline, new way to cross-compile and build docker images
locally.
([#&#8203;3383](https://redirect.github.com/navidrome/navidrome/issues/3383))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`214287e`](https://redirect.github.com/navidrome/navidrome/commit/214287e00dd64f31f6ab24b940f5d9e057a7c647):
build: new pipeline, new way to cross-compile and build docker images
locally.
([#&#8203;3388](https://redirect.github.com/navidrome/navidrome/issues/3388))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`9d8c497`](https://redirect.github.com/navidrome/navidrome/commit/9d8c49750e7800208482bd11478cbda411ce4bbf):
ci: ignore refactor commits in release notes
([@&#8203;deluan](https://redirect.github.com/deluan))

##### Other work

-
[`297f72f`](https://redirect.github.com/navidrome/navidrome/commit/297f72ff1a679d1308e7b733be649ab2795bdcf7):
chore(deps): bump Alpine version
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6e5eea9`](https://redirect.github.com/navidrome/navidrome/commit/6e5eea980d35934f76516c23ed5ad404df26e352):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`faed2ea`](https://redirect.github.com/navidrome/navidrome/commit/faed2ea8d765f5b152ee3ad43e07dcf90f6bb51f):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`181c296`](https://redirect.github.com/navidrome/navidrome/commit/181c29613f55c9e92370503b87d3ca5ce43d9fca):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`2bb918f`](https://redirect.github.com/navidrome/navidrome/commit/2bb918f8a117cc3f527198e781b1becc13f6f6d5):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3671598`](https://redirect.github.com/navidrome/navidrome/commit/3671598121742c1263dd2818c55bb3e8cc89f519):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`94bc1a1`](https://redirect.github.com/navidrome/navidrome/commit/94bc1a1d4138572f38364f9313158d1bce1b1c0b):
chore(deps): bump Go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`eab6aad`](https://redirect.github.com/navidrome/navidrome/commit/eab6aadc0f83f65cf6537e80e61de97907e88672):
chore(deps): bump Go to 1.23.2
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6ff7ab5`](https://redirect.github.com/navidrome/navidrome/commit/6ff7ab52f4a62e65d59b6c6eb9b9f47eb976c43b):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`1c0ebb9`](https://redirect.github.com/navidrome/navidrome/commit/1c0ebb946076a9c3ed018f1cb2c5ffc6135cff46):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`c952dc3`](https://redirect.github.com/navidrome/navidrome/commit/c952dc343afb7e9e64acaf1a1b64d87ac13a57cf):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`44bc70b`](https://redirect.github.com/navidrome/navidrome/commit/44bc70b26953e896fd33fcad3ec854bb95d096df):
chore(deps): bump JS dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`6040a50`](https://redirect.github.com/navidrome/navidrome/commit/6040a502976a86db87096b5d64e4d7de9966cf72):
chore(deps): bump alpine from 3.18 to 3.20 in /.github/workflows
([#&#8203;3326](https://redirect.github.com/navidrome/navidrome/issues/3326))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`dd48a23`](https://redirect.github.com/navidrome/navidrome/commit/dd48a23f92530646415c24f6c9ee9a29f61bcdee):
chore(deps): bump github.com/unrolled/secure from 1.15.0 to 1.16.0
([#&#8203;3327](https://redirect.github.com/navidrome/navidrome/issues/3327))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`075a7e2`](https://redirect.github.com/navidrome/navidrome/commit/075a7e26404fab17ad4d67a81f5b38cf28b22d2d):
chore(deps): bump go dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`cf69df8`](https://redirect.github.com/navidrome/navidrome/commit/cf69df877a713608a2a67644dbbe9e05cebdb43b):
chore(deps): bump js dependencies
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`270ae35`](https://redirect.github.com/navidrome/navidrome/commit/270ae3549df165e7dd4b465e0ba2f6b2944aa954):
chore(deps): bump peter-evans/create-pull-request from 6 to 7
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`bc3576e`](https://redirect.github.com/navidrome/navidrome/commit/bc3576e092597b2f3c9ef28483e892f17b2d81ae):
chore(deps): bump prettier
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`ed3ab53`](https://redirect.github.com/navidrome/navidrome/commit/ed3ab5385dd867fb0394c95dcce8aa8bfd7f5551):
chore(deps): bump rollup from 2.79.1 to 2.79.2 in /ui
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`a9b301d`](https://redirect.github.com/navidrome/navidrome/commit/a9b301dfc50910b0ab426cd40a03cd163c111725):
chore(deps-dev): bump
[@&#8203;testing-library/jest-dom](https://redirect.github.com/testing-library/jest-dom)
in /ui
([#&#8203;3418](https://redirect.github.com/navidrome/navidrome/issues/3418))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`936af2d`](https://redirect.github.com/navidrome/navidrome/commit/936af2d895e34bab6c675bcde8204ed6e855c020):
chore(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 22.6.1
to 22.7.4 in /ui
([#&#8203;3335](https://redirect.github.com/navidrome/navidrome/issues/3335))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`bc4aa55`](https://redirect.github.com/navidrome/navidrome/commit/bc4aa55de3cce310ef14f1e33d627a06a53600cd):
chore(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 22.7.4
to 22.7.5 in /ui
([#&#8203;3378](https://redirect.github.com/navidrome/navidrome/issues/3378))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`b86a695`](https://redirect.github.com/navidrome/navidrome/commit/b86a69567d25f1390dda04972b6cb3d49d804000):
chore(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from 22.7.6
to 22.7.7 in /ui
([#&#8203;3417](https://redirect.github.com/navidrome/navidrome/issues/3417))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`67474b7`](https://redirect.github.com/navidrome/navidrome/commit/67474b776cf01f9b15eea05b3e9b49fb0211d63c):
chore(deps-dev): bump
[@&#8203;vitejs/plugin-react](https://redirect.github.com/vitejs/plugin-react)
from 4.3.2 to 4.3.3 in /ui
([#&#8203;3415](https://redirect.github.com/navidrome/navidrome/issues/3415))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`b2eb533`](https://redirect.github.com/navidrome/navidrome/commit/b2eb5330826177978770a278ba617ac430878f7f):
chore(deps-dev): bump
[@&#8203;vitejs/plugin-react-swc](https://redirect.github.com/vitejs/plugin-react-swc)
in /ui
([#&#8203;3339](https://redirect.github.com/navidrome/navidrome/issues/3339))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`fd81039`](https://redirect.github.com/navidrome/navidrome/commit/fd81039f1b76db2f082766d82c6bd1ab73c51aa1):
chore(deps-dev): bump
[@&#8203;vitest/coverage-v8](https://redirect.github.com/vitest/coverage-v8)
from 2.1.1 to 2.1.3 in /ui
([#&#8203;3379](https://redirect.github.com/navidrome/navidrome/issues/3379))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`15b2dc6`](https://redirect.github.com/navidrome/navidrome/commit/15b2dc6b486acb7938b6060aad8449b039a3409b):
chore(deps-dev): bump eslint-plugin-jsx-a11y in /ui
([#&#8203;3416](https://redirect.github.com/navidrome/navidrome/issues/3416))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`5e8085b`](https://redirect.github.com/navidrome/navidrome/commit/5e8085bf3ce85a3bf7b46065585449c53593ca10):
chore(deps-dev): bump eslint-plugin-react from 7.36.1 to 7.37.0 in /ui
([#&#8203;3334](https://redirect.github.com/navidrome/navidrome/issues/3334))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`ff79ac4`](https://redirect.github.com/navidrome/navidrome/commit/ff79ac4336b6d6a5ded313539381e83d2d1c715f):
chore(deps-dev): bump eslint-plugin-react from 7.37.0 to 7.37.1 in /ui
([#&#8203;3362](https://redirect.github.com/navidrome/navidrome/issues/3362))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`8d37781`](https://redirect.github.com/navidrome/navidrome/commit/8d37781a47d22a5da6cb2ac550afa29aeaca68c5):
chore(deps-dev): bump eslint-plugin-react-hooks in /ui
([#&#8203;3381](https://redirect.github.com/navidrome/navidrome/issues/3381))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`1c48a55`](https://redirect.github.com/navidrome/navidrome/commit/1c48a5575920ca66fc19e08ca0579f4b939ad748):
chore(deps-dev): bump eslint-plugin-react-refresh in /ui
([#&#8203;3419](https://redirect.github.com/navidrome/navidrome/issues/3419))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`a6fb7fd`](https://redirect.github.com/navidrome/navidrome/commit/a6fb7fd705e337f7d3b5fda162da8950f8233964):
chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /ui
([#&#8203;3380](https://redirect.github.com/navidrome/navidrome/issues/3380))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`b1c18a4`](https://redirect.github.com/navidrome/navidrome/commit/b1c18a428bea161c9abc31fa3a4fadf068a292e3):
chore(deps-dev): bump vite from 5.4.7 to 5.4.8 in /ui
([#&#8203;3340](https://redirect.github.com/navidrome/navidrome/issues/3340))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`6ec6ac1`](https://redirect.github.com/navidrome/navidrome/commit/6ec6ac1595e7b3ce77bf18ffe9fbdbdceaddd859):
chore(deps-dev): bump vite from 5.4.8 to 5.4.9 in /ui
([#&#8203;3382](https://redirect.github.com/navidrome/navidrome/issues/3382))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`1fac9cc`](https://redirect.github.com/navidrome/navidrome/commit/1fac9cc3ee2c4168f96e582b941c46b63cd270a2):
chore: add poeditor logo to readme
([#&#8203;3329](https://redirect.github.com/navidrome/navidrome/issues/3329))
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`054946d`](https://redirect.github.com/navidrome/navidrome/commit/054946dc42304edbbc25b64f602da43998cced57):
chore: update sanitize with updated diacritics
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`97c06ab`](https://redirect.github.com/navidrome/navidrome/commit/97c06aba1a49cb51836aa73227c175deafada405):
perf(server): add index for sort tags.
([@&#8203;deluan](https://redirect.github.com/deluan))
-
[`3982ba7`](https://redirect.github.com/navidrome/navidrome/commit/3982ba725883e71d4e3e618c61d5140eeb8d850a):
revert: separation of write and read DBs
([@&#8203;deluan](https://redirect.github.com/deluan))

**Full Changelog**:
https://github.com/navidrome/navidrome/compare/v0.53.3...v0.54.1

#### Helping out

This release was only possible thanks to the support of some **awesome
people**!

Want to be one of them?
You can [sponsor](https://redirect.github.com/sponsors/deluan), pay me a
[Ko-fi](https://ko-fi.com/deluan) or [contribute with
code](https://www.navidrome.org/docs/developers/).

#### Where to go next?

- Read installation instructions on our
[website](https://www.navidrome.org/docs/installation/).
- Reach out on [Discord](https://discord.gg/xh7j7yF),
[Reddit](https://www.reddit.com/r/navidrome/) and
[Twitter](https://twitter.com/navidrome)!

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:59:29 +00:00
TrueCharts BotandGitHub e1333294e0 chore(helm): update image alpine 3.20.3 → 3.21.0 (#30172)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alpine | minor | `1e42bbe` -> `21dc606` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:59:25 +00:00
TrueCharts BotandGitHub bb821b8bd2 chore(helm): update image docker.io/bitnami/matomo 5.1.2 → 5.2.1 (#30179)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/bitnami/matomo](https://redirect.github.com/bitnami/containers)
([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/matomo))
| minor | `ce0d807` -> `85c8642` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:55:49 +00:00
TrueCharts BotandGitHub 5f25131f86 chore(helm): update image docker.io/baserow/baserow 1.29.3 → 1.30.1 (#30177)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/baserow/baserow](https://gitlab.com/baserow/baserow) |
minor | `cb5ade0` -> `df0c42e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>baserow/baserow (docker.io/baserow/baserow)</summary>

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

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.30.0...1.30.1)

##### Bug fixes

- Non-standard image formats don't break thumbnails
[#&#8203;2745](https://gitlab.com/baserow/baserow/-/issues/2745)
- handle null payload for file field
[#&#8203;2906](https://gitlab.com/baserow/baserow/-/issues/2906)
- Fix search for number field with applied formating
[#&#8203;3292](https://gitlab.com/baserow/baserow/-/issues/3292)
- Fix a bug that prevent a database index to be created when
sorting/grouping by a duration field.
[#&#8203;3296](https://gitlab.com/baserow/baserow/-/issues/3296)
-   Fix admin dashboard translations
- Fix loading non en and fr translations for premium and enterprise in
production mode.
-   Fix API docs server side rendering bugs.

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

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.29.3...1.30.0)

##### New features

- Add support for advanced number formatting
[#&#8203;1270](https://gitlab.com/baserow/baserow/-/issues/1270)
- Add ability to group by link to table field.
[#&#8203;2306](https://gitlab.com/baserow/baserow/-/issues/2306)
- \[Builder] Improve Builder security with Page level Visibility.
[#&#8203;2392](https://gitlab.com/baserow/baserow/-/issues/2392)
- Select row modal field width, order, and visibility configuration.
[#&#8203;2439](https://gitlab.com/baserow/baserow/-/issues/2439)
- \[Builder] Add the multi-page header and footer containers
[#&#8203;2486](https://gitlab.com/baserow/baserow/-/issues/2486)
- \[Builder] Add date time picker element
[#&#8203;2625](https://gitlab.com/baserow/baserow/-/issues/2625)
- \[Builder] UX improvements: defaults for theme inputs, optional hash
prefix in hex color inputs, and padding in Theme page.
[#&#8203;3067](https://gitlab.com/baserow/baserow/-/issues/3067)
- Introduced ability to configure exising data sync.
[#&#8203;3072](https://gitlab.com/baserow/baserow/-/issues/3072)
- Duration formula field filters
[#&#8203;3110](https://gitlab.com/baserow/baserow/-/issues/3110)
- HubSpot contacts data sync.
[#&#8203;3119](https://gitlab.com/baserow/baserow/-/issues/3119)
- Provide alias names for field types to search for in the dropdown
list. [#&#8203;3179](https://gitlab.com/baserow/baserow/-/issues/3179)
- Export table/view to Excel file
[#&#8203;324](https://gitlab.com/baserow/baserow/-/issues/324)
- \[Builder] Display a count of user source users in the application
settings panel.
[#&#8203;3251](https://gitlab.com/baserow/baserow/-/issues/3251)
- Collapse sidebar with button
[#&#8203;3258](https://gitlab.com/baserow/baserow/-/issues/3258)
- OpenRouter.ai generative AI integration.
[#&#8203;3259](https://gitlab.com/baserow/baserow/-/issues/3259)
- Add support to filter multiple select formula fields.
[#&#8203;3276](https://gitlab.com/baserow/baserow/-/issues/3276)
- Add ability to sort by link_row ('Link to table') field
[#&#8203;506](https://gitlab.com/baserow/baserow/-/issues/506)
- Allow choosing select options in the form view.
[#&#8203;814](https://gitlab.com/baserow/baserow/-/issues/814)
-   Add sort and group by add field search.
-   Added Korean language and translations
- Dependant field lookup performance improvement by per database
pre-filtering.
-   Introduced health check endpoints for the celery queue size.

##### Bug fixes

- \[Builder] Fixed a bug in the Create/Update row workflow action when
concatenating a formula field and a string.
[#&#8203;2546](https://gitlab.com/baserow/baserow/-/issues/2546)
- \[Builder] Fixed an error that triggers when adding a new row in the
Data Source modal for the Link to Table field.
[#&#8203;2579](https://gitlab.com/baserow/baserow/-/issues/2579)
- \[Builder] Resolved an issue where the data source name uniqueness
wasn't handled properly.
[#&#8203;3149](https://gitlab.com/baserow/baserow/-/issues/3149)
- \[Builder] Resolved an issue with changing a data source's table and
view at the same time.
[#&#8203;3200](https://gitlab.com/baserow/baserow/-/issues/3200)
- Resolved an issue in our Local Baserow integration filters where they
would sometimes be incompatible with a changed field type.
[#&#8203;3226](https://gitlab.com/baserow/baserow/-/issues/3226)
- \[Builder] Resolves an error raised when a collection element, using a
single row data source, finds that its property has been trashed.
[#&#8203;3245](https://gitlab.com/baserow/baserow/-/issues/3245)
- Fix for undefined field being passed to getFieldWidth
[#&#8203;3248](https://gitlab.com/baserow/baserow/-/issues/3248)
- Handle properly fetching list of files in archive for zipfile and
zipstream
[#&#8203;3249](https://gitlab.com/baserow/baserow/-/issues/3249)
- \[Builder] Fix inconsistent borders in table element
[#&#8203;3250](https://gitlab.com/baserow/baserow/-/issues/3250)
- \[Builder] Resolved an issue with publishing an application containing
a 'summarize field' data source.
[#&#8203;3255](https://gitlab.com/baserow/baserow/-/issues/3255)
- \[Builder] Fix bug where publishing the builder could sometimes raise
an error.
[#&#8203;3278](https://gitlab.com/baserow/baserow/-/issues/3278)
- \[Builder] Resolved an issue with changing a 'summarize field' data
source into a different type of data source.
[#&#8203;3281](https://gitlab.com/baserow/baserow/-/issues/3281)
- \[Builder] Optimize FormInput component to ensure duplicate requests
are not made on blur.
[#&#8203;3283](https://gitlab.com/baserow/baserow/-/issues/3283)
- undefined
baserow.core.generative_ai.generative_ai_model_types.OpenAIGenerativeAIModelType.prompt_with_files
local vars fixed
-   \[Builder] Add theme support to date and time picker element label
-   Fix API Docs view layout
-   Fix some frontend props defaults values for objects.
- Show accidentally removed callback URL for the OpenID Connect settings
form again.
-   Fixed boolean filter with null filter value
- Resolved a checkbox display issue which presented itself when multiple
checkboxes were displayed on the same page.
- Resolved an accidental regression when an exact date filter is applied
to a date field.

##### Refactors

- Use ZipStream for creating export file
[#&#8203;3229](https://gitlab.com/baserow/baserow/-/issues/3229)
- \[Builder] Improved how collection elements are exported and imported
when data they rely on has been deleted.
[#&#8203;3241](https://gitlab.com/baserow/baserow/-/issues/3241)
- Moved instance admin dashboard, user, and workspace to the open source
core. [#&#8203;3241](https://gitlab.com/baserow/baserow/-/issues/3241)

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:55:34 +00:00
TrueCharts BotandGitHub 566afbe760 chore(helm): update image docker.io/codercom/code-server 4.95.3 → 4.96.2 (#30183)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | minor | `6d74583` -> `6b8c0e9` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:53:49 +00:00
TrueCharts BotandGitHub 83f36444ad chore(helm): update image docker.io/gotson/komga 1.14.1 → 1.15.1 (#30192)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/gotson/komga](https://redirect.github.com/gotson/komga) |
minor | `6e9336c` -> `800b11a` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>gotson/komga (docker.io/gotson/komga)</summary>

###
[`v1.15.1`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1151-2024-12-17)

[Compare
Source](https://redirect.github.com/gotson/komga/compare/1.15.0...1.15.1)

#### 🐛 Fixes

- static web resources not available
([f22d880](https://redirect.github.com/gotson/komga/commits/f22d880))

#### 🔄️ Changes

- fix path format
([4ff3881](https://redirect.github.com/gotson/komga/commits/4ff3881))

#### 🛠  Build

**conveyor**

- use JDK 22 to fix windows build issue
([3b4dca2](https://redirect.github.com/gotson/komga/commits/3b4dca2))

#### 🌐 Translation

**komga-tray**

- translated using Weblate (Portuguese)
([1470a02](https://redirect.github.com/gotson/komga/commits/1470a02))
- translated using Weblate (Thai)
([d179eb2](https://redirect.github.com/gotson/komga/commits/d179eb2))

**webui**

- translated using Weblate (Chinese (Simplified Han script))
([5724409](https://redirect.github.com/gotson/komga/commits/5724409))
- translated using Weblate (Finnish)
([83d0627](https://redirect.github.com/gotson/komga/commits/83d0627))
- translated using Weblate (Spanish)
([af7b1d6](https://redirect.github.com/gotson/komga/commits/af7b1d6))
- translated using Weblate (Croatian)
([43f86ad](https://redirect.github.com/gotson/komga/commits/43f86ad))
- translated using Weblate (Portuguese)
([29826e1](https://redirect.github.com/gotson/komga/commits/29826e1))
- translated using Weblate (Japanese)
([3871fcf](https://redirect.github.com/gotson/komga/commits/3871fcf))
- translated using Weblate (German)
([3cdb5f0](https://redirect.github.com/gotson/komga/commits/3cdb5f0))
- translated using Weblate (Portuguese (Brazil))
([dd9482d](https://redirect.github.com/gotson/komga/commits/dd9482d))
- translated using Weblate (Thai)
([3cdec06](https://redirect.github.com/gotson/komga/commits/3cdec06))
- translated using Weblate (Turkish)
([d501d1a](https://redirect.github.com/gotson/komga/commits/d501d1a))

###
[`v1.15.0`](https://redirect.github.com/gotson/komga/blob/HEAD/CHANGELOG.md#1150-2024-12-16)

[Compare
Source](https://redirect.github.com/gotson/komga/compare/1.14.1...1.15.0)

#### 🚀 Features

**api**

- add new series list API using search condition criteria DSL
([3bfc798](https://redirect.github.com/gotson/komga/commits/3bfc798))

**docker**

- add curl and wget
([143770e](https://redirect.github.com/gotson/komga/commits/143770e))
- add native jpeg-xl library for arm64
([b682e35](https://redirect.github.com/gotson/komga/commits/b682e35))

**webui**

- better filtering for Series
([d93bc3d](https://redirect.github.com/gotson/komga/commits/d93bc3d)),
closes
[#&#8203;1169](https://redirect.github.com/gotson/komga/issues/1169)
[#&#8203;1523](https://redirect.github.com/gotson/komga/issues/1523)
[#&#8203;1552](https://redirect.github.com/gotson/komga/issues/1552)

**windows-app**

- add native webp libraries
([17925e5](https://redirect.github.com/gotson/komga/commits/17925e5))

#### 🐛 Fixes

- keep user uploaded thumbnail when importing a book with upgrade
([b7b74c8](https://redirect.github.com/gotson/komga/commits/b7b74c8))
- restore user uploaded thumbnail when restoring deleted books and
series
([812f822](https://redirect.github.com/gotson/komga/commits/812f822))

#### 🔄️ Changes

- ktlint format
([d659446](https://redirect.github.com/gotson/komga/commits/d659446))
- remove deprecated configuration properties
([7984be2](https://redirect.github.com/gotson/komga/commits/7984be2))
- address deprecations
([225f58f](https://redirect.github.com/gotson/komga/commits/225f58f))
- ktlint format
([d64fe03](https://redirect.github.com/gotson/komga/commits/d64fe03))

#### 🛠  Build

**docker**

- use ubuntu 24.10 and JDK 23
([858365f](https://redirect.github.com/gotson/komga/commits/858365f))
- use new spring boot jar tools to extract layers
([a7ae8c7](https://redirect.github.com/gotson/komga/commits/a7ae8c7))

**macos-app**

- minimum macos version is now 13
([5a32f7b](https://redirect.github.com/gotson/komga/commits/5a32f7b))

**webui**

- update Browserslist db
([4ce9c15](https://redirect.github.com/gotson/komga/commits/4ce9c15))
- update Browserslist db
([25a1cfa](https://redirect.github.com/gotson/komga/commits/25a1cfa))

**unscoped**

- move JDK configuration for desktop app to Conveyor configuration
([051cfb7](https://redirect.github.com/gotson/komga/commits/051cfb7))
- bump gradle to 8.11.1
([2e5d5d8](https://redirect.github.com/gotson/komga/commits/2e5d5d8))
- refactor
([d839cd6](https://redirect.github.com/gotson/komga/commits/d839cd6))

#### 📝 Documentation

- fix FAQ link in CONTRIBUTING.md
([6cc14e3](https://redirect.github.com/gotson/komga/commits/6cc14e3))

#### ⚙️ Dependencies

**ci**

- bump hydraulic-software/conveyor from 15.1 to 16.0
([7fa42f5](https://redirect.github.com/gotson/komga/commits/7fa42f5))
- bump hydraulic-software/conveyor from 14.3 to 15.1
([8923403](https://redirect.github.com/gotson/komga/commits/8923403))

**komga**

- bump nightcompress to 1.0.0
([750710d](https://redirect.github.com/gotson/komga/commits/750710d))
- bump nightmonkeys to 1.0.0
([8ce7716](https://redirect.github.com/gotson/komga/commits/8ce7716))
- bump spring boot to 3.4.0
([c76d9bf](https://redirect.github.com/gotson/komga/commits/c76d9bf))

**webui**

- bump nanoid from 3.3.6 to 3.3.8 in /komga-webui
([570650a](https://redirect.github.com/gotson/komga/commits/570650a))

**unscoped**

- bump deps
([fceda30](https://redirect.github.com/gotson/komga/commits/fceda30))
- bump ktlint to 1.5.0
([307c652](https://redirect.github.com/gotson/komga/commits/307c652))
- bump com.github.ben-manes.versions to 0.51.0
([ee4d0a5](https://redirect.github.com/gotson/komga/commits/ee4d0a5))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:53:39 +00:00
TrueCharts BotandGitHub 175f3b5694 chore(helm): update image quay.io/brancz/kube-rbac-proxy v0.18.1 → v0.18.2 (#30147)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/brancz/kube-rbac-proxy | patch | `e6a3235` -> `7de54b6` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 21:53:05 +00:00
TrueCharts BotandGitHub f5f4a695fe chore(helm): update image docker.io/itzg/mc-router 1.24.0 → 1.25.0 (#30195)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/itzg/mc-router](https://redirect.github.com/itzg/mc-router)
| minor | `e2359f2` -> `c471cb6` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>itzg/mc-router (docker.io/itzg/mc-router)</summary>

###
[`v1.25.0`](https://redirect.github.com/itzg/mc-router/releases/tag/1.25.0)

[Compare
Source](https://redirect.github.com/itzg/mc-router/compare/1.24.0...1.25.0)

#### Changelog

- [`7526a70`](https://redirect.github.com/itzg/mc-router/commit/7526a70)
Add support for allow/deny clients by IP
([#&#8203;355](https://redirect.github.com/itzg/mc-router/issues/355))
- [`513e0b8`](https://redirect.github.com/itzg/mc-router/commit/513e0b8)
build(deps): bump github.com/docker/docker
([#&#8203;352](https://redirect.github.com/itzg/mc-router/issues/352))
- [`b1c6142`](https://redirect.github.com/itzg/mc-router/commit/b1c6142)
build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0
([#&#8203;350](https://redirect.github.com/itzg/mc-router/issues/350))
- [`6dd91a6`](https://redirect.github.com/itzg/mc-router/commit/6dd91a6)
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
([#&#8203;346](https://redirect.github.com/itzg/mc-router/issues/346))
- [`6740796`](https://redirect.github.com/itzg/mc-router/commit/6740796)
build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0
([#&#8203;343](https://redirect.github.com/itzg/mc-router/issues/343))
- [`5a06215`](https://redirect.github.com/itzg/mc-router/commit/5a06215)
build(deps): bump github.com/itzg/go-flagsfiller from 1.14.0 to 1.15.0
([#&#8203;344](https://redirect.github.com/itzg/mc-router/issues/344))

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:50:19 +00:00
TrueCharts BotandGitHub 685ce71867 chore(helm): update image ghcr.io/tasmoadmin/tasmoadmin v4.2.0 → v4.2.1 (#30143)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tasmoadmin/tasmoadmin](https://redirect.github.com/TasmoAdmin/TasmoAdmin)
| patch | `e2dd8d0` -> `f3e64d6` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin)</summary>

###
[`v4.2.1`](https://redirect.github.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.2.1)

[Compare
Source](https://redirect.github.com/TasmoAdmin/TasmoAdmin/compare/v4.2.0...v4.2.1)

#### What's Changed

- Limit ajax concurrency by
[@&#8203;inverse](https://redirect.github.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1273](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1273)
- Fix docker builds by
[@&#8203;inverse](https://redirect.github.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1275](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1275)
- Bump friendsofphp/php-cs-fixer from 3.64.0 to 3.65.0 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1278](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1278)
- Bump codecov/codecov-action from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1272](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1272)
- Bump
[@&#8203;fortawesome/fontawesome-free](https://redirect.github.com/fortawesome/fontawesome-free)
from 6.6.0 to 6.7.1 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1277](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1277)
- Bump
[@&#8203;node-minify/clean-css](https://redirect.github.com/node-minify/clean-css)
from 8.0.6 to 9.0.1 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1270](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1270)
- Bump symfony/http-client from 6.4.14 to 6.4.15 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1266](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1266)
- Bump
[@&#8203;node-minify/terser](https://redirect.github.com/node-minify/terser)
from 8.0.6 to 9.0.1 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1268](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1268)
- Bump
[@&#8203;node-minify/core](https://redirect.github.com/node-minify/core)
from 8.0.6 to 9.0.2 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1269](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1269)
- Bump prettier from 3.3.3 to 3.4.2 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1281](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1281)
- Bump phpstan/phpstan from 1.12.7 to 2.0.3 in /tasmoadmin by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1280](https://redirect.github.com/TasmoAdmin/TasmoAdmin/pull/1280)

**Full Changelog**:
https://github.com/TasmoAdmin/TasmoAdmin/compare/v4.2.0...v4.2.1

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2024-12-27 21:49:11 +00:00
TrueCharts BotandGitHub 8854ea6594 chore(helm): update image docker.io/ayufan/proxmox-backup-server v3.1.2 → v3.3.2 (#30175)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ayufan/proxmox-backup-server | minor | `eacdd4b` ->
`1ec34f2` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2024-12-27 21:48:08 +00:00
TrueCharts BotandGitHub 2f16f80f0f chore(helm): update image ghcr.io/ylianst/meshcentral 1.1.33 → 1.1.35 (#30145) 2024-12-27 22:47:59 +01:00