Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 738016b

Browse files
authoredAug 23, 2023
Release 1.8.2 (#1107)
1 parent d3efa56 commit 738016b

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed
 

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

Lines changed: 4 additions & 4 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:1.8.1
130+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.8.2
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.v1.8.1
135+
name: mongodb-atlas-kubernetes.v1.8.2
136136
namespace: placeholder
137137
spec:
138138
apiservicedefinitions: {}
@@ -490,7 +490,7 @@ spec:
490490
valueFrom:
491491
fieldRef:
492492
fieldPath: metadata.annotations['olm.targetNamespaces']
493-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
493+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.2
494494
imagePullPolicy: Always
495495
livenessProbe:
496496
httpGet:
@@ -575,5 +575,5 @@ spec:
575575
maturity: beta
576576
provider:
577577
name: MongoDB, Inc
578-
version: 1.8.1
578+
version: 1.8.2
579579
replaces: mongodb-atlas-kubernetes.v1.8.1

‎deploy/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3801,7 +3801,7 @@ spec:
38013801
valueFrom:
38023802
fieldRef:
38033803
fieldPath: metadata.namespace
3804-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
3804+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.2
38053805
imagePullPolicy: Always
38063806
livenessProbe:
38073807
httpGet:

‎deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ spec:
306306
valueFrom:
307307
fieldRef:
308308
fieldPath: metadata.namespace
309-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
309+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.2
310310
imagePullPolicy: Always
311311
livenessProbe:
312312
httpGet:

‎deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ spec:
312312
valueFrom:
313313
fieldRef:
314314
fieldPath: metadata.namespace
315-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
315+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.2
316316
imagePullPolicy: Always
317317
livenessProbe:
318318
httpGet:

‎deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ spec:
311311
valueFrom:
312312
fieldRef:
313313
fieldPath: metadata.namespace
314-
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.1
314+
image: mongodb/mongodb-atlas-kubernetes-operator:1.8.2
315315
imagePullPolicy: Always
316316
livenessProbe:
317317
httpGet:

‎third_party_licenses.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ github.com/mailru/easyjson,https://github.com/mailru/easyjson/blob/v0.7.7/LICENS
2525
github.com/matttproud/golang_protobuf_extensions/pbutil,https://github.com/matttproud/golang_protobuf_extensions/blob/v1.0.2/LICENSE,Apache-2.0
2626
github.com/modern-go/concurrent,https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE,Apache-2.0
2727
github.com/modern-go/reflect2,https://github.com/modern-go/reflect2/blob/v1.0.2/LICENSE,Apache-2.0
28-
github.com/mongodb-forks/digest,https://github.com/mongodb-forks/digest/blob/v1.0.4/COPYING,Apache-2.0
28+
github.com/mongodb-forks/digest,https://github.com/mongodb-forks/digest/blob/v1.0.5/COPYING,Apache-2.0
2929
github.com/mongodb/mongodb-atlas-kubernetes,https://github.com/mongodb/mongodb-atlas-kubernetes/blob/HEAD/LICENSE,Apache-2.0
3030
github.com/munnerz/goautoneg,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
3131
github.com/pkg/errors,https://github.com/pkg/errors/blob/v0.9.1/LICENSE,BSD-2-Clause
@@ -35,16 +35,16 @@ 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.32.0/LICENSE,Apache-2.0
38+
go.mongodb.org/atlas/mongodbatlas,https://github.com/mongodb/go-client-mongodb-atlas/blob/v0.33.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.25.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.12.0:LICENSE,BSD-3-Clause
43-
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.10.0:LICENSE,BSD-3-Clause
42+
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.14.0:LICENSE,BSD-3-Clause
43+
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.11.0:LICENSE,BSD-3-Clause
4444
golang.org/x/sync/errgroup,https://cs.opensource.google/go/x/sync/+/v0.3.0:LICENSE,BSD-3-Clause
45-
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.10.0:LICENSE,BSD-3-Clause
46-
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.10.0:LICENSE,BSD-3-Clause
47-
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.11.0:LICENSE,BSD-3-Clause
45+
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.11.0:LICENSE,BSD-3-Clause
46+
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.11.0:LICENSE,BSD-3-Clause
47+
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.12.0:LICENSE,BSD-3-Clause
4848
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.3.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

0 commit comments

Comments
 (0)
Please sign in to comment.