Skip to content

Commit b2edf0b

Browse files
Release 2.7.1 (#2123)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9f8e617 commit b2edf0b

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
@@ -192,7 +192,7 @@ metadata:
192192
]
193193
capabilities: Full Lifecycle
194194
categories: Database
195-
createdAt: "2025-02-05T16:58:54Z"
195+
createdAt: "2025-02-17T10:59:45Z"
196196
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
197197
features.operators.openshift.io/disconnected: "false"
198198
features.operators.openshift.io/fips-compliant: "false"
@@ -203,12 +203,12 @@ metadata:
203203
features.operators.openshift.io/token-auth-gcp: "false"
204204
operators.operatorframework.io/builder: operator-sdk-v1.34.1
205205
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
206-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
206+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
207207
labels:
208208
operatorframework.io/arch.amd64: supported
209209
operatorframework.io/arch.arm64: supported
210210
operatorframework.io/os.linux: supported
211-
name: mongodb-atlas-kubernetes.v2.7.0
211+
name: mongodb-atlas-kubernetes.v2.7.1
212212
namespace: placeholder
213213
spec:
214214
apiservicedefinitions: {}
@@ -438,7 +438,7 @@ spec:
438438
valueFrom:
439439
fieldRef:
440440
fieldPath: metadata.annotations['olm.targetNamespaces']
441-
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
441+
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
442442
imagePullPolicy: Always
443443
livenessProbe:
444444
httpGet:
@@ -522,5 +522,5 @@ spec:
522522
maturity: beta
523523
provider:
524524
name: MongoDB, Inc
525-
version: 2.7.0
526-
replaces: mongodb-atlas-kubernetes.v2.6.1
525+
version: 2.7.1
526+
replaces: mongodb-atlas-kubernetes.v2.7.0

deploy/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5928,7 +5928,7 @@ spec:
59285928
valueFrom:
59295929
fieldRef:
59305930
fieldPath: metadata.namespace
5931-
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
5931+
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
59325932
imagePullPolicy: Always
59335933
livenessProbe:
59345934
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ spec:
219219
valueFrom:
220220
fieldRef:
221221
fieldPath: metadata.namespace
222-
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
222+
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
223223
imagePullPolicy: Always
224224
livenessProbe:
225225
httpGet:

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ spec:
224224
valueFrom:
225225
fieldRef:
226226
fieldPath: metadata.namespace
227-
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
227+
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
228228
imagePullPolicy: Always
229229
livenessProbe:
230230
httpGet:

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ spec:
223223
valueFrom:
224224
fieldRef:
225225
fieldPath: metadata.namespace
226-
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
226+
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
227227
imagePullPolicy: Always
228228
livenessProbe:
229229
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.7.1
2+
=================================================================
3+
4+
- Release Creators: [email protected]
5+
- Created On: 2025-02-17
6+
7+
Overview:
8+
9+
- **Product and Release Name**
10+
11+
- Atlas Kubernetes Operator v2.7.1, 2025-02-17.
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.7.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)