-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLOUDP-283513: IP Access List new resource #3586
base: CLOUDP-296579-ako-flex-generation
Are you sure you want to change the base?
CLOUDP-283513: IP Access List new resource #3586
Conversation
Coverage Report 📉
|
go.mod
Outdated
@@ -1,6 +1,6 @@ | |||
module github.com/mongodb/mongodb-atlas-cli/atlascli | |||
|
|||
go 1.23.1 | |||
go 1.23.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this is wanted
go.mod
Outdated
@@ -30,7 +30,7 @@ require ( | |||
github.com/mholt/archives v0.1.0 | |||
github.com/mongodb-forks/digest v1.1.0 | |||
github.com/mongodb-labs/cobra2snooty v0.18.2 | |||
github.com/mongodb/mongodb-atlas-kubernetes/v2 v2.6.2-0.20250123164100-b8aa5669900f | |||
github.com/mongodb/mongodb-atlas-kubernetes/v2 v2.6.2-0.20250129015533-7920f411a73e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would expect 2.7.0 in here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally lgtm if evergreen e2e is happy but i think the 2.7 AKO dependency is missing and a go.mod change which would affect the whole repo
b38f566
to
be8d06a
Compare
68e4d98
to
80d1bdc
Compare
80d1bdc
to
dde3a08
Compare
Proposed changes
This PR add the support to export the new custom resource for IP Access List
Jira ticket: CLOUDP-283513
Checklist
make fmt
and formatted my code