diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6563b7613e52f8cc2596f3179d03e8714520c725..98ee603ffe133d69b47472c2764fcda5a9dd4d0e 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 80544d40c95ccb43ebfcc2d6446f63208b82c5c5..76a81039838cbba6518258c60834d53f2e39f6e5 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 3ac0e1e4c60660cc451182e82405bf034af06b31..51354f51dd3fe4028499262543d092fdf2a97abd 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 0236457eb535e9e8a093c05f90704eedc73bc129..46599075fdfa06e6a72653fe2a22e4b60f6439a8 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 e1a98476d77907ac4857b7e7c11fa5757acd4de3..2c4271614d4585e74567256f50cb9c2c8c40bb10 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: