Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-confg 1.9.4 -> 1.20.2 #379

Merged
merged 5 commits into from
Aug 21, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions tc2/config/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
cacophony-config-pkg:
cacophony.pkg_installed_from_github:
- name: go-config
- version: "1.18.0"
- version: "1.20.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't a release on the master branch so we don't want to be pushing this into dev.
If you are wanting to test the software you can put it on a different branch that is not part of the main software release process.

- pkg_name: cacophony-config
- branch: master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is used by the script for checking what is needing updated.


cacophony-config-sync-service:
service.running:
- name: cacophony-config-sync
- enable: True
- watch:
- cacophony-config-pkg
Loading