Commit 2221a28 1 parent b220e1b commit 2221a28 Copy full SHA for 2221a28
File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ v0.8.0]
4
16
5
17
### Added
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ maintainers:
36
36
- name : Innovatrics
37
37
url : https://www.innovatrics.com/
38
38
39
- version : 0.8 .0
39
+ version : 0.9 .0
40
40
41
- appVersion : " v5_4.25.2 "
41
+ appVersion : " v5_4.26.0 "
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ metadata:
149
149
| accessController.image.pullPolicy | string | ` "IfNotPresent" ` | Docker image pull policy |
150
150
| accessController.image.registry | string | ` nil ` | The Docker registry, overrides ` global.image.registry ` |
151
151
| 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 |
153
153
| accessController.name | string | ` "access-controller" ` | |
154
154
| accessController.nodeSelector | object | ` {} ` | |
155
155
| accessController.podAnnotations | object | ` {} ` | Annotations for accessController pods |
Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ accessController:
635
635
# -- Docker image repository
636
636
repository : innovatrics/smartface/sf-access-controller
637
637
# -- 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"
639
639
# -- Overrides the image tag with an image digest
640
640
digest : null
641
641
# -- Docker image pull policy
You can’t perform that action at this time.
0 commit comments