Skip to content

Latest commit

 

History

History
60 lines (49 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

60 lines (49 loc) · 3.49 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.

Full Changelog

Fixed

  • #53 Fix prom2teams uwsgi bin startup @jmonterrubio

Full Changelog

Added

  • #49 Update service startup for production environment @jmonterrubio
  • #22 Allow to configure multiple connectors @manuhortet @Gkrlo

Full Changelog

Added

  • #32 Support alerts with missing mandatory attributes @lindhor
  • #38 Dockerfile @jnogol

Full Changelog

Added

  • #32 Set default value for "instance" in alerts @maglo

Fixed

  • #26 Able to handle multiple received alarms @jnogol

Full Changelog

Fixed

  • #21 Made some JSON fields optional, avoiding later crashes @jnogol
  • #23 Deleted redundant log message @jnogol
  • #27 Automatic deploy to PyPi via Travis @jnogol

Full Changelog

Fixed

  • #15 Allow to be installed under Python 3.5.x @dortegau

Full Changelog

Fixed

  • #15 Fixing setuptools config and packaging (broken in versions 1.1.0 and 1.0.0) @dortegau

Full Changelog

Added

  • #5 Allow to provide log file path and log level as arguments @dortegau

Fixed

  • #6 Allow to define previously declared default values as blank values in provided config @dortegau
  • #8 Closing all file descriptors and adding some unit tests @dortegau
  • #10 Capturing Keyboard Interrupt and logging server stop event @dortegau

Added

  • First release @jnogol @jmonterrubio @dortegau @juanriaza