diff --git a/docs/docs/readme.mdx b/docs/docs/readme.mdx index 3291a4b..e674cb7 100644 --- a/docs/docs/readme.mdx +++ b/docs/docs/readme.mdx @@ -2,7 +2,7 @@ title: opsmill.infrahub Ansible collection --- -Collection version 1.5.0 +Collection version 1.5.2 ## Collection overview @@ -30,10 +30,10 @@ These are the plugins in the `opsmill.infrahub` collection: +* [node](./references/plugins/node_module.mdx) – Creates, Updates or Deletes a node in Infrahub +* [branch](./references/plugins/branch_module.mdx) – Creates, Updates or Deletes a branch in Infrahub * [query_graphql](./references/plugins/query_graphql_module.mdx) – Queries and returns elements from Infrahub GraphQL API * [artifact_fetch](./references/plugins/artifact_fetch_module.mdx) – Fetch the content of an artifact from Infrahub -* [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 @@ -49,4 +49,4 @@ These are the plugins in the `opsmill.infrahub` collection: These are the roles in the `opsmill.infrahub` collection: -* [install](./references/roles/install.mdx) – Install Infrahub \ No newline at end of file +* [install](./references/roles/install.mdx) – Install Infrahub diff --git a/galaxy.yml b/galaxy.yml index 2f622cc..df34d10 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: opsmill name: infrahub # The version of the collection. Must be compatible with semantic versioning -version: 1.5.1 +version: 1.5.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/pyproject.toml b/pyproject.toml index e9ddb8e..3533bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub_ansible_modules" -version = "1.5.1" +version = "1.5.2" description = "Ansible collection to interact with Infrahub's API" authors = ["OpsMill "] package-mode = false