Skip to content

Commit

Permalink
Merge pull request #53 from opsmill/fix-security-alerts
Browse files Browse the repository at this point in the history
chore:  Update poetry.lock over security alerts
  • Loading branch information
BeArchiTek authored Apr 24, 2024
2 parents ef3b1ab + c394c3b commit f15cdf9
Show file tree
Hide file tree
Showing 11 changed files with 1,157 additions and 1,075 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/trigger-push-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,8 @@ jobs:
- name: Update pyproject.toml and galaxy.yml versions
run: |
VERSION=${{ steps.version.outputs.next-version }}
python -c """
import toml
with open('pyproject.toml', 'r') as file:
data = toml.load(file)
data['tool']['poetry']['version'] = '$VERSION'
with open('pyproject.toml', 'w') as file:
toml.dump(data, file)
"""
echo "Updating to version $VERSION"
poetry version $VERSION # directly use the VERSION
sed -i "s/^version:.*/version: $VERSION/" galaxy.yml
- name: Update lock file
Expand Down
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.4
======

v1.0.3
======

Expand Down
65 changes: 34 additions & 31 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,43 @@
---
ancestor:
ancestor: null
releases:
1.0.3:
1.0.0:
changes:
trivial:
- update poetry.lock for infrahub-sdk v0.8.0 (https://github.com/opsmill/infrahub-ansible/pull/46)
- 'chore(deps): bump release-drafter/release-drafter from 5 to 6 (https://github.com/opsmill/infrahub-ansible/pull/45)'
- 'chore(deps): bump dorny/paths-filter from 2 to 3 (https://github.com/opsmill/infrahub-ansible/pull/44)'
release_date: '2024-02-27'
- Backport (https://github.com/opsmill/infrahub-ansible/pull/29)
- Backport (https://github.com/opsmill/infrahub-ansible/pull/30)
- Bump actions/setup-python from 3 to 4 (https://github.com/opsmill/infrahub-ansible/pull/25)
- Chore add dependabot and renovate (https://github.com/opsmill/infrahub-ansible/pull/27)
- Chore add dependabot/renovate (https://github.com/opsmill/infrahub-ansible/pull/23)
- Chore update infrahub sdk (https://github.com/opsmill/infrahub-ansible/pull/22)
- Develop (https://github.com/opsmill/infrahub-ansible/pull/31)
- Hotfix (https://github.com/opsmill/infrahub-ansible/pull/20)
- Pre Release (https://github.com/opsmill/infrahub-ansible/pull/28)
- Release 1.0.0 (https://github.com/opsmill/infrahub-ansible/pull/24)
- backport (https://github.com/opsmill/infrahub-ansible/pull/21)
- 'chore: hotfix docs (https://github.com/opsmill/infrahub-ansible/pull/19)'
- too fast (https://github.com/opsmill/infrahub-ansible/pull/32)
- typo (https://github.com/opsmill/infrahub-ansible/pull/26)
release_date: '2023-11-16'
1.0.1:
release_date: '2023-11-16'
1.0.2:
changes:
trivial:
- Pre release (https://github.com/opsmill/infrahub-ansible/pull/42)
- 'bug: following infrahub-sdk 3.0, default_branch is in the Config (https://github.com/opsmill/infrahub-ansible/pull/41)'
- 'chore(deps): bump actions/setup-python from 4 to 5 (https://github.com/opsmill/infrahub-ansible/pull/40)'
- 20231205 misc housekeeping (https://github.com/opsmill/infrahub-ansible/pull/39)
- 'chore: Update SDK version in pyproject.yml (https://github.com/opsmill/infrahub-ansible/pull/38)'
- Backport Stable in to Develop (https://github.com/opsmill/infrahub-ansible/pull/36)
- 20231205 misc housekeeping (https://github.com/opsmill/infrahub-ansible/pull/39)
- Backport Stable in to Develop (https://github.com/opsmill/infrahub-ansible/pull/36)
- Pre release (https://github.com/opsmill/infrahub-ansible/pull/42)
- 'bug: following infrahub-sdk 3.0, default_branch is in the Config (https://github.com/opsmill/infrahub-ansible/pull/41)'
- 'chore(deps): bump actions/setup-python from 4 to 5 (https://github.com/opsmill/infrahub-ansible/pull/40)'
- 'chore: Update SDK version in pyproject.yml (https://github.com/opsmill/infrahub-ansible/pull/38)'
release_date: '2023-12-19'
1.0.1:
release_date: '2023-11-16'
1.0.0:
1.0.3:
changes:
trivial:
- too fast (https://github.com/opsmill/infrahub-ansible/pull/32)
- Develop (https://github.com/opsmill/infrahub-ansible/pull/31)
- Backport (https://github.com/opsmill/infrahub-ansible/pull/30)
- Backport (https://github.com/opsmill/infrahub-ansible/pull/29)
- Pre Release (https://github.com/opsmill/infrahub-ansible/pull/28)
- Chore add dependabot and renovate (https://github.com/opsmill/infrahub-ansible/pull/27)
- typo (https://github.com/opsmill/infrahub-ansible/pull/26)
- Bump actions/setup-python from 3 to 4 (https://github.com/opsmill/infrahub-ansible/pull/25)
- Release 1.0.0 (https://github.com/opsmill/infrahub-ansible/pull/24)
- Chore add dependabot/renovate (https://github.com/opsmill/infrahub-ansible/pull/23)
- Chore update infrahub sdk (https://github.com/opsmill/infrahub-ansible/pull/22)
- backport (https://github.com/opsmill/infrahub-ansible/pull/21)
- Hotfix (https://github.com/opsmill/infrahub-ansible/pull/20)
- 'chore: hotfix docs (https://github.com/opsmill/infrahub-ansible/pull/19)'
release_date: '2023-11-16'
- Pre-release (https://github.com/opsmill/infrahub-ansible/pull/48)
- backport (https://github.com/opsmill/infrahub-ansible/pull/47)
- 'chore(deps): bump dorny/paths-filter from 2 to 3 (https://github.com/opsmill/infrahub-ansible/pull/44)'
- 'chore(deps): bump release-drafter/release-drafter from 5 to 6 (https://github.com/opsmill/infrahub-ansible/pull/45)'
- update poetry.lock for infrahub-sdk v0.8.0 (https://github.com/opsmill/infrahub-ansible/pull/46)
release_date: '2024-02-27'
1.0.4:
release_date: '2024-04-24'
4 changes: 2 additions & 2 deletions docs/plugins/artifact_fetch_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:trim:

.. meta::
:antsibull-docs: 2.7.0
:antsibull-docs: 2.10.0

.. Anchors
Expand All @@ -23,7 +23,7 @@ opsmill.infrahub.artifact_fetch module -- Fetch the content of an artifact from
.. Collection note
.. note::
This module is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.3).
This module is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.4).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/environment_variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:orphan:

.. meta::
:antsibull-docs: 2.7.0
:antsibull-docs: 2.10.0

.. _list_of_collection_env_vars:

Expand Down
5 changes: 2 additions & 3 deletions docs/plugins/index.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@


.. meta::
:antsibull-docs: 2.7.0
:antsibull-docs: 2.10.0


.. _plugins_in_opsmill.infrahub:

Opsmill.Infrahub
================

Collection version 1.0.3
Collection version 1.0.4

.. contents::
:local:
Expand Down Expand Up @@ -46,7 +46,6 @@ This is a collection of Infrahub Ansible modules
.. toctree::
:maxdepth: 1


Plugin Index
------------

Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inventory_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:trim:

.. meta::
:antsibull-docs: 2.7.0
:antsibull-docs: 2.10.0

.. Anchors
Expand All @@ -23,7 +23,7 @@ opsmill.infrahub.inventory inventory -- Infrahub inventory source (using GraphQL
.. Collection note
.. note::
This inventory plugin is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.3).
This inventory plugin is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.4).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/lookup_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:trim:

.. meta::
:antsibull-docs: 2.7.0
:antsibull-docs: 2.10.0

.. Anchors
Expand All @@ -23,7 +23,7 @@ opsmill.infrahub.lookup lookup -- Queries and returns elements from Infrahub (us
.. Collection note
.. note::
This lookup plugin is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.3).
This lookup plugin is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.4).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/query_graphql_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:trim:

.. meta::
:antsibull-docs: 2.7.0
:antsibull-docs: 2.10.0

.. Anchors
Expand All @@ -23,7 +23,7 @@ opsmill.infrahub.query_graphql module -- Queries and returns elements from Infra
.. Collection note
.. note::
This module is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.3).
This module is part of the `opsmill.infrahub collection <https://galaxy.ansible.com/ui/repo/published/opsmill/infrahub/>`_ (version 1.0.4).

It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
Expand Down
Loading

0 comments on commit f15cdf9

Please sign in to comment.