Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

100 lines (77 loc) · 7.11 KB

Change Log

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

The format is based on Keep a Changelog

Unreleased as of Sprint 77 ending 2018-01-15

Added

  • Cast quota values to float in parser to match float columns (#205)
  • support multiple imagePullSecret secrets for inspector-admin SA (#199)

Fixed

  • Add a queue metrics capture method to container manager (#206)
  • ensure monitoring manager is created or deleted on provider update (#188)

Unreleased as of Sprint 76 ending 2018-01-01

Added

  • Parse and save quota scopes (#190)

Fixed

  • Use prometheus client instead of faraday (#195)
  • Fix alerts SSL validation trusting custom store (#192)
  • Make capture interval a multiple of 30s (#187)
  • Make container events belong to pod (#181)
  • Improve Prometheus metrics collection (#132)

Unreleased as of Sprint 75 ending 2017-12-11

Added

  • read image acquiring status (#174)
  • Tag mapping in graph refresh (#162)

Fixed

  • Make sure Container has always the right STI type (#177)
  • Improve Hawkular metrics collection (#159)

Unreleased as of Sprint 74 ending 2017-11-27

Added

  • Enable getting multiple alert for an incident (#171)
  • Parse requests and limits for Persistent Volume Claim (#116)

Unreleased as of Sprint 73 ending 2017-11-13

Added

  • Add a setting to only send DELETED notices (#154)

Fixed

  • Fix Inventory Collector has_required_role? (#163)
  • Disable inventory collector worker by default (#160)
  • Don't start CollectorWorker if Graph Refresh disabled (#153)
  • Ignore ManagerRefresh::Target unless Graph Refresh is configured (#151)
  • Prometheus Alert flow changes (#149)
  • Make sure targeted refresh does not duplicate entities (#145)

Unreleased as of Sprint 72 ending 2017-10-30

Added

  • Collect ems targeted Prometheus events (#140)
  • Targeted refresh for pods using watches (#135)
  • Name custom attributes ICs nicely (#128)
  • Scanning job will read oscap erros from image-inspector (#100)

Gaprindashvili Beta1

Added

  • Adding cve_url and image_tag to global image_inspector settings (#120)
  • Prometheus alerts (#40)
  • Image scanning: Add image name to task name (#105)
  • Add prometheus capture context (#71)
  • Option needed for new ems_refresh.openshift.store_unused_images setting (#11)
  • Remove use_ar_object to speedup the saving (#88)
  • Update Hawkular version (#56)
  • Using the new options for image-scanning options (#45)
  • Collect container definition limits (#22)
  • Add a setting to only send DELETED notices (#154)

Fixed

  • Prefix ems_ref with object type in event hash (#123)
  • Dont return an empty set when something goes wrong (#122)
  • Fail on creating scanning job with image instance (#119)
  • Fix net_usage_rate_average units (#118)
  • Enable graph refresh (batch strategy) by default (#112)
  • Scanning::Job always cleanup all signals in cleanup (#99)
  • Convert quotas to numeric values (#69)
  • Add mising metrics authentication (#109)
  • Container Template: convert params to hashes (#97)
  • Skip invalid container_images (#94)
  • Add ContainerImage raise event post processing job (#77)
  • Remove seemingly unnecessary ignoring of SIGTERM (#96)
  • Fix fallouts from ContainerTemplate STI (#81)
  • Don't start CollectorWorker if Graph Refresh disabled (#153)
  • Disable inventory collector worker by default (#160)
  • Make sure targeted refresh does not duplicate entities (#145)
  • Prometheus Alert flow changes (#149)

Initial changelog added