Skip to content

Commit 43ea2d0

Browse files
Release 0.2.12a8 (#77)
* Merge pull request #65 from OpenVoiceOS/renovate/configure chore: Configure Renovate * Increment Version to 0.2.12a1 * Update Changelog * chore(deps): update actions/checkout action to v6 (#70) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update actions/setup-python action to v6 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Increment Version to 0.2.12a2 * Increment Version to 0.2.12a3 * Update Changelog * chore(deps): update dependency python to 3.14 (#66) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Increment Version to 0.2.12a4 * Update Changelog * chore: drop deprecated dependencies (#75) * Increment Version to 0.2.12a5 * Update Changelog * Update release_workflow.yml * Update publish_stable.yml * Increment Version to 0.2.12a6 * Update Changelog * Increment Version to 0.2.12a7 * Increment Version to 0.2.12a8 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JarbasAl <JarbasAl@users.noreply.github.com> Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com>
2 parents 045c486 + ae9ba63 commit 43ea2d0

11 files changed

Lines changed: 56 additions & 25 deletions

File tree

.github/workflows/build_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
build_tests:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v6
2828
with:
2929
ref: ${{ github.head_ref }}
3030
- name: Setup Python
31-
uses: actions/setup-python@v1
31+
uses: actions/setup-python@v6
3232
with:
33-
python-version: 3.8
33+
python-version: 3.14
3434
- name: Install System Dependencies
3535
run: |
3636
sudo apt-get update

.github/workflows/license_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
license_tests:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v6
1616
- name: Setup Python
17-
uses: actions/setup-python@v1
17+
uses: actions/setup-python@v6
1818
with:
19-
python-version: 3.8
19+
python-version: 3.14
2020
- name: Install Build Tools
2121
run: |
2222
python -m pip install build wheel

.github/workflows/publish_stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
if: success() # Ensure this job only runs if the previous job succeeds
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
ref: master
2525
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2626
- name: Setup Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.11"
3030
- name: Install Build Tools
@@ -47,7 +47,7 @@ jobs:
4747
if: success() # Ensure this job only runs if the previous job succeeds
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v6
5151
with:
5252
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
5353
ref: master

.github/workflows/release_workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: publish_alpha
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- name: Send message to Matrix bots channel
2828
id: matrix-chat-message
2929
uses: fadenb/matrix-chat-message@v0.0.6
@@ -39,12 +39,12 @@ jobs:
3939
if: success() # Ensure this job only runs if the previous job succeeds
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343
with:
4444
ref: dev
4545
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
4646
- name: Setup Python
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: "3.11"
5050
- name: Install Build Tools
@@ -68,12 +68,12 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Checkout dev branch
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
with:
7373
ref: dev
7474

7575
- name: Setup Python
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: '3.11'
7979

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v6
4343
- name: Set up python ${{ matrix.python-version }}
44-
uses: actions/setup-python@v2
44+
uses: actions/setup-python@v6
4545
with:
4646
python-version: ${{ matrix.python-version }}
4747
- name: Install System Dependencies

CHANGELOG.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,41 @@
11
# Changelog
22

3-
## [0.2.11a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.11a1) (2025-11-05)
3+
## [0.2.12a5](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.12a5) (2026-03-01)
44

5-
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.10...0.2.11a1)
5+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.12a4...0.2.12a5)
66

77
**Merged pull requests:**
88

9-
- Update ovos-plugin-manager version constraint [\#63](https://github.com/OpenVoiceOS/ovos-PHAL/pull/63) ([JarbasAl](https://github.com/JarbasAl))
9+
- chore: drop deprecated dependencies [\#75](https://github.com/OpenVoiceOS/ovos-PHAL/pull/75) ([JarbasAl](https://github.com/JarbasAl))
10+
11+
## [0.2.12a4](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.12a4) (2025-12-19)
12+
13+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.12a2...0.2.12a4)
14+
15+
**Merged pull requests:**
16+
17+
- chore\(deps\): update dependency python to 3.14 [\#66](https://github.com/OpenVoiceOS/ovos-PHAL/pull/66) ([renovate[bot]](https://github.com/apps/renovate))
18+
19+
## [0.2.12a2](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.12a2) (2025-12-19)
20+
21+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.12a3...0.2.12a2)
22+
23+
## [0.2.12a3](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.12a3) (2025-12-19)
24+
25+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.12a1...0.2.12a3)
26+
27+
**Merged pull requests:**
28+
29+
- chore\(deps\): update actions/setup-python action to v6 [\#71](https://github.com/OpenVoiceOS/ovos-PHAL/pull/71) ([renovate[bot]](https://github.com/apps/renovate))
30+
- chore\(deps\): update actions/checkout action to v6 [\#70](https://github.com/OpenVoiceOS/ovos-PHAL/pull/70) ([renovate[bot]](https://github.com/apps/renovate))
31+
32+
## [0.2.12a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.12a1) (2025-12-18)
33+
34+
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.11...0.2.12a1)
35+
36+
**Merged pull requests:**
37+
38+
- chore: Configure Renovate [\#65](https://github.com/OpenVoiceOS/ovos-PHAL/pull/65) ([renovate[bot]](https://github.com/apps/renovate))
1039

1140

1241

ovos_PHAL/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# START_VERSION_BLOCK
22
VERSION_MAJOR = 0
33
VERSION_MINOR = 2
4-
VERSION_BUILD = 11
5-
VERSION_ALPHA = 0
4+
VERSION_BUILD = 12
5+
VERSION_ALPHA = 8
66
# END_VERSION_BLOCK

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
]
6+
}

requirements/mk1.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
ovos-PHAL-plugin-mk1>=0.1.2,<1.0.0
2-
ovos-PHAL-plugin-balena-wifi>=1.0.1,<2.0.0
3-
ovos-PHAL-plugin-wifi-setup>=1.0.0,<2.0.0

requirements/mk2.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
ovos-PHAL-plugin-hotkeys>=0.1.1,<1.0.0
2-
ovos-PHAL-plugin-wifi-setup>=1.0.0,<2.0.0

0 commit comments

Comments
 (0)