Skip to content

Releases: TWilkin/powerpi

v0.7.1

31 Oct 21:08
f80d883
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

  • chore: Upgrade axios to v1.7.4 by @TWilkin in #530
  • chore(deps): bump aiohttp from 3.9.4 to 3.10.2 in /controllers/harmony by @dependabot in #529
  • chore(deps): bump aiohttp from 3.9.4 to 3.10.2 in /controllers/snapcast by @dependabot in #531
  • chore: Upgrade aiohttp to 3.10.2 by @TWilkin in #532
  • chore(deps-dev): bump webpack from 5.91.0 to 5.94.0 by @dependabot in #534
  • chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #535
  • chore(deps): bump body-parser from 1.20.2 to 1.20.3 by @dependabot in #537
  • chore(deps): bump cryptography from 42.0.4 to 43.0.1 in /controllers/zigbee by @dependabot in #536
  • chore(deps): bump express from 4.19.2 to 4.20.0 by @dependabot in #538
  • chore: Upgrade send and cookie by @TWilkin in #539
  • chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 by @dependabot in #542
  • #333 fix: Ensure schedule changes are going in the correct direction and add force option by @TWilkin in #540
  • chore: Bump PowerPi to v0.7.1 by @TWilkin in #543

Full Changelog: v0.7.0...v0.7.1

v0.7.0

01 Aug 20:53
33485b7
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

06 May 22:01
ec2a872
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

  • chore: Upgrade dev tools by @TWilkin in #499
  • chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #500
  • chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #501
  • chore: Upgrade all javascript dependencies by @TWilkin in #502
  • chore(deps): bump idna from 3.4 to 3.7 in /controllers/harmony by @dependabot in #504
  • chore(deps): bump idna from 3.4 to 3.7 in /controllers/snapcast by @dependabot in #505
  • chore(deps): bump idna from 3.4 to 3.7 in /controllers/zigbee by @dependabot in #503
  • chore(deps): bump aiohttp from 3.9.2 to 3.9.4 in /controllers/harmony by @dependabot in #508
  • chore(deps): bump aiohttp from 3.9.2 to 3.9.4 in /controllers/snapcast by @dependabot in #507
  • chore(deps): bump aiohttp from 3.9.2 to 3.9.4 in /controllers/zigbee by @dependabot in #506
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /services/shutdown/src by @dependabot in #509
  • chore(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #511
  • #108 feat(ui): Add icons in floorplan by @TWilkin in #512
  • chore: Bump PowerPi to v0.6.1 by @TWilkin in #513

Full Changelog: v0.6.0...v0.6.1

v0.6.0

14 Mar 19:07
1687786
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

  • chore(deps): bump cryptography from 42.0.0 to 42.0.2 in /controllers/zigbee by @dependabot in #487
  • chore(deps): bump cryptography from 42.0.2 to 42.0.4 in /controllers/zigbee by @dependabot in #488
  • refactor: Use unique decorator on python enums by @TWilkin in #490
  • #445 fix: scheduler next job after DST is at the wrong time by @TWilkin in #489
  • chore: Update poetry version in pipelines by @TWilkin in #493
  • #491 Add event service by @TWilkin in #492
  • #491 feat: Support disabling event config in config-server by @TWilkin in #495
  • chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #497
  • chore: Bump PowerPi to v0.6.0 by @TWilkin in #498

Full Changelog: v0.5.3...v0.6.0

v0.5.3

15 Feb 21:37
3dcc925
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

  • chore(deps): bump aiohttp from 3.9.0 to 3.9.2 in /controllers/zigbee by @dependabot in #472
  • chore(deps): bump aiohttp from 3.9.0 to 3.9.2 in /controllers/snapcast by @dependabot in #473
  • chore(deps): bump aiohttp from 3.9.0 to 3.9.2 in /controllers/harmony by @dependabot in #474
  • chore(deps): bump cryptography from 41.0.6 to 42.0.0 in /controllers/zigbee by @dependabot in #477
  • #479 fix: energenie-controller GPIO in Bookworm hosts by @TWilkin in #482
  • #480 refactor: Improve the Dockerfile for python services by @TWilkin in #483
  • #467, #475 feat: Add StorageClass options and make mosquitto restart with new secrets by @TWilkin in #478
  • #467 feat: Add missed template from #478 by @TWilkin in #485
  • chore: Bump PowerPi to v0.5.3 by @TWilkin in #486

Full Changelog: v0.5.2...v0.5.3

v0.5.2

25 Jan 20:05
77c6ca0
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

  • chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #462
  • #186 feat: Restrict message posting from the API to device/name/change messages by @TWilkin in #463
  • #442 feat: Add support for using a ClusterIssuer and add certificate for MQTT by @TWilkin in #466
  • #442 feat: Support connecting to encrypted MQTT endpoint from sensors by @TWilkin in #465
  • #442 feat: Support connecting to encrypted MQTT endpoint from shutdown service by @TWilkin in #468
  • #442 feat: Ensure other services can use MQTTS for local development by @TWilkin in #469
  • chore: Bump PowerPi to v0.5.2 by @TWilkin in #470
  • chore: Upgrade GitHub actions by @TWilkin in #471

Full Changelog: v0.5.1...v0.5.2

v0.5.1

15 Dec 19:12
f4c2dfe
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

  • chore(deps): bump aiohttp from 3.8.6 to 3.9.0 in /controllers/harmony by @dependabot in #455
  • chore(deps): bump aiohttp from 3.8.6 to 3.9.0 in /controllers/zigbee by @dependabot in #454
  • chore(deps): bump aiohttp from 3.8.6 to 3.9.0 in /controllers/snapcast by @dependabot in #456
  • chore: Upgrade axios in voice-assistant by @TWilkin in #457
  • chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #459
  • chore(deps): bump cryptography from 41.0.4 to 41.0.6 in /controllers/zigbee by @dependabot in #458
  • chore(deps): bump sequelize-typescript from 2.1.5 to 2.1.6 by @dependabot in #460
  • Release v0.5.1 by @TWilkin in #461

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Nov 18:06
62d9458
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

Full Changelog: v0.4.5...v0.5.0

v0.4.5

08 Oct 12:37
8076f24
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

18 Sep 17:17
eee8f19
Compare
Choose a tag to compare

A Helm chart for deploying the PowerPi home automation stack

What's Changed

  • chore(deps): bump @adobe/css-tools from 4.0.1 to 4.3.1 by @dependabot in #423
  • chore(deps): bump cryptography from 40.0.1 to 41.0.3 in /controllers/zigbee by @dependabot in #420
  • chore: Bump PowerPi to v0.4.4 by @TWilkin in #424

Full Changelog: v0.4.3...v0.4.4