Skip to content

Commit

Permalink
chore(deps): update container image misskey/misskey to v2024.10.0@9f1…
Browse files Browse the repository at this point in the history
…38fc by renovate (#27485)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [misskey/misskey](https://redirect.github.com/misskey-dev/misskey) |
minor | `2024.9.0` -> `2024.10.0` |

---

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

---

### Release Notes

<details>
<summary>misskey-dev/misskey (misskey/misskey)</summary>

###
[`v2024.10.0`](https://redirect.github.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#2024100)

[Compare
Source](https://redirect.github.com/misskey-dev/misskey/compare/2024.9.0...2024.10.0)

##### Note

-
セキュリティ向上のため、サーバー初期設定時に使用する初期パスワードを設定できるようになりました。今後Misskeyサーバーを新たに設置する際には、初回の起動前にコンフィグファイルの`setupPassword`をコメントアウトし、初期パスワードを設定することをおすすめします。(すでに初期設定を完了しているサーバーについては、この変更に伴い対応する必要はありません)
-
ホスティングサービスを運営している場合は、コンフィグファイルを構築する際に`setupPassword`をランダムな値に設定し、ユーザーに通知するようにシステムを更新することをおすすめします。
- なお、初期パスワードが設定されていない場合でも初期設定を行うことが可能です(UI上で初期パスワードの入力欄を空欄にすると続行できます)。
-   ユーザーデータを読み込む際の型が一部変更されました。
- `twoFactorEnabled`, `usePasswordLessLogin`, `securityKeys`:
自分とモデレーター以外のユーザーからは取得できなくなりました

##### General

-   Feat: サーバー初期設定時に初期パスワードを設定できるように
-   Feat: 通報にモデレーションノートを残せるように
-   Feat: 通報の解決種別を設定できるように
-   Enhance: 通報の解決と転送を個別に行えるように
-   Enhance: セキュリティ向上のため、サインイン時もCAPTCHAを求めるようになりました
-   Enhance: 依存関係の更新
-   Enhance: l10nの更新
- Enhance: Playの「人気」タブで10件以上表示可能に
[#&#8203;14399](https://redirect.github.com/misskey-dev/misskey/issues/14399)
-   Fix: 連合のホワイトリストが正常に登録されない問題を修正

##### Client

-   Enhance: デザインの調整
-   Enhance: ログイン画面の認証フローを改善
-   Fix: クライアント上での時間ベースの実績獲得動作が実績獲得後も発動していた問題を修正\
(Cherry-picked from
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/657)

##### Server

-   Enhance: セキュリティ向上のため、ログイン時にメール通知を行うように
-   Enhance: 自分とモデレーター以外のユーザーから二要素認証関連のデータが取得できないように
- Enhance: 通報および通報解決時に送出されるSystemWebhookにユーザ情報を含めるように (
[#&#8203;14697](https://redirect.github.com/misskey-dev/misskey/issues/14697)
)
-   Fix: `admin/abuse-user-reports`エンドポイントのスキーマが間違っていた問題を修正

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
  • Loading branch information
truecharts-admin authored Oct 9, 2024
1 parent 94410f3 commit 069a8b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/stable/misskey/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2024.9.0
appVersion: 2024.10.0
dependencies:
- name: common
version: 25.0.0
Expand Down Expand Up @@ -44,4 +44,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/misskey
- https://hub.docker.com/r/misskey/misskey
type: application
version: 10.8.0
version: 10.9.0
2 changes: 1 addition & 1 deletion charts/stable/misskey/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: misskey/misskey
pullPolicy: IfNotPresent
tag: 2024.9.0@sha256:a99ce9cc37867db5b68f38cf0c9d715d47e4c659105be071d5d2209219eef52b
tag: 2024.10.0@sha256:9f138fcf3e8b3ae77e5c148a566c70c581433337fa77753a039926eb35c922fd

securityContext:
pod:
Expand Down

0 comments on commit 069a8b6

Please sign in to comment.