• v0.7.2 05bfc69f26

    v0.7.2 Stable

    cyrinux released this 2022-04-01 08:58:23 +02:00 | 87 commits to main since this release

    What's Changed

    New Contributors

    Full Changelog: https://github.com/Solvik/netbox-agent/compare/v0.7.1...v0.7.2

    Downloads
  • v0.7.1 b53dfa9b59

    v0.7.1 Pre-release

    geektophe released this 2022-03-08 17:31:26 +01:00 | 103 commits to main since this release

    Features

    • Added option to purge remaining devices (#199)
    • Manage blade expansions as independent devices (#200)
    • Added custom_fields support (#201 thanks to @cyrinux)
    • Added disks extended attributes (#202)

    Fixes

    • Fix unnamed network interfaces (#204)
    • virtual network cards creation (#208)
    Downloads
  • v0.6.2 fc930b9ef4

    v0.6.2 Pre-release

    Solvik released this 2020-08-24 13:46:18 +02:00 | 150 commits to main since this release

    Features

    • Add support for HPE Moonshot hardware (#161 thanks to @cyrinux)
    • Add RHEV virtuals machine support (#150 thanks to @wolfman2g1)

    Fixes

    • Fix crash on server registration (#158)
    • Fix Supermicro vendor class (#155)
    • Datacenter is now mandatory based on Netbox newest version requirements (#143)

    Misc

    • Add SSL verify feature (#152)
    Downloads
  • v0.6.1 a71d992a51

    v0.6.1 Pre-release

    Solvik released this 2020-06-17 17:58:18 +02:00 | 186 commits to main since this release

    Features

    • Add openvpn TUN and TAP interfaces support (#132 thanks to @cyrinux)

    Fixes

    • Handle Netbox 2.8 deprecation of choices method (#127)
    • Some fixes that prevent crash on register and update (#128 thanks to @cyrinux)
    • Add missing N/A fallback on DIMM memory (#129)
    • Fix HP raid controller parsing (#131)

    Misc

    • Improved README
    Downloads
  • v0.6.0 bd5b45fc6d

    v0.6.0 Pre-release

    Solvik released this 2020-05-04 13:23:33 +02:00 | 198 commits to main since this release

    Features

    • Add virtual machines support (#122)

    Fixes

    • Get the correct chassis serial number (#104 thanks to @ThomasADavis)
    • Fix bug when ethtool works but returns nothing (#123)

    Misc

    • Lot of code refactoring
    Downloads
  • v0.5.0 bdc2cbeb8f

    v0.5.0 Pre-release

    Solvik released this 2020-01-28 11:29:25 +01:00 | 210 commits to main since this release

    Features

    Add compatibility with Netbox 2.7

    • Use choice API (#107 thanks to @ThomasADavis)
    • Upgrade to pynetbox 4.2.4 (#96)

    Fixes

    • Fixed regression in jsonargparse that wasn't using ignore_interfaces configuration file argument. #98
    Downloads
  • v0.4.1 6c3466cb55

    v0.4.1 Pre-release

    Solvik released this 2019-10-23 13:44:45 +02:00 | 221 commits to main since this release

    Fixes

    • Better handling of missing DeviceType and DeviceRole (#91)
    • Better slug handling for Manufacturer (#89 thanks to @gardar)

    Other

    • Upgrade dependecies of pynetbox and jsonargparse (#88, #87)
    Downloads
  • v0.4.0 1c5b0f4fe9

    v0.4.0 Pre-release

    Solvik released this 2019-09-15 13:48:46 +02:00 | 225 commits to main since this release

    New features

    • Add config option to set hostname command (#81)

    Fixes

    • Various parsing fixes (#73, #74, #75)
    • Add more vendors (#76)
    • Fix rack association (#84)

    Other

    • Dependencies update (#85, #86)
    Downloads
  • v0.3.3 5c1e15f9e6

    v0.3.3 Pre-release

    Solvik released this 2019-09-10 13:39:22 +02:00 | 238 commits to main since this release

    Minor fixes

    • Strip dmidecode data (#72)
    Downloads
  • v0.3.2 0cf2d4fa90

    v0.3.2 Pre-release

    Solvik released this 2019-09-10 11:51:05 +02:00 | 239 commits to main since this release

    Minor fixes

    • Fix regression in RAID card creation (#71)

    Features

    • Add omreport as RAID class (#69)
    Downloads