chore(helm): update image ghcr.io/m1k1o/neko/firefox 2.8.13 → 2.9.0 (#32449)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/m1k1o/neko/firefox](https://redirect.github.com/m1k1o/neko) |
minor | `cf95cc7` -> `ef73f05` |

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

---

### Release Notes

<details>
<summary>m1k1o/neko (ghcr.io/m1k1o/neko/firefox)</summary>

###
[`v2.9.0`](https://redirect.github.com/m1k1o/neko/releases/tag/v2.9.0):
n.eko v2.9.0

[Compare
Source](https://redirect.github.com/m1k1o/neko/compare/v2.8.13...v2.9.0)

This is the last v2 release before v3 release.

##### New Features

-   Added nvidia support for firefox.
- Added `?lang=<lang>` parameter to the URL, which will set the language
of the interface (by
[@&#8203;mbattista](https://redirect.github.com/mbattista)).
- Added `?show_side=1` and `?mute_chat=1` parameter to the URL, for chat
mute and show side (by
[@&#8203;mbattista](https://redirect.github.com/mbattista)).
- Added `NEKO_BROADCAST_AUTOSTART` to automatically start or do not
start broadcasting when the room is created. By default, it is set to
`true` because it was the previous behavior.
-   Added new translations (🇹🇼,🇯🇵) by various people.

##### Bugs

- Fix incorrect version sorting for chromium, microsoft-edge, opera and
ungoogledchromium.
- Fix buffer overflow in Gstreamer log function
[#&#8203;382](https://redirect.github.com/m1k1o/neko/pull/382) (by
[@&#8203;tt2468](https://redirect.github.com/tt2468)).

##### Misc

- Added RTMP broadcast support to nvidia docker image
[#&#8203;274](https://redirect.github.com/m1k1o/neko/issues/274).
- Ensured that paths are writable by neko user
[#&#8203;277](https://redirect.github.com/m1k1o/neko/issues/277).
- Git commit and tag are now included in the build when creating a
docker image.
- Remove any temporary files associated with a Form after file upload,
that would be otherwise never removed.
- Add check for volume parameter in URL before setting volume (by
[@&#8203;FapFapDragon](https://redirect.github.com/FapFapDragon)).
- Add glib main loop to capture manager
[#&#8203;383](https://redirect.github.com/m1k1o/neko/pull/383) (by
[@&#8203;tt2468](https://redirect.github.com/tt2468)).
-   Sync clipboard only if in focus.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2025-02-23 02:12:33 +01:00
committed by GitHub
parent 993a901991
commit 9cd02ad9df
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.8.13
appVersion: 2.9.0
dependencies:
- name: common
version: 25.4.10

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/firefox
tag: 2.8.13@sha256:cf95cc75064e9f4b30d1c7d39188c5045e326e246f3c51e04041b87d3b555462
tag: 2.9.0@sha256:ef73f05b7d3452fe3c8c7e865595360bd63c0af908e73743ebe74b072b14a65c
braveImage:
pullPolicy: IfNotPresent
repository: ghcr.io/m1k1o/neko/brave