chore(helm): update image docker.io/misskey/misskey 2025.10.2 → 2025.11.0 (#41754)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey) | minor | `e94e565` -> `d74f117` | --- > [!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>misskey-dev/misskey (docker.io/misskey/misskey)</summary> ### [`v2025.11.0`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2025110) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2025.10.2...2025.11.0) ##### General - Feat: チャンネルミュート機能の実装 [#​10649](https://redirect.github.com/misskey-dev/misskey/issues/10649) - チャンネルの概要画面の右上からミュートできます(リンクコピー、共有、設定と同列) - Enhance: Node.js 24.10.0をサポートするようになりました - Enhance: DockerのNode.jsが24.10.0に更新されました - 依存関係の更新 ##### Client - Feat: 画像にメタデータを含むフレームをつけられる機能 - Enhance: プリセットを作成しなくても画像にウォーターマークを付与できるように - Enhance: 管理しているチャンネルの見分けがつきやすくなるように - Enhance: プロフィールへのリンクをユーザーポップアップのアバターに追加 - Enhance: ユーザーのノート、フォロー、フォロワーページへのリンクをユーザーポップアップに追加 - Enhance: プッシュ通知を行うための権限確認をより確実に行うように - Enhance: 投稿フォームのチュートリアルを追加 - Enhance: 「自動でもっと見る」をほとんどの箇所で利用可能に - Enhance: アンテナ・リスト設定画面とタイムラインの動線を改善 - アンテナ・リスト一覧画面の項目を選択すると、設定画面ではなくタイムラインに移動するようになりました - アンテナ・リストの設定画面の右上にタイムラインに移動するボタンを追加しました - Fix: 紙吹雪エフェクトがアニメーション設定を考慮せず常に表示される問題を修正 - Fix: ナビゲーションバーのリアルタイムモード切替ボタンの状態をよりわかりやすく表示するように - Fix: ページのタイトルが長いとき、はみ出る問題を修正 - Fix: 投稿フォームのアバターが正しく表示されない問題を修正 [#​16789](https://redirect.github.com/misskey-dev/misskey/issues/16789) - FIx: カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正 [#​16626](https://redirect.github.com/misskey-dev/misskey/issues/16626) ##### Server - Enhance: Remote Notes Cleaningが複雑度が高いノートの処理を中断せずに次のノートから再開するように - Fix: チャンネルの説明欄の最小文字数制約を除去 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
|||||||
truecharts.org/min_kubernetes_version: 1.24.0
|
truecharts.org/min_kubernetes_version: 1.24.0
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2025.10.2
|
appVersion: 2025.11.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 28.26.3
|
version: 28.26.3
|
||||||
@@ -49,5 +49,5 @@ sources:
|
|||||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/misskey
|
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/misskey
|
||||||
- https://hub.docker.com/r/misskey/misskey
|
- https://hub.docker.com/r/misskey/misskey
|
||||||
type: application
|
type: application
|
||||||
version: 13.27.12
|
version: 13.28.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: docker.io/misskey/misskey
|
repository: docker.io/misskey/misskey
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2025.10.2@sha256:e94e565722df11bc2ca85a46a90103c50353313d1a79476d7ee6ee964cd62ae2
|
tag: 2025.11.0@sha256:d74f1170352defab15de6d953a229554aced5e3037da3787c1fc633500442597
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
pod:
|
pod:
|
||||||
|
|||||||
Reference in New Issue
Block a user