chore(deps): update updates-patch-minor (#2624)

* chore(deps): update updates-patch-minor

* bump

* fix affine

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
truenasbot
2025-06-21 04:14:43 -04:00
committed by GitHub
parent ea84012f69
commit a6a4ed69cf
21 changed files with 39 additions and 37 deletions

View File

@@ -79,6 +79,7 @@ module.exports = {
matchFileNames: ["ix-dev/enterprise/**"],
},
// Custom versioning matching
// https://docs.renovatebot.com/modules/versioning/regex/#rangesconstraints
customVersioning(
// There are tags with date format (24.08.0), but newer versions are semver
// We still limit major to 1 digit, as we don't want to match "24.08.0" as a major version
@@ -282,7 +283,8 @@ module.exports = {
),
customVersioning(
// stable-e043ecf
"^stable-(?<patch>[Z]?)(?<build>[a-z0-9]{7})$",
// We need all the groups here because renovate requires them
"^stable-(?<major>[Z]?)(?<minor>[Z]?)(?<patch>[Z]?)(?<build>[a-z0-9]{7})$",
["ghcr.io/toeverything/affine-graphql"]
),
customVersioning(
@@ -297,7 +299,7 @@ module.exports = {
),
customVersioning(
// v1.134.0(-cuda|rocm|openvino)?
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>cuda|rocm|openvino))$",
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<compatibility>cuda|rocm|openvino))?$",
["ghcr.io/immich-app/immich-machine-learning"]
),
],

View File

@@ -1,4 +1,4 @@
app_version: 0.50.3
app_version: 0.50.4
capabilities: []
categories:
- productivity
@@ -33,4 +33,4 @@ sources:
- https://github.com/dgtlmoon/changedetection.io
title: ChangeDetection.io
train: community
version: 1.0.8
version: 1.0.9

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ghcr.io/dgtlmoon/changedetection.io
tag: 0.50.3
tag: 0.50.4
consts:
change_detection_container_name: change-detection

View File

@@ -1,4 +1,4 @@
app_version: 4.100.3
app_version: 4.101.1
capabilities:
- description: Code Server is able to change file ownership arbitrarily
name: CHOWN
@@ -33,4 +33,4 @@ sources:
- https://github.com/coder/code-server
title: Code Server
train: community
version: 1.0.14
version: 1.0.15

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ghcr.io/coder/code-server
tag: 4.100.3
tag: 4.101.1
consts:
code_server_container_name: code-server

View File

@@ -1,6 +1,6 @@
annotations:
min_scale_version: 24.10.2.2
app_version: v2.33.0
app_version: v2.33.1
capabilities: []
categories:
- storage
@@ -36,4 +36,4 @@ sources:
- https://hub.docker.com/r/filebrowser/filebrowser
title: File Browser
train: community
version: 1.3.6
version: 1.3.7

View File

@@ -1,7 +1,7 @@
images:
image:
repository: filebrowser/filebrowser
tag: v2.33.0
tag: v2.33.1
consts:
filebrowser_container_name: filebrowser

View File

@@ -1,6 +1,6 @@
annotations:
min_scale_version: 24.10.2.2
app_version: 1.24.1
app_version: 1.24.2
capabilities: []
categories:
- productivity
@@ -42,4 +42,4 @@ sources:
- https://docs.gitea.io/en-us/install-with-docker-rootless
title: Gitea
train: community
version: 1.3.5
version: 1.3.6

View File

@@ -1,7 +1,7 @@
images:
image:
repository: gitea/gitea
tag: 1.24.1-rootless
tag: 1.24.2-rootless
postgres_15_image:
repository: postgres
tag: "15.13"

View File

@@ -1,4 +1,4 @@
app_version: v1.24.0
app_version: v1.25.0
capabilities:
- description: Homarr is able to change file ownership arbitrarily
name: CHOWN
@@ -45,4 +45,4 @@ sources:
- https://github.com/homarr-labs/homarr
title: Homarr
train: community
version: 2.1.5
version: 2.1.6

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ghcr.io/homarr-labs/homarr
tag: v1.24.0
tag: v1.25.0
consts:
homarr_container_name: homarr

View File

@@ -1,6 +1,6 @@
annotations:
min_scale_version: 24.10.2.2
app_version: v1.135.2
app_version: v1.135.3
capabilities: []
categories:
- media
@@ -43,4 +43,4 @@ sources:
- https://github.com/immich-app/immich
title: Immich
train: community
version: 1.9.4
version: 1.9.5

View File

@@ -1,19 +1,19 @@
images:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.135.2
tag: v1.135.3
ml_image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.135.0
tag: v1.135.3
ml_cuda_image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.135.0-cuda
tag: v1.135.3-cuda
ml_rocm_image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.135.0-rocm
tag: v1.135.3-rocm
ml_openvino_image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.135.0-openvino
tag: v1.135.3-openvino
pgvecto_image:
repository: ghcr.io/immich-app/postgres
tag: 15-vectorchord0.4.3-pgvectors0.2.0

View File

@@ -1,4 +1,4 @@
app_version: 0.22.2032
app_version: 0.22.2035
capabilities: []
categories:
- media
@@ -29,4 +29,4 @@ sources:
- https://github.com/elfhosted/containers/tree/main/apps/jackett
title: Jackett
train: community
version: 1.0.123
version: 1.0.124

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ghcr.io/elfhosted/jackett
tag: 0.22.2032
tag: 0.22.2035
consts:
jackett_container_name: jackett

View File

@@ -1,4 +1,4 @@
app_version: 1.22.0
app_version: 1.22.1
capabilities: []
categories:
- monitoring
@@ -38,4 +38,4 @@ sources:
- https://github.com/msgbyte/tianji
title: Tianji
train: community
version: 1.0.51
version: 1.0.52

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ghcr.io/msgbyte/tianji
tag: 1.22.0
tag: 1.22.1
postgres_17_image:
repository: postgres
tag: "17.5"

View File

@@ -1,4 +1,4 @@
app_version: 1.500.0
app_version: 1.500.2
capabilities:
- description: Worker Reports is able to change file ownership arbitrarily
name: CHOWN
@@ -74,4 +74,4 @@ sources:
- https://www.windmill.dev/
title: Windmill
train: community
version: 1.0.22
version: 1.0.23

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ghcr.io/windmill-labs/windmill
tag: "1.500.0"
tag: "1.500.2"
postgres_17_image:
repository: postgres
tag: "17"
@@ -13,7 +13,7 @@ images:
tag: "latest"
lsp_image:
repository: ghcr.io/windmill-labs/windmill-lsp
tag: "1.500.0"
tag: "1.500.2"
consts:
server_container_name: server

View File

@@ -1,4 +1,4 @@
app_version: 31.0.6-fpm-3bd965f5
app_version: 31.0.6-fpm-7e93480c
capabilities: []
categories:
- productivity
@@ -70,4 +70,4 @@ sources:
- https://hub.docker.com/r/ixsystems/nextcloud-notify-push
title: Nextcloud
train: test
version: 1.0.28
version: 1.0.29

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ixsystems/nextcloud-fpm
tag: 31.0.6-fpm-3bd965f5
tag: 31.0.6-fpm-7e93480c
notify_push_image:
repository: ixsystems/nextcloud-notify-push
tag: 1.1.0-25d76a32