-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(docker-network): docker.network now supports any value #9390
Conversation
@@ -1,3 +1,5 @@ | |||
module github.com/hashicorp/hcl | |||
|
|||
go 1.22 |
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.
to fix this issue #9352 (comment)
Hi @idsulik , thank you for the pr, I think we might not need a new schema version. |
@ericzzzzzzz , agree. replaced the commit(it was easy to replace rather than update the current) |
@ericzzzzzzz hi! When the release is scheduled? |
Hi, @idsulik We haven't set a specific release date yet, but we expect it to be available sometime next month. |
Fixes: #9389
Description
Removed docker network validation, now you can pass any network
User facing changes (remove if N/A)
before: docker.network used to support only predefined values.
before: docker.network supports any value.