From d44262d820f9966f3f3e4608b6f6a07f403c5cf2 Mon Sep 17 00:00:00 2001 From: gardar Date: Mon, 4 Nov 2024 18:05:52 +0000 Subject: [PATCH 1/2] fix: add missing fields to `ip pool` path (#327) * fix: add missing fields to `ip pool` path Signed-off-by: gardar * fix: remove unneeded copy-from Signed-off-by: gardar --------- Signed-off-by: gardar --- changelogs/fragments/327-add-missing-ip-pool-fields.yml | 3 +++ plugins/module_utils/_api_data.py | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 changelogs/fragments/327-add-missing-ip-pool-fields.yml diff --git a/changelogs/fragments/327-add-missing-ip-pool-fields.yml b/changelogs/fragments/327-add-missing-ip-pool-fields.yml new file mode 100644 index 0000000..54ee54d --- /dev/null +++ b/changelogs/fragments/327-add-missing-ip-pool-fields.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - api_info, api_modify - add missing fields ``comment``, ``next-pool`` to ``ip pool`` path (https://github.com/ansible-collections/community.routeros/pull/327). diff --git a/plugins/module_utils/_api_data.py b/plugins/module_utils/_api_data.py index 847f5b1..929aa19 100644 --- a/plugins/module_utils/_api_data.py +++ b/plugins/module_utils/_api_data.py @@ -708,7 +708,9 @@ PATHS = { fully_understood=True, primary_keys=('name', ), fields={ + 'comment': KeyInfo(), 'name': KeyInfo(), + 'next-pool': KeyInfo(), 'ranges': KeyInfo(), }, ), From 14d89a3cfa8d064e6d3f019c33f36db1b9bd5f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:41:47 +0100 Subject: [PATCH 2/2] Bump fsfe/reuse-action from 4 to 5 (#328) Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 4 to 5. - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/v4...v5) --- updated-dependencies: - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/reuse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index b552396..f6d5215 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -28,4 +28,4 @@ jobs: - uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v4 + uses: fsfe/reuse-action@v5