Skip to content

Commit cf44084

Browse files
github-actions[bot]fabritsiusigor-karpukhinSugar-packhelderjs
authored
Release 1.4.0 (#736)
Co-authored-by: Anton <antonfabritsius@gmail.com> Co-authored-by: Igor Karpukhin <karpukhinigor@gmail.com> Co-authored-by: Timur Akhmadiev <42980811+Sugar-pack@users.noreply.github.com> Co-authored-by: Helder Santana <contato@heldersantana.net>
1 parent 36b3ff5 commit cf44084

13 files changed

+3011
-23
lines changed

bundle/manifests/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,8 @@ spec:
522522
type: string
523523
noTableScan:
524524
type: boolean
525+
oplogMinRetentionHours:
526+
type: string
525527
oplogSizeMB:
526528
format: int64
527529
type: integer

bundle/manifests/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 496 additions & 0 deletions
Large diffs are not rendered by default.

bundle/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ metadata:
111111
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
112112
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
113113
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
114-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
115-
name: mongodb-atlas-kubernetes.v1.3.0
114+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
115+
name: mongodb-atlas-kubernetes.v1.4.0
116116
namespace: placeholder
117117
spec:
118118
apiservicedefinitions: {}
@@ -420,7 +420,7 @@ spec:
420420
valueFrom:
421421
fieldRef:
422422
fieldPath: metadata.annotations['olm.targetNamespaces']
423-
image: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
423+
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
424424
imagePullPolicy: Always
425425
livenessProbe:
426426
httpGet:
@@ -476,7 +476,7 @@ spec:
476476
type: OwnNamespace
477477
- supported: true
478478
type: SingleNamespace
479-
- supported: false
479+
- supported: true
480480
type: MultiNamespace
481481
- supported: true
482482
type: AllNamespaces
@@ -495,5 +495,5 @@ spec:
495495
maturity: beta
496496
provider:
497497
name: MongoDB, Inc
498-
version: 1.3.0
499-
replaces: mongodb-atlas-kubernetes.v1.2.0
498+
version: 1.4.0
499+
replaces: mongodb-atlas-kubernetes.v1.3.0

deploy/all-in-one.yaml

Lines changed: 499 additions & 1 deletion
Large diffs are not rendered by default.

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ spec:
256256
valueFrom:
257257
fieldRef:
258258
fieldPath: metadata.namespace
259-
image: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
259+
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
260260
imagePullPolicy: Always
261261
livenessProbe:
262262
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 498 additions & 0 deletions
Large diffs are not rendered by default.

deploy/crds/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ spec:
519519
type: string
520520
noTableScan:
521521
type: boolean
522+
oplogMinRetentionHours:
523+
type: string
522524
oplogSizeMB:
523525
format: int64
524526
type: integer

deploy/crds/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 496 additions & 0 deletions
Large diffs are not rendered by default.

deploy/namespaced/crds.yaml

Lines changed: 498 additions & 0 deletions
Large diffs are not rendered by default.

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ spec:
262262
valueFrom:
263263
fieldRef:
264264
fieldPath: metadata.namespace
265-
image: mongodb/mongodb-atlas-kubernetes-operator:1.3.0
265+
image: mongodb/mongodb-atlas-kubernetes-operator:1.4.0
266266
imagePullPolicy: Always
267267
livenessProbe:
268268
httpGet:

0 commit comments

Comments
 (0)