Skip to content

Commit 20e2108

Browse files
authored
Prepare for release v2023.02.28 (#294)
ProductLine: Stash Release: v2023.02.28 Release-tracker: stashed/CHANGELOG#61 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent ebf193a commit 20e2108

File tree

191 files changed

+290
-290
lines changed

Some content is hidden

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

191 files changed

+290
-290
lines changed

catalog/catalog.json

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

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-v21
37+
image: stashed/stash-elasticsearch:5.6.4-v22

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-v21
29+
image: stashed/stash-elasticsearch:5.6.4-v22

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-v21
37+
image: stashed/stash-elasticsearch:6.2.4-v22

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-v21
29+
image: stashed/stash-elasticsearch:6.2.4-v22

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-v21
37+
image: stashed/stash-elasticsearch:6.3.0-v22

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-v21
29+
image: stashed/stash-elasticsearch:6.3.0-v22

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-v21
37+
image: stashed/stash-elasticsearch:6.4.0-v22

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-v21
29+
image: stashed/stash-elasticsearch:6.4.0-v22

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-v21
37+
image: stashed/stash-elasticsearch:6.5.3-v22

0 commit comments

Comments
 (0)