CHANGELOG.md in oxidized-0.29.1 vs CHANGELOG.md in oxidized-0.30.0
- old
+ new
@@ -2,19 +2,80 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
-## [Unreleased]
+## [0.30.0 – 2024-04-11]
-## Added
+### Added
+- model for D-Link cisco like CLI (@mirackle-spb)
+- model for Ruijie Networks RGOS devices (@spike77453)
+- Add serial number collection to Opengear (@ermuller)
+- added support for AricentISS 2.x firmware (@davromaniak)
+- model for Asterfusion Network Operating System (@avl-dev)
+- pagination for http source (@davama)
+- model for Ericsson Miniling 6600 series (@schouwenburg)
+- model for Mimosa B11 (@ritzbhuj)
+- added SCP input (@aeiodelic)
+- Added `linux/arm64` and `linux/amd64` platforms to Docker build/publish. (@disaac)
+- Added verion info for Vyatta (@systeembeheerder)
+- model for Fibrestore (fs.com) FSOS (@tcrichton)
+- model for IP Infusion OcNOS
+- model for Fujitsu 1finity (@jerji)
-## Changed
+### Changed
+- tp-link: fixed enable mode post login entrance (@mirackle-spb)
+- dlink: fixed prompt for other dlink switches, added additional uptime removal expressions (@mirackle-spb)
+- Collect VC info for juniper ex3400 (@ermuller)
+- adva: fix config content for recovery process, collect config delta instead of current (@MichiMeyer)
+- iosxr: include last config changed by in model (@electrocret)
+- panos: exclude device dictionary
+- Added support for Nokia SAR 7705 HMC in SROS model (@schouwenburg)
+- fortios: only perform a "show" instead of a "show full-configuration" when retrieving configs from fortios. fixes timeouts and avoids extraneous defaulted config information. (@jforeman)
+- opengear: support newer Opengear CM* and OM* models (@matej_v)
+- edgecos: improve system temperature removal (@freddy36)
+- zynos: Rewrite the script to properly collect config via ssh/telnet. Backup with FTP is not working atm, feel free to open an issue if needed. (@sharteeya)
+- pfsense: exclude autogenerated firewall rule timestamps to reduce change churn from use of stuff like PFBlockerNG #2985 (@anthonysomerset)
+- ciscosmb: ignore "Please change the password" hint when doing backup. (@sharteeya)
+- c4cmts: uses chassis eeprom data for inventory information instead of environmental status (@nickhilliard)
+- dlinknextgen removes user and snmp-server secrets (@tcrichton)
+- dnos: hide secrets in "ospf message-digest-key", "authentication-type" and "bsd-username" (@rybnico)
+- junos: Replace dynamic value in VMX-BANDWIDTH with count, hide ssh keys
+### Fixed
+- fixed empty lines for ZyXEL GS1900 switches (@jluebbe)
+- fixed prompt for Watchguard FirewareOS not matching the regex when the node is non-master (@netdiver)
+- defined 'psych' runtime dependency to resolve 'unsafe_load' error during startup (@MattKobayashi)
+- fixed new date/time format with newer RouterOS `# jun/01/2023 12:11:25 by RouterOS 7.9.1` vs `# 2023-06-01 12:16:16 by RouterOS 7.10rc1` (@tim427)
+- fixed netscaler backups with hostname set #2828 (@electrocret)
+- Do not redirect stderr when fetching opnsense version since default shell (csh) doesn't support it (@spike77453)
+- Fix missing configuration for Opengear (@ermuller)
+- Fixed fan RPM speeds included in Aruba CX diffs (@danpoltawski)
+- Gitcrypt output refinements (@electrocret)
+- Remove constantly updating dates from backup of Adtran config (@davesbell)
+- fixed prompt for Cumulus to allow usernames with dots and dashes (@ktims)
+- fixed source http when source is librenms (@davama)
+- Fixed login and su regex unable to match in some comware devices (@sharteeya)
+- fixed prompt detection for Netgear M4250-10G2XF-PoE+ and M4300-28G-PoE+ (@rexhaugen)
+- fixed devices (pfsense, opnsense, openwrt) not retriving config after refinement change #2771 #2968 (@robertcheramy)
+- Fixed login into Fortigate when post-login-baned ist enabled. Fixes #2021 (@chrisr0880, @sahdan, @dangoscomb and @robertcheramy)
+- Fixed pre_logout for BDCOM switches
+- Fix 'wpa passphrase' hashed secret for SonicOS devices with built-in wireless #3036 (@lazynooblet)
+- Oxidized will now exit on SIGTERM and SIGINT; SIGHUP will trigger a node list reload and reopen logs (@gs-kamnas)
+- Fix potential busy wait when retries and/or next_adds_job is enabled (@gs-kamnas)
+- Reverting PR #2498 as it broke old procurve models (2510G, 2610, 2824). Fixes #2833, #2871 (@robertcheramy)
+- Fixed regexp used to remove secrets in nxos model. Fixes #3080 (@desnoe)
+
+## [0.29.1 - 2023-04-24]
+
+### Added
+
+### Changed
+
- Ensure Docker builds are only pushed to registry on `master` (@aschaber1)
-## Fixed
+### Fixed
- #2749: fix issues with `cut_both`
## [0.29.0 - 2023-04-13]
@@ -112,9 +173,10 @@
- comware: support for enable(super) login password added (@delvta)
- use slack-ruby-client instead of slack-api for slackdiff hook (@0xmc)
- ios: Add support for RBAC in IOS model (@jameskirsop)
- hide unsupported-transceiver license key in Arista EOS (@davidc)
- edgecos: add support for FS S3900-48T6S-R (@cgsecurity)
+- eltex: added one command for disable pagination on Eltex MES2424 switches (@mirackle-spb)
### Fixed
- fixed an issue for IOSXR devices which can't allocate pty because of problem with forwarding agent.
- fixed an issue with the TrueNAS model where the configuration would come up blank when TrueNAS was also using it. (@neilschelly)