lenra-io / lenra_cli

The Lenra's command line interface
MIT License
16 stars 1 forks source link

build(deps): bump docker-compose-types from 0.4.1 to 0.7.1 #377

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 10 months ago

Bumps docker-compose-types from 0.4.1 to 0.7.1.

Changelog

Sourced from docker-compose-types's changelog.

v0.7.1

(Thanks to @​agavrilov)

  • Add pull_policy field (and relevant possible values) to Service
  • Also: Update dependencies

v0.7.0

(Thanks to @​trijpstra-fourlights and @​k9withabone for the contributions)

  • Add: cap_drop and userns_mode fields to Service
  • Add: group_add to Service

v0.6.1

(Thanks to @​cyqsimon for reporting the issue)

  • Resolve issue #31: Cannot mix long syntax and short syntax volume declaration

v0.6.0

(Thanks to Andrew Thorburn)

  • Introduce secrets
  • Bump IndexMap dependency to 2.1.0

v0.5.2

  • Bump IndexMap dependency to 2.0.0

v0.5.1

(Thanks to Paul Nettleton)

  • Fix top-level volumes visibility

v0.5.0

(Thanks to Paul Nettleton)

  • Add tmpfs: Option<Tmpfs> to Service
  • Add bind: Option<Bind> and tmpfs: Option<TmpfsSettings> to AdvancedVolumes for bind and tmpfs volume options
  • Add enums SysCtls and SysCtlValue to support sysctls option
  • Add Ulimit enum for single value ulimit and soft/hard mapping
  • Makes field options on LoggingParameters a map
  • Add driver_opts, enable_ipv6, labels, and name to NetworkSettings
  • Change internal to bool
  • Add driver to Ipam .. and many more fixes and changes, thanks Paul!
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 8 months ago

Superseded by #391.