Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ metadata:
]
capabilities: Full Lifecycle
categories: Database
createdAt: "2025-02-05T16:58:54Z"
createdAt: "2025-02-17T10:59:45Z"
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/fips-compliant: "false"
Expand All @@ -203,12 +203,12 @@ metadata:
features.operators.openshift.io/token-auth-gcp: "false"
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v2.7.0
name: mongodb-atlas-kubernetes.v2.7.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -438,7 +438,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -522,5 +522,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 2.7.0
replaces: mongodb-atlas-kubernetes.v2.6.1
version: 2.7.1
replaces: mongodb-atlas-kubernetes.v2.7.0
2 changes: 1 addition & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5928,7 +5928,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/clusterwide/clusterwide-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/namespaced/namespaced-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
45 changes: 45 additions & 0 deletions docs/releases/v2.7.1/sdlc-compliance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
SSDLC Compliance Report: Atlas Kubernetes Operator Manager v2.7.1
=================================================================

- Release Creators: helder.santana@mongodb.com
- Created On: 2025-02-17

Overview:

- **Product and Release Name**

- Atlas Kubernetes Operator v2.7.1, 2025-02-17.

- **Process Document**
- http://go/how-we-develop-software-doc

- **Tool used to track third party vulnerabilities**
- [Silk](https://www.silk.security/)

- **Dependency Information**
- See SBOMS Lite manifests (CycloneDX in JSON format) for `Intel` and `ARM` are to be found [here](.)
- See [instructions on how the SBOMs are generated or how to generate them manually](../../dev/image-sboms.md)

- **Static Analysis Report**
- No SAST findings. Our CI system blocks merges on any SAST findings.
- No vulnerabilities were ignored for this release.

- **Release Signature Report**
- Image signatures enforced by CI pipeline.
- See [Signature verification instructions here](../../dev/signed-images.md)
- Self-verification shortcut:
```shell
make verify IMG=mongodb/mongodb-atlas-kubernetes-operator:2.7.1 SIGNATURE_REPO=mongodb/signatures
```

- **Security Testing Report**
- Available as needed from Cloud Security.

- **Security Assessment Report**
- Available as needed from Cloud Security.

Assumptions and attestations:

- Internal processes are used to ensure CVEs are identified and mitigated within SLAs.

- All Operator images are signed by MongoDB, with signatures stored at `docker.io/mongodb/signatures`.
Loading