Skip to content

Commit

Permalink
Updating to version v0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 18, 2025
1 parent 6d5cede commit bd38baa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
<a id="v0.3.15"></a>
# [v0.3.15](https://github.com/travisghansen/hass-opnsense/releases/tag/v0.3.15) - 2025-01-18

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### 🚀 Enhancements
* Use GitHub for Firmware Changelog link by [@Snuffy2](https://github.com/Snuffy2) in [#364](https://github.com/travisghansen/hass-opnsense/pull/364)
### 🎓 Code Quality
* Add additional typing by [@Snuffy2](https://github.com/Snuffy2) in [#363](https://github.com/travisghansen/hass-opnsense/pull/363)
### 🧰 Maintenance
* Update .pre-commit-config.yaml by [@Snuffy2](https://github.com/Snuffy2) in [#362](https://github.com/travisghansen/hass-opnsense/pull/362)
* Update labels and release notes by [@Snuffy2](https://github.com/Snuffy2) in [#365](https://github.com/travisghansen/hass-opnsense/pull/365)


**Full Changelog**: https://github.com/travisghansen/hass-opnsense/compare/v0.3.14...v0.3.15

[Changes][v0.3.15]


<a id="v0.3.14"></a>
# [v0.3.14](https://github.com/travisghansen/hass-opnsense/releases/tag/v0.3.14) - 2025-01-09

<!-- Release notes generated using configuration in .github/release.yml at main -->
<h3>OPNsense Minimum Firmware Required: 24.1</h3><h4>OPNsense Recommended Firmware: 24.7</h4><p><!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### 🕷️ Bug Fixes 🕷️
Expand All @@ -12,7 +32,7 @@
* Enable McCabe complexity checking by [@Snuffy2](https://github.com/Snuffy2) in [#354](https://github.com/travisghansen/hass-opnsense/pull/354)


**Full Changelog**: https://github.com/travisghansen/hass-opnsense/compare/v0.3.13...v0.3.14
**Full Changelog**: https://github.com/travisghansen/hass-opnsense/compare/v0.3.13...v0.3.14<p><i>For firmware versions below the minimum version, the integration will not permit new installations and existing installations will no longer start. Firmware versions below the recommended version will likely work but may have limited features and/or show errors in the logs.</i>

[Changes][v0.3.14]

Expand Down Expand Up @@ -571,6 +591,7 @@ Released 2023-02-19
[Changes][v0.1.0]


[v0.3.15]: https://github.com/travisghansen/hass-opnsense/compare/v0.3.14...v0.3.15
[v0.3.14]: https://github.com/travisghansen/hass-opnsense/compare/v0.3.13...v0.3.14
[v0.3.13]: https://github.com/travisghansen/hass-opnsense/compare/v0.3.12...v0.3.13
[v0.3.12]: https://github.com/travisghansen/hass-opnsense/compare/v0.3.11...v0.3.12
Expand Down
2 changes: 1 addition & 1 deletion custom_components/opnsense/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
from homeassistant.const import PERCENTAGE, UnitOfInformation, UnitOfTime

VERSION = "v0.3.14"
VERSION = "v0.3.15"
DOMAIN = "opnsense"
OPNSENSE_LTD_FIRMWARE = "24.7" # Some functions may not work but the integration in general should work. Show repair warning.
OPNSENSE_MIN_FIRMWARE = "24.1" # Don't allow install, will not work.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/opnsense/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/travisghansen/hass-opnsense/issues",
"requirements": ["python-dateutil", "awesomeversion"],
"version":"v0.3.14"
"version":"v0.3.15"
}

0 comments on commit bd38baa

Please sign in to comment.