generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
Will be updated by antsibull-changelog. Do not edit this manually! | ||
======================================= | ||
Community Healthchecks.io Release Notes | ||
======================================= | ||
|
||
See https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst for information on how to use antsibull-changelog. | ||
.. contents:: Topics | ||
|
||
Check out ``changelogs/config.yaml`` for its configuration. You need to change at least the ``title`` field in there. | ||
|
||
v0.1.0 | ||
====== | ||
|
||
New Modules | ||
----------- | ||
|
||
- badges_info - Get the project badges | ||
- channels_info - Get a list of integrations | ||
- checks - Create, delete, update, and pause checks | ||
- checks_flips_info - Get a list of check flips | ||
- checks_info - Get a list of checks | ||
- checks_pings_info - Get a list of check pings | ||
- ping - Signal success, fail, and start events |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
releases: {} | ||
ancestor: null | ||
releases: | ||
0.1.0: | ||
modules: | ||
- description: Get the project badges | ||
name: badges_info | ||
namespace: '' | ||
- description: Get a list of integrations | ||
name: channels_info | ||
namespace: '' | ||
- description: Create, delete, update, and pause checks | ||
name: checks | ||
namespace: '' | ||
- description: Get a list of check flips | ||
name: checks_flips_info | ||
namespace: '' | ||
- description: Get a list of checks | ||
name: checks_info | ||
namespace: '' | ||
- description: Get a list of check pings | ||
name: checks_pings_info | ||
namespace: '' | ||
- description: Signal success, fail, and start events | ||
name: ping | ||
namespace: '' | ||
release_date: '2021-10-24' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters