Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
1 parent 94862b1 commit 5f0bfdc
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ metadata:
]
capabilities: Full Lifecycle
categories: Database
createdAt: "2024-07-16T07:12:48Z"
createdAt: "2024-07-31T14:49:43Z"
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 @@ -179,12 +179,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.4.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v2.4.0
name: mongodb-atlas-kubernetes.v2.4.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -585,7 +585,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -669,5 +669,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 2.4.0
replaces: mongodb-atlas-kubernetes.v2.3.1
version: 2.4.1
replaces: mongodb-atlas-kubernetes.v2.4.0
2 changes: 1 addition & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5227,7 +5227,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.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 @@ -405,7 +405,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.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 @@ -403,7 +403,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.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 @@ -402,7 +402,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.4.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
45 changes: 45 additions & 0 deletions docs/releases/v2.4.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.4.1
=================================================================

- Release Creators: jose.vazquez@mongodb.com
- Created On: 2024-07-31

Overview:

- **Product and Release Name**

- Atlas Kubernetes Operator v2.4.1, 2024-07-31.

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

0 comments on commit 5f0bfdc

Please sign in to comment.