Skip to content

Commit

Permalink
Update versions of smartface
Browse files Browse the repository at this point in the history
  • Loading branch information
egid-fertal-inno committed Aug 1, 2024
1 parent 842592a commit 197fe56
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.8.2]

### Changed

- Bumped version of SmartFace Station to 1.26.0
- Bumped version of SmartFace Platform to 4.27.0
- Bumped version of Access Controller to 1.12.0

## [v0.8.1]

### Added
Expand All @@ -16,11 +24,12 @@
- Added support for tenant management API (ingress)
- Deployment revisionHistoryLimit and updateStrategy are configurable via values
- Access Controller MQTT settings are configurable via values

### Changed

- Bumped version of SmartFace Station to 1.25.1
- Bumped version of SmartFace Platform to 4.26.0
- Bumped version of Access Controller to 1.11.0

### Changed
- Bumped version of `sf-tenant-management` subchart
- since the chart was renamed all references to previous name were changes

Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ maintainers:

version: 0.8.1

appVersion: "v5_4.26.0"
appVersion: "v5_4.27.0"
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ accessController:
# -- Docker image repository
repository: innovatrics/smartface/sf-access-controller
# -- Access Controller follows different versioning, so the chart app needs to be overridden
tag: "v5_1.11.0"
tag: "v5_1.12.0"
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down Expand Up @@ -678,7 +678,7 @@ station:
# -- Docker image repository
repository: innovatrics/smartface/sf-station
# -- Smartface Station follows different versioning, so the chart app needs to be overridden
tag: "v5_1.25.1"
tag: "v5_1.26.0"
# -- Overrides the image tag with an image digest
digest: null
# -- Docker image pull policy
Expand Down

0 comments on commit 197fe56

Please sign in to comment.