Cut Alertmanager version 0.0.2.

This commit is contained in:
Julius Volz 2015-06-09 18:51:33 +02:00
parent 5b78ab6c58
commit d5aa4039cb
2 changed files with 16 additions and 1 deletions

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
## 0.0.2 / 2015-06-09
* [BUGFIX] Fixed silences.json permissions in Docker image.
* [CHANGE] Changed case of API JSON properties to initial lower letter.
* [CHANGE] Migrated logging to use http://github.com/prometheus/log.
* [FEATURE] Flowdock notification support.
* [FEATURE] Slack notification support.
* [FEATURE] Generic webhook notification support.
* [FEATURE] Support for "@"-mentions in HipChat notifications.
* [FEATURE] Path prefix option to support reverse proxies.
* [ENHANCEMENT] Improved web redirection and 404 behavior.
* [CLEANUP] Updated compiled web assets from source.
* [CLEANUP] Updated fsnotify package to its new source location.
* [CLEANUP] Updates to README.md and AUTHORS.md.
* [CLEANUP] Various smaller cleanups and improvements.

View File

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION := 0.0.1
VERSION := 0.0.2
TARGET := alertmanager
include Makefile.COMMON