Skip to content

Commit 433fc4c

Browse files
Release 1.7.3 (#951)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e1dd283 commit 433fc4c

11 files changed

+104
-44
lines changed

bundle/manifests/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ spec:
771771
type: boolean
772772
isDataExplorerEnabled:
773773
type: boolean
774+
isExtendedStorageSizesEnabled:
775+
type: boolean
774776
isPerformanceAdvisorEnabled:
775777
type: boolean
776778
isRealtimePerformancePanelEnabled:

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

Lines changed: 17 additions & 7 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.7.2
130+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
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.7.2
135+
name: mongodb-atlas-kubernetes.v1.7.3
136136
namespace: placeholder
137137
spec:
138138
apiservicedefinitions: {}
@@ -465,7 +465,7 @@ spec:
465465
valueFrom:
466466
fieldRef:
467467
fieldPath: metadata.annotations['olm.targetNamespaces']
468-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
468+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
469469
imagePullPolicy: Always
470470
livenessProbe:
471471
httpGet:
@@ -494,10 +494,8 @@ spec:
494494
permissions:
495495
- rules:
496496
- apiGroups:
497-
- ""
498497
- coordination.k8s.io
499498
resources:
500-
- configmaps
501499
- leases
502500
verbs:
503501
- get
@@ -507,6 +505,18 @@ spec:
507505
- update
508506
- patch
509507
- delete
508+
- apiGroups:
509+
- ""
510+
resources:
511+
- configmaps
512+
verbs:
513+
- get
514+
- list
515+
- watch
516+
- create
517+
- update
518+
- patch
519+
- delete
510520
- apiGroups:
511521
- ""
512522
resources:
@@ -540,5 +550,5 @@ spec:
540550
maturity: beta
541551
provider:
542552
name: MongoDB, Inc
543-
version: 1.7.2
544-
replaces: mongodb-atlas-kubernetes.v1.7.0
553+
version: 1.7.3
554+
replaces: mongodb-atlas-kubernetes.v1.7.2

deploy/all-in-one.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2353,6 +2353,8 @@ spec:
23532353
type: boolean
23542354
isDataExplorerEnabled:
23552355
type: boolean
2356+
isExtendedStorageSizesEnabled:
2357+
type: boolean
23562358
isPerformanceAdvisorEnabled:
23572359
type: boolean
23582360
isRealtimePerformancePanelEnabled:
@@ -3139,10 +3141,8 @@ metadata:
31393141
namespace: mongodb-atlas-system
31403142
rules:
31413143
- apiGroups:
3142-
- ""
31433144
- coordination.k8s.io
31443145
resources:
3145-
- configmaps
31463146
- leases
31473147
verbs:
31483148
- get
@@ -3152,6 +3152,18 @@ rules:
31523152
- update
31533153
- patch
31543154
- delete
3155+
- apiGroups:
3156+
- ""
3157+
resources:
3158+
- configmaps
3159+
verbs:
3160+
- get
3161+
- list
3162+
- watch
3163+
- create
3164+
- update
3165+
- patch
3166+
- delete
31553167
- apiGroups:
31563168
- ""
31573169
resources:
@@ -3387,7 +3399,7 @@ spec:
33873399
valueFrom:
33883400
fieldRef:
33893401
fieldPath: metadata.namespace
3390-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
3402+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
33913403
imagePullPolicy: Always
33923404
livenessProbe:
33933405
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ metadata:
2828
namespace: mongodb-atlas-system
2929
rules:
3030
- apiGroups:
31-
- ""
3231
- coordination.k8s.io
3332
resources:
34-
- configmaps
3533
- leases
3634
verbs:
3735
- get
@@ -41,6 +39,18 @@ rules:
4139
- update
4240
- patch
4341
- delete
42+
- apiGroups:
43+
- ""
44+
resources:
45+
- configmaps
46+
verbs:
47+
- get
48+
- list
49+
- watch
50+
- create
51+
- update
52+
- patch
53+
- delete
4454
- apiGroups:
4555
- ""
4656
resources:
@@ -276,7 +286,7 @@ spec:
276286
valueFrom:
277287
fieldRef:
278288
fieldPath: metadata.namespace
279-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
289+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
280290
imagePullPolicy: Always
281291
livenessProbe:
282292
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,8 @@ spec:
23242324
type: boolean
23252325
isDataExplorerEnabled:
23262326
type: boolean
2327+
isExtendedStorageSizesEnabled:
2328+
type: boolean
23272329
isPerformanceAdvisorEnabled:
23282330
type: boolean
23292331
isRealtimePerformancePanelEnabled:

deploy/crds/atlas.mongodb.com_atlasprojects.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,8 @@ spec:
768768
type: boolean
769769
isDataExplorerEnabled:
770770
type: boolean
771+
isExtendedStorageSizesEnabled:
772+
type: boolean
771773
isPerformanceAdvisorEnabled:
772774
type: boolean
773775
isRealtimePerformancePanelEnabled:

deploy/namespaced/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,8 @@ spec:
23242324
type: boolean
23252325
isDataExplorerEnabled:
23262326
type: boolean
2327+
isExtendedStorageSizesEnabled:
2328+
type: boolean
23272329
isPerformanceAdvisorEnabled:
23282330
type: boolean
23292331
isRealtimePerformancePanelEnabled:

deploy/namespaced/namespaced-config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ metadata:
2828
namespace: mongodb-atlas-system
2929
rules:
3030
- apiGroups:
31-
- ""
3231
- coordination.k8s.io
3332
resources:
34-
- configmaps
3533
- leases
3634
verbs:
3735
- get
@@ -41,6 +39,18 @@ rules:
4139
- update
4240
- patch
4341
- delete
42+
- apiGroups:
43+
- ""
44+
resources:
45+
- configmaps
46+
verbs:
47+
- get
48+
- list
49+
- watch
50+
- create
51+
- update
52+
- patch
53+
- delete
4454
- apiGroups:
4555
- ""
4656
resources:
@@ -282,7 +292,7 @@ spec:
282292
valueFrom:
283293
fieldRef:
284294
fieldPath: metadata.namespace
285-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
295+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
286296
imagePullPolicy: Always
287297
livenessProbe:
288298
httpGet:

deploy/openshift/crds.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,6 +2324,8 @@ spec:
23242324
type: boolean
23252325
isDataExplorerEnabled:
23262326
type: boolean
2327+
isExtendedStorageSizesEnabled:
2328+
type: boolean
23272329
isPerformanceAdvisorEnabled:
23282330
type: boolean
23292331
isRealtimePerformancePanelEnabled:

deploy/openshift/openshift.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ metadata:
2828
namespace: mongodb-atlas-system
2929
rules:
3030
- apiGroups:
31-
- ""
3231
- coordination.k8s.io
3332
resources:
34-
- configmaps
3533
- leases
3634
verbs:
3735
- get
@@ -41,6 +39,18 @@ rules:
4139
- update
4240
- patch
4341
- delete
42+
- apiGroups:
43+
- ""
44+
resources:
45+
- configmaps
46+
verbs:
47+
- get
48+
- list
49+
- watch
50+
- create
51+
- update
52+
- patch
53+
- delete
4454
- apiGroups:
4555
- ""
4656
resources:
@@ -281,7 +291,7 @@ spec:
281291
valueFrom:
282292
fieldRef:
283293
fieldPath: metadata.namespace
284-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
294+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.3
285295
imagePullPolicy: Always
286296
livenessProbe:
287297
httpGet:

third_party_licenses.txt

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
cloud.google.com/go/compute/metadata,https://github.com/googleapis/google-cloud-go/blob/compute/metadata/v0.2.1/compute/metadata/LICENSE,Apache-2.0
21
github.com/Masterminds/semver,https://github.com/Masterminds/semver/blob/v1.5.0/LICENSE.txt,MIT
32
github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/v1.0.1/LICENSE,MIT
4-
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/v2.1.2/LICENSE.txt,MIT
3+
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/v2.2.0/LICENSE.txt,MIT
54
github.com/davecgh/go-spew/spew,https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE,ISC
65
github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/v3.9.0/LICENSE,MIT
76
github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/v5.6.0/v5/LICENSE,BSD-3-Clause
8-
github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/v1.5.4/LICENSE,BSD-3-Clause
7+
github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/v1.6.0/LICENSE,BSD-3-Clause
98
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.2.3/LICENSE,Apache-2.0
109
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.2.3/LICENSE,Apache-2.0
1110
github.com/go-openapi/jsonpointer,https://github.com/go-openapi/jsonpointer/blob/v0.19.6/LICENSE,Apache-2.0
@@ -25,50 +24,49 @@ github.com/imdario/mergo,https://github.com/imdario/mergo/blob/v0.3.12/LICENSE,B
2524
github.com/josharian/intern,https://github.com/josharian/intern/blob/v1.0.0/license.md,MIT
2625
github.com/json-iterator/go,https://github.com/json-iterator/go/blob/v1.1.12/LICENSE,MIT
2726
github.com/mailru/easyjson,https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE,MIT
28-
github.com/matttproud/golang_protobuf_extensions/pbutil,https://github.com/matttproud/golang_protobuf_extensions/blob/c182affec369/LICENSE,Apache-2.0
27+
github.com/matttproud/golang_protobuf_extensions/pbutil,https://github.com/matttproud/golang_protobuf_extensions/blob/v1.0.2/LICENSE,Apache-2.0
2928
github.com/modern-go/concurrent,https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE,Apache-2.0
3029
github.com/modern-go/reflect2,https://github.com/modern-go/reflect2/blob/v1.0.2/LICENSE,Apache-2.0
3130
github.com/mongodb-forks/digest,https://github.com/mongodb-forks/digest/blob/v1.0.4/COPYING,Apache-2.0
3231
github.com/mongodb/mongodb-atlas-kubernetes,https://github.com/mongodb/mongodb-atlas-kubernetes/blob/HEAD/LICENSE,Apache-2.0
3332
github.com/munnerz/goautoneg,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
3433
github.com/pkg/errors,https://github.com/pkg/errors/blob/v0.9.1/LICENSE,BSD-2-Clause
35-
github.com/prometheus/client_golang/prometheus,https://github.com/prometheus/client_golang/blob/v1.12.2/LICENSE,Apache-2.0
36-
github.com/prometheus/client_model/go,https://github.com/prometheus/client_model/blob/v0.2.0/LICENSE,Apache-2.0
37-
github.com/prometheus/common,https://github.com/prometheus/common/blob/v0.32.1/LICENSE,Apache-2.0
38-
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg,https://github.com/prometheus/common/blob/v0.32.1/internal/bitbucket.org/ww/goautoneg/README.txt,BSD-3-Clause
39-
github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/v0.7.3/LICENSE,Apache-2.0
34+
github.com/prometheus/client_golang/prometheus,https://github.com/prometheus/client_golang/blob/v1.14.0/LICENSE,Apache-2.0
35+
github.com/prometheus/client_model/go,https://github.com/prometheus/client_model/blob/v0.3.0/LICENSE,Apache-2.0
36+
github.com/prometheus/common,https://github.com/prometheus/common/blob/v0.37.0/LICENSE,Apache-2.0
37+
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
38+
github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/v0.8.0/LICENSE,Apache-2.0
4039
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
41-
go.mongodb.org/atlas/mongodbatlas,https://github.com/mongodb/go-client-mongodb-atlas/blob/v0.24.0/LICENSE,Apache-2.0
40+
go.mongodb.org/atlas/mongodbatlas,https://github.com/mongodb/go-client-mongodb-atlas/blob/v0.25.0/LICENSE,Apache-2.0
4241
go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.9.0/LICENSE.txt,MIT
4342
go.uber.org/multierr,https://github.com/uber-go/multierr/blob/v1.7.0/LICENSE.txt,MIT
4443
go.uber.org/zap,https://github.com/uber-go/zap/blob/v1.24.0/LICENSE.txt,MIT
4544
golang.org/x/exp,https://cs.opensource.google/go/x/exp/+/5e25df02:LICENSE,BSD-3-Clause
46-
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.8.0:LICENSE,BSD-3-Clause
47-
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/6fdb5e3d:LICENSE,BSD-3-Clause
45+
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.9.0:LICENSE,BSD-3-Clause
46+
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/v0.7.0:LICENSE,BSD-3-Clause
4847
golang.org/x/sync/errgroup,https://cs.opensource.google/go/x/sync/+/v0.1.0:LICENSE,BSD-3-Clause
49-
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.6.0:LICENSE,BSD-3-Clause
50-
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.6.0:LICENSE,BSD-3-Clause
51-
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.8.0:LICENSE,BSD-3-Clause
52-
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/579cf78f:LICENSE,BSD-3-Clause
48+
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.7.0:LICENSE,BSD-3-Clause
49+
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.7.0:LICENSE,BSD-3-Clause
50+
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.9.0:LICENSE,BSD-3-Clause
51+
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.3.0:LICENSE,BSD-3-Clause
5352
gomodules.xyz/jsonpatch/v2,https://github.com/gomodules/jsonpatch/blob/v2.2.0/v2/LICENSE,Apache-2.0
54-
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.1/LICENSE,BSD-3-Clause
53+
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.30.0/LICENSE,BSD-3-Clause
5554
gopkg.in/inf.v0,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
5655
gopkg.in/yaml.v2,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
5756
gopkg.in/yaml.v3,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT
58-
k8s.io/api,https://github.com/kubernetes/api/blob/v0.25.3/LICENSE,Apache-2.0
59-
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions,https://github.com/kubernetes/apiextensions-apiserver/blob/v0.25.0/LICENSE,Apache-2.0
60-
k8s.io/apimachinery/pkg,https://github.com/kubernetes/apimachinery/blob/v0.25.3/LICENSE,Apache-2.0
61-
k8s.io/apimachinery/third_party/forked/golang,https://github.com/kubernetes/apimachinery/blob/v0.25.3/third_party/forked/golang/LICENSE,BSD-3-Clause
62-
k8s.io/client-go,https://github.com/kubernetes/client-go/blob/v0.25.3/LICENSE,Apache-2.0
63-
k8s.io/client-go/third_party/forked/golang/template,https://github.com/kubernetes/client-go/blob/v0.25.3/third_party/forked/golang/LICENSE,BSD-3-Clause
64-
k8s.io/component-base/config,https://github.com/kubernetes/component-base/blob/v0.25.0/LICENSE,Apache-2.0
57+
k8s.io/api,https://github.com/kubernetes/api/blob/v0.26.4/LICENSE,Apache-2.0
58+
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions,https://github.com/kubernetes/apiextensions-apiserver/blob/v0.26.1/LICENSE,Apache-2.0
59+
k8s.io/apimachinery/pkg,https://github.com/kubernetes/apimachinery/blob/v0.26.4/LICENSE,Apache-2.0
60+
k8s.io/apimachinery/third_party/forked/golang,https://github.com/kubernetes/apimachinery/blob/v0.26.4/third_party/forked/golang/LICENSE,BSD-3-Clause
61+
k8s.io/client-go,https://github.com/kubernetes/client-go/blob/v0.26.4/LICENSE,Apache-2.0
62+
k8s.io/component-base/config,https://github.com/kubernetes/component-base/blob/v0.26.1/LICENSE,Apache-2.0
6563
k8s.io/klog/v2,https://github.com/kubernetes/klog/blob/v2.90.1/LICENSE,Apache-2.0
6664
k8s.io/kube-openapi/pkg,https://github.com/kubernetes/kube-openapi/blob/15aac26d736a/LICENSE,Apache-2.0
6765
k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json,https://github.com/kubernetes/kube-openapi/blob/15aac26d736a/pkg/internal/third_party/go-json-experiment/json/LICENSE,BSD-3-Clause
6866
k8s.io/kube-openapi/pkg/validation/spec,https://github.com/kubernetes/kube-openapi/blob/15aac26d736a/pkg/validation/spec/LICENSE,Apache-2.0
6967
k8s.io/utils,https://github.com/kubernetes/utils/blob/a36077c30491/LICENSE,Apache-2.0
7068
k8s.io/utils/internal/third_party/forked/golang/net,https://github.com/kubernetes/utils/blob/a36077c30491/internal/third_party/forked/golang/LICENSE,BSD-3-Clause
71-
sigs.k8s.io/controller-runtime,https://github.com/kubernetes-sigs/controller-runtime/blob/v0.13.0/LICENSE,Apache-2.0
69+
sigs.k8s.io/controller-runtime,https://github.com/kubernetes-sigs/controller-runtime/blob/v0.14.6/LICENSE,Apache-2.0
7270
sigs.k8s.io/json,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0
7371
sigs.k8s.io/structured-merge-diff/v4,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.2.3/LICENSE,Apache-2.0
7472
sigs.k8s.io/yaml,https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/LICENSE,MIT

0 commit comments

Comments
 (0)