Skip to content
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(service)!: add services[].networks[].driver_opts attribute #30

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

k9withabone
Copy link
Owner

Added the driver_opts field to
compose_spec::service::network_config::Network.

compose_spec::service::network_config::{NetworkConfig, Network} no longer implement Eq due to compose_spec::StringOrNumber use in driver_opts.

Closes: #29

Added the `driver_opts` field to
`compose_spec::service::network_config::Network`.

`compose_spec::service::network_config::{NetworkConfig, Network}` no
longer implement `Eq` due to `compose_spec::StringOrNumber` use in
`driver_opts`.

Closes: #29
@k9withabone k9withabone added the enhancement New feature or request label Sep 30, 2024
@k9withabone k9withabone added this to the v0.3.0 milestone Sep 30, 2024
@k9withabone k9withabone merged commit dac6176 into main Oct 3, 2024
9 checks passed
@k9withabone k9withabone deleted the service-networks-driver-opts branch October 3, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add services[].networks[].driver_opts attribute
1 participant