Skip to content

Commit 37fa863

Browse files
Release 2.8.1 (#2233)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc82b60 commit 37fa863

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
@@ -237,7 +237,7 @@ metadata:
237237
]
238238
capabilities: Full Lifecycle
239239
categories: Database
240-
createdAt: "2025-03-06T14:09:19Z"
240+
createdAt: "2025-03-26T10:13:22Z"
241241
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
242242
features.operators.openshift.io/disconnected: "false"
243243
features.operators.openshift.io/fips-compliant: "false"
@@ -248,12 +248,12 @@ metadata:
248248
features.operators.openshift.io/token-auth-gcp: "false"
249249
operators.operatorframework.io/builder: operator-sdk-v1.34.1
250250
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
251-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.8.0
251+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
252252
labels:
253253
operatorframework.io/arch.amd64: supported
254254
operatorframework.io/arch.arm64: supported
255255
operatorframework.io/os.linux: supported
256-
name: mongodb-atlas-kubernetes.v2.8.0
256+
name: mongodb-atlas-kubernetes.v2.8.1
257257
namespace: placeholder
258258
spec:
259259
apiservicedefinitions: {}
@@ -499,7 +499,7 @@ spec:
499499
valueFrom:
500500
fieldRef:
501501
fieldPath: metadata.annotations['olm.targetNamespaces']
502-
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.0
502+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
503503
imagePullPolicy: Always
504504
livenessProbe:
505505
httpGet:
@@ -583,5 +583,5 @@ spec:
583583
maturity: beta
584584
provider:
585585
name: MongoDB, Inc
586-
version: 2.8.0
587-
replaces: mongodb-atlas-kubernetes.v2.7.1
586+
version: 2.8.1
587+
replaces: mongodb-atlas-kubernetes.v2.8.0

deploy/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6437,7 +6437,7 @@ spec:
64376437
valueFrom:
64386438
fieldRef:
64396439
fieldPath: metadata.namespace
6440-
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.0
6440+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
64416441
imagePullPolicy: Always
64426442
livenessProbe:
64436443
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ spec:
225225
valueFrom:
226226
fieldRef:
227227
fieldPath: metadata.namespace
228-
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.0
228+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
229229
imagePullPolicy: Always
230230
livenessProbe:
231231
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.8.0
227+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.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.8.0
226+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.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.8.1
2+
=================================================================
3+
4+
- Release Creators: [email protected]
5+
- Created On: 2025-03-26
6+
7+
Overview:
8+
9+
- **Product and Release Name**
10+
11+
- Atlas Kubernetes Operator v2.8.1, 2025-03-26.
12+
13+
- **Process Document**
14+
- http://go/how-we-develop-software-doc
15+
16+
- **Tool used to track third party vulnerabilities**
17+
- [Kondukto](https://arcticglow.kondukto.io/)
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.8.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)