From 19ec2d085f86206b0810c6a72d9d1d7c35309a34 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:54:59 +0000 Subject: [PATCH] v14.4.3 --- .versionbot/CHANGELOG.yml | 25 +++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ balena/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9b8dfc01..465542c1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,28 @@ +- commits: + - subject: Force test email to contains "+testsdk" + hash: 2a3b5a32401a5cefcfce2d33d64be10268755724 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + - subject: Fix unsubscribe for cases where logs come too early after unsubscribing + hash: 1eba56f11e0f5f1c22ea707ded06fddb390a3fd4 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + - subject: Fix verification of admin user without "permissions" on JWT + hash: c649deb76c29ccc4c68e3deb59429cc2baa33fa0 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + version: 14.4.3 + title: "" + date: 2024-05-24T14:54:56.819Z - commits: - subject: "release.get_with_with_details: Set user None when without permissions" hash: 5e7339c81a0428022282a53aece376b59890e389 diff --git a/CHANGELOG.md b/CHANGELOG.md index 83626fcc..bda3ee59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## v14.4.3 - 2024-05-24 + +* Force test email to contains "+testsdk" [Otavio Jacobi] +* Fix unsubscribe for cases where logs come too early after unsubscribing [Otavio Jacobi] +* Fix verification of admin user without "permissions" on JWT [Otavio Jacobi] + ## v14.4.2 - 2024-03-25 * Release.get_with_with_details: Set user None when without permissions [Otavio Jacobi] diff --git a/balena/__init__.py b/balena/__init__.py index f0c24161..d12de967 100644 --- a/balena/__init__.py +++ b/balena/__init__.py @@ -85,7 +85,7 @@ from .pine import PineClient from .settings import SettingsConfig, Settings -__version__ = "14.4.2" +__version__ = "14.4.3" class Balena: diff --git a/pyproject.toml b/pyproject.toml index 89a8ccea..fa8b6288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "balena-sdk" -version = "14.4.2" +version = "14.4.3" description = "" authors = ["Balena "] license = "Apache License 2.0"