From 3036de30684e8966f87aca4597ebea587d3ebed4 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Fri, 8 Jan 2021 17:01:38 +0100 Subject: [PATCH] chore: updates changelog for v2.10.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a48e2b2..b140e0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## 2.10.0 (January 08, 2021) + +IMPROVEMENTS: +- add ability to lint/check of links in documentation locally ([#98](https://github.com/kreuzwerker/terraform-provider-docker/pull/98)) +- add local semantic commit validation ([#99](https://github.com/kreuzwerker/terraform-provider-docker/pull/99)) +- add force_remove option to `r/image` ([#104](https://github.com/kreuzwerker/terraform-provider-docker/pull/104)) +- support max replicas of Docker Service Task Spec ([#112](https://github.com/kreuzwerker/terraform-provider-docker/pull/112)) +- supports Docker plugin ([#35](https://github.com/kreuzwerker/terraform-provider-docker/pull/35)) + +DOCS: +- updates docs like gh templates, contribution guideline and readme ([#36](https://github.com/kreuzwerker/terraform-provider-docker/pull/36)) +- updates links to provider and slack +- docs(changelog): fixes broken links +- style(changelog): aligns braces +- add labels to arguments of docker_service ([#105](https://github.com/kreuzwerker/terraform-provider-docker/pull/105)) + +BUG FIXES +- image label for workflows +- set "latest" to tag when tag isn't specified ([#117](https://github.com/kreuzwerker/terraform-provider-docker/pull/117)) + +CI +- ci: update ubuntu images and docker version ([#38](https://github.com/kreuzwerker/terraform-provider-docker/pull/38)) + ## 2.9.0 (December 25, 2020) IMPROVEMENTS