Changelog for v1.0.0 release (#30)

Changelog for v1.0.0 release

Reviewed-by: https://github.com/apps/ansible-zuul
pull/31/head 1.0.0
Ganesh Nalawade 2020-12-08 12:19:46 +05:30 committed by GitHub
parent f1954296eb
commit abd07f8e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 88 additions and 26 deletions

View File

@ -1,5 +1,40 @@
Will be updated by antsibull-changelog. Do not edit this manually!
======================================
Ansible Utils Collection 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.
v1.0.0
======
Minor Changes
-------------
- Add cli_parse module and plugins (https://github.com/ansible-collections/ansible.utils/pull/28)
- Added fact_diff plugin and sub plugin
- Added validate module/lookup/filter/test plugin to validate data based on given criteria
Bugfixes
--------
- linting and formatting for CI
New Plugins
-----------
Lookup
~~~~~~
- get_path - Retrieve the value in a variable using a path
- index_of - Find the indices of items in a list matching some criteria
- to_paths - Flatten a complex object into a dictionary of paths and values
- validate - Validate data with provided criteria
New Modules
-----------
- cli_parse - Parse cli output or text using a variety of parsers
- fact_diff - Find the difference between currently set facts
- update_fact - Update currently set facts
- validate - Validate data with provided criteria

View File

@ -1 +1,46 @@
releases: {}
ancestor: null
releases:
1.0.0:
changes:
bugfixes:
- linting and formatting for CI
minor_changes:
- Add cli_parse module and plugins (https://github.com/ansible-collections/ansible.utils/pull/28)
- Added fact_diff plugin and sub plugin
- Added validate module/lookup/filter/test plugin to validate data based on
given criteria
fragments:
- 23 linting and formatting.yaml
- 28_cli_parse_plugins_add.yaml
- 29-add_docs_for_Cli_parse.yaml
- add_fact_diff.yaml
- docs_copyedit.yaml
- validate.yaml
modules:
- description: Parse cli output or text using a variety of parsers
name: cli_parse
namespace: ''
- description: Find the difference between currently set facts
name: fact_diff
namespace: ''
- description: Update currently set facts
name: update_fact
namespace: ''
- description: Validate data with provided criteria
name: validate
namespace: ''
plugins:
lookup:
- description: Retrieve the value in a variable using a path
name: get_path
namespace: null
- description: Find the indices of items in a list matching some criteria
name: index_of
namespace: null
- description: Flatten a complex object into a dictionary of paths and values
name: to_paths
namespace: null
- description: Validate data with provided criteria
name: validate
namespace: null
release_date: '2020-12-08'

View File

@ -1,3 +0,0 @@
---
bugfixes:
- linting and formatting for CI

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add cli_parse module and plugins (https://github.com/ansible-collections/ansible.utils/pull/28)

View File

@ -1,3 +0,0 @@
---
trivial:
- Add docs for cli_parse and fact_diff (https://github.com/ansible-collections/ansible.utils/pull/29)

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Added fact_diff plugin and sub plugin

View File

@ -1,3 +0,0 @@
---
trivial:
- Edited the documentation

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Added validate module/lookup/filter/test plugin to validate data based on given criteria

View File

@ -7,7 +7,7 @@ namespace: ansible
description: Ansible Collection with utilities to ease the management, manipulation, and validation of data within a playbook
readme: README.md
repository: https://github.com/ansible-collections/ansible.utils
tags: [networking, security, cloud, utilities, data, validation]
# this will be updated by a gh action prior to push
# do not modify, see /github/workflows/publish.yml
version: 0.0.0
tags: [linux, networking, security, cloud, utilities, data, validation, utils]
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
# happy. We dynamically inject version info based on git information.
version: null