From 531a5395ff85a1b1e60718831bc10f5b8d4533c2 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 12 Jul 2023 12:22:48 +0000
Subject: [PATCH] chore(release): 5.2.1 [skip ci]

## [5.2.1](https://gitlab.com/to-be-continuous/docker/compare/5.2.0...5.2.1) (2023-07-12)

### Bug Fixes

* **doc:** update typo on documentation [skip ci] ([95245ba](https://gitlab.com/to-be-continuous/docker/commit/95245ba4982663513ac4114878ed8bad0bc07a24))
* **kaniko:** force '--cache-repo' option (strip tag) ([7d4a194](https://gitlab.com/to-be-continuous/docker/commit/7d4a19461953ff81edae0252701abcbbfbc4affe))
---
 CHANGELOG.md                         |  8 ++++++++
 README.md                            | 10 +++++-----
 templates/gitlab-ci-docker-gcp.yml   |  2 +-
 templates/gitlab-ci-docker-vault.yml |  2 +-
 templates/gitlab-ci-docker.yml       |  4 ++--
 5 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6563b76..98ee603 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [5.2.1](https://gitlab.com/to-be-continuous/docker/compare/5.2.0...5.2.1) (2023-07-12)
+
+
+### Bug Fixes
+
+* **doc:** update typo on documentation [skip ci] ([95245ba](https://gitlab.com/to-be-continuous/docker/commit/95245ba4982663513ac4114878ed8bad0bc07a24))
+* **kaniko:** force '--cache-repo' option (strip tag) ([7d4a194](https://gitlab.com/to-be-continuous/docker/commit/7d4a19461953ff81edae0252701abcbbfbc4affe))
+
 # [5.2.0](https://gitlab.com/to-be-continuous/docker/compare/5.1.0...5.2.0) (2023-06-16)
 
 
diff --git a/README.md b/README.md
index 80544d4..76a8103 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `.g
 ```yaml
 include:
   - project: 'to-be-continuous/docker'
-    ref: '5.2.0'
+    ref: '5.2.1'
     file: '/templates/gitlab-ci-docker.yml'
 ```
 
@@ -473,7 +473,7 @@ Here is a `.gitlab-ci.yaml` using an external Docker registry:
 ```yaml
 include:
   - project: 'to-be-continuous/docker'
-    ref: '5.2.0'
+    ref: '5.2.1'
     file: '/templates/gitlab-ci-docker.yml'
 
 variables:
@@ -491,7 +491,7 @@ Here is a `.gitlab-ci.yaml` that builds 2 Docker images from the same project (u
 ```yaml
 include:
   - project: 'to-be-continuous/docker'
-    ref: '5.2.0'
+    ref: '5.2.1'
     file: '/templates/gitlab-ci-docker.yml'
 
 variables:
@@ -548,11 +548,11 @@ With:
 include:
   # main template
   - project: 'to-be-continuous/docker'
-    ref: '5.2.0'
+    ref: '5.2.1'
     file: '/templates/gitlab-ci-docker.yml'
   # Vault variant
   - project: 'to-be-continuous/docker'
-    ref: '5.2.0'
+    ref: '5.2.1'
     file: '/templates/gitlab-ci-docker-vault.yml'
 
 variables:
diff --git a/templates/gitlab-ci-docker-gcp.yml b/templates/gitlab-ci-docker-gcp.yml
index 3ac0e1e..51354f5 100644
--- a/templates/gitlab-ci-docker-gcp.yml
+++ b/templates/gitlab-ci-docker-gcp.yml
@@ -11,6 +11,6 @@ variables:
 .docker-base:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "docker", "5.2.0"]
+      command: ["--service", "docker", "5.2.1"]
     - name: "$TBC_GCP_AUTH_PROVIDER"
       alias: "gcp-auth-provider"
diff --git a/templates/gitlab-ci-docker-vault.yml b/templates/gitlab-ci-docker-vault.yml
index 0236457..4659907 100644
--- a/templates/gitlab-ci-docker-vault.yml
+++ b/templates/gitlab-ci-docker-vault.yml
@@ -11,6 +11,6 @@ variables:
 .docker-base:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "docker", "5.2.0"]
+      command: ["--service", "docker", "5.2.1"]
     - name: "$TBC_VAULT_IMAGE"
       alias: "vault-secrets-provider"
diff --git a/templates/gitlab-ci-docker.yml b/templates/gitlab-ci-docker.yml
index e1a9847..2c42716 100644
--- a/templates/gitlab-ci-docker.yml
+++ b/templates/gitlab-ci-docker.yml
@@ -447,7 +447,7 @@ stages:
 .docker-base:
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "docker", "5.2.0"]
+      command: ["--service", "docker", "5.2.1"]
   before_script:
     - *docker-scripts
 
@@ -476,7 +476,7 @@ stages:
     _TRACE: "${TRACE}"
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "docker", "5.2.0"]
+      command: ["--service", "docker", "5.2.1"]
     - name: $DOCKER_DIND_IMAGE
       alias: docker
       command:
-- 
GitLab