-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix: Change default value of network_policy variable to false #809
Fix: Change default value of network_policy variable to false #809
Conversation
Thanks for the PR! 🚀 |
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.
Thanks! This is fine, but FYI we are going to hold off on merging until the next major release.
Thanks! Do you have any more information in the meantime on why the CI/CD pipeline is failing? Can't see the cloud build details. |
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.
Hi @JeremyKeustersML6
We have an upcoming breaking release coming up that we can roll this into. Could you add this to the upgrade guide showing how users can continue to use netpol with 14.0? A diff like this should work.
Sure @bharathkkb ! Will push something tomorrow. |
I added some documentation @bharathkkb . Let me know if it's okay! |
@JeremyKeustersML6 Please resolve the linter errors ^^^ |
…les#809) BREAKING CHANGE: The `network_policy` variable now defaults to `false`.
This PR fixes #804.
The only thing I'm not sure about is whether or not the
network_policy
checks are necessary in thestub
integration tests (stub_domains
,stub_domains_private
,stub_domains_upstream_nameservers
).