Skip to content

Commit 69f7728

Browse files
github-actions[bot]igor-karpukhinhelderjs
authored
Release 1.7.2 (#934)
Co-authored-by: Igor Karpukhin <[email protected]> Co-authored-by: Helder Santana <[email protected]>
1 parent c9db4ae commit 69f7728

12 files changed

+52
-56
lines changed

bundle/manifests/atlas.mongodb.com_atlasbackupschedules.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ spec:
8585
snapshots to AWS bucket.
8686
properties:
8787
exportBucketId:
88-
description: Unique identifier of the AWS bucket to export the
89-
cloud backup snapshot to.
88+
description: Unique Atlas identifier of the AWS bucket which was
89+
granted access to export backup snapshot
9090
type: string
9191
frequencyType:
92-
default: MONTHLY
92+
default: monthly
9393
enum:
94-
- MONTHLY
94+
- monthly
9595
type: string
9696
required:
9797
- exportBucketId

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:1.7.0
130+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.7.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.7.0
135+
name: mongodb-atlas-kubernetes.v1.7.2
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.0
468+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
469469
imagePullPolicy: Always
470470
livenessProbe:
471471
httpGet:
@@ -540,5 +540,5 @@ spec:
540540
maturity: beta
541541
provider:
542542
name: MongoDB, Inc
543-
version: 1.7.0
544-
replaces: mongodb-atlas-kubernetes.v1.6.1
543+
version: 1.7.2
544+
replaces: mongodb-atlas-kubernetes.v1.7.0

bundle/metadata/annotations.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ annotations:
1313
# Annotations for testing.
1414
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
1515
operators.operatorframework.io.test.config.v1: tests/scorecard/
16-
17-
com.redhat.openshift.versions: "v4.8"

deploy/all-in-one.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,13 @@ spec:
260260
snapshots to AWS bucket.
261261
properties:
262262
exportBucketId:
263-
description: Unique identifier of the AWS bucket to export the
264-
cloud backup snapshot to.
263+
description: Unique Atlas identifier of the AWS bucket which was
264+
granted access to export backup snapshot
265265
type: string
266266
frequencyType:
267-
default: MONTHLY
267+
default: monthly
268268
enum:
269-
- MONTHLY
269+
- monthly
270270
type: string
271271
required:
272272
- exportBucketId
@@ -3387,7 +3387,7 @@ spec:
33873387
valueFrom:
33883388
fieldRef:
33893389
fieldPath: metadata.namespace
3390-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
3390+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
33913391
imagePullPolicy: Always
33923392
livenessProbe:
33933393
httpGet:

deploy/clusterwide/clusterwide-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ spec:
276276
valueFrom:
277277
fieldRef:
278278
fieldPath: metadata.namespace
279-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
279+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
280280
imagePullPolicy: Always
281281
livenessProbe:
282282
httpGet:

deploy/clusterwide/crds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ spec:
243243
snapshots to AWS bucket.
244244
properties:
245245
exportBucketId:
246-
description: Unique identifier of the AWS bucket to export the
247-
cloud backup snapshot to.
246+
description: Unique Atlas identifier of the AWS bucket which was
247+
granted access to export backup snapshot
248248
type: string
249249
frequencyType:
250-
default: MONTHLY
250+
default: monthly
251251
enum:
252-
- MONTHLY
252+
- monthly
253253
type: string
254254
required:
255255
- exportBucketId

deploy/crds/atlas.mongodb.com_atlasbackupschedules.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ spec:
8282
snapshots to AWS bucket.
8383
properties:
8484
exportBucketId:
85-
description: Unique identifier of the AWS bucket to export the
86-
cloud backup snapshot to.
85+
description: Unique Atlas identifier of the AWS bucket which was
86+
granted access to export backup snapshot
8787
type: string
8888
frequencyType:
89-
default: MONTHLY
89+
default: monthly
9090
enum:
91-
- MONTHLY
91+
- monthly
9292
type: string
9393
required:
9494
- exportBucketId

deploy/namespaced/crds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ spec:
243243
snapshots to AWS bucket.
244244
properties:
245245
exportBucketId:
246-
description: Unique identifier of the AWS bucket to export the
247-
cloud backup snapshot to.
246+
description: Unique Atlas identifier of the AWS bucket which was
247+
granted access to export backup snapshot
248248
type: string
249249
frequencyType:
250-
default: MONTHLY
250+
default: monthly
251251
enum:
252-
- MONTHLY
252+
- monthly
253253
type: string
254254
required:
255255
- exportBucketId

deploy/namespaced/namespaced-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ spec:
282282
valueFrom:
283283
fieldRef:
284284
fieldPath: metadata.namespace
285-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
285+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
286286
imagePullPolicy: Always
287287
livenessProbe:
288288
httpGet:

deploy/openshift/crds.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ spec:
243243
snapshots to AWS bucket.
244244
properties:
245245
exportBucketId:
246-
description: Unique identifier of the AWS bucket to export the
247-
cloud backup snapshot to.
246+
description: Unique Atlas identifier of the AWS bucket which was
247+
granted access to export backup snapshot
248248
type: string
249249
frequencyType:
250-
default: MONTHLY
250+
default: monthly
251251
enum:
252-
- MONTHLY
252+
- monthly
253253
type: string
254254
required:
255255
- exportBucketId

deploy/openshift/openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ spec:
281281
valueFrom:
282282
fieldRef:
283283
fieldPath: metadata.namespace
284-
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.0
284+
image: mongodb/mongodb-atlas-kubernetes-operator:1.7.2
285285
imagePullPolicy: Always
286286
livenessProbe:
287287
httpGet:

third_party_licenses.txt

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
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
22
github.com/Masterminds/semver,https://github.com/Masterminds/semver/blob/v1.5.0/LICENSE.txt,MIT
3-
github.com/PuerkitoBio/purell,https://github.com/PuerkitoBio/purell/blob/v1.1.1/LICENSE,BSD-3-Clause
4-
github.com/PuerkitoBio/urlesc,https://github.com/PuerkitoBio/urlesc/blob/de5bf2ad4578/LICENSE,BSD-3-Clause
53
github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/v1.0.1/LICENSE,MIT
64
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/v2.1.2/LICENSE.txt,MIT
75
github.com/davecgh/go-spew/spew,https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE,ISC
8-
github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/v3.8.0/LICENSE,MIT
6+
github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/v3.9.0/LICENSE,MIT
97
github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/v5.6.0/v5/LICENSE,BSD-3-Clause
108
github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/v1.5.4/LICENSE,BSD-3-Clause
119
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.2.3/LICENSE,Apache-2.0
1210
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.2.3/LICENSE,Apache-2.0
13-
github.com/go-openapi/jsonpointer,https://github.com/go-openapi/jsonpointer/blob/v0.19.5/LICENSE,Apache-2.0
14-
github.com/go-openapi/jsonreference,https://github.com/go-openapi/jsonreference/blob/v0.19.5/LICENSE,Apache-2.0
15-
github.com/go-openapi/swag,https://github.com/go-openapi/swag/blob/v0.19.14/LICENSE,Apache-2.0
11+
github.com/go-openapi/jsonpointer,https://github.com/go-openapi/jsonpointer/blob/v0.19.6/LICENSE,Apache-2.0
12+
github.com/go-openapi/jsonreference,https://github.com/go-openapi/jsonreference/blob/v0.20.1/LICENSE,Apache-2.0
13+
github.com/go-openapi/swag,https://github.com/go-openapi/swag/blob/v0.22.3/LICENSE,Apache-2.0
1614
github.com/gogo/protobuf,https://github.com/gogo/protobuf/blob/v1.3.2/LICENSE,BSD-3-Clause
1715
github.com/golang/groupcache/lru,https://github.com/golang/groupcache/blob/41bb18bfe9da/LICENSE,Apache-2.0
18-
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.2/LICENSE,BSD-3-Clause
16+
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/v1.5.3/LICENSE,BSD-3-Clause
1917
github.com/google/gnostic,https://github.com/google/gnostic/blob/v0.5.7-v3refs/LICENSE,Apache-2.0
2018
github.com/google/go-cmp/cmp,https://github.com/google/go-cmp/blob/v0.5.9/LICENSE,BSD-3-Clause
2119
github.com/google/go-querystring/query,https://github.com/google/go-querystring/blob/v1.1.0/LICENSE,BSD-3-Clause
@@ -26,32 +24,31 @@ github.com/hashicorp/go-multierror,https://github.com/hashicorp/go-multierror/bl
2624
github.com/imdario/mergo,https://github.com/imdario/mergo/blob/v0.3.12/LICENSE,BSD-3-Clause
2725
github.com/josharian/intern,https://github.com/josharian/intern/blob/v1.0.0/license.md,MIT
2826
github.com/json-iterator/go,https://github.com/json-iterator/go/blob/v1.1.12/LICENSE,MIT
29-
github.com/mailru/easyjson,https://github.com/mailru/easyjson/blob/v0.7.6/LICENSE,MIT
27+
github.com/mailru/easyjson,https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE,MIT
3028
github.com/matttproud/golang_protobuf_extensions/pbutil,https://github.com/matttproud/golang_protobuf_extensions/blob/c182affec369/LICENSE,Apache-2.0
3129
github.com/modern-go/concurrent,https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE,Apache-2.0
3230
github.com/modern-go/reflect2,https://github.com/modern-go/reflect2/blob/v1.0.2/LICENSE,Apache-2.0
3331
github.com/mongodb-forks/digest,https://github.com/mongodb-forks/digest/blob/v1.0.4/COPYING,Apache-2.0
3432
github.com/mongodb/mongodb-atlas-kubernetes,https://github.com/mongodb/mongodb-atlas-kubernetes/blob/HEAD/LICENSE,Apache-2.0
3533
github.com/munnerz/goautoneg,https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE,BSD-3-Clause
36-
github.com/openlyinc/pointy,https://github.com/openlyinc/pointy/blob/v1.2.0/LICENSE,MIT
3734
github.com/pkg/errors,https://github.com/pkg/errors/blob/v0.9.1/LICENSE,BSD-2-Clause
3835
github.com/prometheus/client_golang/prometheus,https://github.com/prometheus/client_golang/blob/v1.12.2/LICENSE,Apache-2.0
3936
github.com/prometheus/client_model/go,https://github.com/prometheus/client_model/blob/v0.2.0/LICENSE,Apache-2.0
4037
github.com/prometheus/common,https://github.com/prometheus/common/blob/v0.32.1/LICENSE,Apache-2.0
4138
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
4239
github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/v0.7.3/LICENSE,Apache-2.0
4340
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/v1.0.5/LICENSE,BSD-3-Clause
44-
go.mongodb.org/atlas/mongodbatlas,https://github.com/mongodb/go-client-mongodb-atlas/blob/32300174f475/LICENSE,Apache-2.0
41+
go.mongodb.org/atlas/mongodbatlas,https://github.com/mongodb/go-client-mongodb-atlas/blob/v0.24.0/LICENSE,Apache-2.0
4542
go.uber.org/atomic,https://github.com/uber-go/atomic/blob/v1.9.0/LICENSE.txt,MIT
4643
go.uber.org/multierr,https://github.com/uber-go/multierr/blob/v1.7.0/LICENSE.txt,MIT
47-
go.uber.org/zap,https://github.com/uber-go/zap/blob/v1.23.0/LICENSE.txt,MIT
44+
go.uber.org/zap,https://github.com/uber-go/zap/blob/v1.24.0/LICENSE.txt,MIT
4845
golang.org/x/exp,https://cs.opensource.google/go/x/exp/+/5e25df02:LICENSE,BSD-3-Clause
49-
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.2.0:LICENSE,BSD-3-Clause
46+
golang.org/x/net,https://cs.opensource.google/go/x/net/+/v0.8.0:LICENSE,BSD-3-Clause
5047
golang.org/x/oauth2,https://cs.opensource.google/go/x/oauth2/+/6fdb5e3d:LICENSE,BSD-3-Clause
5148
golang.org/x/sync/errgroup,https://cs.opensource.google/go/x/sync/+/v0.1.0:LICENSE,BSD-3-Clause
52-
golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.2.0:LICENSE,BSD-3-Clause
53-
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.2.0:LICENSE,BSD-3-Clause
54-
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.4.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
5552
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/579cf78f:LICENSE,BSD-3-Clause
5653
gomodules.xyz/jsonpatch/v2,https://github.com/gomodules/jsonpatch/blob/v2.2.0/v2/LICENSE,Apache-2.0
5754
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.28.1/LICENSE,BSD-3-Clause
@@ -65,12 +62,13 @@ k8s.io/apimachinery/third_party/forked/golang,https://github.com/kubernetes/apim
6562
k8s.io/client-go,https://github.com/kubernetes/client-go/blob/v0.25.3/LICENSE,Apache-2.0
6663
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
6764
k8s.io/component-base/config,https://github.com/kubernetes/component-base/blob/v0.25.0/LICENSE,Apache-2.0
68-
k8s.io/klog/v2,https://github.com/kubernetes/klog/blob/v2.70.1/LICENSE,Apache-2.0
69-
k8s.io/kube-openapi/pkg,https://github.com/kubernetes/kube-openapi/blob/67bda5d908f1/LICENSE,Apache-2.0
70-
k8s.io/kube-openapi/pkg/validation/spec,https://github.com/kubernetes/kube-openapi/blob/67bda5d908f1/pkg/validation/spec/LICENSE,Apache-2.0
71-
k8s.io/utils,https://github.com/kubernetes/utils/blob/ee6ede2d64ed/LICENSE,Apache-2.0
72-
k8s.io/utils/internal/third_party/forked/golang/net,https://github.com/kubernetes/utils/blob/ee6ede2d64ed/internal/third_party/forked/golang/LICENSE,BSD-3-Clause
65+
k8s.io/klog/v2,https://github.com/kubernetes/klog/blob/v2.90.1/LICENSE,Apache-2.0
66+
k8s.io/kube-openapi/pkg,https://github.com/kubernetes/kube-openapi/blob/15aac26d736a/LICENSE,Apache-2.0
67+
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
68+
k8s.io/kube-openapi/pkg/validation/spec,https://github.com/kubernetes/kube-openapi/blob/15aac26d736a/pkg/validation/spec/LICENSE,Apache-2.0
69+
k8s.io/utils,https://github.com/kubernetes/utils/blob/a36077c30491/LICENSE,Apache-2.0
70+
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
7371
sigs.k8s.io/controller-runtime,https://github.com/kubernetes-sigs/controller-runtime/blob/v0.13.0/LICENSE,Apache-2.0
74-
sigs.k8s.io/json,https://github.com/kubernetes-sigs/json/blob/f223a00ba0e2/LICENSE,Apache-2.0
72+
sigs.k8s.io/json,https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE,Apache-2.0
7573
sigs.k8s.io/structured-merge-diff/v4,https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.2.3/LICENSE,Apache-2.0
7674
sigs.k8s.io/yaml,https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/LICENSE,MIT

0 commit comments

Comments
 (0)