Skip to content

Commit 2aeee6a

Browse files
Release 2.0.1 (#1270)
1 parent 7571523 commit 2aeee6a

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ metadata:
127127
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
128128
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
129129
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
130-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.0.0
130+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:2.0.1
131131
labels:
132132
operatorframework.io/arch.amd64: supported
133133
operatorframework.io/arch.arm64: supported
134134
operatorframework.io/os.linux: supported
135-
name: mongodb-atlas-kubernetes.v2.0.0
135+
name: mongodb-atlas-kubernetes.v2.0.1
136136
namespace: placeholder
137137
spec:
138138
apiservicedefinitions: {}
@@ -515,7 +515,7 @@ spec:
515515
valueFrom:
516516
fieldRef:
517517
fieldPath: metadata.annotations['olm.targetNamespaces']
518-
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.0
518+
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.1
519519
imagePullPolicy: Always
520520
livenessProbe:
521521
httpGet:
@@ -600,5 +600,5 @@ spec:
600600
maturity: beta
601601
provider:
602602
name: MongoDB, Inc
603-
version: 2.0.0
604-
replaces: mongodb-atlas-kubernetes.v1.9.1
603+
version: 2.0.1
604+
replaces: mongodb-atlas-kubernetes.v2.0.0

deploy/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,7 +3805,7 @@ spec:
38053805
valueFrom:
38063806
fieldRef:
38073807
fieldPath: metadata.namespace
3808-
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.0
3808+
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.1
38093809
imagePullPolicy: Always
38103810
livenessProbe:
38113811
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ spec:
326326
valueFrom:
327327
fieldRef:
328328
fieldPath: metadata.namespace
329-
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.0
329+
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.1
330330
imagePullPolicy: Always
331331
livenessProbe:
332332
httpGet:

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ spec:
332332
valueFrom:
333333
fieldRef:
334334
fieldPath: metadata.namespace
335-
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.0
335+
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.1
336336
imagePullPolicy: Always
337337
livenessProbe:
338338
httpGet:

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ spec:
331331
valueFrom:
332332
fieldRef:
333333
fieldPath: metadata.namespace
334-
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.0
334+
image: mongodb/mongodb-atlas-kubernetes-operator:2.0.1
335335
imagePullPolicy: Always
336336
livenessProbe:
337337
httpGet:

third_party_licenses.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/davecgh/go-spew/spew,https://github.com/davecgh/go-spew/blob/v1.1.1/L
55
github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/v3.9.0/LICENSE,MIT
66
github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/v5.6.0/v5/LICENSE,BSD-3-Clause
77
github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/v1.6.0/LICENSE,BSD-3-Clause
8-
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.2.4/LICENSE,Apache-2.0
9-
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.2.4/LICENSE,Apache-2.0
8+
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.3.0/LICENSE,Apache-2.0
9+
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.3.0/LICENSE,Apache-2.0
1010
github.com/go-openapi/jsonpointer,https://github.com/go-openapi/jsonpointer/blob/v0.19.6/LICENSE,Apache-2.0
1111
github.com/go-openapi/jsonreference,https://github.com/go-openapi/jsonreference/blob/v0.20.1/LICENSE,Apache-2.0
1212
github.com/go-openapi/swag,https://github.com/go-openapi/swag/blob/v0.22.3/LICENSE,Apache-2.0
@@ -35,17 +35,17 @@ github.com/prometheus/common,https://github.com/prometheus/common/blob/v0.37.0/L
3535
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg,https://github.com/prometheus/common/blob/v0.37.0/internal/bitbucket.org/ww/goautoneg/README.txt,BSD-3-Clause
3636
github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/v0.8.0/LICENSE,Apache-2.0
3737
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
38-
go.mongodb.org/atlas/mongodbatlas,https://github.com/mongodb/go-client-mongodb-atlas/blob/v0.35.0/LICENSE,Apache-2.0
38+
go.mongodb.org/atlas/mongodbatlas,https://github.com/mongodb/go-client-mongodb-atlas/blob/v0.36.0/LICENSE,Apache-2.0
3939
go.uber.org/multierr,https://github.com/uber-go/multierr/blob/v1.10.0/LICENSE.txt,MIT
4040
go.uber.org/zap,https://github.com/uber-go/zap/blob/v1.26.0/LICENSE.txt,MIT
4141
golang.org/x/exp,https://cs.opensource.google/go/x/exp/+/2e198f4a:LICENSE,BSD-3-Clause
42-
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.17.0:LICENSE,BSD-3-Clause
43-
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.13.0:LICENSE,BSD-3-Clause
42+
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.18.0:LICENSE,BSD-3-Clause
43+
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.14.0:LICENSE,BSD-3-Clause
4444
golang.org/x/sync/errgroup,https://cs.opensource.google/go/x/sync/+/v0.5.0:LICENSE,BSD-3-Clause
45-
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.13.0:LICENSE,BSD-3-Clause
46-
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.13.0:LICENSE,BSD-3-Clause
47-
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.13.0:LICENSE,BSD-3-Clause
48-
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.3.0:LICENSE,BSD-3-Clause
45+
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.14.0:LICENSE,BSD-3-Clause
46+
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.14.0:LICENSE,BSD-3-Clause
47+
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.14.0:LICENSE,BSD-3-Clause
48+
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.5.0:LICENSE,BSD-3-Clause
4949
gomodules.xyz/jsonpatch/v2,https://github.com/gomodules/jsonpatch/blob/v2.2.0/v2/LICENSE,Apache-2.0
5050
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.31.0/LICENSE,BSD-3-Clause
5151
gopkg.in/inf.v0,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause

0 commit comments

Comments
 (0)