Skip to content

Commit

Permalink
Prepare for release v2023.10.9 (#321)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2023.10.9

Release-tracker: stashed/CHANGELOG#69

Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Oct 4, 2023
1 parent cf00258 commit 7bd4fbf
Show file tree
Hide file tree
Showing 201 changed files with 315 additions and 305 deletions.
90 changes: 45 additions & 45 deletions catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,70 +5,70 @@
{
"name": "elasticsearch",
"versions": [
"5.6.4-v27",
"6.2.4-v27",
"6.3.0-v27",
"6.4.0-v27",
"6.5.3-v27",
"6.8.0-v27",
"7.2.0-v27",
"7.3.2-v27",
"7.14.0-v13",
"8.2.0-v10"
"5.6.4-v28",
"6.2.4-v28",
"6.3.0-v28",
"6.4.0-v28",
"6.5.3-v28",
"6.8.0-v28",
"7.2.0-v28",
"7.3.2-v28",
"7.14.0-v14",
"8.2.0-v11"
]
},
{
"name": "etcd",
"versions": [
"3.5.0-v14"
"3.5.0-v15"
]
},
{
"name": "kubedump",
"versions": [
"0.1.0-v10"
"0.1.0-v11"
]
},
{
"name": "mariadb",
"versions": [
"10.5.8-v20"
"10.5.8-v21"
]
},
{
"name": "mongodb",
"versions": [
"3.4.17-v27",
"3.4.22-v27",
"3.6.8-v27",
"3.6.13-v27",
"4.0.3-v27",
"4.0.5-v27",
"4.0.11-v27",
"4.1.4-v27",
"4.1.7-v27",
"4.1.13-v27",
"4.2.3-v27",
"4.4.6-v18",
"5.0.3-v15",
"5.0.15",
"6.0.5-v3"
"3.4.17-v28",
"3.4.22-v28",
"3.6.8-v28",
"3.6.13-v28",
"4.0.3-v28",
"4.0.5-v28",
"4.0.11-v28",
"4.1.4-v28",
"4.1.7-v28",
"4.1.13-v28",
"4.2.3-v28",
"4.4.6-v19",
"5.0.3-v16",
"5.0.15-v1",
"6.0.5-v4"
]
},
{
"name": "mysql",
"versions": [
"5.7.25-v27",
"8.0.3-v27",
"8.0.14-v27",
"8.0.21-v21"
"5.7.25-v28",
"8.0.3-v28",
"8.0.14-v28",
"8.0.21-v22"
]
},
{
"name": "nats",
"versions": [
"2.6.1-v15",
"2.8.2-v10"
"2.6.1-v16",
"2.8.2-v11"
]
},
{
Expand All @@ -80,27 +80,27 @@
{
"name": "postgres",
"versions": [
"9.6.19-v26",
"10.14-v26",
"11.9-v26",
"12.4-v26",
"13.1-v23",
"14.0-v15",
"15.1-v7"
"9.6.19-v27",
"10.14-v27",
"11.9-v27",
"12.4-v27",
"13.1-v24",
"14.0-v16",
"15.1-v8"
]
},
{
"name": "redis",
"versions": [
"5.0.13-v15",
"6.2.5-v15",
"7.0.5-v8"
"5.0.13-v16",
"6.2.5-v16",
"7.0.5-v9"
]
},
{
"name": "vault",
"versions": [
"1.10.3-v7"
"1.10.3-v8"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v27
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v27
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v27
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v27
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v27
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v27
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v27
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v27
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v27
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v27
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.8.0-v27
image: ghcr.io/stashed/stash-elasticsearch:6.8.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.8.0-v27
image: ghcr.io/stashed/stash-elasticsearch:6.8.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v13
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v14
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v13
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v14
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:7.2.0-v27
image: ghcr.io/stashed/stash-elasticsearch:7.2.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:7.2.0-v27
image: ghcr.io/stashed/stash-elasticsearch:7.2.0-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v27
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v28
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v27
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v28
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v10
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v11
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v10
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v11
2 changes: 1 addition & 1 deletion catalog/raw/etcd/3.5.0/etcd-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-etcd:3.5.0-v14
image: ghcr.io/stashed/stash-etcd:3.5.0-v15
2 changes: 1 addition & 1 deletion catalog/raw/etcd/3.5.0/etcd-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
- --image=${ADDON_IMAGE:=}
- --secret-name=${REPOSITORY_SECRET_NAME:=}
- --snapshots=${RESTORE_SNAPSHOTS:=}
image: ghcr.io/stashed/stash-etcd:3.5.0-v14
image: ghcr.io/stashed/stash-etcd:3.5.0-v15
2 changes: 1 addition & 1 deletion catalog/raw/kubedump/0.1.0/kubedump-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/kubedump:0.1.0-v10
image: ghcr.io/stashed/kubedump:0.1.0-v11
2 changes: 1 addition & 1 deletion catalog/raw/mariadb/10.5.8/mariadb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-mariadb:10.5.8-v20
image: ghcr.io/stashed/stash-mariadb:10.5.8-v21
2 changes: 1 addition & 1 deletion catalog/raw/mariadb/10.5.8/mariadb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-mariadb:10.5.8-v20
image: ghcr.io/stashed/stash-mariadb:10.5.8-v21
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.4.17/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.17-v27
image: ghcr.io/stashed/stash-mongodb:3.4.17-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.4.17/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.17-v27
image: ghcr.io/stashed/stash-mongodb:3.4.17-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.4.22/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.22-v27
image: ghcr.io/stashed/stash-mongodb:3.4.22-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.4.22/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.22-v27
image: ghcr.io/stashed/stash-mongodb:3.4.22-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.6.13/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.13-v27
image: ghcr.io/stashed/stash-mongodb:3.6.13-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.6.13/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.13-v27
image: ghcr.io/stashed/stash-mongodb:3.6.13-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.6.8/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.8-v27
image: ghcr.io/stashed/stash-mongodb:3.6.8-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/3.6.8/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.8-v27
image: ghcr.io/stashed/stash-mongodb:3.6.8-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.0.11/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.11-v27
image: ghcr.io/stashed/stash-mongodb:4.0.11-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.0.11/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.11-v27
image: ghcr.io/stashed/stash-mongodb:4.0.11-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.0.3/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.3-v27
image: ghcr.io/stashed/stash-mongodb:4.0.3-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.0.3/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.3-v27
image: ghcr.io/stashed/stash-mongodb:4.0.3-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.0.5/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.5-v27
image: ghcr.io/stashed/stash-mongodb:4.0.5-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.0.5/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.5-v27
image: ghcr.io/stashed/stash-mongodb:4.0.5-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.1.13/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.1.13-v27
image: ghcr.io/stashed/stash-mongodb:4.1.13-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.1.13/mongodb-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.1.13-v27
image: ghcr.io/stashed/stash-mongodb:4.1.13-v28
2 changes: 1 addition & 1 deletion catalog/raw/mongodb/4.1.4/mongodb-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.1.4-v27
image: ghcr.io/stashed/stash-mongodb:4.1.4-v28
Loading

0 comments on commit 7bd4fbf

Please sign in to comment.