Skip to content

Commit 82eb92b

Browse files
authored
Update the dependencies (#730)
* Update the dependencies * Draft new release notes
1 parent 26e3401 commit 82eb92b

File tree

3 files changed

+64
-301
lines changed

3 files changed

+64
-301
lines changed

docs/release-notes/release-notes.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
# MongoDB Atlas Operator v1.3.0
1+
# MongoDB Atlas Operator v1.4.0
22

33
## AtlasProject Resource
44

5-
* Add network peering feature #620
6-
* Add cloud provider access role feature #645
7-
* Add encryption at rest #674
8-
9-
## AtlasDeployment Resource
10-
11-
* Fix deployment CR deletion if token invalid #666 (#421)
12-
* Prevent changing instanceSize and diskGB if autoscaling is enabled #672 (#648, #649)
13-
* Fix error message for Delete method #664
14-
* Add test for atlasdeployments with keep annotation #612
5+
* Add auditing (#708)
6+
* Add Project Settings (#716)
7+
* Add alert configuration feature (#717)
8+
* Fix issue with /32 CIDR #694 (#704)
9+
* Check user namespace for integrations #725 (#726)
1510

1611
*The images can be found in:*
1712

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@ require (
77
github.com/Azure/go-autorest/autorest v0.11.28
88
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
99
github.com/Azure/go-autorest/autorest/to v0.4.0
10-
github.com/aws/aws-sdk-go v1.44.98
10+
github.com/aws/aws-sdk-go v1.44.121
1111
github.com/fatih/structtag v1.2.0
1212
github.com/go-logr/zapr v1.2.3
1313
github.com/google/go-cmp v0.5.9
1414
github.com/google/uuid v1.3.0
1515
github.com/hashicorp/go-multierror v1.1.1
1616
github.com/mongodb-forks/digest v1.0.4
17-
github.com/onsi/ginkgo/v2 v2.1.4
18-
github.com/onsi/gomega v1.19.0
17+
github.com/onsi/ginkgo/v2 v2.4.0
18+
github.com/onsi/gomega v1.22.1
1919
github.com/pborman/uuid v1.2.1
2020
github.com/sethvargo/go-password v0.2.0
2121
github.com/stretchr/testify v1.8.0
2222
go.mongodb.org/atlas v0.18.0
2323
go.mongodb.org/mongo-driver v1.10.2
2424
go.uber.org/zap v1.23.0
25-
google.golang.org/api v0.96.0
25+
google.golang.org/api v0.100.0
2626
gopkg.in/yaml.v2 v2.4.0
2727
gopkg.in/yaml.v3 v3.0.1
28-
k8s.io/api v0.25.0
29-
k8s.io/apimachinery v0.25.0
30-
k8s.io/client-go v0.25.0
28+
k8s.io/api v0.25.3
29+
k8s.io/apimachinery v0.25.3
30+
k8s.io/client-go v0.25.3
3131
sigs.k8s.io/controller-runtime v0.13.0
3232
)
3333

3434
require (
35-
cloud.google.com/go/compute v1.7.0 // indirect
35+
cloud.google.com/go/compute v1.10.0 // indirect
3636
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
3737
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
3838
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
@@ -62,8 +62,8 @@ require (
6262
github.com/google/gnostic v0.5.7-v3refs // indirect
6363
github.com/google/go-querystring v1.1.0 // indirect
6464
github.com/google/gofuzz v1.2.0 // indirect
65-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
66-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
65+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
66+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
6767
github.com/hashicorp/errwrap v1.0.0 // indirect
6868
github.com/imdario/mergo v0.3.12 // indirect
6969
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -93,18 +93,18 @@ require (
9393
go.uber.org/atomic v1.9.0 // indirect
9494
go.uber.org/multierr v1.7.0 // indirect
9595
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
96-
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
97-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect
98-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
99-
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
100-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
101-
golang.org/x/text v0.3.7 // indirect
96+
golang.org/x/net v0.1.0 // indirect
97+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
98+
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
99+
golang.org/x/sys v0.1.0 // indirect
100+
golang.org/x/term v0.1.0 // indirect
101+
golang.org/x/text v0.4.0 // indirect
102102
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
103103
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
104104
google.golang.org/appengine v1.6.7 // indirect
105-
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
106-
google.golang.org/grpc v1.47.0 // indirect
107-
google.golang.org/protobuf v1.28.0 // indirect
105+
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
106+
google.golang.org/grpc v1.50.1 // indirect
107+
google.golang.org/protobuf v1.28.1 // indirect
108108
gopkg.in/inf.v0 v0.9.1 // indirect
109109
k8s.io/apiextensions-apiserver v0.25.0 // indirect
110110
k8s.io/component-base v0.25.0 // indirect

0 commit comments

Comments
 (0)