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 Stable #147

Merged
merged 3 commits into from
Jan 6, 2025
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.2.3
======

v1.2.2
======

Expand Down
2 changes: 2 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ releases:
release_date: '2024-09-09'
1.2.2:
release_date: '2024-11-04'
1.2.3:
release_date: '2024-12-30'
2 changes: 1 addition & 1 deletion docs/plugins/artifact_fetch_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.2

.. Anchors

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/environment_variables.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:orphan:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.2

.. _list_of_collection_env_vars:

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.2


.. _plugins_in_opsmill.infrahub:
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/install_role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.2

.. Anchors

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inventory_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.2

.. Anchors

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/lookup_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.2

.. Anchors

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/query_graphql_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.15.0
:antsibull-docs: 2.16.2

.. Anchors

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.2.2
version: 1.2.3

# 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.2.2"
version = "1.2.3"
description = "Ansible collection to interact with Infrahub's API"
authors = ["OpsMill <info@opsmill.com>"]
license = "GPLv3"
Expand Down
Loading