chore(deps): update updates-patch-minor to v2.11.1 (#3603)

* chore(deps): update updates-patch-minor to v2.11.1

* test

---------

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-11-13 06:17:58 -05:00
committed by GitHub
parent 27c715b58a
commit b1816de33e
3 changed files with 10 additions and 22 deletions

View File

@@ -306,23 +306,11 @@ module.exports = {
"^.+-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
["opencloudeu/web-extensions"]
),
...[
"draw-io",
"progress-bars",
"json-viewer",
"external-sites",
"unzip",
"cast",
"importer",
"arcade",
"maps",
].map((app) =>
customVersioning(
// appname-1.2.3
`^${app}-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$`,
[`opencloudeu/web-extensions`]
)
),
customVersioning(
// appname-1.2.3
`^(?<compatibility>draw-io|progress-bars|json-viewer|external-sites|unzip|cast|importer|arcade|maps)-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$`,
[`opencloudeu/web-extensions`]
)
],
};

View File

@@ -1,6 +1,6 @@
annotations:
min_scale_version: 24.10.2.2
app_version: 2.11.0
app_version: 2.11.1
capabilities: []
categories:
- productivity
@@ -46,4 +46,4 @@ sources:
- https://github.com/penpot/penpot
title: Penpot
train: community
version: 1.2.27
version: 1.2.28

View File

@@ -1,13 +1,13 @@
images:
image:
repository: penpotapp/frontend
tag: 2.11.0
tag: 2.11.1
backend_image:
repository: penpotapp/backend
tag: 2.11.0
tag: 2.11.1
exporter_image:
repository: penpotapp/exporter
tag: 2.11.0
tag: 2.11.1
postgres_15_image:
repository: postgres
tag: 15.14