Skip to content

Commit 0ee3b49

Browse files
github-actions[bot]fabritsiusigor-karpukhinSugar-packhelderjs
authored
Release 1.5.1 (#809)
Co-authored-by: Anton <[email protected]> Co-authored-by: Igor Karpukhin <[email protected]> Co-authored-by: Timur Akhmadiev <[email protected]> Co-authored-by: Helder Santana <[email protected]>
1 parent a796b27 commit 0ee3b49

File tree

7 files changed

+69
-69
lines changed

7 files changed

+69
-69
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ metadata:
124124
description: The MongoDB Atlas Kubernetes Operator enables easy management of Clusters in MongoDB Atlas
125125
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
126126
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
127-
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.5.0
128-
name: mongodb-atlas-kubernetes.v1.5.0
127+
containerImage: mongodb/mongodb-atlas-kubernetes-operator:1.5.1
128+
name: mongodb-atlas-kubernetes.v1.5.1
129129
namespace: placeholder
130130
spec:
131131
apiservicedefinitions: {}
@@ -458,7 +458,7 @@ spec:
458458
valueFrom:
459459
fieldRef:
460460
fieldPath: metadata.annotations['olm.targetNamespaces']
461-
image: mongodb/mongodb-atlas-kubernetes-operator:1.5.0
461+
image: mongodb/mongodb-atlas-kubernetes-operator:1.5.1
462462
imagePullPolicy: Always
463463
livenessProbe:
464464
httpGet:
@@ -533,5 +533,5 @@ spec:
533533
maturity: beta
534534
provider:
535535
name: MongoDB, Inc
536-
version: 1.5.0
537-
replaces: mongodb-atlas-kubernetes.v1.4.1
536+
version: 1.5.1
537+
replaces: mongodb-atlas-kubernetes.v1.5.0

bundle/metadata/annotations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ annotations:
1414
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
1515
operators.operatorframework.io.test.config.v1: tests/scorecard/
1616

17-
com.redhat.openshift.versions: "v4.8"
17+
com.redhat.openshift.versions: "v4.8-4.11"

deploy/all-in-one.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3137,7 +3137,7 @@ spec:
31373137
valueFrom:
31383138
fieldRef:
31393139
fieldPath: metadata.namespace
3140-
image: mongodb/mongodb-atlas-kubernetes-operator:1.5.0
3140+
image: mongodb/mongodb-atlas-kubernetes-operator:1.5.1
31413141
imagePullPolicy: Always
31423142
livenessProbe:
31433143
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.5.0
279+
image: mongodb/mongodb-atlas-kubernetes-operator:1.5.1
280280
imagePullPolicy: Always
281281
livenessProbe:
282282
httpGet:

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.5.0
285+
image: mongodb/mongodb-atlas-kubernetes-operator:1.5.1
286286
imagePullPolicy: Always
287287
livenessProbe:
288288
httpGet:

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.5.0
284+
image: mongodb/mongodb-atlas-kubernetes-operator:1.5.1
285285
imagePullPolicy: Always
286286
livenessProbe:
287287
httpGet:

third_party_licenses.txt

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
1-
k8s.io/kube-openapi/pkg/validation/spec,Unknown,Apache-2.0
2-
github.com/go-openapi/jsonpointer,https://github.com/go-openapi/jsonpointer/blob/master/LICENSE,Apache-2.0
3-
sigs.k8s.io/yaml,Unknown,MIT
4-
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/master/LICENSE,Apache-2.0
5-
github.com/gogo/protobuf,https://github.com/gogo/protobuf/blob/master/LICENSE,BSD-3-Clause
61
k8s.io/apimachinery/third_party/forked/golang,Unknown,BSD-3-Clause
7-
github.com/prometheus/client_model/go,https://github.com/prometheus/client_model/blob/master/go/LICENSE,Apache-2.0
8-
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/master/LICENSE,BSD-3-Clause
9-
,https://github.com/mongodb/mongodb-atlas-kubernetes/blob/master/LICENSE,Apache-2.0
10-
gopkg.in/inf.v0,Unknown,BSD-3-Clause
11-
golang.org/x/net,Unknown,BSD-3-Clause
12-
k8s.io/api,Unknown,Apache-2.0
2+
github.com/google/gnostic,https://github.com/google/gnostic/blob/master/LICENSE,Apache-2.0
3+
google.golang.org/protobuf,Unknown,BSD-3-Clause
4+
github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/master/v3/LICENSE,MIT
5+
github.com/mailru/easyjson,https://github.com/mailru/easyjson/blob/master/LICENSE,MIT
6+
gomodules.xyz/jsonpatch/v2,Unknown,Apache-2.0
7+
k8s.io/klog/v2,Unknown,Apache-2.0
8+
gopkg.in/yaml.v2,Unknown,Apache-2.0
9+
gopkg.in/yaml.v3,Unknown,MIT
1310
github.com/google/go-querystring/query,https://github.com/google/go-querystring/blob/master/query/LICENSE,BSD-3-Clause
14-
github.com/prometheus/common,https://github.com/prometheus/common/blob/master/LICENSE,Apache-2.0
15-
golang.org/x/sync/errgroup,Unknown,BSD-3-Clause
16-
github.com/google/gofuzz,https://github.com/google/gofuzz/blob/master/LICENSE,Apache-2.0
11+
github.com/openlyinc/pointy,https://github.com/openlyinc/pointy/blob/master/LICENSE,MIT
12+
github.com/mongodb-forks/digest,https://github.com/mongodb-forks/digest/blob/master/COPYING,Apache-2.0
13+
github.com/prometheus/client_golang/prometheus,https://github.com/prometheus/client_golang/blob/master/prometheus/LICENSE,Apache-2.0
1714
github.com/imdario/mergo,https://github.com/imdario/mergo/blob/master/LICENSE,BSD-3-Clause
15+
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/master/LICENSE,Apache-2.0
16+
gopkg.in/inf.v0,Unknown,BSD-3-Clause
1817
github.com/go-openapi/swag,https://github.com/go-openapi/swag/blob/master/LICENSE,Apache-2.0
19-
github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/master/v5/LICENSE,BSD-3-Clause
20-
github.com/davecgh/go-spew/spew,https://github.com/davecgh/go-spew/blob/master/spew/LICENSE,ISC
21-
github.com/google/go-cmp/cmp,https://github.com/google/go-cmp/blob/master/cmp/LICENSE,BSD-3-Clause
22-
github.com/prometheus/client_golang/prometheus,https://github.com/prometheus/client_golang/blob/master/prometheus/LICENSE,Apache-2.0
23-
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg,https://github.com/prometheus/common/blob/master/internal/bitbucket.org/ww/goautoneg/README.txt,BSD-3-Clause
24-
k8s.io/client-go/third_party/forked/golang/template,Unknown,BSD-3-Clause
25-
github.com/modern-go/concurrent,https://github.com/modern-go/concurrent/blob/master/LICENSE,Apache-2.0
26-
sigs.k8s.io/json,Unknown,Apache-2.0
18+
go.uber.org/zap,Unknown,MIT
2719
github.com/modern-go/reflect2,https://github.com/modern-go/reflect2/blob/master/LICENSE,Apache-2.0
28-
github.com/pkg/errors,https://github.com/pkg/errors/blob/master/LICENSE,BSD-2-Clause
29-
github.com/PuerkitoBio/purell,https://github.com/PuerkitoBio/purell/blob/master/LICENSE,BSD-3-Clause
30-
k8s.io/apimachinery/pkg,Unknown,Apache-2.0
3120
k8s.io/kube-openapi/pkg,Unknown,Apache-2.0
32-
github.com/google/uuid,https://github.com/google/uuid/blob/master/LICENSE,BSD-3-Clause
21+
golang.org/x/sys/unix,Unknown,BSD-3-Clause
22+
github.com/go-openapi/jsonreference,https://github.com/go-openapi/jsonreference/blob/master/LICENSE,Apache-2.0
3323
github.com/hashicorp/errwrap,https://github.com/hashicorp/errwrap/blob/master/LICENSE,MPL-2.0
34-
github.com/json-iterator/go,https://github.com/json-iterator/go/blob/master/LICENSE,MIT
35-
github.com/google/gnostic,https://github.com/google/gnostic/blob/master/LICENSE,Apache-2.0
36-
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
37-
github.com/josharian/intern,https://github.com/josharian/intern/blob/master/license.md,MIT
24+
golang.org/x/sync/errgroup,Unknown,BSD-3-Clause
25+
k8s.io/utils,Unknown,Apache-2.0
26+
sigs.k8s.io/yaml,Unknown,MIT
27+
github.com/hashicorp/go-multierror,https://github.com/hashicorp/go-multierror/blob/master/LICENSE,MPL-2.0
28+
github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/master/quantile/LICENSE,MIT
29+
k8s.io/client-go/third_party/forked/golang/template,Unknown,BSD-3-Clause
30+
github.com/modern-go/concurrent,https://github.com/modern-go/concurrent/blob/master/LICENSE,Apache-2.0
31+
github.com/pkg/errors,https://github.com/pkg/errors/blob/master/LICENSE,BSD-2-Clause
3832
go.mongodb.org/atlas/mongodbatlas,Unknown,Apache-2.0
33+
github.com/gogo/protobuf,https://github.com/gogo/protobuf/blob/master/LICENSE,BSD-3-Clause
34+
github.com/google/gofuzz,https://github.com/google/gofuzz/blob/master/LICENSE,Apache-2.0
3935
k8s.io/utils/internal/third_party/forked/golang/net,Unknown,BSD-3-Clause
40-
k8s.io/klog/v2,Unknown,Apache-2.0
41-
gopkg.in/yaml.v3,Unknown,MIT
42-
github.com/go-openapi/jsonreference,https://github.com/go-openapi/jsonreference/blob/master/LICENSE,Apache-2.0
43-
github.com/mailru/easyjson,https://github.com/mailru/easyjson/blob/master/LICENSE,MIT
44-
github.com/golang/groupcache/lru,https://github.com/golang/groupcache/blob/master/lru/LICENSE,Apache-2.0
45-
github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/master/quantile/LICENSE,MIT
46-
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/master/LICENSE,Apache-2.0
47-
github.com/PuerkitoBio/urlesc,https://github.com/PuerkitoBio/urlesc/blob/master/LICENSE,BSD-3-Clause
36+
github.com/golang/protobuf,https://github.com/golang/protobuf/blob/master/LICENSE,BSD-3-Clause
37+
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg,https://github.com/prometheus/common/blob/master/internal/bitbucket.org/ww/goautoneg/README.txt,BSD-3-Clause
38+
k8s.io/component-base/config,Unknown,Apache-2.0
39+
go.uber.org/multierr,Unknown,MIT
40+
golang.org/x/text,Unknown,BSD-3-Clause
41+
k8s.io/api,Unknown,Apache-2.0
42+
github.com/matttproud/golang_protobuf_extensions/pbutil,https://github.com/matttproud/golang_protobuf_extensions/blob/master/pbutil/LICENSE,Apache-2.0
4843
sigs.k8s.io/structured-merge-diff/v4,Unknown,Apache-2.0
44+
golang.org/x/net,Unknown,BSD-3-Clause
45+
golang.org/x/oauth2,Unknown,BSD-3-Clause
46+
github.com/munnerz/goautoneg,https://github.com/munnerz/goautoneg/blob/master/LICENSE,BSD-3-Clause
47+
github.com/spf13/pflag,https://github.com/spf13/pflag/blob/master/LICENSE,BSD-3-Clause
48+
sigs.k8s.io/json,Unknown,Apache-2.0
49+
github.com/PuerkitoBio/urlesc,https://github.com/PuerkitoBio/urlesc/blob/master/LICENSE,BSD-3-Clause
50+
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions,Unknown,Apache-2.0
51+
github.com/json-iterator/go,https://github.com/json-iterator/go/blob/master/LICENSE,MIT
4952
sigs.k8s.io/controller-runtime,Unknown,Apache-2.0
50-
google.golang.org/protobuf,Unknown,BSD-3-Clause
51-
github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/master/LICENSE,BSD-3-Clause
53+
k8s.io/kube-openapi/pkg/validation/spec,Unknown,Apache-2.0
54+
github.com/go-openapi/jsonpointer,https://github.com/go-openapi/jsonpointer/blob/master/LICENSE,Apache-2.0
55+
github.com/google/uuid,https://github.com/google/uuid/blob/master/LICENSE,BSD-3-Clause
56+
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/master/LICENSE,Apache-2.0
57+
k8s.io/client-go,Unknown,Apache-2.0
58+
github.com/PuerkitoBio/purell,https://github.com/PuerkitoBio/purell/blob/master/LICENSE,BSD-3-Clause
59+
github.com/prometheus/common,https://github.com/prometheus/common/blob/master/LICENSE,Apache-2.0
5260
go.uber.org/atomic,Unknown,MIT
61+
k8s.io/apimachinery/pkg,Unknown,Apache-2.0
62+
github.com/prometheus/client_model/go,https://github.com/prometheus/client_model/blob/master/go/LICENSE,Apache-2.0
63+
github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/master/v5/LICENSE,BSD-3-Clause
5364
golang.org/x/term,Unknown,BSD-3-Clause
54-
golang.org/x/sys/unix,Unknown,BSD-3-Clause
55-
github.com/hashicorp/go-multierror,https://github.com/hashicorp/go-multierror/blob/master/LICENSE,MPL-2.0
56-
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/master/v2/LICENSE.txt,MIT
57-
github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/master/LICENSE,Apache-2.0
58-
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions,Unknown,Apache-2.0
59-
k8s.io/client-go,Unknown,Apache-2.0
60-
github.com/mongodb-forks/digest,https://github.com/mongodb-forks/digest/blob/master/COPYING,Apache-2.0
61-
github.com/matttproud/golang_protobuf_extensions/pbutil,https://github.com/matttproud/golang_protobuf_extensions/blob/master/pbutil/LICENSE,Apache-2.0
6265
cloud.google.com/go/compute/metadata,Unknown,Apache-2.0
63-
go.uber.org/multierr,Unknown,MIT
64-
github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/master/v3/LICENSE,MIT
65-
k8s.io/component-base/config,Unknown,Apache-2.0
66-
k8s.io/utils,Unknown,Apache-2.0
67-
gopkg.in/yaml.v2,Unknown,Apache-2.0
68-
golang.org/x/text,Unknown,BSD-3-Clause
69-
golang.org/x/oauth2,Unknown,BSD-3-Clause
66+
,https://github.com/mongodb/mongodb-atlas-kubernetes/blob/master/LICENSE,Apache-2.0
67+
github.com/davecgh/go-spew/spew,https://github.com/davecgh/go-spew/blob/master/spew/LICENSE,ISC
7068
golang.org/x/time/rate,Unknown,BSD-3-Clause
71-
github.com/munnerz/goautoneg,https://github.com/munnerz/goautoneg/blob/master/LICENSE,BSD-3-Clause
72-
github.com/openlyinc/pointy,https://github.com/openlyinc/pointy/blob/master/LICENSE,MIT
73-
gomodules.xyz/jsonpatch/v2,Unknown,Apache-2.0
74-
go.uber.org/zap,Unknown,MIT
69+
github.com/josharian/intern,https://github.com/josharian/intern/blob/master/license.md,MIT
70+
github.com/google/go-cmp/cmp,https://github.com/google/go-cmp/blob/master/cmp/LICENSE,BSD-3-Clause
71+
github.com/golang/groupcache/lru,https://github.com/golang/groupcache/blob/master/lru/LICENSE,Apache-2.0
72+
github.com/cespare/xxhash/v2,https://github.com/cespare/xxhash/blob/master/v2/LICENSE.txt,MIT
73+
github.com/prometheus/procfs,https://github.com/prometheus/procfs/blob/master/LICENSE,Apache-2.0
74+
github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/master/LICENSE,BSD-3-Clause

0 commit comments

Comments
 (0)