Skip to content

Commit 8a0f171

Browse files
authored
Prepare for release v2021.10.11 (#210)
ProductLine: Stash Release: v2021.10.11 Release-tracker: stashed/CHANGELOG#41 Signed-off-by: 1gtm <[email protected]>
1 parent 7e2f6eb commit 8a0f171

File tree

148 files changed

+262
-218
lines changed

Some content is hidden

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

148 files changed

+262
-218
lines changed

catalog/catalog.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,53 @@
55
{
66
"name": "elasticsearch",
77
"versions": [
8-
"5.6.4-v12",
9-
"6.2.4-v12",
10-
"6.3.0-v12",
11-
"6.4.0-v12",
12-
"6.5.3-v12",
13-
"6.8.0-v12",
14-
"7.2.0-v12",
15-
"7.3.2-v12"
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"
16+
]
17+
},
18+
{
19+
"name": "etcd",
20+
"versions": [
21+
"3.5.0"
1622
]
1723
},
1824
{
1925
"name": "mariadb",
2026
"versions": [
21-
"10.5.8-v5"
27+
"10.5.8-v6"
2228
]
2329
},
2430
{
2531
"name": "mongodb",
2632
"versions": [
27-
"3.4.17-v11",
28-
"3.4.22-v11",
29-
"3.6.8-v11",
30-
"3.6.13-v11",
31-
"4.0.3-v11",
32-
"4.0.5-v11",
33-
"4.0.11-v11",
34-
"4.1.4-v11",
35-
"4.1.7-v11",
36-
"4.1.13-v11",
37-
"4.2.3-v11",
38-
"4.4.6-v2",
33+
"3.4.17-v12",
34+
"3.4.22-v12",
35+
"3.6.8-v12",
36+
"3.6.13-v12",
37+
"4.0.3-v12",
38+
"4.0.5-v12",
39+
"4.0.11-v12",
40+
"4.1.4-v12",
41+
"4.1.7-v12",
42+
"4.1.13-v12",
43+
"4.2.3-v12",
44+
"4.4.6-v3",
3945
"5.0.3"
4046
]
4147
},
4248
{
4349
"name": "mysql",
4450
"versions": [
45-
"5.7.25-v12",
46-
"8.0.3-v12",
47-
"8.0.14-v12",
48-
"8.0.21-v6"
51+
"5.7.25-v13",
52+
"8.0.3-v13",
53+
"8.0.14-v13",
54+
"8.0.21-v7"
4955
]
5056
},
5157
{
@@ -57,31 +63,25 @@
5763
{
5864
"name": "percona-xtradb",
5965
"versions": [
60-
"5.7-v7"
66+
"5.7-v8"
6167
]
6268
},
6369
{
6470
"name": "postgres",
6571
"versions": [
66-
"9.6.19-v10",
67-
"10.14-v10",
68-
"11.9-v10",
69-
"12.4-v10",
70-
"13.1-v7",
72+
"9.6.19-v11",
73+
"10.14-v11",
74+
"11.9-v11",
75+
"12.4-v11",
76+
"13.1-v8",
7177
"14.0"
7278
]
7379
},
7480
{
7581
"name": "redis",
7682
"versions": [
77-
"5.0.13",
78-
"6.2.5"
79-
]
80-
},
81-
{
82-
"name": "etcd",
83-
"versions": [
84-
"3.5.0"
83+
"5.0.13-v1",
84+
"6.2.5-v1"
8585
]
8686
}
8787
]

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-v12
35+
image: stashed/stash-elasticsearch:5.6.4-v13
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-v12
27+
image: stashed/stash-elasticsearch:5.6.4-v13
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-v12
35+
image: stashed/stash-elasticsearch:6.2.4-v13
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-v12
27+
image: stashed/stash-elasticsearch:6.2.4-v13
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-v12
35+
image: stashed/stash-elasticsearch:6.3.0-v13
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-v12
27+
image: stashed/stash-elasticsearch:6.3.0-v13
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-v12
35+
image: stashed/stash-elasticsearch:6.4.0-v13
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-v12
27+
image: stashed/stash-elasticsearch:6.4.0-v13
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-v12
35+
image: stashed/stash-elasticsearch:6.5.3-v13
3636
volumeMounts:
3737
- mountPath: /etc/repository/secret
3838
name: ${secretVolume}

0 commit comments

Comments
 (0)