Skip to content

Commit 470b1e1

Browse files
committed
try to use debian-latest for github workflow
1 parent 41b3566 commit 470b1e1

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: debian-latest
1717
permissions:
1818
packages: write
1919
name: Builds the source distribution package
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup python environment
2626
uses: actions/setup-python@v4
2727
with:
28-
python-version: '3.11'
28+
python-version: '3.13'
2929

3030
- name: Install packages
3131
run: sudo apt install -y libsystemd-dev
@@ -50,7 +50,7 @@ jobs:
5050
if-no-files-found: error
5151

5252
docker:
53-
runs-on: ubuntu-latest
53+
runs-on: debian-latest
5454
name: Builds the docker image(s)
5555
steps:
5656
- name: Checkout

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Server Version 4.7.1 (06.01.25):
4+
5+
### Maintenance:
6+
- Update required packages to latest versions.
7+
- Add optional resolution parameter to cli.py for chromium setup
8+
9+
### Fixes:
10+
- Fix startup behavior with respect to mosquitto and influxdb.
11+
- Fix to install libsystemd-dev under github docker workflow
12+
- Adapt onewire setup -> change /boot/firmware/config.txt instead of /boot/config.txt
13+
14+
315
## Server Version 4.7.0 (23.11.25):
416
### Codename: Winter Bock
517

cbpi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "4.7.1.a6"
1+
__version__ = "4.7.1.a7"
22
__codename__ = "Winter Bock"

0 commit comments

Comments
 (0)