Skip to content

Commit

Permalink
Release servox 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Aug 14, 2023
1 parent c892573 commit 4d45523
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ 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.8] "genesis" - 2023-08-14

### Changed

- When running in kubernetes, the NO_PROXY environment variable will automatically be set to include the KUBERNETES_SERVICE_HOST [548](https://github.com/opsani/servox/pull/548)
- Errors that occur during describe are now reported to the CO backend [549](https://github.com/opsani/servox/pull/549)
- RangeSetting validations now log warnings instead of raising validaiton errors [554](https://github.com/opsani/servox/pull/554)

### Fixed

- Deployment.check_conditions was causing attribute errors when handling certain conditions [552](https://github.com/opsani/servox/pull/552)

## [2.2.7] "genesis" - 2023-07-27

### 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.7
version: 2.2.8

# 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.7"
appVersion: "2.2.8"
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.7"
version = "2.2.8"
description = "Opsani Servo: The Next Generation"
homepage = "https://opsani.com/"
repository = "https://github.com/opsani/servox"
Expand Down

0 comments on commit 4d45523

Please sign in to comment.