@@ -10,6 +10,10 @@ configuration is still supported but deprecated. The new configuration works
1010with oxidized-web 0.16.0 or later.
1111See [ docs/Configuration.md] ( /docs/Configuration.md#oxidized-web-RESTful-API-and-web-interface ) .
1212
13+ The docker container includes
14+ [ security fixes to ruby-rake] ( https://ubuntu.com/security/notices/USN-7366-1 ) ,
15+ so be sure to update to the latest version.
16+
1317### Added
1418- unifiap: new model for Unifi APs, switches, and AirOS APs (@clifcox )
1519- github: Issue templates for bugs, feature requests and support requests (@robertcheramy )
@@ -19,18 +23,20 @@ See [docs/Configuration.md](/docs/Configuration.md#oxidized-web-RESTful-API-and-
1923### Changed
2024- fortios: support for FortiADC (@electrocret )
2125- output/git: cache commit log to improve performance of oxidized-web. Fixes #3121 (@robertcheramy )
22- - digest auth handles special characters in passwords by itself (no need to url encode them manually) (@einglasvollkakao )
26+ - input/http: digest auth handles special characters in passwords by itself (no need to url encode them manually) (@einglasvollkakao )
2327- changed the configuration for oxidized-web from rest: to extensions.oxidized-web (@robertcheramy )
2428- netgear: add pager-handler workaround, fixes: #2394 and #3341 (@candlerb , @syn-bit )
2529- Output#version (git/gitcrypt) returns a Time object in its hash for more flexibility in oxidized-web (@robertcheramy )
2630- ios: hide secret key of aaa radius (@martinberg , @robertcheramy )
31+ - container: update to phusion/baseimage: noble-1 .0.1 (@robertcheramy )
2732
2833### Fixed
2934- powerconnect: Mask the changing temperature issue for non-stacked switches. Fixes #2088 (@clifcox )
3035- Fix frozen string literals (@robertcheramy )
3136- powerconnect: Cleanup login/logout logic. Fixes #3437 (@clifcox )
3237- aos7: remove extra lines occuring when ` show hardware-info ` runs slow (@rouven0 )
3338- srosmd: add ignore regex for 64-bit system uptime (@emiliaaah )
39+ - removed some rubocop warnings (@robertcheramy )
3440
3541## [ 0.32.2 – 2025-02-27]
3642This patch release mainly fixes the docker building process, wich resulted in
0 commit comments