diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d477d608e..5e284b67b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Pin minio/minio and minio/mc versions + hash: a2105e8ba912a868881308ce529b46f7a918d589 + body: > + This is necessary as the minio latest version is triggering for yet + unknown reasons "Bucket not found" errors. + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 29.1.1 + title: "" + date: 2024-10-09T17:46:01.325Z - commits: - subject: Add the ability to enable/disable scheduled jobs hash: fde280fce22b82a167e1de6f4e0a1ee7ea4cd640 diff --git a/CHANGELOG.md b/CHANGELOG.md index 513aaf48e..d3ffe6566 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/). +## 29.1.1 - 2024-10-09 + +* Pin minio/minio and minio/mc versions [Otavio Jacobi] + ## 29.1.0 - 2024-10-08 * Add the ability to enable/disable scheduled jobs [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index a39fcf02c..20b612b1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "29.1.0", + "version": "29.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "29.1.0", + "version": "29.1.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.2.0", diff --git a/package.json b/package.json index c277d5b75..b4caf33df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "29.1.0", + "version": "29.1.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -168,6 +168,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-10-08T16:43:33.613Z" + "publishedAt": "2024-10-09T17:46:02.191Z" } }