Releases: The-Nazara-Project/Nazara
Releases · The-Nazara-Project/Nazara
Beta 2 Release: VM support!
What's Changed
We are happy to release Beta 2!
This release finally adds support for VM creation and updates. Aside from that, you will find that quite some things have changed in terms of configuration. Please refer to our configuration guide to figure out what changed.
- Fix config file creation by @marv7000 in #106
- [Docs:] Add full design/architecture and user documentation by @ByteOtter in #110
- (v0.1.0_beta.2) Add virtual machine creation logic by @marv7000 in #107
We hope you are happy with these changes. If you encounter any issues, please open an issue with us and we will get on it asap.
Sincerely,
- The Nazara Team 🦑
Full Changelog: v0.1.0_beta.1...v0.1.0_beta.2
Beta 1 Release: Compatibility with NetBox 4.3.x!
What's Changed
We are happy to announce that Nazara has now received its long awaited update to be compatible with NetBox v4.3.x
!
New Features:
- Added a
--dry-run
mode to allow users to see all collected data without making requests @marv7000 in #99 - Port API logic to be compatible wit the latest NetBox v4.3.x by @marv7000, @ByteOtter and @SchoolGuy in #102
Fixes:
- Add missing build dependency by @marv7000 in #100
- Don't crash on invalid DMI tables by @marv7000 in #101
- Massively improved performance during data collection by directly accessing DMI tables by @marv7000 in #97
- Fixed build process for RPM builds by adding missing build dependencies and updating the specfile to work with the newest cargo_vendor version by @marv7000 in #95 and #100
- Fixed invalid device update response by removing
primary_ip_address
logic by @ByteOtter in #102
Special thanks to both contributors for their hard work, discussions and guidance in this process.
We hope you enjoy this release!
Sincerely,
- The Nazara Team 🦑
Full Changelog: v0.1.0_alpha.2...v0.1.0_beta.1