Skip to content

Commit

Permalink
Prepare for release v2024.8.27 (#343)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2024.8.27

Release-tracker: stashed/CHANGELOG#75

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Aug 28, 2024
1 parent ae2d4f9 commit 7f7b18f
Show file tree
Hide file tree
Showing 215 changed files with 3,983 additions and 1,225 deletions.
92 changes: 46 additions & 46 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-v31",
"6.2.4-v31",
"6.3.0-v31",
"6.4.0-v31",
"6.5.3-v31",
"6.8.0-v31",
"7.2.0-v31",
"7.3.2-v31",
"7.14.0-v17",
"8.2.0-v14"
"5.6.4-v32",
"6.2.4-v32",
"6.3.0-v32",
"6.4.0-v32",
"6.5.3-v32",
"6.8.0-v32",
"7.2.0-v32",
"7.3.2-v32",
"7.14.0-v18",
"8.2.0-v15"
]
},
{
"name": "etcd",
"versions": [
"3.5.0-v18"
"3.5.0-v19"
]
},
{
"name": "kubedump",
"versions": [
"0.1.0-v14"
"0.1.0-v15"
]
},
{
"name": "mariadb",
"versions": [
"10.5.8-v25"
"10.5.8-v26"
]
},
{
"name": "mongodb",
"versions": [
"3.4.17-v31",
"3.4.22-v31",
"3.6.8-v31",
"3.6.13-v31",
"4.0.3-v31",
"4.0.5-v31",
"4.0.11-v31",
"4.1.4-v31",
"4.1.7-v31",
"4.1.13-v31",
"4.2.3-v31",
"4.4.6-v22",
"5.0.3-v19",
"5.0.15-v4",
"6.0.5-v7"
"3.4.17-v32",
"3.4.22-v32",
"3.6.8-v32",
"3.6.13-v32",
"4.0.3-v32",
"4.0.5-v32",
"4.0.11-v32",
"4.1.4-v32",
"4.1.7-v32",
"4.1.13-v32",
"4.2.3-v32",
"4.4.6-v23",
"5.0.3-v20",
"5.0.15-v5",
"6.0.5-v8"
]
},
{
"name": "mysql",
"versions": [
"5.7.25-v31",
"8.0.3-v31",
"8.0.14-v31",
"8.0.21-v25"
"5.7.25-v32",
"8.0.3-v32",
"8.0.14-v32",
"8.0.21-v26"
]
},
{
"name": "nats",
"versions": [
"2.6.1-v19",
"2.8.2-v14"
"2.6.1-v20",
"2.8.2-v15"
]
},
{
Expand All @@ -80,28 +80,28 @@
{
"name": "postgres",
"versions": [
"9.6.19-v30",
"10.14-v30",
"11.9-v30",
"12.4-v30",
"13.1-v27",
"14.0-v19",
"15.1-v11",
"16.1"
"9.6.19-v31",
"10.14-v31",
"11.9-v31",
"12.4-v31",
"13.1-v28",
"14.0-v20",
"15.1-v12",
"16.1-v1"
]
},
{
"name": "redis",
"versions": [
"5.0.13-v19",
"6.2.5-v19",
"7.0.5-v12"
"5.0.13-v20",
"6.2.5-v20",
"7.0.5-v13"
]
},
{
"name": "vault",
"versions": [
"1.10.3-v11"
"1.10.3-v12"
]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-v31
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v32
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v31
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v32
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-v31
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v32
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v31
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v32
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-v31
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v31
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-v31
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v31
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-v31
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v32
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v31
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v32
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-v31
image: ghcr.io/stashed/stash-elasticsearch:6.8.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:6.8.0-v31
image: ghcr.io/stashed/stash-elasticsearch:6.8.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --enable-dashboard-backup=${ENABLE_DASHBOARD_BACKUP:=false}
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v17
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v18
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --enable-dashboard-restore=${ENABLE_DASHBOARD_RESTORE:=false}
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v17
image: ghcr.io/stashed/stash-elasticsearch:7.14.0-v18
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-v31
image: ghcr.io/stashed/stash-elasticsearch:7.2.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- --es-args=${args:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-elasticsearch:7.2.0-v31
image: ghcr.io/stashed/stash-elasticsearch:7.2.0-v32
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --enable-dashboard-backup=${ENABLE_DASHBOARD_BACKUP:=false}
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v31
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v32
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --enable-dashboard-restore=${ENABLE_DASHBOARD_RESTORE:=false}
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v31
image: ghcr.io/stashed/stash-elasticsearch:7.3.2-v32
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --enable-dashboard-backup=${ENABLE_DASHBOARD_BACKUP:=false}
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v14
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v15
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --enable-dashboard-restore=${ENABLE_DASHBOARD_RESTORE:=false}
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v14
image: ghcr.io/stashed/stash-elasticsearch:8.2.0-v15
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 @@ -34,4 +34,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-v18
image: ghcr.io/stashed/stash-etcd:3.5.0-v19
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 @@ -35,4 +35,4 @@ spec:
- --image=${ADDON_IMAGE:=}
- --secret-name=${REPOSITORY_SECRET_NAME:=}
- --snapshots=${RESTORE_SNAPSHOTS:=}
image: ghcr.io/stashed/stash-etcd:3.5.0-v18
image: ghcr.io/stashed/stash-etcd:3.5.0-v19
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 @@ -39,4 +39,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/kubedump:0.1.0-v14
image: ghcr.io/stashed/kubedump:0.1.0-v15
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 @@ -34,4 +34,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-v25
image: ghcr.io/stashed/stash-mariadb:10.5.8-v26
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 @@ -26,4 +26,4 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: ghcr.io/stashed/stash-mariadb:10.5.8-v25
image: ghcr.io/stashed/stash-mariadb:10.5.8-v26
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.17-v31
image: ghcr.io/stashed/stash-mongodb:3.4.17-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.17-v31
image: ghcr.io/stashed/stash-mongodb:3.4.17-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.22-v31
image: ghcr.io/stashed/stash-mongodb:3.4.22-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.4.22-v31
image: ghcr.io/stashed/stash-mongodb:3.4.22-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.13-v31
image: ghcr.io/stashed/stash-mongodb:3.6.13-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.13-v31
image: ghcr.io/stashed/stash-mongodb:3.6.13-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.8-v31
image: ghcr.io/stashed/stash-mongodb:3.6.8-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:3.6.8-v31
image: ghcr.io/stashed/stash-mongodb:3.6.8-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.11-v31
image: ghcr.io/stashed/stash-mongodb:4.0.11-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.11-v31
image: ghcr.io/stashed/stash-mongodb:4.0.11-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.3-v31
image: ghcr.io/stashed/stash-mongodb:4.0.3-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.3-v31
image: ghcr.io/stashed/stash-mongodb:4.0.3-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.5-v31
image: ghcr.io/stashed/stash-mongodb:4.0.5-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.0.5-v31
image: ghcr.io/stashed/stash-mongodb:4.0.5-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.1.13-v31
image: ghcr.io/stashed/stash-mongodb:4.1.13-v32
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 @@ -29,4 +29,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.1.13-v31
image: ghcr.io/stashed/stash-mongodb:4.1.13-v32
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 @@ -36,4 +36,4 @@ spec:
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
- --authentication-database=${authenticationDatabase:=admin}
image: ghcr.io/stashed/stash-mongodb:4.1.4-v31
image: ghcr.io/stashed/stash-mongodb:4.1.4-v32
Loading

0 comments on commit 7f7b18f

Please sign in to comment.