Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Nov 16, 2020
1 parent d239cbe commit 770421f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Grafana Collection Release Notes
.. contents:: Topics


v1.1.0
======

Minor Changes
-------------

- Update the version where `message` alias will disappear from `grafana_dashboard`. (Now 2.0.0)

New Modules
-----------

- community.grafana.grafana_notification_channel - Manage Grafana Notification Channels

v1.0.0
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,15 @@ releases:
fragments:
- 1.0.0.yml
release_date: '2020-08-16'
1.1.0:
changes:
minor_changes:
- Update the version where `message` alias will disappear from `grafana_dashboard`.
(Now 2.0.0)
fragments:
- update_deprecation.yml
modules:
- description: Manage Grafana Notification Channels
name: grafana_notification_channel
namespace: ''
release_date: '2020-11-16'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: grafana
version: 1.0.0
version: 1.1.0
readme: README.md
authors:
- Rémi REY (@rrey)
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/grafana_notification_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
module: grafana_notification_channel
author:
- Aliaksandr Mianzhynski (@amenzhinsky)
version_added: "1.1.0"
short_description: Manage Grafana Notification Channels
description:
- Create/Update/Delete Grafana Notification Channels via API.
Expand Down

0 comments on commit 770421f

Please sign in to comment.