Skip to content

Commit 140da09

Browse files
fabritsiusigor-karpukhinSugar-pack
authored
Release 1.3.0 (#691)
Co-authored-by: Anton <[email protected]> Co-authored-by: Igor Karpukhin <[email protected]> Co-authored-by: Timur Akhmadiev <[email protected]>
1 parent d243637 commit 140da09

19 files changed

+1284
-228
lines changed

bundle/manifests/atlas.mongodb.com_atlasbackuppolicies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ status:
122122
acceptedNames:
123123
kind: ""
124124
plural: ""
125-
conditions: []
126-
storedVersions: []
125+
conditions: null
126+
storedVersions: null

bundle/manifests/atlas.mongodb.com_atlasbackupschedules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ status:
121121
acceptedNames:
122122
kind: ""
123123
plural: ""
124-
conditions: []
125-
storedVersions: []
124+
conditions: null
125+
storedVersions: null

bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,5 @@ status:
219219
acceptedNames:
220220
kind: ""
221221
plural: ""
222-
conditions: []
223-
storedVersions: []
222+
conditions: null
223+
storedVersions: null

bundle/manifests/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,5 +804,5 @@ status:
804804
acceptedNames:
805805
kind: ""
806806
plural: ""
807-
conditions: []
808-
storedVersions: []
807+
conditions: null
808+
storedVersions: null

bundle/manifests/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ spec:
5757
Currently only AWS is supported.
5858
type: string
5959
required:
60-
- iamAssumedRoleArn
6160
- providerName
6261
type: object
6362
type: array
@@ -74,6 +73,8 @@ spec:
7473
- name
7574
type: object
7675
encryptionAtRest:
76+
description: EncryptionAtRest allows to set encryption for AWS, Azure
77+
and GCP providers
7778
properties:
7879
awsKms:
7980
description: AwsKms specifies AWS KMS configuration details and
@@ -765,5 +766,5 @@ status:
765766
acceptedNames:
766767
kind: ""
767768
plural: ""
768-
conditions: []
769-
storedVersions: []
769+
conditions: null
770+
storedVersions: null

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ metadata:
106106
}
107107
}
108108
]
109-
capabilities: Basic Install
109+
capabilities: Full Lifecycle
110110
categories: Database
111111
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
112112
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
113113
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
114-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.2.0
115-
name: mongodb-atlas-kubernetes.v1.2.0
114+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
115+
name: mongodb-atlas-kubernetes.v1.3.0
116116
namespace: placeholder
117117
spec:
118118
apiservicedefinitions: {}
@@ -420,7 +420,7 @@ spec:
420420
valueFrom:
421421
fieldRef:
422422
fieldPath: metadata.annotations['olm.targetNamespaces']
423-
image: mongodb/mongodb-atlas-kubernetes-operator:1.2.0
423+
image: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
424424
imagePullPolicy: Always
425425
livenessProbe:
426426
httpGet:
@@ -495,5 +495,5 @@ spec:
495495
maturity: beta
496496
provider:
497497
name: MongoDB, Inc
498-
version: 1.2.0
499-
replaces: mongodb-atlas-kubernetes.v1.1.0
498+
version: 1.3.0
499+
replaces: mongodb-atlas-kubernetes.v1.2.0

0 commit comments

Comments
 (0)