Releases: ytti/oxidized-web
0.17.1
[0.17.1 – 2025-08-01]
Changed
- Dependency on Oxidized 0.34.1 (@robertcheramy)
Fixed
- Hide node vars works with Oxidized > 0.34.1 (@robertcheramy)
Full Changelog: 0.17.0...0.17.1
0.17.0
[0.17.0 – 2025-07-18]
Added
- Documentation of the configuration (@robertcheramy)
Changed
- Update weblibs to the latest versions (@robertcheramy)
- Depend on oxidized 0.34.0 (configuration of oxidized web as an extension) (@robertcheramy)
- Use JSON to format the node metadata in /node/show (@robertcheramy)
Fixed
- Run puma directly, so that it does not rename the oxidized process. Fixes: 349 (@robertcheramy)
- Display local time correctly and use epoch as timestamps in the URLs. Fixes: #258 and #356 (@robertcheramy)
- Hide node vars when listed in the configuration entry hide_node_vars. Fixes: #344 (@robertcheramy)
- /node/next/: Prefer JSON.parse over JSON.load (@robertcheramy)
Full Changelog: 0.16.0...0.17.0
0.16.0
This release introduces the possibility for an extended configuration of
oxidized-web in the oxidized configuration file. Oxidized versions after 0.32.2
will only work with oxidized-web version 0.16.0 or later.
Changed
- Allow connection to any virtual hosts + prepare extended configuration to specify which vhosts to accept. Fixes #298 (@robertcheramy)
Fixed
- the table preferences (pagelength, column visibility, search) are stored in the local browser cache. Fixes #315 #314 #265 #211 (@robertcheramy)
- Update "refresh" and "Upldate node list" to more meaningfull texts (@robertcheramy)
Full Changelog: 0.15.1...0.16.0
0.15.1
This minor release fixes javascript errors.
Full Changelog: 0.15.0...0.15.1
0.15.0
This release fixes a security issue on the RANCID migration page.
A non-authenticated user could gain control over the Linux user running oxidized-web. The RANCID migration page was already deprecated in version 0.14.0, so it has been completely removed in this new version.
Thank you to Jon O'Reilly and Jamie Riden from NetSPI for discovering and
reporting this security issue!
What's Changed
See CHANGELOG.md
New Contributors
- @wwijkander made their first contribution in #290
Full Changelog: 0.14.0...0.15.0
0.14.0
Thank you!
Thank you to all the contributors who help make Oxidized-web a better software!
What's Changed
- The weblibs have been updated to the latest version. We've switched to Bootstrap 5, so the design is a little bit changed
- We've added a CHANGELOG.md - check it out for Details
- The RANCID migration page is deprecated and will be removed in a future version
- A lot of old issues have been automatically closed by git (after 120 days inactivity). If you still have an Issue, just open one new one ;-)
- We've introduced Test Driven Development (TDD) to oxidized-web. Check
/spec/
to add new tests ;-) - Updated gem dependencies, support for puma6 and haml6
Full Changelog: 0.13.1...0.14.0
New Contributors
- @dangoscomb made their first contribution in #195
- @miff2000 made their first contribution in #206
- @nickhilliard made their first contribution in #239
- @robertcheramy made their first contribution in #241 and has been added as a maintainer
- @dependabot made their first contribution in #242
- @athompson-merlin made their first contribution in #228