diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e20474d96..8effdb91a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: "jenkins_generate_ami: use a different token" + hash: 3fcb9cb302b3f50e5fd8943fdafe2934fb0de182 + body: > + The AMI preload application no longer lives in the balena_os + organization + + so allow to provide a different token. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alex Gonzalez + signed-off-by: Alex Gonzalez + author: Alex Gonzalez + nested: [] + version: 1.19.14 + title: "'jenkins_generate_ami: use a different token'" + date: 2022-11-10T15:10:52.071Z - commits: - subject: "jenkins_build: Only deploy AMI after deploying a final release" hash: cfa6879d11a98c112a2e16fd40b6443a7fa6a838 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8e8cc43..c3b577834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v1.19.14 +## (2022-11-10) + +* jenkins_generate_ami: use a different token [Alex Gonzalez] + # v1.19.13 ## (2022-10-21) diff --git a/VERSION b/VERSION index e82f80fee..7737044d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.13 \ No newline at end of file +1.19.14 \ No newline at end of file