Skip to content

Latest commit

 

History

History
84 lines (76 loc) · 8.13 KB

CHANGELOG.md

File metadata and controls

84 lines (76 loc) · 8.13 KB

Change Log

All notable changes to this project will be documented in this file.

Unreleased Sprint 59

Added

  • Rewrite network and subnet parser to a new format (#229)
  • Rewrite EBS parser to a new format (#228)
  • Rewrite S3 parser to a new format (#227)

Fine Beta-2

Added

  • Rewrite the instance parser to the new syntax (#225)
  • Rewrite stacks parser to the new syntax (#223)
  • Rewrite images parser to the new syntax (#221)
  • Rewrite parsing of flavors keypairs and azs to the new syntax (#220)
  • Remap :name parameter into :bucket parameter when creating new bucket (#198)
  • Use public flag we get from data rather than sending it explicitly (#197)
  • Add tags for VMs and Images (#183)
  • Add options for graph refresh (#158)
  • Adjust attribute set of newly created bucket (#192)
  • Add eu-west-2 and ap-south-1 regions (#178)
  • Enable dynamic cloud volume modifications (#177)
  • Increase minimum AWS version for modify_volume (#176)
  • Do vm targeted full refresh by default (#174)
  • New instance types (#171)
  • Maintain instance types (#170)
  • Support deletion of CloudObjectStoreContainer (#144)
  • Cloud volume operations (#151)
  • Support operation create for CloudObjectStoreContainer (#172)
  • List VMs from the same availability zone as volume (#164)
  • AWS SDK call get_bucket_location returns empty string (#168)
  • Set default Container and Object class when collecting inventory for the 1st time (#165)
  • Support deletion of CloudObjectStoreObject (#152)
  • Maintain instance types (#170)
  • Gather AWS labels and create CustomAttributes (#162)
  • Event parser can parse new format of target (#160)
  • Add amazon events to settings to display them in timelines (#163)
  • Support operation "clear" on CloudObjectStoreContainer (#153)
  • Add cloud volume snapshot operations for EBS manager (#156)
  • Add eu-west-2 and ap-south-1 regions (#178)
  • New instance types (#171)
  • Pass collector to persister to make targeted refresh work (#149)
  • Catch cloudwatch alarms (#147)
  • Use base classes for Inventory Collector Persistor and Parser (#139)
  • Amazon S3 objects inventorying (#123)
  • Add ca-central region #113
  • Add links between cloud volumes and base snapshots #112
  • Introduce Amazon S3 StorageManager (#106)
  • Introduce Amazon Block Storage Manager (EBS) (#101)
  • Parse availability zone of an EBS volume (#116)
  • Collect inventory using 'inventory' abstraction in refresh (#102)
  • Introduce 'inventory' abstraction for fetching and storing inventory data (#98)
  • Map unknown event to automate to ConfigurationItemChangeNotification (#93)

Changed

  • Filter out events in Settings instead of CloudManager (#141)
  • Use base classes for Inventory Collector Persistor and Parser (#139)
  • Increase minimum AWS version for modify_volume (#176)
  • Disabling a broken spec (#148)
  • Filter events using eventType instead of MessageType (#142)
  • Renamed refresh strategies (#146)
  • Remove validate_timeline (#143)
  • Queue EBS storage refresh after cloud inventory is saved (#120)
  • Rename Amazon block storage manager (#107)
  • Changes required after inventory refresh memory optimizations (#109)
  • Rename 'DTO' to 'Inventory' in refresh (#95)

Fixed

  • Targeted refresh specs for orchestration stacks (#214)
  • Ensure managers change zone and provider region with cloud manager (#212)
  • Gracefully ignore and log errors when listing s3 objects (#207)
  • Return instead of next is causing unwanted break of Vm parsing (#202)
  • Add support snapshot_create to EBS cloud volume (#196)
  • Filter terminated instance properly (#184)
  • Suppress warning "toplevel constant referenced" (#166)
  • Set power state to shutting_down when rebooting an instance (#145)
  • Fix logger in Amazon EBS refresh parser (#159)
  • Fix connection of events to ems_ref (#94)

Removed

  • Remove require_nested :Runner from NetworkManager::EventCatcher and NetworkManager::MetricsCollectorWorker (#173)