Skip to content

Releases: ytti/oxidized-web

0.17.1

01 Aug 13:34
7ca1c1f
Compare
Choose a tag to compare

[0.17.1 – 2025-08-01]

Changed

Fixed

Full Changelog: 0.17.0...0.17.1

0.17.0

18 Jul 13:44
312dc7f
Compare
Choose a tag to compare

[0.17.0 – 2025-07-18]

Added

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

26 Mar 08:55
Compare
Choose a tag to compare

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

20 Feb 11:43
Compare
Choose a tag to compare

This minor release fixes javascript errors.

Full Changelog: 0.15.0...0.15.1

0.15.0

17 Feb 10:44
Compare
Choose a tag to compare

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

Full Changelog: 0.14.0...0.15.0

0.14.0

28 Jun 09:37
Compare
Choose a tag to compare

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