Skip to content

Commit 751567a

Browse files
Release 2.6.1 (#2029)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3c9074e commit 751567a

11 files changed

+55
-28
lines changed

bundle/manifests/atlas.mongodb.com_atlascustomroles.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ spec:
2929
- jsonPath: .spec.role.name
3030
name: Name
3131
type: string
32-
- jsonPath: .spec.projectIDRef.id
33-
name: Project ID
34-
type: string
3532
name: v1
3633
schema:
3734
openAPIV3Schema:

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-12-18T12:08:10Z"
171+
createdAt: "2025-01-09T15:09:23Z"
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.6.0
182+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.6.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.6.0
187+
name: mongodb-atlas-kubernetes.v2.6.1
188188
namespace: placeholder
189189
spec:
190190
apiservicedefinitions: {}
@@ -401,7 +401,7 @@ spec:
401401
valueFrom:
402402
fieldRef:
403403
fieldPath: metadata.annotations['olm.targetNamespaces']
404-
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.0
404+
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.1
405405
imagePullPolicy: Always
406406
livenessProbe:
407407
httpGet:
@@ -485,5 +485,5 @@ spec:
485485
maturity: beta
486486
provider:
487487
name: MongoDB, Inc
488-
version: 2.6.0
489-
replaces: mongodb-atlas-kubernetes.v2.5.0
488+
version: 2.6.1
489+
replaces: mongodb-atlas-kubernetes.v2.6.0

deploy/all-in-one.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,6 @@ spec:
649649
- jsonPath: .spec.role.name
650650
name: Name
651651
type: string
652-
- jsonPath: .spec.projectIDRef.id
653-
name: Project ID
654-
type: string
655652
name: v1
656653
schema:
657654
openAPIV3Schema:
@@ -5650,7 +5647,7 @@ spec:
56505647
valueFrom:
56515648
fieldRef:
56525649
fieldPath: metadata.namespace
5653-
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.0
5650+
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.1
56545651
imagePullPolicy: Always
56555652
livenessProbe:
56565653
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ spec:
211211
valueFrom:
212212
fieldRef:
213213
fieldPath: metadata.namespace
214-
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.0
214+
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.1
215215
imagePullPolicy: Always
216216
livenessProbe:
217217
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,6 @@ spec:
624624
- jsonPath: .spec.role.name
625625
name: Name
626626
type: string
627-
- jsonPath: .spec.projectIDRef.id
628-
name: Project ID
629-
type: string
630627
name: v1
631628
schema:
632629
openAPIV3Schema:

deploy/crds/atlas.mongodb.com_atlascustomroles.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ spec:
2525
- jsonPath: .spec.role.name
2626
name: Name
2727
type: string
28-
- jsonPath: .spec.projectIDRef.id
29-
name: Project ID
30-
type: string
3128
name: v1
3229
schema:
3330
openAPIV3Schema:

deploy/namespaced/crds.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,6 @@ spec:
624624
- jsonPath: .spec.role.name
625625
name: Name
626626
type: string
627-
- jsonPath: .spec.projectIDRef.id
628-
name: Project ID
629-
type: string
630627
name: v1
631628
schema:
632629
openAPIV3Schema:

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ spec:
216216
valueFrom:
217217
fieldRef:
218218
fieldPath: metadata.namespace
219-
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.0
219+
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.1
220220
imagePullPolicy: Always
221221
livenessProbe:
222222
httpGet:

deploy/openshift/crds.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,6 @@ spec:
624624
- jsonPath: .spec.role.name
625625
name: Name
626626
type: string
627-
- jsonPath: .spec.projectIDRef.id
628-
name: Project ID
629-
type: string
630627
name: v1
631628
schema:
632629
openAPIV3Schema:

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ spec:
215215
valueFrom:
216216
fieldRef:
217217
fieldPath: metadata.namespace
218-
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.0
218+
image: mongodb/mongodb-atlas-kubernetes-operator:2.6.1
219219
imagePullPolicy: Always
220220
livenessProbe:
221221
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.6.1
2+
=================================================================
3+
4+
- Release Creators: [email protected]
5+
- Created On: 2025-01-09
6+
7+
Overview:
8+
9+
- **Product and Release Name**
10+
11+
- Atlas Kubernetes Operator v2.6.1, 2025-01-09.
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.6.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)