Skip to content

Commit e5a747c

Browse files
authored
Merge pull request #492 from CameronRP/update-test
Update test
2 parents f443bfe + 7218a59 commit e5a747c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tc2/tc2-agent/init.sls

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

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.22.0"
4+
- version: "0.23.1"
55
- architecture: "arm64"
66
- branch: "main"
77

tc2/thermal-recorder-py/init.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ classifier-env:
4848
classifier-pipeline-pip:
4949
cacophony.pkg_installed_from_pypi:
5050
- name: classifier-pipeline
51-
- version: "0.0.34"
51+
- version: "0.0.37"
5252
- venv: /home/pi/.venv/classifier/bin/
5353

5454
thermal-recorder-py-service:
@@ -67,7 +67,7 @@ thermal-recorder-service:
6767
- mode: 755
6868

6969
# When updating the version make sure to update the hash also.
70-
'download-model pi-v0.7 effv2b3-202509.tar tflite ff2ed9aed0cea66c79c4813447eedc1eb6ed92d832a575de3b5d6c7a062a93ae':
70+
'download-model pi-v0.8 model.tar tflite 75ad09596ea5a037def91d7e40488db6be03ce137210d402567ec8d6fa8ac43e':
7171
cmd.run
7272

7373
'download-model rf-fp-v0.5 forestmodel.tar rf-fp-model 0bdef1c9b7cc6c9ff96c07683127ab3d494277307d69293ffca0867b918ca399':

tc2/thermal-uploader/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
thermal-uploader-pkg:
22
cacophony.pkg_installed_from_github:
33
- name: thermal-uploader
4-
- version: "2.8.1"
4+
- version: "2.9.0"
55
- architecture: "arm64"
66
- branch: master
77

0 commit comments

Comments
 (0)