Skip to content

chore(main): release 3.0.0 - #39

Open
ScottGibb wants to merge 1 commit into
mainfrom
release-please--branches--main
Open

chore(main): release 3.0.0#39
ScottGibb wants to merge 1 commit into
mainfrom
release-please--branches--main

Conversation

@ScottGibb

@ScottGibb ScottGibb commented Feb 18, 2026

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

3.0.0 (2026-08-09)

⚠ BREAKING CHANGES

  • remove PiDesk and Incorporate into PiHall
  • add PiHall

Features

  • add docker compose plugin for linting (6f1d4dc)
  • Add ESPHome and Outdoor Watering System (2617006)
  • add fstab for PiHall (2563967)
  • add Home Power Monitor (a2650ee)
  • add missing nginx.conf (d42e247)
  • Add PiForwarder (54f7c6f)
  • add PiForwarder PiZero Variant (6ac27f9)
  • add PiHall (b6d5b46)
  • add vscode settings for formatters (b16d135)
  • migrate to latest Power Monitor (aaef98f)
  • remove PiDesk and Incorporate into PiHall (c08f147)

Bug Fixes

  • add .gitignore for MacOS (7cc33a2)
  • config folder (58ce8c2)
  • dclint linting errors: add interface prefixes to ports and concrete image version tags (2b9785e)
  • dependabot submodule issues (58f32a9)
  • docker compose (2864cbf)
  • Docker compose format (c30398f)
  • docs: Dependabot URL configuration in README (881e085)
  • ESDP Mount Path (224afaa)
  • folder paths (86f77bc)
  • Home Power Monitor Config (4a86287)
  • HPM config (5d107d8)
  • Installation scripts (890da26)
  • most up to date power monitor (1709458)
  • networking on pihome (60ab9a5)
  • pihall dns (335ea88)
  • PiHall Router (2243998)
  • Pinning Dockerfile versions (21fe9a4)
  • remove bind mount (9a30e16)
  • rm ftstab (0faebdb)
  • tagged versions for docker compose (f14c549)
  • Update dependabot.yaml to remove directories (cfcae3d)
  • update docker compose for HPM (627d98a)
  • update power monitor version (a6d1a6e)
  • wifi connect removal (e5baa3c)

This PR was generated with Release Please. See documentation.

@github-actions

github-actions Bot commented Feb 18, 2026

Copy link
Copy Markdown

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 3 0 0 0.02s
❌ DOCKERFILE dclint 14 4 6 0 2.47s
✅ JSON jsonlint 3 0 0 0.24s
✅ JSON prettier 3 0 0 0 0.25s
⚠️ MARKDOWN markdownlint 15 1 13 0 0.66s
✅ MARKDOWN markdown-table-formatter 15 1 0 0 0.22s
✅ YAML prettier 20 7 0 0 0.67s
❌ YAML yamllint 20 14 0 0.46s

Detailed Issues

❌ DOCKERFILE / dclint - 6 errors
PiHall/IOT/docker-compose.yml
  69:1     error  Service "home_power_monitor" is exporting port "${HTTP_PORT:-3000}:${HTTP_PORT:-3000}" without specifying the interface to listen on.  no-unbound-port-interfaces
  84:1     error  Service "pgadmin" is exporting port "5050:80" without specifying the interface to listen on.  no-unbound-port-interfaces
  97:1     error  Service "postgres" is exporting port "5432:5432" without specifying the interface to listen on.  no-unbound-port-interfaces
  78:1     error  Service "pgadmin" is using the image "dpage/pgadmin4", which does not have a concrete version tag. Specify a concrete version tag.  service-image-require-explicit-tag

PiHall/docker-compose.yml
  29:1     error  Service "cups" is exporting port "631:631" without specifying the interface to listen on.  no-unbound-port-interfaces

PiHome/IOT/docker-compose.yml
   7:1     error  Service "esphome" is using the image "ghcr.io/esphome/esphome", which does not have a concrete version tag. Specify a concrete version tag.  service-image-require-explicit-tag

✖ 6 problems (6 errors, 0 warnings)
❌ YAML / yamllint - 14 errors
.github/dependabot.yaml
  6:1       warning  missing document start "---"  (document-start)

.github/workflows/dependabot.yaml
  1:1       warning  missing document start "---"  (document-start)
  3:1       warning  truthy value should be one of [false, true]  (truthy)

.github/workflows/mega_linter.yaml
  8:1       warning  truthy value should be one of [false, true]  (truthy)

.github/workflows/release_please.yaml
  1:1       warning  missing document start "---"  (document-start)
  1:1       warning  truthy value should be one of [false, true]  (truthy)

PiForwarder/docker/docker-compose.yml
  1:1       warning  missing document start "---"  (document-start)

PiHall/IOT/docker-compose.yml
  3:1       warning  missing document start "---"  (document-start)
  58:8      warning  missing starting space in comment  (comments)
  61:8      warning  missing starting space in comment  (comments)
  102:14    error    too many spaces inside brackets  (brackets)
  102:65    error    too many spaces inside brackets  (brackets)

PiHome/IOT/ESPHome/watering-device.yaml
  1:1       warning  missing document start "---"  (document-start)

PiHome/IOT/docker-compose.yml
  87:17     warning  missing starting space in comment  (comments)
⚠️ MARKDOWN / markdownlint - 13 errors
CHANGELOG.md:53 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:60 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:70 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:77 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:81 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:87 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:91 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:98 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:108 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:112 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:118 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:122 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:130 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.6.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_DCLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,YAML_PRETTIER,YAML_YAMLLINT

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions

This comment has been minimized.

@ScottGibb ScottGibb changed the title chore(main): release 2.2.1 chore(main): release 3.0.0 Feb 26, 2026
@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 3f4e76c to 0d25bea Compare February 26, 2026 20:22
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 0d25bea to c17c1f5 Compare February 26, 2026 20:32
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from c17c1f5 to da2f307 Compare February 26, 2026 22:36
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from da2f307 to 0533478 Compare February 28, 2026 11:45
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 0533478 to 968b7eb Compare March 1, 2026 11:22
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 968b7eb to ad12e6f Compare March 1, 2026 18:18
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from ad12e6f to ad56f66 Compare March 1, 2026 18:21
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from ad56f66 to 64849bc Compare March 5, 2026 21:18
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 64849bc to 44f5160 Compare March 5, 2026 21:22
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 44f5160 to 8cfd68d Compare March 5, 2026 21:37
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 8cfd68d to 64ce2d9 Compare March 5, 2026 21:49
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch 3 times, most recently from a3e3770 to 2c81567 Compare March 8, 2026 20:17
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from deb526e to 1d1b75a Compare July 5, 2026 16:23
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 1d1b75a to 24670e5 Compare July 6, 2026 18:11
@github-actions

This comment has been minimized.

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 24670e5 to 77dd4e0 Compare July 6, 2026 18:22
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

MegaLinter has automatically applied linters fixes on this PR.
Please review the changes and merge if they are correct.
PR: #40

@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch 5 times, most recently from 78e303d to bc678f6 Compare July 12, 2026 16:23
@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch 4 times, most recently from 403268a to ac90a72 Compare July 19, 2026 16:24
@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch 9 times, most recently from acd4491 to 385768f Compare July 28, 2026 18:41
@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch 3 times, most recently from 21c849d to 7cf6c3f Compare August 3, 2026 23:34
@ScottGibb
ScottGibb force-pushed the release-please--branches--main branch from 7cf6c3f to 46ce089 Compare August 9, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants