Skip to content

Commit

Permalink
Release 0.1.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamercad authored Oct 25, 2021
1 parent b6a9b24 commit ba06918
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.rst
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
27 changes: 26 additions & 1 deletion changelogs/changelog.yaml
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'
2 changes: 1 addition & 1 deletion changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ sections:
- Bugfixes
- - known_issues
- Known Issues
title: CHANGE THIS IN changelogs/config.yaml!
title: Community Healthchecks.io
trivial_section_name: trivial

0 comments on commit ba06918

Please sign in to comment.