Skip to content

Commit

Permalink
Release 1.3.0 (#691)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton <[email protected]>
Co-authored-by: Igor Karpukhin <[email protected]>
Co-authored-by: Timur Akhmadiev <[email protected]>
  • Loading branch information
3 people authored Sep 16, 2022
1 parent d243637 commit 140da09
Show file tree
Hide file tree
Showing 19 changed files with 1,284 additions and 228 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/atlas.mongodb.com_atlasbackuppolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
4 changes: 2 additions & 2 deletions bundle/manifests/atlas.mongodb.com_atlasbackupschedules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
4 changes: 2 additions & 2 deletions bundle/manifests/atlas.mongodb.com_atlasdatabaseusers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
4 changes: 2 additions & 2 deletions bundle/manifests/atlas.mongodb.com_atlasdeployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -804,5 +804,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
7 changes: 4 additions & 3 deletions bundle/manifests/atlas.mongodb.com_atlasprojects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ spec:
Currently only AWS is supported.
type: string
required:
- iamAssumedRoleArn
- providerName
type: object
type: array
Expand All @@ -74,6 +73,8 @@ spec:
- name
type: object
encryptionAtRest:
description: EncryptionAtRest allows to set encryption for AWS, Azure
and GCP providers
properties:
awsKms:
description: AwsKms specifies AWS KMS configuration details and
Expand Down Expand Up @@ -765,5 +766,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ metadata:
}
}
]
capabilities: Basic Install
capabilities: Full Lifecycle
categories: Database
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.2.0
name: mongodb-atlas-kubernetes.v1.2.0
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
name: mongodb-atlas-kubernetes.v1.3.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -420,7 +420,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: mongodb/mongodb-atlas-kubernetes-operator:1.2.0
image: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -495,5 +495,5 @@ spec:
maturity: beta
provider:
name: MongoDB, Inc
version: 1.2.0
replaces: mongodb-atlas-kubernetes.v1.1.0
version: 1.3.0
replaces: mongodb-atlas-kubernetes.v1.2.0
Loading

0 comments on commit 140da09

Please sign in to comment.