Skip to content

Commit d2a693c

Browse files
authored
Release Atlas Operator 1.5.0 (#185)
1 parent 784b714 commit d2a693c

File tree

4 files changed

+85
-33
lines changed

4 files changed

+85
-33
lines changed

charts/atlas-operator-crds/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: mongodb-atlas-operator-crds
33
description: MongoDB Atlas Operator CRDs - Helm chart for installing and upgrading Custom Resource Definitions (CRDs) for the Atlas Operator.
44
type: application
5-
version: 1.4.1
6-
appVersion: 1.4.1
5+
version: 1.5.0
6+
appVersion: 1.5.0
77
kubeVersion: ">=1.15.0-0"
88
keywords:
99
- mongodb

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml

+62
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,24 @@ spec:
556556
its name. Can only contain ASCII letters, numbers, and hyphens.
557557
pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]*$
558558
type: string
559+
privateEndpoints:
560+
items:
561+
properties:
562+
cloudProviderEndpointID:
563+
description: CloudProviderEndpointID is the identifier of
564+
the cloud provider endpoint.
565+
type: string
566+
name:
567+
description: Name is the name of the Serverless PrivateLink
568+
Service. Should be unique.
569+
type: string
570+
privateEndpointIpAddress:
571+
description: PrivateEndpointIPAddress is the IPv4 address
572+
of the private endpoint in your Azure VNet that someone
573+
added to this private endpoint service.
574+
type: string
575+
type: object
576+
type: array
559577
providerSettings:
560578
description: Configuration for the provisioned hosts on which
561579
MongoDB runs. The available options are specific to the cloud
@@ -790,6 +808,50 @@ spec:
790808
reconciliation of the resource.
791809
format: int64
792810
type: integer
811+
serverlessPrivateEndpoints:
812+
items:
813+
properties:
814+
_id:
815+
description: ID is the identifier of the Serverless PrivateLink
816+
Service.
817+
type: string
818+
cloudProviderEndpointId:
819+
description: CloudProviderEndpointID is the identifier of the
820+
cloud provider endpoint.
821+
type: string
822+
endpointServiceName:
823+
description: EndpointServiceName is the name of the PrivateLink
824+
endpoint service in AWS. Returns null while the endpoint service
825+
is being created.
826+
type: string
827+
errorMessage:
828+
description: ErrorMessage is the error message if the Serverless
829+
PrivateLink Service failed to create or connect.
830+
type: string
831+
name:
832+
description: Name is the name of the Serverless PrivateLink
833+
Service. Should be unique.
834+
type: string
835+
privateEndpointIpAddress:
836+
description: PrivateEndpointIPAddress is the IPv4 address of
837+
the private endpoint in your Azure VNet that someone added
838+
to this private endpoint service.
839+
type: string
840+
privateLinkServiceResourceId:
841+
description: PrivateLinkServiceResourceID is the root-relative
842+
path that identifies the Azure Private Link Service that MongoDB
843+
Cloud manages. MongoDB Cloud returns null while it creates
844+
the endpoint service.
845+
type: string
846+
providerName:
847+
description: ProviderName is human-readable label that identifies
848+
the cloud provider. Values include AWS or AZURE.
849+
type: string
850+
status:
851+
description: Status of the AWS Serverless PrivateLink connection.
852+
type: string
853+
type: object
854+
type: array
793855
stateName:
794856
description: 'StateName is the current state of the cluster. The possible
795857
states are: IDLE, CREATING, UPDATING, DELETING, DELETED, REPAIRING'

charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml

+18-28
Original file line numberDiff line numberDiff line change
@@ -1377,38 +1377,28 @@ spec:
13771377
type: object
13781378
teams:
13791379
description: Teams contains a list of teams assignment statuses
1380-
properties:
1381-
error:
1382-
type: string
1383-
status:
1384-
type: boolean
1385-
teams:
1386-
items:
1380+
items:
1381+
properties:
1382+
id:
1383+
type: string
1384+
teamRef:
1385+
description: ResourceRefNamespaced is a reference to a Kubernetes
1386+
Resource that allows to configure the namespace
13871387
properties:
1388-
id:
1388+
name:
1389+
description: Name is the name of the Kubernetes Resource
1390+
type: string
1391+
namespace:
1392+
description: Namespace is the namespace of the Kubernetes
1393+
Resource
13891394
type: string
1390-
teamRef:
1391-
description: ResourceRefNamespaced is a reference to a Kubernetes
1392-
Resource that allows to configure the namespace
1393-
properties:
1394-
name:
1395-
description: Name is the name of the Kubernetes Resource
1396-
type: string
1397-
namespace:
1398-
description: Namespace is the namespace of the Kubernetes
1399-
Resource
1400-
type: string
1401-
required:
1402-
- name
1403-
type: object
14041395
required:
1405-
- teamRef
1396+
- name
14061397
type: object
1407-
type: array
1408-
required:
1409-
- status
1410-
- teams
1411-
type: object
1398+
required:
1399+
- teamRef
1400+
type: object
1401+
type: array
14121402
required:
14131403
- conditions
14141404
type: object

charts/atlas-operator/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: mongodb-atlas-operator
33
description: |-
44
MongoDB Atlas Operator - a Helm chart for installing and upgrading Atlas Operator: the official Kubernetes operator allowing to manage MongoDB Atlas resources from Kubernetes
55
type: application
6-
version: 1.4.1
7-
appVersion: 1.4.1
6+
version: 1.5.0
7+
appVersion: 1.5.0
88
kubeVersion: ">=1.15.0-0"
99
keywords:
1010
- mongodb
@@ -19,6 +19,6 @@ maintainers:
1919
email: support@mongodb.com
2020
dependencies:
2121
- name: mongodb-atlas-operator-crds
22-
version: "1.4.1"
22+
version: "1.5.0"
2323
repository: "https://mongodb.github.io/helm-charts"
2424
condition: mongodb-atlas-operator-crds.enabled

0 commit comments

Comments
 (0)