-
Notifications
You must be signed in to change notification settings - Fork 14
next try to cleanup addon #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,9 +5,6 @@ | |||||
|
|
||||||
| ![Supports aarch64 Architecture][aarch64-shield] | ||||||
| ![Supports amd64 Architecture][amd64-shield] | ||||||
| ![Supports armhf Architecture][armhf-shield] | ||||||
| ![Supports armv7 Architecture][armv7-shield] | ||||||
| ![Supports i386 Architecture][i386-shield] | ||||||
|
|
||||||
| ![Project Maintenance][maintenance-shield] | ||||||
| [![GitHub Activity][commits-shield]][commits] | ||||||
|
|
@@ -81,17 +78,14 @@ SOFTWARE. | |||||
|
|
||||||
| [aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg | ||||||
| [amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg | ||||||
| [armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg | ||||||
| [armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg | ||||||
| [commits-shield]: https://img.shields.io/github/commit-activity/y/lfarkas/addon-netbird.svg | ||||||
| [commits]: https://github.com/netbirdio/addon-netbird/commits/main | ||||||
| [discord-ha]: https://discord.gg/c5DvZ4e | ||||||
| [discord]: https://discord.me/hassioaddons | ||||||
| [docs]: https://github.com/netbirdio/addon-netbird/blob/main/netbird/DOCS.md | ||||||
| [forum]: https://community.home-assistant.io/t/repository-community-hass-io-add-ons/24705 | ||||||
| [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg | ||||||
| [issue]: https://github.com/netbirdio/addon-netbird/issues | ||||||
| [license-shield]: https://img.shields.io/github/license/lfarkas/addon-netbird.svg | ||||||
|
||||||
| [license-shield]: https://img.shields.io/github/license/lfarkas/addon-netbird.svg | |
| [license-shield]: https://img.shields.io/github/license/netbirdio/addon-netbird.svg |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,44 @@ | ||||||||||||||||||
| # Changelog | ||||||||||||||||||
|
|
||||||||||||||||||
| All notable changes to this project will be documented in this file. | ||||||||||||||||||
|
|
||||||||||||||||||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||||||||||||||||||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||||||||||||||||||
|
|
||||||||||||||||||
| ## [v0.59.13] - 2025-11-17 | ||||||||||||||||||
|
|
||||||||||||||||||
| ### Changed | ||||||||||||||||||
| - Updated to NetBird v0.59.13 | ||||||||||||||||||
|
Comment on lines
+8
to
+11
|
||||||||||||||||||
| ## [v0.59.13] - 2025-11-17 | |
| ### Changed | |
| - Updated to NetBird v0.59.13 | |
| ## [v0.60.2] - 2025-11-17 | |
| ### Changed | |
| - Updated to NetBird v0.60.2 |
Copilot
AI
Nov 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry lists version v0.54.2 with the same date as v0.59.13 (2025-11-17). It's unusual to have two different version releases on the same date. Additionally, this version appears older than v0.59.13, but is listed after it in the CHANGELOG. In Keep a Changelog format, newer versions should be listed first, with older versions below. Consider reorganizing these entries if v0.54.2 is actually an older release, or clarifying why both versions have the same release date.
Copilot
AI
Nov 20, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CHANGELOG states the addon is "Based on hassio-addons base image 18.2.1", but the actual base image version in build.yaml is 19.0.0. This documentation should reflect the actual base image version being used.
| - Based on hassio-addons base image 18.2.1 | |
| - Based on hassio-addons base image 19.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
commits-shieldbadge URL still referenceslfarkas/addon-netbird, but this is inconsistent with other repository URLs in the file that point tonetbirdio/addon-netbird(see line 82 forcommitslink). This should be updated to match the repository organization used elsewhere in the file.