Commit graph

367 commits

Author SHA1 Message Date
Suzuki Shunsuke
40ef60258e Set TF_LOG=DEBUG 2020-01-13 12:50:06 +09:00
Suzuki Shunsuke
4e8a837e08 Wait for state until endpoint spec is exposed 2020-01-13 09:48:38 +09:00
Manuel Vogel
a7f6cc9300
fix(service): ports flattening (#233)
Closes #222 
* fix(service): changes ports from set to list. adapts tests. marks published port computed. uses endpoint spec from api to flatten.
2019-12-27 16:48:21 +01:00
Manuel Vogel
45e3127fb9
feat: adds config file content as plain string (#232)
Closes #224 
* feat(provider): adds plain registry content property
* docs(provider): new plain config property
* chore: comments why the order of auth parsing should not be changed
2019-12-18 20:55:12 +01:00
Manuel Vogel
f4dd2188f1
feat: make UID, GID, & mode for secrets and configs configurable (#231)
Closes #216 
* feat(service): makes uid, gid and file mode configurable
* docs(service): updates config and secret configuration
2019-12-18 19:04:01 +01:00
Manuel Vogel
546c6aeef1
docs: update restart_policy for service. Closes #228 2019-12-17 18:31:21 +01:00
Manuel Vogel
6248c691f9
Merge branch 'xanderflood-xf/allow-zero-replicas' 2019-12-17 18:18:03 +01:00
Manuel Vogel
fe7f625ad9
fix: replica to 0 in current schema. Closes #221 2019-12-17 18:11:21 +01:00
Manuel Vogel
e8321d7a0e
Merge branch 'xf/allow-zero-replicas' of git://github.com/xanderflood/terraform-provider-docker into xanderflood-xf/allow-zero-replicas 2019-12-17 18:08:28 +01:00
Manuel Vogel
e257dcbfc9
Merge branch 'xanderflood-xf/labels-iface' 2019-12-17 18:03:09 +01:00
Manuel Vogel
765b107e26
docs: adds new label structure. Closes #214 2019-12-17 18:02:32 +01:00
Manuel Vogel
8f41054638
fix: label for network and volume after improt 2019-12-17 17:28:25 +01:00
Manuel Vogel
2c8e63b44d
Merge branch 'xf/labels-iface' of git://github.com/xanderflood/terraform-provider-docker into xanderflood-xf/labels-iface 2019-12-17 17:28:09 +01:00
tf-release-bot
f8a9b2b553 Cleanup after v2.6.0 release 2019-11-25 18:35:30 +00:00
tf-release-bot
0de84e769d
v2.6.0 2019-11-25 18:27:15 +00:00
Manuel Vogel
a0e4d32856
[ci-skip] updates CHANGELOG for v2.6.0 2019-11-23 14:50:42 +01:00
Manuel Vogel
434ca8c64b
feat: adds import for resources (#196)
Closes #99. Adds import for config service volume
2019-11-23 14:42:05 +01:00
Xander Flood
836e3e490a fix sprintf formatter 2019-11-17 10:50:50 -05:00
Xander Flood
15c89f00a2 allow zero replicas 2019-11-17 10:35:28 -05:00
Xander Flood
4d158b4ba0 tests for label migration 2019-11-16 09:11:17 -05:00
Xander Flood
e990b2db03 some debugging 2019-11-15 21:33:05 -05:00
Xander Flood
aa19860726 fix service test mount set key 2019-11-15 00:08:45 -05:00
Xander Flood
7c1041ccee re-run travis, possible flaky test 2019-11-14 23:59:59 -05:00
Xander Flood
d878091f95 refactor migration code and fix a couple tests 2019-11-14 17:44:58 -05:00
Xander Flood
b9d61dc535 some more migration 2019-11-14 17:10:48 -05:00
Xander Flood
080d80702a service 2019-11-14 08:06:50 -05:00
Xander Flood
32067443ca volume 2019-11-14 07:58:53 -05:00
Xander Flood
5babf5fb17 secret and network cleanup 2019-11-12 17:41:59 -05:00
Etienne Napoleone
20b056aec2 Correct mounts block name (#218) 2019-11-11 10:28:39 +01:00
Xander Flood
e391230447 migrate the container resource 2019-11-10 15:15:42 -05:00
Xander Flood
cfb13bb532 skip the size var 2019-11-09 07:03:15 -05:00
Xander Flood
0c39299bad try this! 2019-11-09 00:03:19 -05:00
Xander Flood
b9dd25a94d try this again? 2019-11-08 23:29:23 -05:00
Xander Flood
7e84878d39 get a look at all the Attributes 2019-11-08 23:15:34 -05:00
Xander Flood
95211f04f7 try straight indices 2019-11-08 19:13:31 -05:00
Xander Flood
7f548cd95a specify labels are optional 2019-11-08 18:56:55 -05:00
Xander Flood
1aa89c5e21 use %v not %s 2019-11-08 18:44:08 -05:00
Xander Flood
2ddb6c9308 woops 2019-11-08 18:33:52 -05:00
Xander Flood
24c3dc0386 trying something different 2019-11-08 18:24:50 -05:00
dubo-dubon-duponey
4d3eb6ca33 Add support for readonly containers (#206)
Closes #203 

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-25 12:14:09 +02:00
tf-release-bot
2b3bdec287 Cleanup after v2.5.0 release 2019-10-15 05:38:03 +00:00
tf-release-bot
e054077441
v2.5.0 2019-10-15 05:29:26 +00:00
Manuel Vogel
dfbec44a71
[ci skip] update CHANGELOG next release version 2019-10-14 19:56:48 +02:00
Manuel Vogel
ae90a07490
[ci-skip] updates CHANGELOG for v2.5.0 2019-10-14 19:55:13 +02:00
dubo-dubon-duponey
a36a58b792 Remove logging drivers white-list (#209)
See #207 for discussion and fixes #208

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-14 19:37:13 +02:00
dubo-dubon-duponey
13637be442 CI restructuring and migration to golang 1.13 (#202)
* Closes #198 
* Move CI to go 1.13

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>

* Revamped travis setup

- added go tip (no fail)
- removed go1.11 (since it’s out of support)
- build on windows, optional (1.13) (since travis does not give LCOW we can’t test)
- build on mac, optional (1.13) (since travis does not give docker on mac we can’t test)

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-13 20:43:20 +02:00
dubo-dubon-duponey
cc95649930 Updated logdrivers to match docker officially supported options (#207)
Closes #204 

See https://docs.docker.com/config/containers/logging/configure/ section “Supported“ logging drivers

Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-13 20:38:03 +02:00
dubo-dubon-duponey
27a9f37c69 Move to standalone plugin SDK (#200)
Closes #197 
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2019-10-09 20:25:38 +02:00
tf-release-bot
437ec59829 Cleanup after v2.4.0 release 2019-10-07 22:32:06 +00:00
tf-release-bot
331de152eb
v2.4.0 2019-10-07 22:24:26 +00:00