Manuel Vogel
bf301014ec
chore: ignore dist folder
2021-04-21 14:11:32 +02:00
Manuel Vogel
bcf09fe2b8
fix(compile): remove gpg key from action to make it work in forks
2021-04-21 14:01:41 +02:00
Shunsuke Suzuki
f8d20403bd
fix: assign map to rawState when it is nil to prevent panic ( #180 )
...
* fix: assign map to rawState when it is nil to prevent panic
* refactor: return nil
2021-04-21 13:53:03 +02: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
renovate[bot]
9f1bca1178
fix(deps): update module github.com/docker/cli to v20.10.6 ( #175 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-12 16:57:57 +02:00
renovate[bot]
3854fbdd9e
fix(deps): update module github.com/docker/docker to v20.10.6 ( #174 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-12 16:03:29 +02:00
renovate[bot]
08110e2a23
fix(deps): update module github.com/docker/cli to v20.10.5 ( #164 )
...
* chore: fix docker/cli version
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-04-12 15:11:29 +02:00
renovate[bot]
b37d84db62
fix(deps): update module github.com/docker/docker to v20.10.5 ( #165 )
...
* fix(deps): update module github.com/docker/docker to v20.10.5
* fix(deps): update module github.com/docker/docker to v20.10.5
* chore: bump acc test docker version
* chore(build): reorder goproxies
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2021-04-12 17:34:02 +09:00
renovate[bot]
8580171347
fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.5.0 ( #167 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-12 09:05:10 +02:00
renovate[bot]
3ff287d7cf
fix(deps): update module github.com/katbyte/terrafmt to v0.3.0 ( #168 )
2021-04-09 13:19:13 +02:00
renovate[bot]
42ea663ee6
fix(deps): update module github.com/golangci/golangci-lint to v1.39.0 ( #166 )
...
* fix(deps): update module github.com/golangci/golangci-lint to v1.39.0
* chore: bump version of lint action as well
* chore: fix linter
* fix: remove before hooks for releasing
* fix: remove unneeded declaration
2021-04-09 11:56:56 +02:00
Manuel Vogel
b1a5b526d5
fix/workflows ( #169 )
...
* fix: align gh wf path with go.mod and remove vendor dir
* fix: removes duplicated go version env
* chore: extract docker ce version as env
* chore: removes leading yaml lines
2021-04-08 20:15:06 +09:00
Shunsuke Suzuki
d1529ddc48
chore(renovate): configure Renovate ( #162 )
2021-04-07 10:53:58 +02:00
Shunsuke Suzuki
c50524b321
fix: search local images with Docker image ID ( #151 )
...
* test: add a test to reproduce a problem
* fix: search a local image with Docker image ID
* refactor: inspect a Docker image in searchLocalImages
2021-03-29 11:23:48 +02:00
Shunsuke Suzuki
4936f08c4b
fix: set "ForceNew: true" to labelSchema ( #152 )
2021-03-29 11:04:03 +02:00
Shunsuke Suzuki
0de7b5dc2c
chore: configure actions/stale ( #157 )
...
* chore: configure actions/stale
* fix: guide the label `pinned`
2021-03-29 10:14:33 +02:00
Shunsuke Suzuki
7e2ea39478
docs: format Guide of Bug report ( #159 )
2021-03-29 10:09:54 +02:00
Shunsuke Suzuki
3f9193463f
docs: add an example to build an image with docker_image ( #158 )
...
* docs: add an example to build a Docker image with docker_image
* docs: add description of the docker_image.build block
2021-03-29 10:09:08 +02:00
Manuel Vogel
6b0f977735
docs(readme): update example usage
2021-03-25 11:50:57 +01:00
Shunsuke Suzuki
c5b19d1e14
docs: add a guide about writing issues to CONTRIBUTING.md ( #149 )
2021-03-24 16:25:35 +01:00
Manuel Vogel
1159e2de73
feat: support darwin arm builds and golang 1.16 ( #140 )
...
* chore: bump to golang 1.16
* fix(ci): remove fail fast from non-matrix builds
* chore: rename release workflow from yml to yaml
* fix: use goreleaser for compile tests
* fix(make): use gorelease in compile target
* fix(ci): add gpg import step for compile
2021-03-18 23:21:49 +09:00
Shunsuke Suzuki
97c491737c
ci: run acceptance tests with multiple Terraform versions ( #129 )
...
* ci: run acceptance tests with multiple Terraform versions
* chore(test): bumps tf version to 0.14.8
2021-03-18 09:12:36 +01:00
Manuel Vogel
ad3e56da2b
feat: migrate to terraform-sdk v2 ( #102 )
...
* chore: runs v2 upgrade cmd
* chore: moves all files into the internal provider dir
* feat: migrates main and provider
* fix: migrates tests to provider factories
* fix: replace import state passthrough ctx func
* chore: bump tf-sdk to v2.4.4
* fix: acc test by adding stop grace period
* fix: move to validate diag functions
* test: switch from ctx TODO to Background
* feat: add state upgrade for restart_policy and auth
Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com>
2021-03-18 08:30:54 +01:00
Shunsuke Suzuki
f774e64849
chore: add the guide about Terraform Configuration in Bug Report ( #139 )
2021-03-11 21:15:11 +01:00
Manuel Vogel
97ed39e2d9
chore: bump docker dependency to v20.10.5 ( #119 )
...
* chore: bump to docker v20.10.2
* fix: compilation errors
* chore: bump to docker v20.10.5
* chore: bump to docker/cli v20.10.5
* fix: removes service generic resource from limits
* fix: pass nil platform for container creation
Co-authored-by: Shunsuke Suzuki <suzuki-shunsuke@users.noreply.github.com>
2021-03-08 21:18:21 +09:00
Mark
056a3bd7ba
docs: fix Github repository URL in README ( #136 )
2021-02-26 19:21:14 +01:00
Manuel Vogel
8da701db26
chore: update changelog for v2.11.0
2021-01-22 21:10:38 +01:00
Shunsuke Suzuki
41a4b67fe4
docs: fix legacy configuration style ( #126 )
2021-01-19 16:20:29 +01:00
tanis
8b617bd690
feat: add properties -it (tty and stdin_opn) to docker container
...
Closes #120
2021-01-18 09:00:26 +01:00
Manuel Vogel
3036de3068
chore: updates changelog for v2.10.0
2021-01-08 17:01:38 +01:00
Shunsuke Suzuki
c927a8c19f
feat: supports Docker plugin ( #35 )
...
Closes #24
2021-01-08 16:38:30 +01:00
Shunsuke Suzuki
0ef85ad13f
fix: set "latest" to tag when tag isn't specified ( #117 )
2021-01-06 19:54:31 +01:00
Shunsuke Suzuki
2101f471c3
feat: support max replicas of Docker Service Task Spec ( #112 )
...
Closes #111
2021-01-03 12:37:31 +01:00
Shunsuke Suzuki
0042d2654a
docs: add labels to arguments of docker_service ( #105 )
...
Closes #103
2020-12-30 07:55:08 +01:00
Shunsuke Suzuki
4b80bc3d9d
feat: add force_remove option to r/image ( #104 )
2020-12-29 08:03:40 +01:00
Manuel Vogel
3ef7a702d5
feat: add local semantic commit validation ( #99 )
...
* docs(readme): adds >= to tf requirement version
* feat(Makefile): adds setup task for cm msg sem validation
* docs(contributing): adds setup target
2020-12-27 11:18:22 +01:00
Manuel Vogel
30f2238e0b
feat: add ability to lint/check of links in documentation locally ( #98 )
...
* build: adds local check for website links
* build(make): adds website lint and setup target
* docs: fix spellings and hcl blocks
* fix(make): phony cmd for missing targets
* chore: renames website link check workflow
* fix: missing workflow path
* build(make): adds golangci-lint target and tool
* ci: adds website lint workflow
* docs(contributing): adds linter runs
* chore: improves naming of workflow jobs
* ci: moves website lint job
* chore: switches markdown checker imagee to ghcr.io/tcort/markdown-link-check:stable
2020-12-27 19:02:34 +09:00
Manuel Vogel
737e8c2f67
fix(changelog): adds issues path in links
2020-12-26 23:49:40 +01:00
Manuel Vogel
784001b9a0
docs(readme): fixes copy paster
2020-12-26 14:44:09 +01:00
Manuel Vogel
b4ebbdae87
style(changelog): aligns braces
2020-12-26 14:36:04 +01:00
Manuel Vogel
7bf1b3e7e0
docs(changelog): fixes more broken links
2020-12-26 14:33:08 +01:00
Manuel Vogel
e0ea0302b2
docs(changelog): fixes broken links
2020-12-26 14:31:44 +01:00
Shunsuke Suzuki
ccec463f6f
Merge pull request #38 from kreuzwerker/ci-ubuntu2004-workflow
...
ci: update ubuntu images and docker version
2020-12-25 20:18:28 +09:00
Manuel Vogel
857318b62f
docs(readme): updates links to provider and slack
2020-12-25 10:20:14 +01:00
Manuel Vogel
393c7b36e8
fix: image label for workflows
2020-12-25 09:54:06 +01:00
Manuel Vogel
198830aab9
ci: bumps to docker version 20.10.1
2020-12-25 09:50:04 +01:00
Manuel Vogel
b7026a8051
ci: pins workflows to ubuntu:20.04 image
2020-12-25 09:39:07 +01:00
Shunsuke Suzuki
a52b473f7c
Merge pull request #36 from kreuzwerker/chore-gh-issue-tpl
...
chore: updates docs like gh templates, contribution guideline and readme
2020-12-25 17:35:21 +09:00
Manuel Vogel
356d662699
Merge branch 'master' into chore-gh-issue-tpl
2020-12-25 09:32:07 +01:00
Manuel Vogel
57b7dbb7e6
chore: updates changelog for 2.9.0
2020-12-25 09:02:52 +01:00