Skip to content

Commit 189f9cf

Browse files
authored
Prepare for release v2024.9.30 (#347)
ProductLine: Stash Release: v2024.9.30 Release-tracker: stashed/CHANGELOG#76 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent a793309 commit 189f9cf

File tree

81 files changed

+152
-152
lines changed

Some content is hidden

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

81 files changed

+152
-152
lines changed

catalog/catalog.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
{
3939
"name": "mongodb",
4040
"versions": [
41-
"3.4.17-v32",
42-
"3.4.22-v32",
43-
"3.6.8-v32",
44-
"3.6.13-v32",
45-
"4.0.3-v32",
46-
"4.0.5-v32",
47-
"4.0.11-v32",
48-
"4.1.4-v32",
49-
"4.1.7-v32",
50-
"4.1.13-v32",
51-
"4.2.3-v32",
52-
"4.4.6-v23",
53-
"5.0.3-v20",
54-
"5.0.15-v5",
55-
"6.0.5-v8"
41+
"3.4.17-v33",
42+
"3.4.22-v33",
43+
"3.6.8-v33",
44+
"3.6.13-v33",
45+
"4.0.3-v33",
46+
"4.0.5-v33",
47+
"4.0.11-v33",
48+
"4.1.4-v33",
49+
"4.1.7-v33",
50+
"4.1.13-v33",
51+
"4.2.3-v33",
52+
"4.4.6-v24",
53+
"5.0.3-v21",
54+
"5.0.15-v6",
55+
"6.0.5-v9"
5656
]
5757
},
5858
{

catalog/raw/mongodb/3.4.17/mongodb-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
3838
- --authentication-database=${authenticationDatabase:=admin}
39-
image: ghcr.io/stashed/stash-mongodb:3.4.17-v32
39+
image: ghcr.io/stashed/stash-mongodb:3.4.17-v33

catalog/raw/mongodb/3.4.17/mongodb-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spec:
2929
- --output-dir=${outputDir:=}
3030
- --license-apiservice=${LICENSE_APISERVICE:=}
3131
- --authentication-database=${authenticationDatabase:=admin}
32-
image: ghcr.io/stashed/stash-mongodb:3.4.17-v32
32+
image: ghcr.io/stashed/stash-mongodb:3.4.17-v33

catalog/raw/mongodb/3.4.22/mongodb-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
3838
- --authentication-database=${authenticationDatabase:=admin}
39-
image: ghcr.io/stashed/stash-mongodb:3.4.22-v32
39+
image: ghcr.io/stashed/stash-mongodb:3.4.22-v33

catalog/raw/mongodb/3.4.22/mongodb-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spec:
2929
- --output-dir=${outputDir:=}
3030
- --license-apiservice=${LICENSE_APISERVICE:=}
3131
- --authentication-database=${authenticationDatabase:=admin}
32-
image: ghcr.io/stashed/stash-mongodb:3.4.22-v32
32+
image: ghcr.io/stashed/stash-mongodb:3.4.22-v33

catalog/raw/mongodb/3.6.13/mongodb-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
3838
- --authentication-database=${authenticationDatabase:=admin}
39-
image: ghcr.io/stashed/stash-mongodb:3.6.13-v32
39+
image: ghcr.io/stashed/stash-mongodb:3.6.13-v33

catalog/raw/mongodb/3.6.13/mongodb-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spec:
2929
- --output-dir=${outputDir:=}
3030
- --license-apiservice=${LICENSE_APISERVICE:=}
3131
- --authentication-database=${authenticationDatabase:=admin}
32-
image: ghcr.io/stashed/stash-mongodb:3.6.13-v32
32+
image: ghcr.io/stashed/stash-mongodb:3.6.13-v33

catalog/raw/mongodb/3.6.8/mongodb-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
3838
- --authentication-database=${authenticationDatabase:=admin}
39-
image: ghcr.io/stashed/stash-mongodb:3.6.8-v32
39+
image: ghcr.io/stashed/stash-mongodb:3.6.8-v33

catalog/raw/mongodb/3.6.8/mongodb-restore-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ spec:
2929
- --output-dir=${outputDir:=}
3030
- --license-apiservice=${LICENSE_APISERVICE:=}
3131
- --authentication-database=${authenticationDatabase:=admin}
32-
image: ghcr.io/stashed/stash-mongodb:3.6.8-v32
32+
image: ghcr.io/stashed/stash-mongodb:3.6.8-v33

catalog/raw/mongodb/4.0.11/mongodb-backup-function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ spec:
3636
- --output-dir=${outputDir:=}
3737
- --license-apiservice=${LICENSE_APISERVICE:=}
3838
- --authentication-database=${authenticationDatabase:=admin}
39-
image: ghcr.io/stashed/stash-mongodb:4.0.11-v32
39+
image: ghcr.io/stashed/stash-mongodb:4.0.11-v33

0 commit comments

Comments
 (0)