Skip to content

Commit 4dd8553

Browse files
authored
Prepare for release v2021.11.24 (#217)
ProductLine: Stash Release: v2021.11.24 Release-tracker: stashed/CHANGELOG#43 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent e1f85c4 commit 4dd8553

File tree

160 files changed

+213
-213
lines changed

Some content is hidden

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

160 files changed

+213
-213
lines changed

catalog/catalog.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,84 +5,84 @@
55
{
66
"name": "elasticsearch",
77
"versions": [
8-
"5.6.4-v13",
9-
"6.2.4-v13",
10-
"6.3.0-v13",
11-
"6.4.0-v13",
12-
"6.5.3-v13",
13-
"6.8.0-v13",
14-
"7.2.0-v13",
15-
"7.3.2-v13",
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",
1616
"7.14.0"
1717
]
1818
},
1919
{
2020
"name": "etcd",
2121
"versions": [
22-
"3.5.0"
22+
"3.5.0-v1"
2323
]
2424
},
2525
{
2626
"name": "mariadb",
2727
"versions": [
28-
"10.5.8-v6"
28+
"10.5.8-v7"
2929
]
3030
},
3131
{
3232
"name": "mongodb",
3333
"versions": [
34-
"3.4.17-v12",
35-
"3.4.22-v12",
36-
"3.6.8-v12",
37-
"3.6.13-v12",
38-
"4.0.3-v12",
39-
"4.0.5-v12",
40-
"4.0.11-v12",
41-
"4.1.4-v12",
42-
"4.1.7-v12",
43-
"4.1.13-v12",
44-
"4.2.3-v12",
45-
"4.4.6-v3",
46-
"5.0.3"
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"
4747
]
4848
},
4949
{
5050
"name": "mysql",
5151
"versions": [
52-
"5.7.25-v13",
53-
"8.0.3-v13",
54-
"8.0.14-v13",
55-
"8.0.21-v7"
52+
"5.7.25-v14",
53+
"8.0.3-v14",
54+
"8.0.14-v14",
55+
"8.0.21-v8"
5656
]
5757
},
5858
{
5959
"name": "nats",
6060
"versions": [
61-
"2.6.1"
61+
"2.6.1-v1"
6262
]
6363
},
6464
{
6565
"name": "percona-xtradb",
6666
"versions": [
67-
"5.7-v8"
67+
"5.7-v9"
6868
]
6969
},
7070
{
7171
"name": "postgres",
7272
"versions": [
73-
"9.6.19-v11",
74-
"10.14-v11",
75-
"11.9-v11",
76-
"12.4-v11",
77-
"13.1-v8",
78-
"14.0"
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"
7979
]
8080
},
8181
{
8282
"name": "redis",
8383
"versions": [
84-
"5.0.13-v1",
85-
"6.2.5-v1"
84+
"5.0.13-v2",
85+
"6.2.5-v2"
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
@@ -32,7 +32,7 @@ spec:
3232
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3333
- --output-dir=${outputDir:=}
3434
- --license-apiservice=${LICENSE_APISERVICE:=}
35-
image: stashed/stash-elasticsearch:5.6.4-v13
35+
image: stashed/stash-elasticsearch:5.6.4-v14
3636
volumeMounts:
3737
- mountPath: /etc/repository/secret
3838
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --es-args=${args:=}
2525
- --output-dir=${outputDir:=}
2626
- --license-apiservice=${LICENSE_APISERVICE:=}
27-
image: stashed/stash-elasticsearch:5.6.4-v13
27+
image: stashed/stash-elasticsearch:5.6.4-v14
2828
volumeMounts:
2929
- mountPath: /etc/repository/secret
3030
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3333
- --output-dir=${outputDir:=}
3434
- --license-apiservice=${LICENSE_APISERVICE:=}
35-
image: stashed/stash-elasticsearch:6.2.4-v13
35+
image: stashed/stash-elasticsearch:6.2.4-v14
3636
volumeMounts:
3737
- mountPath: /etc/repository/secret
3838
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --es-args=${args:=}
2525
- --output-dir=${outputDir:=}
2626
- --license-apiservice=${LICENSE_APISERVICE:=}
27-
image: stashed/stash-elasticsearch:6.2.4-v13
27+
image: stashed/stash-elasticsearch:6.2.4-v14
2828
volumeMounts:
2929
- mountPath: /etc/repository/secret
3030
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3333
- --output-dir=${outputDir:=}
3434
- --license-apiservice=${LICENSE_APISERVICE:=}
35-
image: stashed/stash-elasticsearch:6.3.0-v13
35+
image: stashed/stash-elasticsearch:6.3.0-v14
3636
volumeMounts:
3737
- mountPath: /etc/repository/secret
3838
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --es-args=${args:=}
2525
- --output-dir=${outputDir:=}
2626
- --license-apiservice=${LICENSE_APISERVICE:=}
27-
image: stashed/stash-elasticsearch:6.3.0-v13
27+
image: stashed/stash-elasticsearch:6.3.0-v14
2828
volumeMounts:
2929
- mountPath: /etc/repository/secret
3030
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3333
- --output-dir=${outputDir:=}
3434
- --license-apiservice=${LICENSE_APISERVICE:=}
35-
image: stashed/stash-elasticsearch:6.4.0-v13
35+
image: stashed/stash-elasticsearch:6.4.0-v14
3636
volumeMounts:
3737
- mountPath: /etc/repository/secret
3838
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --es-args=${args:=}
2525
- --output-dir=${outputDir:=}
2626
- --license-apiservice=${LICENSE_APISERVICE:=}
27-
image: stashed/stash-elasticsearch:6.4.0-v13
27+
image: stashed/stash-elasticsearch:6.4.0-v14
2828
volumeMounts:
2929
- mountPath: /etc/repository/secret
3030
name: ${secretVolume}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3333
- --output-dir=${outputDir:=}
3434
- --license-apiservice=${LICENSE_APISERVICE:=}
35-
image: stashed/stash-elasticsearch:6.5.3-v13
35+
image: stashed/stash-elasticsearch:6.5.3-v14
3636
volumeMounts:
3737
- mountPath: /etc/repository/secret
3838
name: ${secretVolume}

0 commit comments

Comments
 (0)