mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-02 11:49:29 -05:00
fix(changelog): adds issues path in links
This commit is contained in:
parent
784001b9a0
commit
737e8c2f67
1 changed files with 5 additions and 5 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,13 +1,13 @@
|
|||
## 2.9.0 (December 25, 2020)
|
||||
|
||||
IMPROVEMENTS
|
||||
* Introduces golangci-lint ([#13](https://github.com/kreuzwerker/terraform-provider-docker/13))
|
||||
* Introduces golangci-lint ([#13](https://github.com/kreuzwerker/terraform-provider-docker/issues/13))
|
||||
|
||||
BUG FIXES
|
||||
* docs: devices is a block, not a boolean ([#33](https://github.com/kreuzwerker/terraform-provider-docker/33))
|
||||
* style: format with gofumpt ([#11](https://github.com/kreuzwerker/terraform-provider-docker/11))
|
||||
* ci: fix website ci ([#26](https://github.com/kreuzwerker/terraform-provider-docker/26))
|
||||
* fix: AuxAddress is not read from network and trigger a re-apply every time ([#10](https://github.com/kreuzwerker/terraform-provider-docker/10))
|
||||
* docs: devices is a block, not a boolean ([#33](https://github.com/kreuzwerker/terraform-provider-docker/issues/33))
|
||||
* style: format with gofumpt ([#11](https://github.com/kreuzwerker/terraform-provider-docker/issues/11))
|
||||
* ci: fix website ci ([#26](https://github.com/kreuzwerker/terraform-provider-docker/issues/26))
|
||||
* fix: AuxAddress is not read from network and trigger a re-apply every time ([#10](https://github.com/kreuzwerker/terraform-provider-docker/issues/10))
|
||||
|
||||
## 2.8.0 (November 11, 2020)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue