From 9a59dcaded557b74d6dcc28eed588fab3810e7b3 Mon Sep 17 00:00:00 2001 From: Linkous Sharp Date: Thu, 27 Jul 2023 14:00:18 -0500 Subject: [PATCH] Release 2.2.7 --- CHANGELOG.md | 7 +++++++ helm/Chart.yaml | 4 ++-- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f9c721..adb88335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,13 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Releases are versioned in accordance with [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.2.7] "genesis" - 2023-07-27 + +### Changed + +- Progress reporting queue is cleared on command completion to prevent stale progress from being sent when pileup occurs [544](https://github.com/opsani/servox/pull/544) +- Memory parsing logic treats unitless decimal strings as GiB (aligns with existing float parsing) per the servo protocol [546](https://github.com/opsani/servox/pull/546) + ## [2.2.6] "genesis" - 2023-07-10 ### Changed diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c2b27cd8..d9a933f0 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -20,10 +20,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.6 +version: 2.2.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.2.6" +appVersion: "2.2.7" diff --git a/pyproject.toml b/pyproject.toml index e0e68a44..69d37f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "servox" -version = "2.2.6" +version = "2.2.7" description = "Opsani Servo: The Next Generation" homepage = "https://opsani.com/" repository = "https://github.com/opsani/servox"