-
Notifications
You must be signed in to change notification settings - Fork 7.7k
security: update DD versions for settings reference #22894
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
security: update DD versions for settings reference #22894
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@@ -301,8 +301,8 @@ quit and reopened. | |||
|
|||
|Parameter|OS|Description|Version| | |||
|:-------------------------------|---|:-------------------------------|---| | |||
| `defaultNetworkingMode` | Windows and Mac only | Defines the default IP protocol for new Docker networks: `dual-stack` (IPv4 + IPv6, default), `ipv4only`, or `ipv6only`. | Docker Desktop version 4.42 and later. | | |||
| `dnsInhibition` | Windows and Mac only | Controls DNS record filtering returned to containers. Options: `auto` (recommended), `ipv4`, `ipv6`, `none`| Docker Desktop version 4.42 and later. | | |||
| `defaultNetworkingMode` | Windows and Mac only | Defines the default IP protocol for new Docker networks: `dual-stack` (IPv4 + IPv6, default), `ipv4only`, or `ipv6only`. | Docker Desktop version 4.43 and later. | |
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.
Just so I understand - What's the reasoning for bumping this?
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.
there's a looooong thread on slack with more details (you can find it from this thread), but the short answer is that we discovered the centralized settings aren't currently backwards compatible, but the desktop team added a thing in the 4.43 release to help us fix the underlying issue. we'll have to start filtering the cloud settings we deliver to DD based on the version of DD making the request, and v4.43 is the first version that will include the version number in the request.
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.
Comprende - thanks @derekmisler
Description
Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2761
Reviews