Skip to content

Commit

Permalink
Release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Jul 27, 2023
1 parent 1ba93ad commit 9a59dca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9a59dca

Please sign in to comment.