Skip to content

Commit

Permalink
Release Atlas Operator 2.4.0 (#333)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] authored Jul 16, 2024
1 parent b8b6810 commit 690b958
Show file tree
Hide file tree
Showing 14 changed files with 121 additions and 18 deletions.
4 changes: 2 additions & 2 deletions charts/atlas-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -227,5 +231,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: null

conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,26 @@ metadata:
spec:
group: atlas.mongodb.com
names:
categories:
- atlas
kind: AtlasDatabaseUser
listKind: AtlasDatabaseUserList
plural: atlasdatabaseusers
shortNames:
- adu
singular: atlasdatabaseuser
scope: Namespaced
versions:
- additionalPrinterColumns:
- 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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@ metadata:
spec:
group: atlas.mongodb.com
names:
categories:
- atlas
kind: AtlasDataFederation
listKind: AtlasDataFederationList
plural: atlasdatafederations
shortNames:
- adf
singular: atlasdatafederation
scope: Namespaced
versions:
- additionalPrinterColumns:
- jsonPath: .spec.name
name: Name
type: string
- jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
type: string
name: v1
schema:
openAPIV3Schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -172,7 +179,6 @@ spec:
index
enum:
- lucene.standard
- lucene.standard
- lucene.simple
- lucene.whitespace
- lucene.keyword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,26 @@ metadata:
spec:
group: atlas.mongodb.com
names:
categories:
- atlas
kind: AtlasStreamInstance
listKind: AtlasStreamInstanceList
plural: atlasstreaminstances
shortNames:
- asi
singular: atlasstreaminstance
scope: Namespaced
versions:
- additionalPrinterColumns:
- 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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,26 @@ metadata:
spec:
group: atlas.mongodb.com
names:
categories:
- atlas
kind: AtlasTeam
listKind: AtlasTeamList
plural: atlasteams
shortNames:
- at
singular: atlasteam
scope: Namespaced
versions:
- additionalPrinterColumns:
- 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:
Expand Down
6 changes: 3 additions & 3 deletions charts/atlas-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -19,6 +19,6 @@ maintainers:
email: [email protected]
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

0 comments on commit 690b958

Please sign in to comment.