chore(helm): update image docker.io/misskey/misskey 2025.6.0 → 2025.6.3 (#36415)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey) | patch | `217a1ad` -> `d90fcf6` | --- > [!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.6.3`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202563) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2025.6.2...2025.6.3) ##### Client - Fix: キャッシュを削除しないとクライアントが使用できないことがある問題を修正 ### [`v2025.6.2`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202562) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2025.6.1...2025.6.2) ##### Client - Fix: キャッシュを削除しないとクライアントが使用できないことがある問題を修正 - 翻訳の更新 ### [`v2025.6.1`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202561) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2025.6.0...2025.6.1) ##### Note - AiScript Misskey拡張API(Misskey Webプラグイン)の[note_view_interruptor](https://misskey-hub.net/ja/docs/for-developers/plugin/plugin-api-reference/#pluginregister_note_view_interruptorfn)は不具合の影響により現在一時的に無効化されています。 - Misskey Web投稿フォームのプレビュー切り替えは「...」メニュー内に配置されました ##### Client - Feat: 画像にウォーターマークを付与できるようになりました - Feat: 画像の加工ができるようになりました(実験的) - Enhance: ノートのリアクション一覧で、押せるリアクションを優先して表示できるようにするオプションを追加 - Enhance: 全てのチャットメッセージを既読にできるように(設定→その他) - Enhance: ミュートした絵文字をデバイス間で同期できるように - Fix: ドライブファイルの選択が不安定な問題を修正 - Fix: コントロールパネルのファイル欄などのデザインが崩れている問題を修正 - Fix: ユーザーの検索結果を追加で読み込むことができない問題を修正 - Fix: タッチ操作時にチャートのツールチップが消えなくなる場合がある問題を修正 - Fix: ウェルカムタイムラインでリアクションが表示されない問題を修正 - Fix: デッキのタイムラインカラムで新着ノート時のサウンドが再生されない問題を修正 ##### Server - Feat: 全てのチャットメッセージを既読にするAPIを追加(chat/read-all) - Fix: アカウント削除が正常に行われないことがあった問題を修正 - Fix: outboxのページネーションが正しく行われない問題を修正 ##### Misskey.js - Fix: misskey-jsの drive/file/create でファイルアップロードができない問題を修正 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.6.0
|
||||
appVersion: 2025.6.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -47,5 +47,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/misskey
|
||||
- https://hub.docker.com/r/misskey/misskey
|
||||
type: application
|
||||
version: 12.1.0
|
||||
version: 12.1.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/misskey/misskey
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2025.6.0@sha256:217a1ad34bdf26227ba40ea19e0daecc52194d68cb11ce18e790c1c6e3699d51
|
||||
tag: 2025.6.3@sha256:d90fcf69c9897256a4767a5e07984c6849e7e147eb3b2e2e1f304c0f0f4e7266
|
||||
|
||||
securityContext:
|
||||
pod:
|
||||
|
||||
Reference in New Issue
Block a user