Skip to content

Release 2.8.1 #2233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
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 @@ -237,7 +237,7 @@ metadata:
]
capabilities: Full Lifecycle
categories: Database
createdAt: "2025-03-06T14:09:19Z"
createdAt: "2025-03-26T10:13:22Z"
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 @@ -248,12 +248,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.8.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v2.8.0
name: mongodb-atlas-kubernetes.v2.8.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -499,7 +499,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -583,5 +583,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 2.8.0
replaces: mongodb-atlas-kubernetes.v2.7.1
version: 2.8.1
replaces: mongodb-atlas-kubernetes.v2.8.0
2 changes: 1 addition & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6437,7 +6437,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.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 @@ -225,7 +225,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.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.8.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.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.8.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
45 changes: 45 additions & 0 deletions docs/releases/v2.8.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.8.1
=================================================================

- Release Creators: [email protected]
- Created On: 2025-03-26

Overview:

- **Product and Release Name**

- Atlas Kubernetes Operator v2.8.1, 2025-03-26.

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

- **Tool used to track third party vulnerabilities**
- [Kondukto](https://arcticglow.kondukto.io/)

- **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.8.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`.