diff options
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | oxidized.gemspec | 2 |
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed1b85..0e0c0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.6.0 +- FEATURE: support cumulus linux (by @FlorianDoublet) +- FEATURE: support HP Comware SMB siwtches (by @sid3windr) +- FEATURE: remove secret additions (by @rodecker) +- FEATURE: option to put all groups in single repo (by @ytti) +- FEATURE: expand path in source: csv: (so that ~/foo/bar works) (by @ytti) +- BUGFIX: screenos fixes (by @rixxxx) +- BUGFIX: ironware fixes (by @FlorianDoublet) +- BUGFIX: powerconnect fixes (by @sid3windr) +- BUGFIX: don't ask interactive password in new net/ssh (by @ytti) + # 0.5.0 - FEATURE: Mikrotik RouterOS model (by @emjemj) - FEATURE: add support for Cisco VSS (by @MrRJ45) @@ -22,7 +33,7 @@ - BUGFIX: allow node to be removed while it is being collected - BUGFIX: if model returns non string value, return empty string - BUGFIX: better prompt for Arista EOS model (by @rodecker) -- BUGFIX: improved configuration handling for Arista EOS model (by @rodecker) +- BUGFIX: improved configuration handling for Arista EOS model (by @rodecker) # 0.3.0 - FEATURE: *FIXME* bunch of stuff I did for richih, docs needed diff --git a/oxidized.gemspec b/oxidized.gemspec index c9944f0..90b77b0 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.5.0' + s.version = '0.6.0' s.licenses = %w( Apache-2.0 ) s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti', 'Samer Abdel-Hafez' ] |