fix(misskey): update image docker.io/misskey/misskey 2026.3.1 → 2026.3.2 (#46600)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/misskey/misskey](https://redirect.github.com/misskey-dev/misskey) | patch | `3e2aa93` → `8d281da` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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> ### [`v2026.3.2`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202632) [Compare Source](https://redirect.github.com/misskey-dev/misskey/compare/2026.3.1...2026.3.2) ##### General - 依存関係の更新 ##### Client - Enhance: アプリ内ウィンドウの初期サイズを画面サイズに応じて自動で調整するように - Fix: 絵文字パレットが空の状態でMisskeyについてのページが閲覧できない問題を修正 - Fix: ウィンドウのタイトルをクリックしても最前面に出ないことがある問題を修正 ##### Server - Fix: 自分の行ったフォロワー限定投稿または指名投稿に自分自身でリアクションなどを行った場合のイベントが流れない問題を修正 - Fix: 署名付きGETリクエストにおいてAcceptヘッダを署名の対象から除外(Acceptヘッダを正規化するCDNやリバースプロキシを使用している際に挙動がおかしくなる問題を修正) - Fix: WebSocket接続におけるノートの非表示ロジックを修正 - Fix: チャンネルミュートを有効にしている際に、一部のタイムラインやノート一覧が空になる問題を修正 - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWlzc2tleSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2026.3.1
|
||||
appVersion: 2026.3.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -46,5 +46,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/misskey
|
||||
- https://hub.docker.com/r/misskey/misskey
|
||||
type: application
|
||||
version: 16.0.1
|
||||
version: 16.0.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/misskey/misskey
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2026.3.1@sha256:3e2aa9304918989d4f9174b51cef5df577f14936e5cc9170dbf7a9f97da57aaa
|
||||
tag: 2026.3.2@sha256:8d281da796939c94d14f31a646af17f779d97cd417eecb56e1852821e212bc7b
|
||||
|
||||
securityContext:
|
||||
pod:
|
||||
|
||||
Reference in New Issue
Block a user