Skip to content
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
6 changes: 3 additions & 3 deletions docs/docs/readme.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: opsmill.infrahub Ansible collection
---

Collection version 1.5.2
Collection version 1.5.3

## Collection overview

Expand Down Expand Up @@ -30,10 +30,10 @@ These are the plugins in the `opsmill.infrahub` collection:

<!-- vale off -->

* [branch](./references/plugins/branch_module.mdx) – Creates, Updates or Deletes a branch in Infrahub
* [artifact_fetch](./references/plugins/artifact_fetch_module.mdx) – Fetch the content of an artifact from Infrahub
* [node](./references/plugins/node_module.mdx) – Creates, Updates or Deletes a node in Infrahub
* [query_graphql](./references/plugins/query_graphql_module.mdx) – Queries and returns elements from Infrahub GraphQL API
* [branch](./references/plugins/branch_module.mdx) – Creates, Updates or Deletes a branch in Infrahub
* [node](./references/plugins/node_module.mdx) – Creates, Updates or Deletes a node in Infrahub

<!-- vale on -->

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.5.3
version: 1.6.0

# 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.5.3"
version = "1.6.0"
description = "Ansible collection to interact with Infrahub's API"
authors = ["OpsMill <info@opsmill.com>"]
package-mode = false
Expand Down