Skip to content

Commit 2814743

Browse files
authored
Prepare for release v2021.04.12 (#173)
ProductLine: Stash Release: v2021.04.12 Release-tracker: stashed/CHANGELOG#35 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 39bdc8e commit 2814743

File tree

128 files changed

+6352
-6352
lines changed

Some content is hidden

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

128 files changed

+6352
-6352
lines changed

catalog/catalog.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,61 +5,61 @@
55
{
66
"name": "elasticsearch",
77
"versions": [
8-
"5.6.4-v8",
9-
"6.2.4-v8",
10-
"6.3.0-v8",
11-
"6.4.0-v8",
12-
"6.5.3-v8",
13-
"6.8.0-v8",
14-
"7.2.0-v8",
15-
"7.3.2-v8"
8+
"5.6.4-v9",
9+
"6.2.4-v9",
10+
"6.3.0-v9",
11+
"6.4.0-v9",
12+
"6.5.3-v9",
13+
"6.8.0-v9",
14+
"7.2.0-v9",
15+
"7.3.2-v9"
1616
]
1717
},
1818
{
1919
"name": "mariadb",
2020
"versions": [
21-
"10.5.8-v2"
21+
"10.5.8-v3"
2222
]
2323
},
2424
{
2525
"name": "mongodb",
2626
"versions": [
27-
"3.4.17-v7",
28-
"3.4.22-v7",
29-
"3.6.8-v7",
30-
"3.6.13-v7",
31-
"4.0.3-v7",
32-
"4.0.5-v7",
33-
"4.0.11-v7",
34-
"4.1.4-v7",
35-
"4.1.7-v7",
36-
"4.1.13-v7",
37-
"4.2.3-v7"
27+
"3.4.17-v8",
28+
"3.4.22-v8",
29+
"3.6.8-v8",
30+
"3.6.13-v8",
31+
"4.0.3-v8",
32+
"4.0.5-v8",
33+
"4.0.11-v8",
34+
"4.1.4-v8",
35+
"4.1.7-v8",
36+
"4.1.13-v8",
37+
"4.2.3-v8"
3838
]
3939
},
4040
{
4141
"name": "mysql",
4242
"versions": [
43-
"5.7.25-v8",
44-
"8.0.3-v8",
45-
"8.0.14-v8",
46-
"8.0.21-v2"
43+
"5.7.25-v9",
44+
"8.0.3-v9",
45+
"8.0.14-v9",
46+
"8.0.21-v3"
4747
]
4848
},
4949
{
5050
"name": "percona-xtradb",
5151
"versions": [
52-
"5.7-v3"
52+
"5.7-v4"
5353
]
5454
},
5555
{
5656
"name": "postgres",
5757
"versions": [
58-
"9.6.19-v6",
59-
"10.14-v6",
60-
"11.9-v6",
61-
"12.4-v6",
62-
"13.1-v3"
58+
"9.6.19-v7",
59+
"10.14-v7",
60+
"11.9-v7",
61+
"12.4-v7",
62+
"13.1-v4"
6363
]
6464
}
6565
]

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

0 commit comments

Comments
 (0)