From f8bb119fa10b5a9b96916d665c211546835a3694 Mon Sep 17 00:00:00 2001 From: truenasbot <113129203+truenasbot@users.noreply.github.com> Date: Thu, 27 Nov 2025 07:22:36 -0500 Subject: [PATCH] chore(deps): update updates-patch-minor to v2025.11.0 (#3717) * chore(deps): update updates-patch-minor to v2025.11.0 * renovate: rustfs regex (#3716) --------- Co-authored-by: bugclerk Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/renovate-config.js | 7 ++++++- ix-dev/community/hoppscotch/app.yaml | 4 ++-- ix-dev/community/hoppscotch/ix_values.yaml | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/renovate-config.js b/.github/renovate-config.js index 4df29e5057..039df69ad4 100644 --- a/.github/renovate-config.js +++ b/.github/renovate-config.js @@ -179,7 +179,7 @@ module.exports = { customVersioning( // 9.0.2-stable "^(?\\d+)\\.(?\\d+)\\.(?\\d+)-stable$", - ["lmscommunity/lyrionmusicserver"], + ["lmscommunity/lyrionmusicserver"] ), customVersioning( // 2.1.0.3-stable @@ -306,6 +306,11 @@ module.exports = { `^(?draw-io|progress-bars|json-viewer|external-sites|unzip|cast|importer|arcade|maps)-(?\\d+)\\.(?\\d+)\\.(?\\d+)$`, [`opencloudeu/web-extensions`] ), + customVersioning( + // 1.0.0-alpha.67 + "^(?\\d+)\\.(?\\d+)\\.(?\\d+)(-alpha\\.(?\\d+))?$", + ["rustfs/rustfs"] + ), ], }; diff --git a/ix-dev/community/hoppscotch/app.yaml b/ix-dev/community/hoppscotch/app.yaml index 042bae5498..e5353d328a 100644 --- a/ix-dev/community/hoppscotch/app.yaml +++ b/ix-dev/community/hoppscotch/app.yaml @@ -1,4 +1,4 @@ -app_version: 2025.10.1 +app_version: 2025.11.0 capabilities: [] categories: - development @@ -50,4 +50,4 @@ sources: - https://hub.docker.com/r/hoppscotch/hoppscotch-admin title: Hoppscotch train: community -version: 1.0.21 +version: 1.0.22 diff --git a/ix-dev/community/hoppscotch/ix_values.yaml b/ix-dev/community/hoppscotch/ix_values.yaml index da06176f1d..661851b953 100644 --- a/ix-dev/community/hoppscotch/ix_values.yaml +++ b/ix-dev/community/hoppscotch/ix_values.yaml @@ -1,7 +1,7 @@ images: image: repository: hoppscotch/hoppscotch-backend - tag: "2025.10.1" + tag: "2025.11.0" container_utils_image: repository: ixsystems/container-utils tag: 1.0.1 @@ -13,10 +13,10 @@ images: tag: 1.0.5 frontend_image: repository: hoppscotch/hoppscotch-frontend - tag: "2025.10.1" + tag: "2025.11.0" admin_image: repository: hoppscotch/hoppscotch-admin - tag: "2025.10.1" + tag: "2025.11.0" consts: migrations_container_name: migrations