Skip to content

Commit 5f0bfdc

Browse files
Release 2.4.1
1 parent 94862b1 commit 5f0bfdc

File tree

6 files changed

+55
-10
lines changed

6 files changed

+55
-10
lines changed

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ metadata:
168168
]
169169
capabilities: Full Lifecycle
170170
categories: Database
171-
createdAt: "2024-07-16T07:12:48Z"
171+
createdAt: "2024-07-31T14:49:43Z"
172172
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
173173
features.operators.openshift.io/disconnected: "false"
174174
features.operators.openshift.io/fips-compliant: "false"
@@ -179,12 +179,12 @@ metadata:
179179
features.operators.openshift.io/token-auth-gcp: "false"
180180
operators.operatorframework.io/builder: operator-sdk-v1.34.1
181181
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
182-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
182+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
183183
labels:
184184
operatorframework.io/arch.amd64: supported
185185
operatorframework.io/arch.arm64: supported
186186
operatorframework.io/os.linux: supported
187-
name: mongodb-atlas-kubernetes.v2.4.0
187+
name: mongodb-atlas-kubernetes.v2.4.1
188188
namespace: placeholder
189189
spec:
190190
apiservicedefinitions: {}
@@ -585,7 +585,7 @@ spec:
585585
valueFrom:
586586
fieldRef:
587587
fieldPath: metadata.annotations['olm.targetNamespaces']
588-
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
588+
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
589589
imagePullPolicy: Always
590590
livenessProbe:
591591
httpGet:
@@ -669,5 +669,5 @@ spec:
669669
maturity: beta
670670
provider:
671671
name: MongoDB, Inc
672-
version: 2.4.0
673-
replaces: mongodb-atlas-kubernetes.v2.3.1
672+
version: 2.4.1
673+
replaces: mongodb-atlas-kubernetes.v2.4.0

deploy/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5227,7 +5227,7 @@ spec:
52275227
valueFrom:
52285228
fieldRef:
52295229
fieldPath: metadata.namespace
5230-
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
5230+
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
52315231
imagePullPolicy: Always
52325232
livenessProbe:
52335233
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ spec:
405405
valueFrom:
406406
fieldRef:
407407
fieldPath: metadata.namespace
408-
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
408+
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
409409
imagePullPolicy: Always
410410
livenessProbe:
411411
httpGet:

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ spec:
403403
valueFrom:
404404
fieldRef:
405405
fieldPath: metadata.namespace
406-
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
406+
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
407407
imagePullPolicy: Always
408408
livenessProbe:
409409
httpGet:

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ spec:
402402
valueFrom:
403403
fieldRef:
404404
fieldPath: metadata.namespace
405-
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
405+
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
406406
imagePullPolicy: Always
407407
livenessProbe:
408408
httpGet:
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
SSDLC Compliance Report: Atlas Kubernetes Operator Manager v2.4.1
2+
=================================================================
3+
4+
- Release Creators: [email protected]
5+
- Created On: 2024-07-31
6+
7+
Overview:
8+
9+
- **Product and Release Name**
10+
11+
- Atlas Kubernetes Operator v2.4.1, 2024-07-31.
12+
13+
- **Process Document**
14+
- http://go/how-we-develop-software-doc
15+
16+
- **Tool used to track third party vulnerabilities**
17+
- [Silk](https://www.silk.security/)
18+
19+
- **Dependency Information**
20+
- See SBOMS Lite manifests (CycloneDX in JSON format) for `Intel` and `ARM` are to be found [here](.)
21+
- See [instructions on how the SBOMs are generated or how to generate them manually](../../dev/image-sboms.md)
22+
23+
- **Static Analysis Report**
24+
- No SAST findings. Our CI system blocks merges on any SAST findings.
25+
- No vulnerabilities were ignored for this release.
26+
27+
- **Release Signature Report**
28+
- Image signatures enforced by CI pipeline.
29+
- See [Signature verification instructions here](../../dev/signed-images.md)
30+
- Self-verification shortcut:
31+
```shell
32+
make verify IMG=mongodb/mongodb-atlas-kubernetes-operator:2.4.1 SIGNATURE_REPO=mongodb/signatures
33+
```
34+
35+
- **Security Testing Report**
36+
- Available as needed from Cloud Security.
37+
38+
- **Security Assessment Report**
39+
- Available as needed from Cloud Security.
40+
41+
Assumptions and attestations:
42+
43+
- Internal processes are used to ensure CVEs are identified and mitigated within SLAs.
44+
45+
- All Operator images are signed by MongoDB, with signatures stored at `docker.io/mongodb/signatures`.

0 commit comments

Comments
 (0)