Skip to content

Commit

Permalink
Release servo 23.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Oct 4, 2023
1 parent 79314d3 commit 2f923c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ 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).

## [23.10.0] "speedwagon" - 2023-10-04

### Changed

- Adopt year.month base version numbering to align with the rest of Appdynamics portfolio

## [2.2.8] "genesis" - 2023-08-14

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

# 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.8"
appVersion: "23.10.0"
2 changes: 1 addition & 1 deletion helm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ app.kubernetes.io/component: core
Servo Image
*/}}
{{- define "servox.servoImage" -}}
{{- default (printf "ghcr.io/opsani/servox:v%s" .Chart.AppVersion) .Values.servoImageOverride }}
{{- default (printf "IMAGE_REGISTRY_VALUE/servox:%s" .Chart.AppVersion) .Values.servoImageOverride }}
{{- end }}
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.8"
version = "23.10.0"
description = "Opsani Servo: The Next Generation"
homepage = "https://opsani.com/"
repository = "https://github.com/opsani/servox"
Expand Down
2 changes: 1 addition & 1 deletion servo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __get_version() -> Optional[str]:


__version__ = __get_version() or "0.0.0"
__cryptonym__ = "genesis"
__cryptonym__ = "speedwagon"

# Add the devtools debug() function to builtins if available
import builtins
Expand Down

0 comments on commit 2f923c2

Please sign in to comment.