Martin
646d3aa154
feat: Prepare v3 release ( #503 )
...
* feat: Remove deprecated docker_container attributes.
* feat: Remove deprecated docker_service atttribute.
* feat: Remove deprecated `build` attribute from docker_registry_image.
* feat: Remove deprecated attributes of docker_image.
* docs: Generate and update documentation.
* fix: Add MigrateState for docker_container again.
* docs: Fix docs linting errors.
* docs: Fix tf formatting in docs.
2023-01-13 13:11:51 +01:00
Manuel Vogel
a5332be18d
feat(service): add alias for networks ( #241 )
...
* feat(service): outlines alias for networks
* feat: Add driver_opts sub-attribute.
* fix: network driver options type conversions.
* fix: Temporarily fix docker_service tests.
Co-authored-by: Martin <Junkern@users.noreply.github.com>
Co-authored-by: Martin Wentzel <martin.wentzel@kreuzwerker.de>
2023-01-04 14:03:13 +01:00
Martin
19191883d5
feat: Add sysctl implementation to container of docker_service. ( #499 )
2022-12-23 15:29:17 +01:00
William Sedlacek
d0eae33123
fix: oauth authorization support for azurecr ( #451 )
...
* fix: oauth authorization support for azurecr
* fix: oauth when destroying images
* refactor: run make fmt
2022-09-09 13:59:18 +02:00
Manuel Vogel
7f96a26866
fix/service bind options ( #234 )
...
* fix: give service bind_options propagation rprivate as default
* test: add second bind mount for full-service spec to test this case as well
* docs: add a second mount to service example
* fix(service): allow other options for mount binds although they might not be the specified type
* test: for empty and null mount bind
* docs(service): explains propagation more in details
* docs(service): adds missing default for propagation
* fix(test): update stop grace period to 30s for flaky test on gh actions
Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com>
2021-06-27 16:34:01 +02:00
Manuel Vogel
2d889c77d7
fix: add service host flattener with space split ( #205 )
...
* fix: add service host flattener with space split
* fix(service): switch host and ip in flatten extra hosts
2021-05-26 15:35:46 +09:00
Manuel Vogel
2845519dce
fix/move helpers ( #170 )
...
* chore: rename structures file
* fix: create volume migrators
* fix: move service migrators
* fix: move network migrators
* fix: rename container migrators
* chore: move label migrators and helpers
* chore: move container structures
* chore: move network structures
* fix: move container extrahosts flattener
* fix: move container ulimits flattener
* fix: move container devices flattener
* chore: move service mappers to structures file
* chore: move image helper funcs
* chore: add constants for network refresher funcs
* chore: move plugin crud funcs to the top
* chore: move registry image funcs to the top
* chore: add resfresh func constants for volume
* chore: extract ipam config flatten func
2021-04-19 22:33:13 +09:00