Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2024
1 parent 74fb724 commit 49b6e00
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 10 deletions.
5 changes: 5 additions & 0 deletions bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,13 @@ spec:
maxLength: 1024
type: string
x509Type:
default: NONE
description: X509Type is X.509 method by which the database authenticates
the provided username
enum:
- NONE
- MANAGED
- CUSTOMER
type: string
required:
- projectRef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ metadata:
]
capabilities: Full Lifecycle
categories: Database
createdAt: "2024-05-09T16:42:27Z"
createdAt: "2024-06-10T11:59:18Z"
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.3.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: mongodb-atlas-kubernetes.v2.3.0
name: mongodb-atlas-kubernetes.v2.3.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -562,7 +562,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -646,5 +646,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 2.3.0
replaces: mongodb-atlas-kubernetes.v2.2.2
version: 2.3.1
replaces: mongodb-atlas-kubernetes.v2.3.0
7 changes: 6 additions & 1 deletion deploy/all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,13 @@ spec:
maxLength: 1024
type: string
x509Type:
default: NONE
description: X509Type is X.509 method by which the database authenticates
the provided username
enum:
- NONE
- MANAGED
- CUSTOMER
type: string
required:
- projectRef
Expand Down Expand Up @@ -4862,7 +4867,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.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 @@ -386,7 +386,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
5 changes: 5 additions & 0 deletions deploy/clusterwide/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,13 @@ spec:
maxLength: 1024
type: string
x509Type:
default: NONE
description: X509Type is X.509 method by which the database authenticates
the provided username
enum:
- NONE
- MANAGED
- CUSTOMER
type: string
required:
- projectRef
Expand Down
5 changes: 5 additions & 0 deletions deploy/crds/atlas.mongodb.com_atlasdatabaseusers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,13 @@ spec:
maxLength: 1024
type: string
x509Type:
default: NONE
description: X509Type is X.509 method by which the database authenticates
the provided username
enum:
- NONE
- MANAGED
- CUSTOMER
type: string
required:
- projectRef
Expand Down
5 changes: 5 additions & 0 deletions deploy/namespaced/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,13 @@ spec:
maxLength: 1024
type: string
x509Type:
default: NONE
description: X509Type is X.509 method by which the database authenticates
the provided username
enum:
- NONE
- MANAGED
- CUSTOMER
type: string
required:
- projectRef
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 @@ -392,7 +392,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
5 changes: 5 additions & 0 deletions deploy/openshift/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,13 @@ spec:
maxLength: 1024
type: string
x509Type:
default: NONE
description: X509Type is X.509 method by which the database authenticates
the provided username
enum:
- NONE
- MANAGED
- CUSTOMER
type: string
required:
- projectRef
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.0
image: mongodb/mongodb-atlas-kubernetes-operator:2.3.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
46 changes: 46 additions & 0 deletions docs/releases/v2.3.1/sdlc-compliance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
SSDLC Compliance Report: Atlas Kubernetes Operator Manager v2.3.1
=================================================================

- Release Creators: [email protected]
- Created On: 2024-06-10

Overview:

- **Product and Release Name**

- Atlas Kubernetes Operator v2.3.1, 2024-06-10.

- **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)
- [Internal compliance folder](https://drive.google.com/drive/folders/1k0TsPgJcMwgj2muSPHU0FHHBjPT0dkS0?usp=drive_link)

- **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.3.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 49b6e00

Please sign in to comment.