Skip to content

Commit dae2228

Browse files
authored
Merge pull request #501 from CameronRP/update-prod
Update prod
2 parents df62b68 + 142fada commit dae2228

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tc2/salt-updater/init.sls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
salt-updater-pkg:
66
cacophony.pkg_installed_from_github:
77
- name: salt-updater
8-
- version: "0.8.5" # Remove the architecture line next version update (will default to arm64)
9-
- architecture: "arm"
8+
- version: "0.9.0"
109

1110
salt-updater:
1211
service.running:

tc2/tc2-hat-controller/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tc2-hat-controller-pkg:
22
cacophony.pkg_installed_from_github:
33
- name: tc2-hat-controller
4-
- version: "0.23.1"
4+
- version: "0.24.0"
55
- architecture: "arm64"
66
- branch: "main"
77

0 commit comments

Comments
 (0)