Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport #68

Merged
merged 4 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Opmisll.Infrahub Release Notes

.. contents:: Topics

v1.0.8
======

v1.0.7
======

Expand Down
2 changes: 2 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ releases:
release_date: '2024-04-29'
1.0.7:
release_date: '2024-04-30'
1.0.8:
release_date: '2024-05-21'
23 changes: 4 additions & 19 deletions docs/plugins/inventory_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -390,21 +390,6 @@ Parameters

- INI entries:

.. code-block::

[default]
fact_caching_prefix = ansible_inventory_


Removed in: version 2.16 of ansible.builtin


Why: Fixes typing error in INI section name

Alternative: Use the 'defaults' section instead



.. code-block::

[defaults]
Expand Down Expand Up @@ -660,7 +645,7 @@ Parameters

The default value when the host variable's value is an empty string.

This option is mutually exclusive with \ :literal:`trailing\_separator`\ .
This option is mutually exclusive with \ :ansopt:`opsmill.infrahub.inventory#inventory:keyed\_groups[].trailing\_separator`\ .


.. raw:: html
Expand Down Expand Up @@ -896,9 +881,9 @@ Parameters

<div class="ansible-option-indent-desc"></div><div class="ansible-option-cell">

Set this option to \ :emphasis:`False`\ to omit the \ :literal:`separator`\ after the host variable when the value is an empty string.
Set this option to \ :ansval:`False`\ to omit the \ :ansopt:`opsmill.infrahub.inventory#inventory:keyed\_groups[].separator`\ after the host variable when the value is an empty string.

This option is mutually exclusive with \ :literal:`default\_value`\ .
This option is mutually exclusive with \ :ansopt:`opsmill.infrahub.inventory#inventory:keyed\_groups[].default\_value`\ .


.. rst-class:: ansible-option-line
Expand Down Expand Up @@ -1281,7 +1266,7 @@ Parameters

<div class="ansible-option-cell">

If \ :literal:`yes`\ make invalid entries a fatal error, otherwise skip and continue.
If \ :ansval:`yes`\ make invalid entries a fatal error, otherwise skip and continue.

Since it is possible to use facts in the expressions they might not always be available and we ignore those errors by default.

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: opsmill
name: infrahub

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.8
version: 1.0.9

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infrahub_ansible_modules"
version = "1.0.8"
version = "1.0.9"
description = "Ansible collection to interact with Infrahub's API"
authors = ["OpsMill <[email protected]>"]
license = "GPLv3"
Expand Down
Loading