190 Commits

Author SHA1 Message Date
Matheson Steplock
c99ffd00fc Bump Version to 1.6.0 2024-02-01 16:54:55 -05:00
Matheson Steplock
77d549776c Cleanup container and stop services before installing (#343) 2024-01-17 12:15:34 +01:00
Matheson Steplock
13ffd23c36 Add support for containerd.sock in supervisor (#344) 2024-01-17 12:14:27 +01:00
dependabot[bot]
5b8fd2b0f4 Bump actions/upload-artifact from 3 to 4 (#341)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 21:28:50 -05:00
dependabot[bot]
8f0a7f3808 Bump actions/stale from 8.0.0 to 9.0.0 (#340) 2023-12-11 07:23:30 +01:00
Matheson Steplock
3dde6e9e90 Workaround to allow installation on Debian 11 (#337) 2023-11-07 23:56:37 +01:00
Stefan Agner
d7290e4a19 Pull latest stable Supervisor if image is missing (#336)
Similar to Home Assistant OS if the Supervisor is missing, make sure to
pull the latest stable image.

See also https://github.com/home-assistant/operating-system/pull/2765
2023-11-02 20:01:56 -04:00
Marcel de Vries
8dbfda2221 Only attach TTY for hassio_cli wrapper when not completing command (#334) 2023-10-23 15:39:36 +02:00
Marcel de Vries
21a9d0b3f3 Attach TTY for hassio_cli wrapper to make spinner work (#332) 2023-10-23 12:24:25 +02:00
dependabot[bot]
4bc6a478a5 Bump actions/checkout from 4.1.0 to 4.1.1 (#333)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 08:58:22 +02:00
Matheson Steplock
724cbf2dfb Support Network Storage (#325) 2023-10-16 09:29:49 +02:00
Matheson Steplock
ba6a9d341c Update resolved.conf (#328) 2023-10-16 09:29:15 +02:00
Matheson Steplock
5256c521f0 Add tasks.json to make testing easier (#330) 2023-10-08 16:22:10 -04:00
Matheson Steplock
2e5c669723 Fix redirects on errors (#327) 2023-10-05 08:22:39 +02:00
dependabot[bot]
aaed7d4370 Bump actions/checkout from 4.0.0 to 4.1.0 (#324)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 11:01:40 +02:00
Andrea
8b004cc97a Update README.md (#319) 2023-09-12 10:42:20 +02:00
dependabot[bot]
0b5838b847 Bump actions/checkout from 3 to 4 (#320)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-09-12 10:41:48 +02:00
Matheson Steplock
06671c39bd Bump version 2023-06-19 01:08:46 -04:00
Matheson Steplock
15f4ab16c2 Add Support For Debian Bookworm (#297) 2023-06-14 15:04:04 -04:00
Matheson Steplock
9c6a021760 Bump Version 2023-06-03 14:52:53 -04:00
Sergio Conde Gómez
923437fa7f Set bind propagation for supervisor data (#293) 2023-06-02 20:18:01 -04:00
dependabot[bot]
be8508f7ef Bump actions/stale from 7.0.0 to 8.0.0 (#283)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 09:30:12 +02:00
Daniel Lo Nigro
048a4dd86b Modernize apt commands (#280) 2023-03-05 22:12:56 +01:00
Matheson Steplock
9eb7b0348b Bump Version 2023-03-02 15:25:59 -05:00
p0wer
d8af25272d Issue #247 Ensure systemd-journal-gatewayd socket is correct (#277)
* Create systemd socket override for systemd-journal-gatewayd

As stated in https://github.com/home-assistant/supervised-installer/issues/247 the default action for systemd-journal-gatewayd is to listen on HTTP port while Supervisor needs Unix socket file that's bind mounted in Docker container. This override changes socket location.

* Check and fix systemd socket file

As stated in #247 with the default setup the path /run/systemd-journal-gatewayd.sock may be a directory, not a file, we have to fix that

* Remove unnecessary unit file

Socket location change has been moved to systemd override which is the suggested way of changing original packaged unit behavior

* Rename hassio-supervisor.conf to 10-hassio-supervisor.conf
2023-02-27 17:25:12 -05:00