release: version 1.1.0
This commit is contained in:
parent
43ba51b584
commit
3c155cee59
2 changed files with 3 additions and 2 deletions
|
@ -4,12 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.0] - 2019-02-17
|
||||||
- feat: add support of centos 7
|
- feat: add support of centos 7
|
||||||
- feat: add support of ubuntu 16.04
|
- feat: add support of ubuntu 16.04
|
||||||
- feat: add support of ubuntu 18.04
|
- feat: add support of ubuntu 18.04
|
||||||
- feat: add multiple namespaces for the checks, filters, handlers or assets
|
- feat: add multiple namespaces for the checks, filters, handlers or assets
|
||||||
- fix: install python-requests for backend
|
- fix: install python-requests for backend
|
||||||
- fix: install build-essential for agent
|
|
||||||
- test: add travis ci
|
- test: add travis ci
|
||||||
|
|
||||||
## [1.0.0] - 2019-02-06
|
## [1.0.0] - 2019-02-06
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Ansible role: Sensu
|
# Ansible role: Sensu
|
||||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-sensu/releases)
|
[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-sensu/releases)
|
||||||
[![Build Status](https://travis-ci.org/nishiki/ansible-role-sensu.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-sensu)
|
[![Build Status](https://travis-ci.org/nishiki/ansible-role-sensu.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-sensu)
|
||||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-sensu/src/branch/master/LICENSE)
|
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-sensu/src/branch/master/LICENSE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue