From 690b95883656b1aeac3f22c76f0b9d651e7eebd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:26:39 +0200 Subject: [PATCH] Release Atlas Operator 2.4.0 (#333) * Pushing charts/atlas-operator-crds/Chart.yaml using GitHub API * Pushing charts/atlas-operator/Chart.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreaminstances.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/NOTES.txt using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreamconnections.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlassearchindexconfigs.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupcompliancepolicies.yaml using GitHub API * Pushing charts/atlas-operator-crds/templates/_helpers.tpl using GitHub API --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/atlas-operator-crds/Chart.yaml | 4 ++-- ...ongodb.com_atlasbackupcompliancepolicies.yaml | 12 ++++++++---- .../atlas.mongodb.com_atlasbackuppolicies.yaml | 10 +++++++++- .../atlas.mongodb.com_atlasbackupschedules.yaml | 10 +++++++++- .../atlas.mongodb.com_atlasdatabaseusers.yaml | 10 ++++++++++ .../atlas.mongodb.com_atlasdatafederations.yaml | 7 +++++++ .../atlas.mongodb.com_atlasdeployments.yaml | 16 +++++++++++++++- .../atlas.mongodb.com_atlasfederatedauths.yaml | 10 +++++++++- .../atlas.mongodb.com_atlasprojects.yaml | 12 +++++++++++- ...tlas.mongodb.com_atlassearchindexconfigs.yaml | 12 +++++++++--- ...atlas.mongodb.com_atlasstreamconnections.yaml | 10 +++++++++- .../atlas.mongodb.com_atlasstreaminstances.yaml | 10 ++++++++++ .../templates/atlas.mongodb.com_atlasteams.yaml | 10 ++++++++++ charts/atlas-operator/Chart.yaml | 6 +++--- 14 files changed, 121 insertions(+), 18 deletions(-) diff --git a/charts/atlas-operator-crds/Chart.yaml b/charts/atlas-operator-crds/Chart.yaml index 148f921b..04dd92ed 100644 --- a/charts/atlas-operator-crds/Chart.yaml +++ b/charts/atlas-operator-crds/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mongodb-atlas-operator-crds description: MongoDB Atlas Operator CRDs - Helm chart for installing and upgrading Custom Resource Definitions (CRDs) for the Atlas Operator. type: application -version: 2.3.1 -appVersion: 2.3.1 +version: 2.4.0 +appVersion: 2.4.0 kubeVersion: ">=1.15.0-0" keywords: - mongodb diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupcompliancepolicies.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupcompliancepolicies.yaml index 12ca0338..868fbbc9 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupcompliancepolicies.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupcompliancepolicies.yaml @@ -4,7 +4,7 @@ metadata: annotations: controller-gen.kubebuilder.io/version: v0.14.0 creationTimestamp: null - labels: + labels: app.kubernetes.io/component: controller app.kubernetes.io/instance: mongodb-atlas-kubernetes-operator app.kubernetes.io/name: mongodb-atlas-kubernetes-operator @@ -22,7 +22,11 @@ spec: singular: atlasbackupcompliancepolicy scope: Namespaced versions: - - name: v1 + - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + name: v1 schema: openAPIV3Schema: description: AtlasBackupCompliancePolicy defines the desired state of a compliance @@ -227,5 +231,5 @@ status: acceptedNames: kind: "" plural: "" - conditions: null - + conditions: null + storedVersions: null diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml index 83466779..98590774 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackuppolicies.yaml @@ -12,13 +12,21 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasBackupPolicy listKind: AtlasBackupPolicyList plural: atlasbackuppolicies + shortNames: + - abp singular: atlasbackuppolicy scope: Namespaced versions: - - name: v1 + - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + name: v1 schema: openAPIV3Schema: description: AtlasBackupPolicy is the Schema for the atlasbackuppolicies API diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml index c05e1a9f..22ed85e5 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasbackupschedules.yaml @@ -12,13 +12,21 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasBackupSchedule listKind: AtlasBackupScheduleList plural: atlasbackupschedules + shortNames: + - abs singular: atlasbackupschedule scope: Namespaced versions: - - name: v1 + - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + name: v1 schema: openAPIV3Schema: description: AtlasBackupSchedule is the Schema for the atlasbackupschedules diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml index 156b06b4..9a09a879 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatabaseusers.yaml @@ -12,9 +12,13 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasDatabaseUser listKind: AtlasDatabaseUserList plural: atlasdatabaseusers + shortNames: + - adu singular: atlasdatabaseuser scope: Namespaced versions: @@ -22,6 +26,12 @@ spec: - jsonPath: .spec.name name: Name type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .spec.username + name: Username + type: string name: v1 schema: openAPIV3Schema: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml index 01af01b9..84141161 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdatafederations.yaml @@ -12,9 +12,13 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasDataFederation listKind: AtlasDataFederationList plural: atlasdatafederations + shortNames: + - adf singular: atlasdatafederation scope: Namespaced versions: @@ -22,6 +26,9 @@ spec: - jsonPath: .spec.name name: Name type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string name: v1 schema: openAPIV3Schema: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml index 6ee3390c..2f5ff940 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasdeployments.yaml @@ -12,13 +12,27 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasDeployment listKind: AtlasDeploymentList plural: atlasdeployments + shortNames: + - ad singular: atlasdeployment scope: Namespaced versions: - - name: v1 + - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .status.stateName + name: Atlas State + type: string + - jsonPath: .status.mongoDBVersion + name: MongoDB Version + type: string + name: v1 schema: openAPIV3Schema: description: AtlasDeployment is the Schema for the atlasdeployments API diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml index 8b600200..a0f38e90 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasfederatedauths.yaml @@ -12,13 +12,21 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasFederatedAuth listKind: AtlasFederatedAuthList plural: atlasfederatedauths + shortNames: + - afa singular: atlasfederatedauth scope: Namespaced versions: - - name: v1 + - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + name: v1 schema: openAPIV3Schema: description: AtlasFederatedAuth is the Schema for the Atlasfederatedauth API diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml index 84b57d5b..77c8ac8a 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasprojects.yaml @@ -12,15 +12,25 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasProject listKind: AtlasProjectList plural: atlasprojects + shortNames: + - ap singular: atlasproject scope: Namespaced versions: - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string - jsonPath: .spec.name - name: Name + name: Atlas Name + type: string + - jsonPath: .status.id + name: Atlas ID type: string name: v1 schema: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlassearchindexconfigs.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlassearchindexconfigs.yaml index 8f54a341..470bdbff 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlassearchindexconfigs.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlassearchindexconfigs.yaml @@ -12,13 +12,21 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasSearchIndexConfig listKind: AtlasSearchIndexConfigList plural: atlassearchindexconfigs + shortNames: + - asic singular: atlassearchindexconfig scope: Namespaced versions: - - name: v1 + - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + name: v1 schema: openAPIV3Schema: description: AtlasSearchIndexConfig is the Schema for the AtlasSearchIndexConfig @@ -55,7 +63,6 @@ spec: - changing words to their base form (lemmatization) MongoDB Cloud uses the selected process to build the Atlas Search index enum: - lucene.standard - - lucene.standard - lucene.simple - lucene.whitespace - lucene.keyword @@ -172,7 +179,6 @@ spec: index enum: - lucene.standard - - lucene.standard - lucene.simple - lucene.whitespace - lucene.keyword diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreamconnections.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreamconnections.yaml index 7b18a951..458d1c81 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreamconnections.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreamconnections.yaml @@ -12,13 +12,21 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasStreamConnection listKind: AtlasStreamConnectionList plural: atlasstreamconnections + shortNames: + - asc singular: atlasstreamconnection scope: Namespaced versions: - - name: v1 + - additionalPrinterColumns: + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + name: v1 schema: openAPIV3Schema: description: AtlasStreamConnection is the Schema for the atlasstreamconnections diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreaminstances.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreaminstances.yaml index ed3f1796..df07c57a 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreaminstances.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasstreaminstances.yaml @@ -12,9 +12,13 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasStreamInstance listKind: AtlasStreamInstanceList plural: atlasstreaminstances + shortNames: + - asi singular: atlasstreaminstance scope: Namespaced versions: @@ -22,6 +26,12 @@ spec: - jsonPath: .spec.name name: Name type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .status.id + name: Atlas ID + type: string name: v1 schema: openAPIV3Schema: diff --git a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml index 12fa15de..c1683d2c 100644 --- a/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml +++ b/charts/atlas-operator-crds/templates/atlas.mongodb.com_atlasteams.yaml @@ -12,9 +12,13 @@ metadata: spec: group: atlas.mongodb.com names: + categories: + - atlas kind: AtlasTeam listKind: AtlasTeamList plural: atlasteams + shortNames: + - at singular: atlasteam scope: Namespaced versions: @@ -22,6 +26,12 @@ spec: - jsonPath: .spec.name name: Name type: string + - jsonPath: .status.conditions[?(@.type=="Ready")].status + name: Ready + type: string + - jsonPath: .status.id + name: Atlas ID + type: string name: v1 schema: openAPIV3Schema: diff --git a/charts/atlas-operator/Chart.yaml b/charts/atlas-operator/Chart.yaml index c1a0f443..5bdc3c46 100644 --- a/charts/atlas-operator/Chart.yaml +++ b/charts/atlas-operator/Chart.yaml @@ -3,8 +3,8 @@ name: mongodb-atlas-operator description: |- MongoDB Atlas Operator - a Helm chart for installing and upgrading Atlas Operator: the official Kubernetes operator allowing to manage MongoDB Atlas resources from Kubernetes type: application -version: 2.3.1 -appVersion: 2.3.1 +version: 2.4.0 +appVersion: 2.4.0 kubeVersion: ">=1.15.0-0" keywords: - mongodb @@ -19,6 +19,6 @@ maintainers: email: support@mongodb.com dependencies: - name: mongodb-atlas-operator-crds - version: "2.3.1" + version: "2.4.0" repository: "https://mongodb.github.io/helm-charts" condition: mongodb-atlas-operator-crds.enabled