mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
bump warracker (#2418)
This commit is contained in:
9
.github/renovate-config.js
vendored
9
.github/renovate-config.js
vendored
@@ -248,7 +248,12 @@ module.exports = {
|
||||
customVersioning(
|
||||
// 6.1.4.2
|
||||
"^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$",
|
||||
["ghcr.io/justarchinet/archisteamfarm", "ghcr.io/sassanix/warracker/main"]
|
||||
["ghcr.io/justarchinet/archisteamfarm"]
|
||||
),
|
||||
customVersioning(
|
||||
// 0.1.4.2
|
||||
"^0\\.(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
["ghcr.io/sassanix/warracker/main"]
|
||||
),
|
||||
customVersioning(
|
||||
// amd64-3.3.13
|
||||
@@ -294,7 +299,7 @@ module.exports = {
|
||||
// v1.134.0-cuda|rocm|openvino
|
||||
"^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-(cuda|rocm|openvino))?",
|
||||
["ghcr.io/immich-app/immich-machine-learning"]
|
||||
)
|
||||
),
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
app_version: 9.9.1
|
||||
capabilities: []
|
||||
app_version: 0.9.9.8
|
||||
capabilities:
|
||||
- name: CHOWN
|
||||
description: Warracker is able to change file ownership arbitrarily
|
||||
- name: DAC_OVERRIDE
|
||||
description: Warracker is able to bypass file permission checks
|
||||
- name: FOWNER
|
||||
description: Warracker is able to bypass permission checks for file operations
|
||||
- name: NET_BIND_SERVICE
|
||||
description: Warracker is able to bind to privileged ports (< 1024)
|
||||
- name: SETGID
|
||||
description: Warracker is able to change group ID of processes
|
||||
- name: SETUID
|
||||
description: Warracker is able to change user ID of processes
|
||||
categories:
|
||||
- productivity
|
||||
changelog_url: https://github.com/sassanix/Warracker/blob/main/CHANGELOG.md
|
||||
@@ -36,4 +48,4 @@ sources:
|
||||
- https://github.com/sassanix/Warracker
|
||||
title: Warracker
|
||||
train: community
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
images:
|
||||
image:
|
||||
repository: ghcr.io/sassanix/warracker/main
|
||||
tag: 9.9.1
|
||||
tag: 0.9.9.8
|
||||
postgres_17_image:
|
||||
repository: postgres
|
||||
tag: "17.5"
|
||||
|
||||
Reference in New Issue
Block a user