Skip to content

Commit 29710ff

Browse files
authored
Prepare for release v2022.09.29 (#282)
ProductLine: Stash Release: v2022.09.29 Release-tracker: stashed/CHANGELOG#57 Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 2d65e19 commit 29710ff

File tree

179 files changed

+275
-275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+275
-275
lines changed

catalog/catalog.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -5,68 +5,68 @@
55
{
66
"name": "elasticsearch",
77
"versions": [
8-
"5.6.4-v18",
9-
"6.2.4-v18",
10-
"6.3.0-v18",
11-
"6.4.0-v18",
12-
"6.5.3-v18",
13-
"6.8.0-v18",
14-
"7.2.0-v18",
15-
"7.3.2-v18",
16-
"7.14.0-v4",
17-
"8.2.0-v1"
8+
"5.6.4-v19",
9+
"6.2.4-v19",
10+
"6.3.0-v19",
11+
"6.4.0-v19",
12+
"6.5.3-v19",
13+
"6.8.0-v19",
14+
"7.2.0-v19",
15+
"7.3.2-v19",
16+
"7.14.0-v5",
17+
"8.2.0-v2"
1818
]
1919
},
2020
{
2121
"name": "etcd",
2222
"versions": [
23-
"3.5.0-v5"
23+
"3.5.0-v6"
2424
]
2525
},
2626
{
2727
"name": "kubedump",
2828
"versions": [
29-
"0.1.0-v1"
29+
"0.1.0-v2"
3030
]
3131
},
3232
{
3333
"name": "mariadb",
3434
"versions": [
35-
"10.5.8-v11"
35+
"10.5.8-v12"
3636
]
3737
},
3838
{
3939
"name": "mongodb",
4040
"versions": [
41-
"3.4.17-v18",
42-
"3.4.22-v18",
43-
"3.6.8-v18",
44-
"3.6.13-v18",
45-
"4.0.3-v18",
46-
"4.0.5-v18",
47-
"4.0.11-v18",
48-
"4.1.4-v18",
49-
"4.1.7-v18",
50-
"4.1.13-v18",
51-
"4.2.3-v18",
52-
"4.4.6-v9",
53-
"5.0.3-v6"
41+
"3.4.17-v19",
42+
"3.4.22-v19",
43+
"3.6.8-v19",
44+
"3.6.13-v19",
45+
"4.0.3-v19",
46+
"4.0.5-v19",
47+
"4.0.11-v19",
48+
"4.1.4-v19",
49+
"4.1.7-v19",
50+
"4.1.13-v19",
51+
"4.2.3-v19",
52+
"4.4.6-v10",
53+
"5.0.3-v7"
5454
]
5555
},
5656
{
5757
"name": "mysql",
5858
"versions": [
59-
"5.7.25-v18",
60-
"8.0.3-v18",
61-
"8.0.14-v18",
62-
"8.0.21-v12"
59+
"5.7.25-v19",
60+
"8.0.3-v19",
61+
"8.0.14-v19",
62+
"8.0.21-v13"
6363
]
6464
},
6565
{
6666
"name": "nats",
6767
"versions": [
68-
"2.6.1-v5",
69-
"2.8.2-v1"
68+
"2.6.1-v7",
69+
"2.8.2-v2"
7070
]
7171
},
7272
{
@@ -78,19 +78,19 @@
7878
{
7979
"name": "postgres",
8080
"versions": [
81-
"9.6.19-v17",
82-
"10.14-v17",
83-
"11.9-v17",
84-
"12.4-v17",
85-
"13.1-v14",
86-
"14.0-v6"
81+
"9.6.19-v18",
82+
"10.14-v18",
83+
"11.9-v18",
84+
"12.4-v18",
85+
"13.1-v15",
86+
"14.0-v7"
8787
]
8888
},
8989
{
9090
"name": "redis",
9191
"versions": [
92-
"5.0.13-v6",
93-
"6.2.5-v6",
92+
"5.0.13-v7",
93+
"6.2.5-v7",
9494
"7.0.5"
9595
]
9696
}

catalog/raw/elasticsearch/5.6.4/elasticsearch-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ spec:
3434
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3535
- --output-dir=${outputDir:=}
3636
- --license-apiservice=${LICENSE_APISERVICE:=}
37-
image: stashed/stash-elasticsearch:5.6.4-v18
37+
image: stashed/stash-elasticsearch:5.6.4-v19

catalog/raw/elasticsearch/5.6.4/elasticsearch-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
- --es-args=${args:=}
2727
- --output-dir=${outputDir:=}
2828
- --license-apiservice=${LICENSE_APISERVICE:=}
29-
image: stashed/stash-elasticsearch:5.6.4-v18
29+
image: stashed/stash-elasticsearch:5.6.4-v19

catalog/raw/elasticsearch/6.2.4/elasticsearch-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ spec:
3434
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3535
- --output-dir=${outputDir:=}
3636
- --license-apiservice=${LICENSE_APISERVICE:=}
37-
image: stashed/stash-elasticsearch:6.2.4-v18
37+
image: stashed/stash-elasticsearch:6.2.4-v19

catalog/raw/elasticsearch/6.2.4/elasticsearch-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
- --es-args=${args:=}
2727
- --output-dir=${outputDir:=}
2828
- --license-apiservice=${LICENSE_APISERVICE:=}
29-
image: stashed/stash-elasticsearch:6.2.4-v18
29+
image: stashed/stash-elasticsearch:6.2.4-v19

catalog/raw/elasticsearch/6.3.0/elasticsearch-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ spec:
3434
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3535
- --output-dir=${outputDir:=}
3636
- --license-apiservice=${LICENSE_APISERVICE:=}
37-
image: stashed/stash-elasticsearch:6.3.0-v18
37+
image: stashed/stash-elasticsearch:6.3.0-v19

catalog/raw/elasticsearch/6.3.0/elasticsearch-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
- --es-args=${args:=}
2727
- --output-dir=${outputDir:=}
2828
- --license-apiservice=${LICENSE_APISERVICE:=}
29-
image: stashed/stash-elasticsearch:6.3.0-v18
29+
image: stashed/stash-elasticsearch:6.3.0-v19

catalog/raw/elasticsearch/6.4.0/elasticsearch-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ spec:
3434
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3535
- --output-dir=${outputDir:=}
3636
- --license-apiservice=${LICENSE_APISERVICE:=}
37-
image: stashed/stash-elasticsearch:6.4.0-v18
37+
image: stashed/stash-elasticsearch:6.4.0-v19

catalog/raw/elasticsearch/6.4.0/elasticsearch-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
- --es-args=${args:=}
2727
- --output-dir=${outputDir:=}
2828
- --license-apiservice=${LICENSE_APISERVICE:=}
29-
image: stashed/stash-elasticsearch:6.4.0-v18
29+
image: stashed/stash-elasticsearch:6.4.0-v19

catalog/raw/elasticsearch/6.5.3/elasticsearch-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ spec:
3434
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3535
- --output-dir=${outputDir:=}
3636
- --license-apiservice=${LICENSE_APISERVICE:=}
37-
image: stashed/stash-elasticsearch:6.5.3-v18
37+
image: stashed/stash-elasticsearch:6.5.3-v19

0 commit comments

Comments
 (0)