]>
git.ipfire.org Git - thirdparty/shairport-sync.git/log
dependabot[bot] [Sun, 21 Dec 2025 10:04:23 +0000 (10:04 +0000)]
Bump docker/setup-buildx-action from 3.11.1 to 3.12.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.11.1...v3.12.0)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Sat, 20 Dec 2025 16:40:30 +0000 (16:40 +0000)]
Correct capitalization in release notes
Mike Brady [Sat, 20 Dec 2025 16:40:06 +0000 (16:40 +0000)]
Update release notes for version 5.0-dev-100
Added release notes for version 5.0-dev-100, including a bug fix related to mbedtls library compatibility.
Mike Brady [Sat, 20 Dec 2025 16:24:11 +0000 (16:24 +0000)]
Merge pull request #2118 from bk138/development
mbedtls: use high-level PK API for signing w/ mbedTLS >= 3
Christian Beier [Sat, 20 Dec 2025 16:09:23 +0000 (17:09 +0100)]
mbedtls: use high-level PK API for signing w/ mbedTLS >= 3
They state in https://github.com/Mbed-TLS/mbedtls/blob/master/docs/3.0-migration-guide.md#remove-the-mode-parameter-from-rsa-functions
that the lower level API will not work as expected.
Closes #2115
Mike Brady [Tue, 9 Dec 2025 12:21:20 +0000 (12:21 +0000)]
Merge pull request #2110 from mikebrady/dependabot/github_actions/development/actions/stale-10.1.1
Bump actions/stale from 10.1.0 to 10.1.1
Mike Brady [Tue, 9 Dec 2025 12:21:05 +0000 (12:21 +0000)]
Merge pull request #2109 from mikebrady/dependabot/github_actions/development/actions/checkout-6.0.1
Bump actions/checkout from 6.0.0 to 6.0.1
dependabot[bot] [Sun, 7 Dec 2025 10:04:22 +0000 (10:04 +0000)]
Bump actions/stale from 10.1.0 to 10.1.1
Bumps [actions/stale](https://github.com/actions/stale) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v10.1.0...v10.1.1)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sun, 7 Dec 2025 10:04:18 +0000 (10:04 +0000)]
Bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6.0.0...v6.0.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Mon, 1 Dec 2025 11:18:54 +0000 (11:18 +0000)]
Update release notes for version 5.0-dev-93
Added a bug fix for flushing requests in new play sessions.
Mike Brady [Mon, 1 Dec 2025 11:15:25 +0000 (11:15 +0000)]
When a new buffered audio processor is created, ensure any old flush requests are removed first.
Mike Brady [Mon, 24 Nov 2025 05:16:17 +0000 (10:46 +0530)]
Merge pull request #2102 from mikebrady/dependabot/github_actions/development/actions/checkout-6.0.0
Bump actions/checkout from 5.0.0 to 6.0.0
Mike Brady [Mon, 24 Nov 2025 05:15:54 +0000 (10:45 +0530)]
Merge pull request #2096 from mikebrady/dependabot/github_actions/development/docker/setup-qemu-action-3.7.0
Bump docker/setup-qemu-action from 3.6.0 to 3.7.0
dependabot[bot] [Sun, 23 Nov 2025 10:04:08 +0000 (10:04 +0000)]
Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5.0.0...v6.0.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Sun, 16 Nov 2025 17:07:00 +0000 (17:07 +0000)]
Update RELEASENOTES with significant audio processor changes
Significant updates to the buffered audio processor for AutoMix on AirPlay, including a rebuild and removal of redundant code. Diagnostics remain in place, and users are encouraged to report any new issues.
Mike Brady [Sun, 16 Nov 2025 16:58:34 +0000 (16:58 +0000)]
Do a long-overdue rebuild of the buffered audio processor and, with everything we have figured out, implement a cleaner method to handle both immediate and deferred flush requests. Remove lots of old flags and redundant code. Leave in a few debug messages.
dependabot[bot] [Sun, 9 Nov 2025 10:03:15 +0000 (10:03 +0000)]
Bump docker/setup-qemu-action from 3.6.0 to 3.7.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 3.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Mon, 13 Oct 2025 13:25:41 +0000 (14:25 +0100)]
Update BUILD.md
Mike Brady [Mon, 13 Oct 2025 13:16:39 +0000 (14:16 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 13 Oct 2025 13:15:30 +0000 (14:15 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 13 Oct 2025 12:34:00 +0000 (13:34 +0100)]
Merge pull request #2087 from mikebrady/dependabot/github_actions/development/docker/login-action-3.6.0
Bump docker/login-action from 3.5.0 to 3.6.0
Mike Brady [Mon, 13 Oct 2025 12:33:41 +0000 (13:33 +0100)]
Merge pull request #2086 from mikebrady/dependabot/github_actions/development/actions/stale-10.1.0
Bump actions/stale from 10.0.0 to 10.1.0
Mike Brady [Mon, 13 Oct 2025 12:26:20 +0000 (13:26 +0100)]
Update the convolution code:
(1) to be multithreaded,
(2) to work on multichannel audio and
(3) to work on 48k and 44.1k audio.
Allow multiple impulse response (IR) files with a new setting: "convolution_ir_files"
When convolution starts, Shairport Sync will look for an IR file with a sample rate
matching the input (44.1k or 48k) and channel count.
If one can't be found, it will look for a single-channel IR file with the same rate.
It will always choose the first match in the file list supplied "convolution_ir_files".
Allow multithreading -- use the "convolution_thread_pool_size" to set the number of threads to use.
Deprecate "convolution" -- use "convolution_enabled" instead.
Deprecate "convolution_max_length" -- use "convolution_max_length_in_seconds" instead.
Deprecate "convolution_ir_file" -- use "convolution_ir_files" instead.
Update corresponding D-Bus methods and properties.
Update the loudness code to work on 48k and well as 44.1k audio and with multichannel audio.
Deprecate "loudness" -- use "loudness_enabled" instead.
Update corresponding D-Bus methods and properties.
Fix a deprecated FFmpeg warning.
Update HiFi-LoFi FFT convolver to latest available.
dependabot[bot] [Sun, 5 Oct 2025 10:04:42 +0000 (10:04 +0000)]
Bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sun, 5 Oct 2025 10:04:39 +0000 (10:04 +0000)]
Bump actions/stale from 10.0.0 to 10.1.0
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v10.0.0...v10.1.0)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Mon, 29 Sep 2025 15:58:46 +0000 (16:58 +0100)]
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
dependabot updates
Mike Brady [Mon, 29 Sep 2025 15:58:03 +0000 (16:58 +0100)]
Merge pull request #2084 from mikebrady/dependabot/github_actions/development/docker/setup-buildx-action-3.11.1
Bump docker/setup-buildx-action from 3.8.0 to 3.11.1
dependabot[bot] [Mon, 29 Sep 2025 15:57:45 +0000 (15:57 +0000)]
Bump docker/setup-buildx-action from 3.8.0 to 3.11.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.11.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Mon, 29 Sep 2025 15:56:55 +0000 (16:56 +0100)]
Merge pull request #2083 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.18.0
Bump docker/build-push-action from 6.13.0 to 6.18.0
Mike Brady [Mon, 29 Sep 2025 15:56:41 +0000 (16:56 +0100)]
Merge pull request #2082 from mikebrady/dependabot/github_actions/development/docker/setup-qemu-action-3.6.0
Bump docker/setup-qemu-action from 3.3.0 to 3.6.0
Mike Brady [Mon, 29 Sep 2025 15:56:29 +0000 (16:56 +0100)]
Merge pull request #2081 from mikebrady/dependabot/github_actions/development/docker/login-action-3.5.0
Bump docker/login-action from 3.3.0 to 3.5.0
Mike Brady [Mon, 29 Sep 2025 15:56:12 +0000 (16:56 +0100)]
Merge pull request #2080 from mikebrady/dependabot/github_actions/development/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
Mike Brady [Mon, 29 Sep 2025 15:21:13 +0000 (16:21 +0100)]
update some warning messages
Mike Brady [Mon, 29 Sep 2025 13:32:32 +0000 (14:32 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 29 Sep 2025 13:07:35 +0000 (14:07 +0100)]
Add a new command line option, "dbus_default_message_bus" which can be "system" or "session" and defaults to "system". It becomes the default for both the dbus native service and the mpris service.
Mike Brady [Mon, 29 Sep 2025 13:04:33 +0000 (14:04 +0100)]
Handle default dbus message bus properly.
Mike Brady [Mon, 29 Sep 2025 13:03:21 +0000 (14:03 +0100)]
Don't reinitialise convolution IR filter if it is valid and the file has not changed. clang-format.
Mike Brady [Mon, 29 Sep 2025 12:56:32 +0000 (13:56 +0100)]
Add a default to the dbus message bus enum. Add a dbus_default_message_bus to the config. It is used as the default dbus message bus for dbus and mpris.
Mike Brady [Mon, 29 Sep 2025 12:54:51 +0000 (13:54 +0100)]
Add a file existence/permissions warning. Edit a few warnings. Clang format.
dependabot[bot] [Sun, 28 Sep 2025 10:05:11 +0000 (10:05 +0000)]
Bump docker/build-push-action from 6.13.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.13.0...v6.18.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sun, 28 Sep 2025 10:05:09 +0000 (10:05 +0000)]
Bump docker/setup-qemu-action from 3.3.0 to 3.6.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.3.0 to 3.6.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.6.0)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sun, 28 Sep 2025 10:05:06 +0000 (10:05 +0000)]
Bump docker/login-action from 3.3.0 to 3.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.5.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Sun, 28 Sep 2025 10:05:03 +0000 (10:05 +0000)]
Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Fri, 26 Sep 2025 15:34:06 +0000 (16:34 +0100)]
Merge pull request #2072 from charlesomer/development
New docker pipeline.
Many thanks, Charles.
Charles [Wed, 24 Sep 2025 17:48:24 +0000 (18:48 +0100)]
Merge branch 'mikebrady:development' into development
Charles [Tue, 23 Sep 2025 23:19:24 +0000 (00:19 +0100)]
Don't automatically try to push a 'latest' or 'classic' tag - to be fixed in a follow up PR.
Charles [Tue, 23 Sep 2025 21:52:29 +0000 (22:52 +0100)]
Clone ffmpeg from github for classic image
Charles [Tue, 23 Sep 2025 21:48:20 +0000 (22:48 +0100)]
No docker login when not pushing image
Mike Brady [Tue, 23 Sep 2025 08:21:53 +0000 (09:21 +0100)]
Update BUILD.md
Charles [Mon, 22 Sep 2025 23:24:35 +0000 (00:24 +0100)]
More fixes
Charles [Mon, 22 Sep 2025 23:04:42 +0000 (00:04 +0100)]
Fixes and info improvements
Charles [Mon, 22 Sep 2025 21:37:57 +0000 (22:37 +0100)]
New docker pipeline.
Mike Brady [Mon, 22 Sep 2025 17:12:50 +0000 (18:12 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 22 Sep 2025 17:03:36 +0000 (18:03 +0100)]
Merge pull request #2071 from admo/development
Add `ENABLE_AVAHI` environment variable to control `dbus` and `avahi` usage in a Docker container.
Adam Oleksy [Mon, 22 Sep 2025 15:49:22 +0000 (17:49 +0200)]
Add ENABLE_AVAHI env var to control dbus/avahi usage in container
ENABLE_AVAHI decides whether dbus and avahi daemons run inside the
container or if the host's instances are reused. When set to 0,
/var/run/dbus and /var/run/avahi-daemon/socket must be bind-mounted
by the user from the host into the container.
Mike Brady [Wed, 17 Sep 2025 13:35:14 +0000 (14:35 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Wed, 17 Sep 2025 13:27:12 +0000 (14:27 +0100)]
Remove obsolete s6-overlay stuff. This directory was not copied into the Docker image anyway...
Mike Brady [Sun, 14 Sep 2025 08:11:54 +0000 (09:11 +0100)]
Merge pull request #2062 from mikebrady/dependabot/github_actions/development/actions/stale-10.0.0
Bump actions/stale from 9.1.0 to 10.0.0
dependabot[bot] [Sun, 7 Sep 2025 10:05:15 +0000 (10:05 +0000)]
Bump actions/stale from 9.1.0 to 10.0.0
Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v9.1.0...v10.0.0)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Mon, 18 Aug 2025 07:13:08 +0000 (08:13 +0100)]
Merge pull request #2054 from mikebrady/dependabot/github_actions/development/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
dependabot[bot] [Sun, 17 Aug 2025 11:01:06 +0000 (11:01 +0000)]
Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Fri, 15 Aug 2025 16:28:34 +0000 (17:28 +0100)]
Merge pull request #2049 from mikebrady/dependabot/github_actions/development/docker/login-action-3.5.0
Bump docker/login-action from 3.4.0 to 3.5.0
dependabot[bot] [Sun, 10 Aug 2025 10:34:50 +0000 (10:34 +0000)]
Bump docker/login-action from 3.4.0 to 3.5.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.4.0...v3.5.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Thu, 17 Jul 2025 11:34:27 +0000 (12:34 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Thu, 17 Jul 2025 11:32:10 +0000 (12:32 +0100)]
Merge pull request #2034 from mikebrady/dependabot/github_actions/development/docker/setup-buildx-action-3.11.1
Bump docker/setup-buildx-action from 3.10.0 to 3.11.1
Mike Brady [Thu, 17 Jul 2025 11:31:52 +0000 (12:31 +0100)]
Merge pull request #2028 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.18.0
Bump docker/build-push-action from 6.15.0 to 6.18.0
Mike Brady [Thu, 17 Jul 2025 11:31:05 +0000 (12:31 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Thu, 17 Jul 2025 11:23:53 +0000 (12:23 +0100)]
Improve the warning about invalid setting strings.
Mike Brady [Thu, 17 Jul 2025 11:01:02 +0000 (12:01 +0100)]
Fix a bug whereby the volume setting was ignored if the input was not at 44100 FPS and the loudness DSP setting was enabled.
Mike Brady [Thu, 17 Jul 2025 10:57:53 +0000 (11:57 +0100)]
Quieten a diagnostic message.
dependabot[bot] [Sun, 22 Jun 2025 10:42:25 +0000 (10:42 +0000)]
Bump docker/setup-buildx-action from 3.10.0 to 3.11.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.1)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Tue, 3 Jun 2025 16:14:09 +0000 (17:14 +0100)]
Update BUILD.md
Mike Brady [Tue, 3 Jun 2025 16:12:19 +0000 (17:12 +0100)]
Update BUILD.md
Mike Brady [Tue, 3 Jun 2025 15:57:02 +0000 (16:57 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
dependabot[bot] [Sun, 1 Jun 2025 10:44:07 +0000 (10:44 +0000)]
Bump docker/build-push-action from 6.15.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.18.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Wed, 7 May 2025 08:02:08 +0000 (09:02 +0100)]
A few extra files to ignore...
Mike Brady [Mon, 14 Apr 2025 10:21:31 +0000 (11:21 +0100)]
Update docker-build-on-push.yaml
Mike Brady [Mon, 14 Apr 2025 10:12:03 +0000 (11:12 +0100)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Mon, 14 Apr 2025 09:40:26 +0000 (10:40 +0100)]
Check for configuration strings that are given but turn out to be empty, issue a warning and ignore them.
Mike Brady [Mon, 14 Apr 2025 08:40:51 +0000 (09:40 +0100)]
Merge pull request #2001 from jzucker2/add-mqtt-disconnect-command-v2
Add mqtt `disconnect` command.
Mike Brady [Mon, 14 Apr 2025 08:39:29 +0000 (09:39 +0100)]
Merge pull request #1993 from mikebrady/dependabot/github_actions/development/docker/login-action-3.4.0
Bump docker/login-action from 3.3.0 to 3.4.0
Mike Brady [Mon, 14 Apr 2025 08:37:53 +0000 (09:37 +0100)]
Remove left-over dbus and avahi pid files.
Mike Brady [Mon, 14 Apr 2025 08:30:53 +0000 (09:30 +0100)]
Check that the existing user startup script is replaceable.
Mike Brady [Mon, 14 Apr 2025 08:30:16 +0000 (09:30 +0100)]
Stop installing a user startup script.
Mike Brady [Mon, 14 Apr 2025 08:10:28 +0000 (09:10 +0100)]
Update BUILD.md
Mike Brady [Mon, 14 Apr 2025 08:02:06 +0000 (09:02 +0100)]
Add a convenience script to install and enable a systemd user service script.
Mike Brady [Thu, 3 Apr 2025 14:56:38 +0000 (15:56 +0100)]
Update BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:39:48 +0000 (10:39 +0100)]
Update BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:36:48 +0000 (10:36 +0100)]
Update BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:29:27 +0000 (10:29 +0100)]
Update BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:28:55 +0000 (10:28 +0100)]
Update BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:21:19 +0000 (10:21 +0100)]
Update BUILD.md
Mike Brady [Thu, 3 Apr 2025 09:07:12 +0000 (10:07 +0100)]
Update BUILD.md
Jordan Zucker [Mon, 31 Mar 2025 00:23:40 +0000 (17:23 -0700)]
Trying again
dependabot[bot] [Sun, 16 Mar 2025 10:16:56 +0000 (10:16 +0000)]
Bump docker/login-action from 3.3.0 to 3.4.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.4.0)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Mike Brady [Thu, 13 Mar 2025 09:15:42 +0000 (09:15 +0000)]
Update RELEASENOTES-DEVELOPMENT.md
Mike Brady [Wed, 5 Mar 2025 15:43:21 +0000 (15:43 +0000)]
Merge pull request #1989 from mikebrady/dependabot/github_actions/development/docker/build-push-action-6.15.0
Bump docker/build-push-action from 6.14.0 to 6.15.0
Mike Brady [Wed, 5 Mar 2025 15:43:04 +0000 (15:43 +0000)]
Merge pull request #1988 from mikebrady/dependabot/github_actions/development/docker/setup-qemu-action-3.6.0
Bump docker/setup-qemu-action from 3.4.0 to 3.6.0
Mike Brady [Wed, 5 Mar 2025 15:42:47 +0000 (15:42 +0000)]
Merge pull request #1987 from mikebrady/dependabot/github_actions/development/docker/setup-buildx-action-3.10.0
Bump docker/setup-buildx-action from 3.9.0 to 3.10.0
dependabot[bot] [Sun, 2 Mar 2025 10:38:00 +0000 (10:38 +0000)]
Bump docker/build-push-action from 6.14.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6.14.0...v6.15.0)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>