From 0d1ca67d5b2aac1e355bd64b9fda6f5984997ed3 Mon Sep 17 00:00:00 2001
From: Balena CI <34882892+balena-ci@users.noreply.github.com>
Date: Thu, 25 Nov 2021 20:58:34 +0200
Subject: [PATCH] v12.53.2

---
 .versionbot/CHANGELOG.yml | 25 +++++++++++++++++++++++++
 CHANGELOG.md              |  4 ++++
 npm-shrinkwrap.json       |  2 +-
 package.json              |  4 ++--
 4 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml
index c42e7945..f4cd0e05 100644
--- a/.versionbot/CHANGELOG.yml
+++ b/.versionbot/CHANGELOG.yml
@@ -1,3 +1,28 @@
+- commits:
+    - subject: >-
+        Avoid creating an extra provisioning API key in os configure & config
+        generate
+      hash: 58b29bf4bbd96a57804b7be86aaac1d3cd8cc473
+      body: ''
+      footer:
+        Change-type: patch
+        change-type: patch
+        Changelog-entry: >-
+          Avoid creating an extra provisioning API key in os configure & config
+          generate
+        changelog-entry: >-
+          Avoid creating an extra provisioning API key in os configure & config
+          generate
+        See: >-
+          https://github.com/balena-io/balena-cli/pull/2294#discussion_r756499196
+        see: >-
+          https://github.com/balena-io/balena-cli/pull/2294#discussion_r756499196
+        Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
+        signed-off-by: Thodoris Greasidis <thodoris@balena.io>
+      author: Thodoris Greasidis
+      nested: []
+  version: 12.53.2
+  date: 2021-11-25T14:45:34.458Z
 - commits:
     - subject: Transitional changes to doc files for landr implementation
       hash: 5a9b5e3b080eccded0aa7d5dfe9276df9637ef83
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03500373..cf06c143 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
 automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
 This project adheres to [Semantic Versioning](http://semver.org/).
 
+## 12.53.2 - 2021-11-25
+
+* Avoid creating an extra provisioning API key in os configure & config generate [Thodoris Greasidis]
+
 ## 12.53.1 - 2021-11-25
 
 * Transitional changes to doc files for landr implementation [Scott Lowe]
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index d74a6830..0d6022b6 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -1,6 +1,6 @@
 {
   "name": "balena-cli",
-  "version": "12.53.1",
+  "version": "12.53.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 68e4aafb..cd6c43cd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "balena-cli",
-  "version": "12.53.1",
+  "version": "12.53.2",
   "description": "The official balena Command Line Interface",
   "main": "./build/app.js",
   "homepage": "https://github.com/balena-io/balena-cli",
@@ -289,6 +289,6 @@
     "windosu": "^0.3.0"
   },
   "versionist": {
-    "publishedAt": "2021-11-25T10:07:51.163Z"
+    "publishedAt": "2021-11-25T14:45:34.725Z"
   }
 }