diff --git a/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml b/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml index f4016ea575..74c62cbd6a 100644 --- a/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml +++ b/bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml @@ -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" @@ -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: {} @@ -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: @@ -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 diff --git a/deploy/all-in-one.yaml b/deploy/all-in-one.yaml index cdf477f9f0..2a2f1da361 100644 --- a/deploy/all-in-one.yaml +++ b/deploy/all-in-one.yaml @@ -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: diff --git a/deploy/clusterwide/clusterwide-config.yaml b/deploy/clusterwide/clusterwide-config.yaml index 43f1f93fe9..a461b3fc9c 100644 --- a/deploy/clusterwide/clusterwide-config.yaml +++ b/deploy/clusterwide/clusterwide-config.yaml @@ -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: diff --git a/deploy/namespaced/namespaced-config.yaml b/deploy/namespaced/namespaced-config.yaml index f9bcb8ec95..a1e0bc9ed3 100644 --- a/deploy/namespaced/namespaced-config.yaml +++ b/deploy/namespaced/namespaced-config.yaml @@ -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: diff --git a/deploy/openshift/openshift.yaml b/deploy/openshift/openshift.yaml index 9952106e03..7df7dd6f42 100644 --- a/deploy/openshift/openshift.yaml +++ b/deploy/openshift/openshift.yaml @@ -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: diff --git a/docs/releases/v2.4.1/sdlc-compliance.md b/docs/releases/v2.4.1/sdlc-compliance.md new file mode 100644 index 0000000000..5867b34953 --- /dev/null +++ b/docs/releases/v2.4.1/sdlc-compliance.md @@ -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`.