Skip to content

Commit 2221a28

Browse files
committed
Updated versions of SFP, SFS and AC. Updated chart version to 0.9.0
1 parent b220e1b commit 2221a28

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v0.9.0]
4+
5+
### Changed
6+
7+
- Updated for SmartFace Platform version 4.26
8+
- Bumped version of SmartFace Station to 4.25
9+
- Bumped version of SmartFace Access Controller to 1.11
10+
11+
### Added
12+
13+
- Added support for Access Controller to publish notification messages through MQTT broker
14+
315
## [v0.8.0]
416

517
### Added

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ maintainers:
3636
- name: Innovatrics
3737
url: https://www.innovatrics.com/
3838

39-
version: 0.8.0
39+
version: 0.9.0
4040

41-
appVersion: "v5_4.25.2"
41+
appVersion: "v5_4.26.0"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ metadata:
149149
| accessController.image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
150150
| accessController.image.registry | string | `nil` | The Docker registry, overrides `global.image.registry` |
151151
| accessController.image.repository | string | `"innovatrics/smartface/sf-access-controller"` | Docker image repository |
152-
| accessController.image.tag | string | `"v5_1.10.0"` | Access Controller follows different versioning, so the chart app needs to be overridden |
152+
| accessController.image.tag | string | `"v5_1.11.0"` | Access Controller follows different versioning, so the chart app needs to be overridden |
153153
| accessController.name | string | `"access-controller"` | |
154154
| accessController.nodeSelector | object | `{}` | |
155155
| accessController.podAnnotations | object | `{}` | Annotations for accessController pods |

values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ accessController:
635635
# -- Docker image repository
636636
repository: innovatrics/smartface/sf-access-controller
637637
# -- Access Controller follows different versioning, so the chart app needs to be overridden
638-
tag: "v5_1.10.0"
638+
tag: "v5_1.11.0"
639639
# -- Overrides the image tag with an image digest
640640
digest: null
641641
# -- Docker image pull policy

0 commit comments

Comments
 (0)