Skip to content

Commit 29686b4

Browse files
authored
Prepare for release v2022.02.22 (#234)
ProductLine: Stash Release: v2022.02.22 Release-tracker: stashed/CHANGELOG#44 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 31da5db commit 29686b4

File tree

174 files changed

+298
-236
lines changed

Some content is hidden

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

174 files changed

+298
-236
lines changed

catalog/catalog.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,84 +5,84 @@
55
{
66
"name": "elasticsearch",
77
"versions": [
8-
"5.6.4-v14",
9-
"6.2.4-v14",
10-
"6.3.0-v14",
11-
"6.4.0-v14",
12-
"6.5.3-v14",
13-
"6.8.0-v14",
14-
"7.2.0-v14",
15-
"7.3.2-v14",
16-
"7.14.0"
8+
"5.6.4-v15",
9+
"6.2.4-v15",
10+
"6.3.0-v15",
11+
"6.4.0-v15",
12+
"6.5.3-v15",
13+
"6.8.0-v15",
14+
"7.2.0-v15",
15+
"7.3.2-v15",
16+
"7.14.0-v1"
1717
]
1818
},
1919
{
2020
"name": "etcd",
2121
"versions": [
22-
"3.5.0-v1"
22+
"3.5.0-v2"
2323
]
2424
},
2525
{
2626
"name": "mariadb",
2727
"versions": [
28-
"10.5.8-v7"
28+
"10.5.8-v8"
2929
]
3030
},
3131
{
3232
"name": "mongodb",
3333
"versions": [
34-
"3.4.17-v13",
35-
"3.4.22-v13",
36-
"3.6.8-v13",
37-
"3.6.13-v13",
38-
"4.0.3-v13",
39-
"4.0.5-v13",
40-
"4.0.11-v13",
41-
"4.1.4-v13",
42-
"4.1.7-v13",
43-
"4.1.13-v13",
44-
"4.2.3-v13",
45-
"4.4.6-v4",
46-
"5.0.3-v1"
34+
"3.4.17-v14",
35+
"3.4.22-v14",
36+
"3.6.8-v14",
37+
"3.6.13-v14",
38+
"4.0.3-v14",
39+
"4.0.5-v14",
40+
"4.0.11-v14",
41+
"4.1.4-v14",
42+
"4.1.7-v14",
43+
"4.1.13-v14",
44+
"4.2.3-v14",
45+
"4.4.6-v5",
46+
"5.0.3-v2"
4747
]
4848
},
4949
{
5050
"name": "mysql",
5151
"versions": [
52-
"5.7.25-v14",
53-
"8.0.3-v14",
54-
"8.0.14-v14",
55-
"8.0.21-v8"
52+
"5.7.25-v15",
53+
"8.0.3-v15",
54+
"8.0.14-v15",
55+
"8.0.21-v9"
5656
]
5757
},
5858
{
5959
"name": "nats",
6060
"versions": [
61-
"2.6.1-v1"
61+
"2.6.1-v2"
6262
]
6363
},
6464
{
6565
"name": "percona-xtradb",
6666
"versions": [
67-
"5.7-v9"
67+
"5.7-v10"
6868
]
6969
},
7070
{
7171
"name": "postgres",
7272
"versions": [
73-
"9.6.19-v12",
74-
"10.14-v12",
75-
"11.9-v12",
76-
"12.4-v12",
77-
"13.1-v9",
78-
"14.0-v1"
73+
"9.6.19-v13",
74+
"10.14-v13",
75+
"11.9-v13",
76+
"12.4-v13",
77+
"13.1-v10",
78+
"14.0-v2"
7979
]
8080
},
8181
{
8282
"name": "redis",
8383
"versions": [
84-
"5.0.13-v2",
85-
"6.2.5-v2"
84+
"5.0.13-v3",
85+
"6.2.5-v3"
8686
]
8787
}
8888
]

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ spec:
2525
- --es-args=${args:=}
2626
- --output-dir=${outputDir:=}
2727
- --license-apiservice=${LICENSE_APISERVICE:=}
28-
image: stashed/stash-elasticsearch:5.6.4-v14
28+
image: stashed/stash-elasticsearch:5.6.4-v15

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ spec:
2525
- --es-args=${args:=}
2626
- --output-dir=${outputDir:=}
2727
- --license-apiservice=${LICENSE_APISERVICE:=}
28-
image: stashed/stash-elasticsearch:6.2.4-v14
28+
image: stashed/stash-elasticsearch:6.2.4-v15

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ spec:
2525
- --es-args=${args:=}
2626
- --output-dir=${outputDir:=}
2727
- --license-apiservice=${LICENSE_APISERVICE:=}
28-
image: stashed/stash-elasticsearch:6.3.0-v14
28+
image: stashed/stash-elasticsearch:6.3.0-v15

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ spec:
2525
- --es-args=${args:=}
2626
- --output-dir=${outputDir:=}
2727
- --license-apiservice=${LICENSE_APISERVICE:=}
28-
image: stashed/stash-elasticsearch:6.4.0-v14
28+
image: stashed/stash-elasticsearch:6.4.0-v15

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

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

0 commit comments

Comments
 (0)