@@ -10,6 +10,10 @@ configuration is still supported but deprecated. The new configuration works
10
10
with oxidized-web 0.16.0 or later.
11
11
See [ docs/Configuration.md] ( /docs/Configuration.md#oxidized-web-RESTful-API-and-web-interface ) .
12
12
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
+
13
17
### Added
14
18
- unifiap: new model for Unifi APs, switches, and AirOS APs (@clifcox )
15
19
- 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-
19
23
### Changed
20
24
- fortios: support for FortiADC (@electrocret )
21
25
- 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 )
23
27
- changed the configuration for oxidized-web from rest: to extensions.oxidized-web (@robertcheramy )
24
28
- netgear: add pager-handler workaround, fixes: #2394 and #3341 (@candlerb , @syn-bit )
25
29
- Output#version (git/gitcrypt) returns a Time object in its hash for more flexibility in oxidized-web (@robertcheramy )
26
30
- ios: hide secret key of aaa radius (@martinberg , @robertcheramy )
31
+ - container: update to phusion/baseimage: noble-1 .0.1 (@robertcheramy )
27
32
28
33
### Fixed
29
34
- powerconnect: Mask the changing temperature issue for non-stacked switches. Fixes #2088 (@clifcox )
30
35
- Fix frozen string literals (@robertcheramy )
31
36
- powerconnect: Cleanup login/logout logic. Fixes #3437 (@clifcox )
32
37
- aos7: remove extra lines occuring when ` show hardware-info ` runs slow (@rouven0 )
33
38
- srosmd: add ignore regex for 64-bit system uptime (@emiliaaah )
39
+ - removed some rubocop warnings (@robertcheramy )
34
40
35
41
## [ 0.32.2 – 2025-02-27]
36
42
This patch release mainly fixes the docker building process, wich resulted in
0 commit comments