Skip to content

Commit

Permalink
Release Atlas Operator 1.8.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 27, 2023
1 parent e383771 commit ff75d7f
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 6 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: 1.7.3
appVersion: 1.7.3
version: 1.8.0
appVersion: 1.8.0
kubeVersion: ">=1.15.0-0"
keywords:
- mongodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ spec:
singular: atlasdatafederation
scope: Namespaced
versions:
- name: v1
- additionalPrinterColumns:
- jsonPath: .spec.name
name: Name
type: string
name: v1
schema:
openAPIV3Schema:
description: AtlasDataFederation is the Schema for the Atlas Data Federation
API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,38 @@ spec:
invalid, Atlas sends an email to the project owner and
eventually removes the token.
type: string
apiTokenRef:
description: ResourceRefNamespaced is a reference to a
Kubernetes Resource that allows to configure the namespace
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes
Resource
type: string
required:
- name
type: object
channelName:
description: Slack channel name. Populated for the SLACK
notifications type.
type: string
datadogAPIKeyRef:
description: ResourceRefNamespaced is a reference to a
Kubernetes Resource that allows to configure the namespace
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes
Resource
type: string
required:
- name
type: object
datadogApiKey:
description: Datadog API Key. Found in the Datadog dashboard.
Populated for the DATADOG notifications type.
Expand Down Expand Up @@ -147,6 +175,20 @@ spec:
becomes invalid, Atlas sends an email to the project
owner and eventually removes the token.
type: string
flowdockApiTokenRef:
description: ResourceRefNamespaced is a reference to a
Kubernetes Resource that allows to configure the namespace
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes
Resource
type: string
required:
- name
type: object
intervalMin:
description: Number of minutes to wait between successive
notifications for unacknowledged alerts that are not
Expand All @@ -162,6 +204,20 @@ spec:
Atlas sends an email to the project owner and eventually
removes the token.
type: string
opsGenieApiKeyRef:
description: ResourceRefNamespaced is a reference to a
Kubernetes Resource that allows to configure the namespace
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes
Resource
type: string
required:
- name
type: object
opsGenieRegion:
description: Region that indicates which API URL to use.
type: string
Expand All @@ -183,6 +239,20 @@ spec:
invalid, Atlas sends an email to the project owner and
eventually removes the key.
type: string
serviceKeyRef:
description: ResourceRefNamespaced is a reference to a
Kubernetes Resource that allows to configure the namespace
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes
Resource
type: string
required:
- name
type: object
smsEnabled:
description: Flag indicating if text message notifications
should be sent. Populated for ORG, GROUP, and USER notifications
Expand Down Expand Up @@ -215,6 +285,20 @@ spec:
invalid, Atlas sends an email to the project owner and
eventually removes the key.
type: string
victorOpsSecretRef:
description: Secret for VictorOps should contain both
APIKey and RoutingKey values
properties:
name:
description: Name is the name of the Kubernetes Resource
type: string
namespace:
description: Namespace is the namespace of the Kubernetes
Resource
type: string
required:
- name
type: object
type: object
type: array
threshold:
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: 1.7.3
appVersion: 1.7.3
version: 1.8.0
appVersion: 1.8.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: "1.7.3"
version: "1.8.0"
repository: "https://mongodb.github.io/helm-charts"
condition: mongodb-atlas-operator-crds.enabled

0 comments on commit ff75d7f

Please sign in to comment.