Skip to content

Commit 8dc0b35

Browse files
Release 2.8.2 (#2370)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent deeda44 commit 8dc0b35

16 files changed

+102
-33
lines changed

bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ spec:
9595
DeleteAfterDate is a timestamp in ISO 8601 date and time format in UTC after which Atlas deletes the user.
9696
The specified date must be in the future and within one week.
9797
type: string
98+
description:
99+
description: Description of this database user. Maximum 100 characters.
100+
maxLength: 100
101+
type: string
98102
externalProjectRef:
99103
description: |-
100104
"externalProjectRef" holds the parent Atlas project ID.

bundle/manifests/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ spec:
600600
value:
601601
maxLength: 255
602602
minLength: 1
603-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
603+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
604604
type: string
605605
required:
606606
- key
@@ -680,7 +680,7 @@ spec:
680680
value:
681681
maxLength: 255
682682
minLength: 1
683-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
683+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
684684
type: string
685685
required:
686686
- key
@@ -899,7 +899,7 @@ spec:
899899
value:
900900
maxLength: 255
901901
minLength: 1
902-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
902+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
903903
type: string
904904
required:
905905
- key

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ metadata:
509509
]
510510
capabilities: Full Lifecycle
511511
categories: Database
512-
createdAt: "2025-04-24T13:10:20Z"
512+
createdAt: "2025-06-05T08:38:10Z"
513513
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
514514
features.operators.openshift.io/disconnected: "false"
515515
features.operators.openshift.io/fips-compliant: "false"
@@ -522,12 +522,12 @@ metadata:
522522
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
523523
repository: https://github.com/mongodb/mongodb-atlas-kubernetes
524524
support: support@mongodb.com
525-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
525+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.8.2
526526
labels:
527527
operatorframework.io/arch.amd64: supported
528528
operatorframework.io/arch.arm64: supported
529529
operatorframework.io/os.linux: supported
530-
name: mongodb-atlas-kubernetes.v2.8.1
530+
name: mongodb-atlas-kubernetes.v2.8.2
531531
namespace: placeholder
532532
spec:
533533
apiservicedefinitions: {}
@@ -775,7 +775,7 @@ spec:
775775
valueFrom:
776776
fieldRef:
777777
fieldPath: metadata.annotations['olm.targetNamespaces']
778-
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
778+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.2
779779
imagePullPolicy: Always
780780
livenessProbe:
781781
httpGet:
@@ -859,5 +859,5 @@ spec:
859859
maturity: beta
860860
provider:
861861
name: MongoDB, Inc
862-
version: 2.8.1
863-
replaces: mongodb-atlas-kubernetes.v2.8.0
862+
version: 2.8.2
863+
replaces: mongodb-atlas-kubernetes.v2.8.1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ kind: Kustomization
88
images:
99
- name: controller
1010
newName: mongodb/mongodb-atlas-kubernetes-operator
11-
newTag: 2.8.1
11+
newTag: 2.8.2

deploy/all-in-one.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,10 @@ spec:
934934
DeleteAfterDate is a timestamp in ISO 8601 date and time format in UTC after which Atlas deletes the user.
935935
The specified date must be in the future and within one week.
936936
type: string
937+
description:
938+
description: Description of this database user. Maximum 100 characters.
939+
maxLength: 100
940+
type: string
937941
externalProjectRef:
938942
description: |-
939943
"externalProjectRef" holds the parent Atlas project ID.
@@ -2004,7 +2008,7 @@ spec:
20042008
value:
20052009
maxLength: 255
20062010
minLength: 1
2007-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
2011+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
20082012
type: string
20092013
required:
20102014
- key
@@ -2084,7 +2088,7 @@ spec:
20842088
value:
20852089
maxLength: 255
20862090
minLength: 1
2087-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
2091+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
20882092
type: string
20892093
required:
20902094
- key
@@ -2303,7 +2307,7 @@ spec:
23032307
value:
23042308
maxLength: 255
23052309
minLength: 1
2306-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
2310+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
23072311
type: string
23082312
required:
23092313
- key
@@ -6439,7 +6443,7 @@ spec:
64396443
valueFrom:
64406444
fieldRef:
64416445
fieldPath: metadata.namespace
6442-
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
6446+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.2
64436447
imagePullPolicy: Always
64446448
livenessProbe:
64456449
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ spec:
225225
valueFrom:
226226
fieldRef:
227227
fieldPath: metadata.namespace
228-
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.1
228+
image: mongodb/mongodb-atlas-kubernetes-operator:2.8.2
229229
imagePullPolicy: Always
230230
livenessProbe:
231231
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,10 @@ spec:
905905
DeleteAfterDate is a timestamp in ISO 8601 date and time format in UTC after which Atlas deletes the user.
906906
The specified date must be in the future and within one week.
907907
type: string
908+
description:
909+
description: Description of this database user. Maximum 100 characters.
910+
maxLength: 100
911+
type: string
908912
externalProjectRef:
909913
description: |-
910914
"externalProjectRef" holds the parent Atlas project ID.
@@ -1967,7 +1971,7 @@ spec:
19671971
value:
19681972
maxLength: 255
19691973
minLength: 1
1970-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
1974+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
19711975
type: string
19721976
required:
19731977
- key
@@ -2047,7 +2051,7 @@ spec:
20472051
value:
20482052
maxLength: 255
20492053
minLength: 1
2050-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
2054+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
20512055
type: string
20522056
required:
20532057
- key
@@ -2266,7 +2270,7 @@ spec:
22662270
value:
22672271
maxLength: 255
22682272
minLength: 1
2269-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
2273+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
22702274
type: string
22712275
required:
22722276
- key

deploy/crds/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ spec:
9191
DeleteAfterDate is a timestamp in ISO 8601 date and time format in UTC after which Atlas deletes the user.
9292
The specified date must be in the future and within one week.
9393
type: string
94+
description:
95+
description: Description of this database user. Maximum 100 characters.
96+
maxLength: 100
97+
type: string
9498
externalProjectRef:
9599
description: |-
96100
"externalProjectRef" holds the parent Atlas project ID.

deploy/crds/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ spec:
596596
value:
597597
maxLength: 255
598598
minLength: 1
599-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
599+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
600600
type: string
601601
required:
602602
- key
@@ -676,7 +676,7 @@ spec:
676676
value:
677677
maxLength: 255
678678
minLength: 1
679-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
679+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
680680
type: string
681681
required:
682682
- key
@@ -895,7 +895,7 @@ spec:
895895
value:
896896
maxLength: 255
897897
minLength: 1
898-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
898+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
899899
type: string
900900
required:
901901
- key

deploy/namespaced/crds.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,10 @@ spec:
905905
DeleteAfterDate is a timestamp in ISO 8601 date and time format in UTC after which Atlas deletes the user.
906906
The specified date must be in the future and within one week.
907907
type: string
908+
description:
909+
description: Description of this database user. Maximum 100 characters.
910+
maxLength: 100
911+
type: string
908912
externalProjectRef:
909913
description: |-
910914
"externalProjectRef" holds the parent Atlas project ID.
@@ -1967,7 +1971,7 @@ spec:
19671971
value:
19681972
maxLength: 255
19691973
minLength: 1
1970-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
1974+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
19711975
type: string
19721976
required:
19731977
- key
@@ -2047,7 +2051,7 @@ spec:
20472051
value:
20482052
maxLength: 255
20492053
minLength: 1
2050-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
2054+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
20512055
type: string
20522056
required:
20532057
- key
@@ -2266,7 +2270,7 @@ spec:
22662270
value:
22672271
maxLength: 255
22682272
minLength: 1
2269-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
2273+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
22702274
type: string
22712275
required:
22722276
- key

0 commit comments

Comments
 (0)