Skip to content

Commit 56bd538

Browse files
authored
Prepare for release v2024.2.9-rc.0 (#328)
ProductLine: Stash Release: v2024.2.9-rc.0 Release-tracker: stashed/CHANGELOG#70 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 20c7b9a commit 56bd538

File tree

195 files changed

+295
-295
lines changed

Some content is hidden

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

195 files changed

+295
-295
lines changed

catalog/catalog.json

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,70 +5,70 @@
55
{
66
"name": "elasticsearch",
77
"versions": [
8-
"5.6.4-v28",
9-
"6.2.4-v28",
10-
"6.3.0-v28",
11-
"6.4.0-v28",
12-
"6.5.3-v28",
13-
"6.8.0-v28",
14-
"7.2.0-v28",
15-
"7.3.2-v28",
16-
"7.14.0-v14",
17-
"8.2.0-v11"
8+
"5.6.4-v29",
9+
"6.2.4-v29",
10+
"6.3.0-v29",
11+
"6.4.0-v29",
12+
"6.5.3-v29",
13+
"6.8.0-v29",
14+
"7.2.0-v29",
15+
"7.3.2-v29",
16+
"7.14.0-v15",
17+
"8.2.0-v12"
1818
]
1919
},
2020
{
2121
"name": "etcd",
2222
"versions": [
23-
"3.5.0-v15"
23+
"3.5.0-v16"
2424
]
2525
},
2626
{
2727
"name": "kubedump",
2828
"versions": [
29-
"0.1.0-v11"
29+
"0.1.0-v12"
3030
]
3131
},
3232
{
3333
"name": "mariadb",
3434
"versions": [
35-
"10.5.8-v21"
35+
"10.5.8-v23"
3636
]
3737
},
3838
{
3939
"name": "mongodb",
4040
"versions": [
41-
"3.4.17-v28",
42-
"3.4.22-v28",
43-
"3.6.8-v28",
44-
"3.6.13-v28",
45-
"4.0.3-v28",
46-
"4.0.5-v28",
47-
"4.0.11-v28",
48-
"4.1.4-v28",
49-
"4.1.7-v28",
50-
"4.1.13-v28",
51-
"4.2.3-v28",
52-
"4.4.6-v19",
53-
"5.0.3-v16",
54-
"5.0.15-v1",
55-
"6.0.5-v4"
41+
"3.4.17-v29",
42+
"3.4.22-v29",
43+
"3.6.8-v29",
44+
"3.6.13-v29",
45+
"4.0.3-v29",
46+
"4.0.5-v29",
47+
"4.0.11-v29",
48+
"4.1.4-v29",
49+
"4.1.7-v29",
50+
"4.1.13-v29",
51+
"4.2.3-v29",
52+
"4.4.6-v20",
53+
"5.0.3-v17",
54+
"5.0.15-v2",
55+
"6.0.5-v5"
5656
]
5757
},
5858
{
5959
"name": "mysql",
6060
"versions": [
6161
"5.7.25-v29",
62-
"8.0.3-v28",
63-
"8.0.14-v28",
64-
"8.0.21-v22"
62+
"8.0.3-v29",
63+
"8.0.14-v29",
64+
"8.0.21-v23"
6565
]
6666
},
6767
{
6868
"name": "nats",
6969
"versions": [
70-
"2.6.1-v16",
71-
"2.8.2-v11"
70+
"2.6.1-v17",
71+
"2.8.2-v12"
7272
]
7373
},
7474
{
@@ -80,27 +80,27 @@
8080
{
8181
"name": "postgres",
8282
"versions": [
83-
"9.6.19-v27",
84-
"10.14-v27",
85-
"11.9-v27",
86-
"12.4-v27",
87-
"13.1-v24",
88-
"14.0-v16",
89-
"15.1-v8"
83+
"9.6.19-v28",
84+
"10.14-v28",
85+
"11.9-v28",
86+
"12.4-v28",
87+
"13.1-v25",
88+
"14.0-v17",
89+
"15.1-v9"
9090
]
9191
},
9292
{
9393
"name": "redis",
9494
"versions": [
95-
"5.0.13-v16",
96-
"6.2.5-v16",
97-
"7.0.5-v9"
95+
"5.0.13-v17",
96+
"6.2.5-v17",
97+
"7.0.5-v10"
9898
]
9999
},
100100
{
101101
"name": "vault",
102102
"versions": [
103-
"1.10.3-v8"
103+
"1.10.3-v9"
104104
]
105105
}
106106
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ spec:
3535
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
38-
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v28
38+
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ spec:
2727
- --es-args=${args:=}
2828
- --output-dir=${outputDir:=}
2929
- --license-apiservice=${LICENSE_APISERVICE:=}
30-
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v28
30+
image: ghcr.io/stashed/stash-elasticsearch:5.6.4-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ spec:
3535
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
38-
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v28
38+
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ spec:
2727
- --es-args=${args:=}
2828
- --output-dir=${outputDir:=}
2929
- --license-apiservice=${LICENSE_APISERVICE:=}
30-
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v28
30+
image: ghcr.io/stashed/stash-elasticsearch:6.2.4-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ spec:
3535
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
38-
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v28
38+
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ spec:
2727
- --es-args=${args:=}
2828
- --output-dir=${outputDir:=}
2929
- --license-apiservice=${LICENSE_APISERVICE:=}
30-
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v28
30+
image: ghcr.io/stashed/stash-elasticsearch:6.3.0-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ spec:
3535
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
38-
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v28
38+
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ spec:
2727
- --es-args=${args:=}
2828
- --output-dir=${outputDir:=}
2929
- --license-apiservice=${LICENSE_APISERVICE:=}
30-
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v28
30+
image: ghcr.io/stashed/stash-elasticsearch:6.4.0-v29

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ spec:
3535
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
38-
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v28
38+
image: ghcr.io/stashed/stash-elasticsearch:6.5.3-v29

0 commit comments

Comments
 (0)