From cbf18152951e445d28007581c07c272b131e6b6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:21:40 +0000 Subject: [PATCH 01/18] chore(deps): update github/codeql-action digest to 461ef6c --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c35d2fb2..2cc84cf3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3 + uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3 + uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -70,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3 + uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 From 090f2e72c202b72612ff41a94c9ac0ba9de1d1f9 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Wed, 25 Sep 2024 14:36:19 +0200 Subject: [PATCH 02/18] feat(test): add antsibull-doc tests (#261) --- .github/workflows/main.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be9d6885..e285d321 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -183,3 +183,23 @@ jobs: # which should improve CI performance. See limitations on # https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection pull-request-change-detection: true + + docsite: + name: Lint extra docsite docs and links + permissions: + contents: read + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + + - name: Set up Python + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + with: + python-version: 3.11 + + - name: Install antsibull-docs + run: pip install antsibull-docs --disable-pip-version-check + + - name: Run collection docs linter + run: antsibull-docs lint-collection-docs --plugin-docs --validate-collection-refs all --disallow-unknown-collection-refs --skip-rstcheck . From 0b2e6740562e1a15c4698157cac6c10060a34a0b Mon Sep 17 00:00:00 2001 From: Deutsche Telekom MMS Date: Wed, 25 Sep 2024 13:34:28 +0000 Subject: [PATCH 03/18] update due to new release --- changelogs/changelog.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 44061d8c..d055cffe 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -4,6 +4,7 @@ releases: 2.1.3: changes: trivial: + - 'feat(test): add antsibull-doc tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/261)' - Fix typo in argument_specs.yml (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/260) - 'fix(service): fix var before assignment (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/258)' - 'chore(deps): update github/codeql-action digest to 883d858 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/257)' From f3231fa568cace0e3eb795b0aaa7320b817fa8a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:50:31 +0000 Subject: [PATCH 04/18] chore(deps): update actions/setup-python digest to f677139 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e285d321..6937918e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -194,7 +194,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 with: python-version: 3.11 From 30f144dae13f57209076a21327497d3a0a416741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:16:54 +0000 Subject: [PATCH 05/18] chore(deps): update github/codeql-action digest to e2b3eaf --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2cc84cf3..a86adb1a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 + uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 + uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -70,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3 + uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 From 6a60090501495f09936e32a4ae28aa615ce9e69b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:25:28 +0000 Subject: [PATCH 06/18] chore(deps): update actions/checkout action to v4.2.0 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8e4c68f..733d5810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest name: create documentation inside docs-folder steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: fetch-depth: 0 persist-credentials: false @@ -26,7 +26,7 @@ jobs: # the form ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}/ - name: Check out code to ansible collection location - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: name: create release draft needs: update_docs # the documentation should be updated before creating a new release steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: # checkout the main branch, because without the ref, the above commit ("update documentation") # isn't included and the push will fail @@ -135,7 +135,7 @@ jobs: # do a second checkout to prevent race situation # changelog gets updated but action works on old commit id - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: main From 405f761c4b8f4a02c0571e91ac559cec295349ff Mon Sep 17 00:00:00 2001 From: Deutsche Telekom MMS Date: Mon, 30 Sep 2024 21:52:19 +0000 Subject: [PATCH 07/18] update due to new release --- changelogs/changelog.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d055cffe..6f161a59 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -4,6 +4,7 @@ releases: 2.1.3: changes: trivial: + - 'chore(deps): update actions/checkout action to v4.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/263)' - 'feat(test): add antsibull-doc tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/261)' - Fix typo in argument_specs.yml (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/260) - 'fix(service): fix var before assignment (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/258)' From 1bad934749eef84e5830be9800f01e8c40893075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:54:24 +0000 Subject: [PATCH 08/18] chore(deps): update github/codeql-action digest to 6db8d63 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a86adb1a..09f4a9f6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -70,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3 + uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 From 8ea0662d99a9727e7223baa1e21b42c9d40f9f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:26:11 +0000 Subject: [PATCH 09/18] chore(deps): update actions/checkout digest to eef6144 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/roles-readme.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 09f4a9f6..e36cf59a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6937918e..f9f9ca54 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -191,7 +191,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 diff --git a/.github/workflows/roles-readme.yml b/.github/workflows/roles-readme.yml index e660c336..aa3d1001 100644 --- a/.github/workflows/roles-readme.yml +++ b/.github/workflows/roles-readme.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 From 4264b33e3010a699f1044088333372d6e8f5b060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:49:34 +0000 Subject: [PATCH 10/18] chore(deps): update github/codeql-action digest to c36620d --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e36cf59a..cc30bbbd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 + uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 + uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -70,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3 + uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3 From 015156512238d8ec3947f4ea8144c66461042750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:34:06 +0000 Subject: [PATCH 11/18] chore(deps): update actions/checkout action to v4.2.1 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 733d5810..bcede050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest name: create documentation inside docs-folder steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 persist-credentials: false @@ -26,7 +26,7 @@ jobs: # the form ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}/ - name: Check out code to ansible collection location - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: name: create release draft needs: update_docs # the documentation should be updated before creating a new release steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: # checkout the main branch, because without the ref, the above commit ("update documentation") # isn't included and the push will fail @@ -135,7 +135,7 @@ jobs: # do a second checkout to prevent race situation # changelog gets updated but action works on old commit id - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: ref: main From c2423adebc44b1219f7d218f633cc7795ee048cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:38:12 +0000 Subject: [PATCH 12/18] chore(deps): update github/codeql-action digest to 6624720 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cc30bbbd..2b66723d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3 + uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3 + uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -70,4 +70,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3 + uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3 From 4254fc40a97987a47363383c2f70906d7633543d Mon Sep 17 00:00:00 2001 From: Deutsche Telekom MMS Date: Tue, 22 Oct 2024 21:59:15 +0000 Subject: [PATCH 13/18] update due to new release --- changelogs/changelog.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6f161a59..70552f18 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -4,6 +4,7 @@ releases: 2.1.3: changes: trivial: + - 'chore(deps): update github/codeql-action digest to 6624720 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/264)' - 'chore(deps): update actions/checkout action to v4.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/263)' - 'feat(test): add antsibull-doc tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/261)' - Fix typo in argument_specs.yml (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/260) From 8153d8725069503a39dc0137bf7830c2cb04e4dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:31:01 +0000 Subject: [PATCH 14/18] chore(deps): update actions/checkout digest to 11bd719 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/roles-readme.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2b66723d..54acc10f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9f9ca54..26661a79 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -191,7 +191,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 diff --git a/.github/workflows/roles-readme.yml b/.github/workflows/roles-readme.yml index aa3d1001..cf2110b2 100644 --- a/.github/workflows/roles-readme.yml +++ b/.github/workflows/roles-readme.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 From 2fab37ae98a47bdcaf47bb76b0db6ed9316fb929 Mon Sep 17 00:00:00 2001 From: Deutsche Telekom MMS Date: Wed, 23 Oct 2024 20:27:51 +0000 Subject: [PATCH 15/18] update due to new release --- changelogs/changelog.yaml | 513 +++++++++++++++++++------------------- 1 file changed, 255 insertions(+), 258 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 70552f18..f26c28fa 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,342 +1,339 @@ ---- -ancestor: +ancestor: null releases: - 2.1.3: + 1.18.1: changes: trivial: - - 'chore(deps): update github/codeql-action digest to 6624720 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/264)' - - 'chore(deps): update actions/checkout action to v4.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/263)' - - 'feat(test): add antsibull-doc tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/261)' - - Fix typo in argument_specs.yml (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/260) - - 'fix(service): fix var before assignment (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/258)' - - 'chore(deps): update github/codeql-action digest to 883d858 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/257)' - release_date: '2024-05-28' - 2.1.2: + - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) + - use antsichaut and release-drafter for changelog and release generation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) + release_date: '2021-06-28' + 1.19.0: changes: + minor_changes: + - add notification_template to role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/125) trivial: - - add service_set var to deployment of icinga_services (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/256) - release_date: '2024-04-22' - 2.1.1: - changes: - bugfixes: - - set user_groups in notification to empty list (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/255) - - change notification interval variable to int-type (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/254) - trivial: - - update tested ansible and python versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/253) - - Update ansible-community/ansible-test-gh-action action to v1.15.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/252) - - Update github/codeql-action digest to df5a14d (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/251) - - Update github/codeql-action digest to 47b3d88 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/250) - - document known errors for different director versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/249) - release_date: '2024-02-14' - 2.1.0: + - add Inventory plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/127) + - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) + - ignore changelogs directory created by a 3rd party tool (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/126) + - use antsichaut and release-drafter for changelog and release generation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) + release_date: '2021-06-28' + 1.20.0: changes: minor_changes: - - Increase sleep to 5 seconds (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/245) - release_date: '2024-02-13' - 2.0.5: - release_date: '2024-02-12' - 2.0.4: - release_date: '2024-02-12' - 2.0.3: - release_date: '2024-02-12' - 2.0.2: + - Add some more documentation on command template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/128) + - add "vars" variable to icinga_notification in the role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/129) + release_date: '2021-07-16' + 1.20.1: changes: trivial: - - add 1.11.1 to test-matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/247) - - Update release-drafter/release-drafter action to v6 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/244) - - release only on releases, not pre-releases (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/237) - release_date: '2024-01-25' - 2.0.1: + - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) + release_date: '2021-08-05' + 1.21.0: + changes: + minor_changes: + - Add event_command parameter to icinga_service_apply module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/132) + - Add event_command parameter to service apply playbook to enable usage (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/133) + trivial: + - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) + release_date: '2021-08-16' + 1.21.1: changes: bugfixes: - - 'Fixes #190 - Workaround for service apply bug (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/239)' + - Changed place in the creation order of service object in ansible_icinga role + (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/135) + release_date: '2021-08-30' + 1.21.2: + changes: trivial: - - Add optional parameters to deploy handler (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/243) - - test different director versions with the services function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/240) - - use antsichaut action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/238) - release_date: '2024-01-25' - 1.35.0: + - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' + - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) + release_date: '2021-09-13' + 1.22.0: changes: minor_changes: - - Extended docs and examples for multiple assign_filter conditions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/227) + - Add support for retry_interval and max_check_attempts to host template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/140) trivial: - - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) - - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) - - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) - release_date: '2023-11-13' - 1.34.2: + - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' + - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) + release_date: '2021-09-15' + 1.22.1: changes: trivial: - - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) - - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) - - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) - release_date: '2023-08-07' - 1.34.1: - changes: - bugfixes: - - add more http-options for inventory module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/221) - release_date: '2023-07-28' - 1.33.3: + - added missing parameter to notification task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/141) + - ansible-test needs python >= 3.8 at the controller (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/142) + release_date: '2021-09-17' + 1.23.0: + release_date: '2021-09-23' + 1.23.1: changes: minor_changes: - - add command_endpoint var for service templates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/222) - release_date: '2023-07-14' - 1.33.2: - changes: + - add resolve option to inventory-plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/147) trivial: - - move orga (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/216) - - run CI-tests only once peer week (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/215) - release_date: '2023-06-09' - 1.33.1: + - add documentation files and creation-workflow to repo (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/144) + - improve autogenerated documentation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/145) + release_date: '2021-10-18' + 1.25.0: changes: bugfixes: - - add icinga_deploy_* to action_group and test it (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/214) + - added a fix for the new scheduled_downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/150) + minor_changes: + - Add Icinga scheduled downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/146) + release_date: '2021-11-22' + 1.25.1: + changes: trivial: - - Update README (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/211) - release_date: '2023-05-22' - 1.33.0: + - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) + - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) + release_date: '2021-11-24' + 1.26.0: changes: minor_changes: - - Add Icinga Deploy handler and module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/205) + - add option to append arguments to all modules (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/153) trivial: - - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) - - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) - modules: - - description: Trigger deployment in Icinga2 - name: icinga_deploy - namespace: '' - - description: Get deployment information through the director API - name: icinga_deploy_info - namespace: '' - release_date: '2023-05-22' - 1.32.3: + - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) + - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) + release_date: '2021-12-03' + 1.27.0: changes: - trivial: - - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) - - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) - release_date: '2023-03-09' - 1.32.2: + minor_changes: + - Add possibility to use Compose and keyed groups in inventory-module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/155) + release_date: '2022-01-03' + 1.27.1: changes: trivial: - - lowercase some more bools (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/204) - release_date: '2023-03-07' - 1.32.1: + - fixed missing property 'display_name' in module 'icinga_service' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/157) + release_date: '2022-02-15' + 1.27.2: changes: trivial: - - Consider true/false in docs for boolean (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/203) - - immediately return values and update dict-updates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/199) - release_date: '2023-01-20' - 1.32.0: + - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) + release_date: '2022-03-19' + 1.28.0: changes: + bugfixes: + - 'role: add check_command to icinga_service_apply (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/161)' minor_changes: - - Add zone to user and notification template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/198) + - Added missing fields to 'icinga_host' and 'icinga_host_template' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/158) trivial: - - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) - - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) - - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) - - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) - release_date: '2023-01-06' - 1.31.5: + - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) + release_date: '2022-03-28' + 1.28.1: changes: + minor_changes: + - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) trivial: - - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) - - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) - - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) - - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) - release_date: '2022-11-15' - 1.31.4: - release_date: '2022-11-04' - 1.31.3: - release_date: '2022-11-04' - 1.31.2: - release_date: '2022-11-04' - 1.31.1: + - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) + - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' + - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' + - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' + - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' + release_date: '2022-03-30' + 1.29.0: + changes: + minor_changes: + - Add icinga_serviceset module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/163) + - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) + trivial: + - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) + - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' + - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' + - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' + - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' + modules: + - description: Manage servicesets in Icinga2 + name: icinga_serviceset + namespace: '' + release_date: '2022-04-20' + 1.29.1: changes: trivial: - - add empty default to argument docs (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/188) - - Update ansible-community/ansible-test-gh-action action to v1.11.1 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/186) - - Update ansible-community/ansible-test-gh-action action to v1.11.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/185) - - Update actions/checkout action to v3.1.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/184) - - fix problems found by refurb (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/183) - - Update ansible-community/ansible-test-gh-action action to v1.10.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/182) - - add ansible 2.14 to test-matrix, use new gh-action for tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/181) - release_date: '2022-08-22' - 1.31.0: + - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' + - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' + - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' + - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) + release_date: '2022-04-21' + 1.30.0: changes: minor_changes: - - Add flapping support to service template module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/180) - - Add icon support to service template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/179) - release_date: '2022-08-22' - 1.30.2: - release_date: '2022-08-02' + - Add action_group to enable module default groups (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/175) + trivial: + - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' + - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' + - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' + - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) + release_date: '2022-06-16' 1.30.1: changes: bugfixes: - - Add exception handling to diff and exist functions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/176) + - Add exception handling to diff and exist functions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/176) trivial: - - update list of ansible and python versions to be tested (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/178) - - update python-version for ansible-lint in tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/177) + - update list of ansible and python versions to be tested (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/178) + - update python-version for ansible-lint in tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/177) release_date: '2022-07-01' - 1.30.0: + 1.30.2: + release_date: '2022-08-02' + 1.31.0: changes: minor_changes: - - Add action_group to enable module default groups (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/175) - trivial: - - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) - - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' - - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' - - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' - release_date: '2022-06-16' - 1.29.1: + - Add flapping support to service template module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/180) + - Add icon support to service template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/179) + release_date: '2022-08-22' + 1.31.1: changes: trivial: - - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) - - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' - - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' - - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' - release_date: '2022-04-21' - 1.29.0: + - Update actions/checkout action to v3.1.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/184) + - Update ansible-community/ansible-test-gh-action action to v1.10.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/182) + - Update ansible-community/ansible-test-gh-action action to v1.11.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/185) + - Update ansible-community/ansible-test-gh-action action to v1.11.1 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/186) + - add ansible 2.14 to test-matrix, use new gh-action for tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/181) + - add empty default to argument docs (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/188) + - fix problems found by refurb (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/183) + release_date: '2022-08-22' + 1.31.2: + release_date: '2022-11-04' + 1.31.3: + release_date: '2022-11-04' + 1.31.4: + release_date: '2022-11-04' + 1.31.5: changes: - minor_changes: - - Add icinga_serviceset module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/163) - - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) - trivial: - - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' - - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' - - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' - - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' - - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) - modules: - - description: Manage servicesets in Icinga2 - name: icinga_serviceset - namespace: '' - release_date: '2022-04-20' - 1.28.1: + trivial: + - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) + - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) + - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) + - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) + release_date: '2022-11-15' + 1.32.0: changes: minor_changes: - - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) + - Add zone to user and notification template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/198) trivial: - - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' - - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' - - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' - - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' - - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) - release_date: '2022-03-30' - 1.28.0: + - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) + - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) + - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) + - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) + release_date: '2023-01-06' + 1.32.1: changes: - bugfixes: - - 'role: add check_command to icinga_service_apply (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/161)' - minor_changes: - - Added missing fields to 'icinga_host' and 'icinga_host_template' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/158) trivial: - - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) - release_date: '2022-03-28' - 1.27.2: + - Consider true/false in docs for boolean (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/203) + - immediately return values and update dict-updates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/199) + release_date: '2023-01-20' + 1.32.2: changes: trivial: - - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) - release_date: '2022-03-19' - 1.27.1: + - lowercase some more bools (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/204) + release_date: '2023-03-07' + 1.32.3: changes: trivial: - - fixed missing property 'display_name' in module 'icinga_service' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/157) - release_date: '2022-02-15' - 1.27.0: + - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) + - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) + release_date: '2023-03-09' + 1.33.0: changes: minor_changes: - - Add possibility to use Compose and keyed groups in inventory-module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/155) - release_date: '2022-01-03' - 1.26.0: + - Add Icinga Deploy handler and module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/205) + trivial: + - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) + - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) + modules: + - description: Trigger deployment in Icinga2 + name: icinga_deploy + namespace: '' + - description: Get deployment information through the director API + name: icinga_deploy_info + namespace: '' + release_date: '2023-05-22' + 1.33.1: changes: - minor_changes: - - add option to append arguments to all modules (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/153) + bugfixes: + - add icinga_deploy_* to action_group and test it (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/214) trivial: - - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) - - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) - release_date: '2021-12-03' - 1.25.1: + - Update README (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/211) + release_date: '2023-05-22' + 1.33.2: changes: trivial: - - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) - - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) - release_date: '2021-11-24' - 1.25.0: + - move orga (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/216) + - run CI-tests only once peer week (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/215) + release_date: '2023-06-09' + 1.33.3: changes: - bugfixes: - - added a fix for the new scheduled_downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/150) minor_changes: - - Add Icinga scheduled downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/146) - release_date: '2021-11-22' - 1.23.1: + - add command_endpoint var for service templates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/222) + release_date: '2023-07-14' + 1.34.1: changes: - minor_changes: - - add resolve option to inventory-plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/147) - trivial: - - improve autogenerated documentation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/145) - - add documentation files and creation-workflow to repo (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/144) - release_date: '2021-10-18' - 1.23.0: - release_date: '2021-09-23' - 1.22.1: + bugfixes: + - add more http-options for inventory module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/221) + release_date: '2023-07-28' + 1.34.2: changes: trivial: - - ansible-test needs python >= 3.8 at the controller (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/142) - - added missing parameter to notification task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/141) - release_date: '2021-09-17' - 1.22.0: + - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) + - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) + - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) + release_date: '2023-08-07' + 1.35.0: changes: minor_changes: - - Add support for retry_interval and max_check_attempts to host template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/140) - trivial: - - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' - - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) - release_date: '2021-09-15' - 1.21.2: - changes: + - Extended docs and examples for multiple assign_filter conditions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/227) trivial: - - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' - - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) - release_date: '2021-09-13' - 1.21.1: + - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) + - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) + - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) + release_date: '2023-11-13' + 2.0.1: changes: bugfixes: - - Changed place in the creation order of service object in ansible_icinga - role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/135) - release_date: '2021-08-30' - 1.21.0: - changes: - minor_changes: - - Add event_command parameter to service apply playbook to enable usage (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/133) - - Add event_command parameter to icinga_service_apply module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/132) + - 'Fixes #190 - Workaround for service apply bug (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/239)' trivial: - - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) - release_date: '2021-08-16' - 1.20.1: + - Add optional parameters to deploy handler (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/243) + - test different director versions with the services function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/240) + - use antsichaut action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/238) + release_date: '2024-01-25' + 2.0.2: changes: trivial: - - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) - release_date: '2021-08-05' - 1.20.0: + - Update release-drafter/release-drafter action to v6 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/244) + - add 1.11.1 to test-matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/247) + - release only on releases, not pre-releases (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/237) + release_date: '2024-01-25' + 2.0.3: + release_date: '2024-02-12' + 2.0.4: + release_date: '2024-02-12' + 2.0.5: + release_date: '2024-02-12' + 2.1.0: changes: minor_changes: - - add "vars" variable to icinga_notification in the role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/129) - - Add some more documentation on command template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/128) - release_date: '2021-07-16' - 1.19.0: + - Increase sleep to 5 seconds (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/245) + release_date: '2024-02-13' + 2.1.1: + changes: + bugfixes: + - change notification interval variable to int-type (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/254) + - set user_groups in notification to empty list (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/255) + trivial: + - Update ansible-community/ansible-test-gh-action action to v1.15.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/252) + - Update github/codeql-action digest to 47b3d88 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/250) + - Update github/codeql-action digest to df5a14d (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/251) + - document known errors for different director versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/249) + - update tested ansible and python versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/253) + release_date: '2024-02-14' + 2.1.2: changes: - minor_changes: - - add notification_template to role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/125) trivial: - - add Inventory plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/127) - - ignore changelogs directory created by a 3rd party tool (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/126) - - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) - - use antsichaut and release-drafter for changelog and release generation - (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) - release_date: '2021-06-28' - 1.18.1: + - add service_set var to deployment of icinga_services (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/256) + release_date: '2024-04-22' + 2.1.3: changes: trivial: - - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) - - use antsichaut and release-drafter for changelog and release generation - (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) - release_date: '2021-06-28' + - Fix typo in argument_specs.yml (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/260) + - 'chore(deps): update actions/checkout action to v4.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/263)' + - 'chore(deps): update github/codeql-action digest to 6624720 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/264)' + - 'chore(deps): update github/codeql-action digest to 883d858 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/257)' + - 'feat(test): add antsibull-doc tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/261)' + - 'fix(service): fix var before assignment (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/258)' + release_date: '2024-05-28' From afed9cb32bb25419a2be58cbf7d64337516f187d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:08:37 +0000 Subject: [PATCH 16/18] chore(deps): update actions/checkout action to v4.2.2 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcede050..4d44bc25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest name: create documentation inside docs-folder steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 persist-credentials: false @@ -26,7 +26,7 @@ jobs: # the form ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}/ - name: Check out code to ansible collection location - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}} fetch-depth: 0 @@ -68,7 +68,7 @@ jobs: name: create release draft needs: update_docs # the documentation should be updated before creating a new release steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # checkout the main branch, because without the ref, the above commit ("update documentation") # isn't included and the push will fail @@ -135,7 +135,7 @@ jobs: # do a second checkout to prevent race situation # changelog gets updated but action works on old commit id - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: main From a547a9f0af244d6b3623283458af1573e930dcbf Mon Sep 17 00:00:00 2001 From: Deutsche Telekom MMS Date: Thu, 24 Oct 2024 01:13:43 +0000 Subject: [PATCH 17/18] update due to new release --- changelogs/changelog.yaml | 513 +++++++++++++++++++------------------- 1 file changed, 258 insertions(+), 255 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f26c28fa..70552f18 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,339 +1,342 @@ -ancestor: null +--- +ancestor: releases: - 1.18.1: + 2.1.3: changes: trivial: - - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) - - use antsichaut and release-drafter for changelog and release generation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) - release_date: '2021-06-28' - 1.19.0: + - 'chore(deps): update github/codeql-action digest to 6624720 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/264)' + - 'chore(deps): update actions/checkout action to v4.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/263)' + - 'feat(test): add antsibull-doc tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/261)' + - Fix typo in argument_specs.yml (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/260) + - 'fix(service): fix var before assignment (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/258)' + - 'chore(deps): update github/codeql-action digest to 883d858 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/257)' + release_date: '2024-05-28' + 2.1.2: changes: - minor_changes: - - add notification_template to role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/125) trivial: - - add Inventory plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/127) - - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) - - ignore changelogs directory created by a 3rd party tool (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/126) - - use antsichaut and release-drafter for changelog and release generation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) - release_date: '2021-06-28' - 1.20.0: - changes: - minor_changes: - - Add some more documentation on command template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/128) - - add "vars" variable to icinga_notification in the role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/129) - release_date: '2021-07-16' - 1.20.1: + - add service_set var to deployment of icinga_services (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/256) + release_date: '2024-04-22' + 2.1.1: changes: - trivial: - - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) - release_date: '2021-08-05' - 1.21.0: + bugfixes: + - set user_groups in notification to empty list (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/255) + - change notification interval variable to int-type (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/254) + trivial: + - update tested ansible and python versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/253) + - Update ansible-community/ansible-test-gh-action action to v1.15.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/252) + - Update github/codeql-action digest to df5a14d (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/251) + - Update github/codeql-action digest to 47b3d88 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/250) + - document known errors for different director versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/249) + release_date: '2024-02-14' + 2.1.0: changes: minor_changes: - - Add event_command parameter to icinga_service_apply module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/132) - - Add event_command parameter to service apply playbook to enable usage (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/133) + - Increase sleep to 5 seconds (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/245) + release_date: '2024-02-13' + 2.0.5: + release_date: '2024-02-12' + 2.0.4: + release_date: '2024-02-12' + 2.0.3: + release_date: '2024-02-12' + 2.0.2: + changes: trivial: - - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) - release_date: '2021-08-16' - 1.21.1: + - add 1.11.1 to test-matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/247) + - Update release-drafter/release-drafter action to v6 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/244) + - release only on releases, not pre-releases (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/237) + release_date: '2024-01-25' + 2.0.1: changes: bugfixes: - - Changed place in the creation order of service object in ansible_icinga role - (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/135) - release_date: '2021-08-30' - 1.21.2: - changes: + - 'Fixes #190 - Workaround for service apply bug (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/239)' trivial: - - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' - - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) - release_date: '2021-09-13' - 1.22.0: + - Add optional parameters to deploy handler (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/243) + - test different director versions with the services function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/240) + - use antsichaut action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/238) + release_date: '2024-01-25' + 1.35.0: changes: minor_changes: - - Add support for retry_interval and max_check_attempts to host template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/140) - trivial: - - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' - - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) - release_date: '2021-09-15' - 1.22.1: - changes: + - Extended docs and examples for multiple assign_filter conditions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/227) trivial: - - added missing parameter to notification task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/141) - - ansible-test needs python >= 3.8 at the controller (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/142) - release_date: '2021-09-17' - 1.23.0: - release_date: '2021-09-23' - 1.23.1: + - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) + - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) + - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) + release_date: '2023-11-13' + 1.34.2: changes: - minor_changes: - - add resolve option to inventory-plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/147) trivial: - - add documentation files and creation-workflow to repo (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/144) - - improve autogenerated documentation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/145) - release_date: '2021-10-18' - 1.25.0: + - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) + - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) + - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) + release_date: '2023-08-07' + 1.34.1: changes: bugfixes: - - added a fix for the new scheduled_downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/150) + - add more http-options for inventory module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/221) + release_date: '2023-07-28' + 1.33.3: + changes: minor_changes: - - Add Icinga scheduled downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/146) - release_date: '2021-11-22' - 1.25.1: + - add command_endpoint var for service templates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/222) + release_date: '2023-07-14' + 1.33.2: changes: trivial: - - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) - - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) - release_date: '2021-11-24' - 1.26.0: + - move orga (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/216) + - run CI-tests only once peer week (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/215) + release_date: '2023-06-09' + 1.33.1: changes: - minor_changes: - - add option to append arguments to all modules (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/153) + bugfixes: + - add icinga_deploy_* to action_group and test it (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/214) trivial: - - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) - - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) - release_date: '2021-12-03' - 1.27.0: + - Update README (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/211) + release_date: '2023-05-22' + 1.33.0: changes: minor_changes: - - Add possibility to use Compose and keyed groups in inventory-module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/155) - release_date: '2022-01-03' - 1.27.1: + - Add Icinga Deploy handler and module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/205) + trivial: + - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) + - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) + modules: + - description: Trigger deployment in Icinga2 + name: icinga_deploy + namespace: '' + - description: Get deployment information through the director API + name: icinga_deploy_info + namespace: '' + release_date: '2023-05-22' + 1.32.3: changes: trivial: - - fixed missing property 'display_name' in module 'icinga_service' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/157) - release_date: '2022-02-15' - 1.27.2: + - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) + - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) + release_date: '2023-03-09' + 1.32.2: changes: trivial: - - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) - release_date: '2022-03-19' - 1.28.0: + - lowercase some more bools (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/204) + release_date: '2023-03-07' + 1.32.1: changes: - bugfixes: - - 'role: add check_command to icinga_service_apply (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/161)' - minor_changes: - - Added missing fields to 'icinga_host' and 'icinga_host_template' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/158) trivial: - - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) - release_date: '2022-03-28' - 1.28.1: + - Consider true/false in docs for boolean (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/203) + - immediately return values and update dict-updates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/199) + release_date: '2023-01-20' + 1.32.0: changes: minor_changes: - - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) + - Add zone to user and notification template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/198) trivial: - - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) - - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' - - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' - - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' - - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' - release_date: '2022-03-30' - 1.29.0: + - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) + - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) + - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) + - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) + release_date: '2023-01-06' + 1.31.5: changes: - minor_changes: - - Add icinga_serviceset module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/163) - - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) - trivial: - - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) - - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' - - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' - - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' - - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' - modules: - - description: Manage servicesets in Icinga2 - name: icinga_serviceset - namespace: '' - release_date: '2022-04-20' - 1.29.1: + trivial: + - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) + - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) + - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) + - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) + release_date: '2022-11-15' + 1.31.4: + release_date: '2022-11-04' + 1.31.3: + release_date: '2022-11-04' + 1.31.2: + release_date: '2022-11-04' + 1.31.1: changes: trivial: - - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' - - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' - - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' - - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) - release_date: '2022-04-21' - 1.30.0: + - add empty default to argument docs (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/188) + - Update ansible-community/ansible-test-gh-action action to v1.11.1 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/186) + - Update ansible-community/ansible-test-gh-action action to v1.11.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/185) + - Update actions/checkout action to v3.1.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/184) + - fix problems found by refurb (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/183) + - Update ansible-community/ansible-test-gh-action action to v1.10.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/182) + - add ansible 2.14 to test-matrix, use new gh-action for tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/181) + release_date: '2022-08-22' + 1.31.0: changes: minor_changes: - - Add action_group to enable module default groups (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/175) - trivial: - - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' - - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' - - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' - - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) - release_date: '2022-06-16' + - Add flapping support to service template module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/180) + - Add icon support to service template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/179) + release_date: '2022-08-22' + 1.30.2: + release_date: '2022-08-02' 1.30.1: changes: bugfixes: - - Add exception handling to diff and exist functions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/176) + - Add exception handling to diff and exist functions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/176) trivial: - - update list of ansible and python versions to be tested (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/178) - - update python-version for ansible-lint in tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/177) + - update list of ansible and python versions to be tested (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/178) + - update python-version for ansible-lint in tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/177) release_date: '2022-07-01' - 1.30.2: - release_date: '2022-08-02' - 1.31.0: + 1.30.0: changes: minor_changes: - - Add flapping support to service template module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/180) - - Add icon support to service template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/179) - release_date: '2022-08-22' - 1.31.1: - changes: + - Add action_group to enable module default groups (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/175) trivial: - - Update actions/checkout action to v3.1.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/184) - - Update ansible-community/ansible-test-gh-action action to v1.10.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/182) - - Update ansible-community/ansible-test-gh-action action to v1.11.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/185) - - Update ansible-community/ansible-test-gh-action action to v1.11.1 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/186) - - add ansible 2.14 to test-matrix, use new gh-action for tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/181) - - add empty default to argument docs (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/188) - - fix problems found by refurb (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/183) - release_date: '2022-08-22' - 1.31.2: - release_date: '2022-11-04' - 1.31.3: - release_date: '2022-11-04' - 1.31.4: - release_date: '2022-11-04' - 1.31.5: + - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) + - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' + - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' + - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' + release_date: '2022-06-16' + 1.29.1: changes: trivial: - - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) - - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) - - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) - - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) - release_date: '2022-11-15' - 1.32.0: + - fix release workflow (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/174) + - 'chore(deps): update actions/setup-python action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/173)' + - 'chore(deps): update github/codeql-action action to v2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/172)' + - 'chore(deps): update actions/checkout action to v3.0.2 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/171)' + release_date: '2022-04-21' + 1.29.0: changes: minor_changes: - - Add zone to user and notification template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/198) + - Add icinga_serviceset module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/163) + - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) + trivial: + - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' + - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' + - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' + - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' + - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) + modules: + - description: Manage servicesets in Icinga2 + name: icinga_serviceset + namespace: '' + release_date: '2022-04-20' + 1.28.1: + changes: + minor_changes: + - Test more ansible versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/162) trivial: - - Update actions/checkout action to v3.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/194) - - Update ansible-community/ansible-test-gh-action action to v1.12.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/192) - - Update ansible-test to latest collection template. (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/195) - - add galaxy.yml to yamllinting (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/191) - release_date: '2023-01-06' - 1.32.1: + - 'chore(deps): update codecov/codecov-action action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/170)' + - 'chore(deps): update actions/setup-python action to v3 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/169)' + - 'chore(deps): update actions/checkout action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/168)' + - 'chore(deps): update github-actions-x/commit action to v2.9 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/166)' + - Configure Renovate (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/164) + release_date: '2022-03-30' + 1.28.0: changes: + bugfixes: + - 'role: add check_command to icinga_service_apply (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/161)' + minor_changes: + - Added missing fields to 'icinga_host' and 'icinga_host_template' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/158) trivial: - - Consider true/false in docs for boolean (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/203) - - immediately return values and update dict-updates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/199) - release_date: '2023-01-20' - 1.32.2: + - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) + release_date: '2022-03-28' + 1.27.2: changes: trivial: - - lowercase some more bools (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/204) - release_date: '2023-03-07' - 1.32.3: + - Fix sanity tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/159) + release_date: '2022-03-19' + 1.27.1: changes: trivial: - - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) - - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) - release_date: '2023-03-09' - 1.33.0: + - fixed missing property 'display_name' in module 'icinga_service' (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/157) + release_date: '2022-02-15' + 1.27.0: changes: minor_changes: - - Add Icinga Deploy handler and module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/205) - trivial: - - Update actions/checkout action to v3.5.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/206) - - use codespell to improve spelling (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/207) - modules: - - description: Trigger deployment in Icinga2 - name: icinga_deploy - namespace: '' - - description: Get deployment information through the director API - name: icinga_deploy_info - namespace: '' - release_date: '2023-05-22' - 1.33.1: + - Add possibility to use Compose and keyed groups in inventory-module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/155) + release_date: '2022-01-03' + 1.26.0: changes: - bugfixes: - - add icinga_deploy_* to action_group and test it (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/214) + minor_changes: + - add option to append arguments to all modules (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/153) trivial: - - Update README (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/211) - release_date: '2023-05-22' - 1.33.2: + - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) + - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) + release_date: '2021-12-03' + 1.25.1: changes: trivial: - - move orga (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/216) - - run CI-tests only once peer week (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/215) - release_date: '2023-06-09' - 1.33.3: + - fix call url function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/154) + - added duration into our scheduled_downtime task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/151) + release_date: '2021-11-24' + 1.25.0: changes: + bugfixes: + - added a fix for the new scheduled_downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/150) minor_changes: - - add command_endpoint var for service templates (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/222) - release_date: '2023-07-14' - 1.34.1: + - Add Icinga scheduled downtime module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/146) + release_date: '2021-11-22' + 1.23.1: changes: - bugfixes: - - add more http-options for inventory module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/221) - release_date: '2023-07-28' - 1.34.2: + minor_changes: + - add resolve option to inventory-plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/147) + trivial: + - improve autogenerated documentation (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/145) + - add documentation files and creation-workflow to repo (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/144) + release_date: '2021-10-18' + 1.23.0: + release_date: '2021-09-23' + 1.22.1: changes: trivial: - - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) - - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) - - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) - release_date: '2023-08-07' - 1.35.0: + - ansible-test needs python >= 3.8 at the controller (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/142) + - added missing parameter to notification task (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/141) + release_date: '2021-09-17' + 1.22.0: changes: minor_changes: - - Extended docs and examples for multiple assign_filter conditions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/227) + - Add support for retry_interval and max_check_attempts to host template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/140) trivial: - - Update actions/checkout action to v4 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/224) - - Update test matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/223) - - exclude old python versions with ansible devel (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/225) - release_date: '2023-11-13' - 2.0.1: + - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' + - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) + release_date: '2021-09-15' + 1.21.2: + changes: + trivial: + - 'Draft: updated retry pull request (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/139)' + - added 3 retries for every playbook (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/138) + release_date: '2021-09-13' + 1.21.1: changes: bugfixes: - - 'Fixes #190 - Workaround for service apply bug (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/239)' + - Changed place in the creation order of service object in ansible_icinga + role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/135) + release_date: '2021-08-30' + 1.21.0: + changes: + minor_changes: + - Add event_command parameter to service apply playbook to enable usage (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/133) + - Add event_command parameter to icinga_service_apply module (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/132) trivial: - - Add optional parameters to deploy handler (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/243) - - test different director versions with the services function (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/240) - - use antsichaut action (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/238) - release_date: '2024-01-25' - 2.0.2: + - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) + release_date: '2021-08-16' + 1.20.1: changes: trivial: - - Update release-drafter/release-drafter action to v6 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/244) - - add 1.11.1 to test-matrix (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/247) - - release only on releases, not pre-releases (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/237) - release_date: '2024-01-25' - 2.0.3: - release_date: '2024-02-12' - 2.0.4: - release_date: '2024-02-12' - 2.0.5: - release_date: '2024-02-12' - 2.1.0: + - Docs and tests update (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/131) + release_date: '2021-08-05' + 1.20.0: changes: minor_changes: - - Increase sleep to 5 seconds (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/245) - release_date: '2024-02-13' - 2.1.1: - changes: - bugfixes: - - change notification interval variable to int-type (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/254) - - set user_groups in notification to empty list (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/255) - trivial: - - Update ansible-community/ansible-test-gh-action action to v1.15.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/252) - - Update github/codeql-action digest to 47b3d88 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/250) - - Update github/codeql-action digest to df5a14d (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/251) - - document known errors for different director versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/249) - - update tested ansible and python versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/253) - release_date: '2024-02-14' - 2.1.2: + - add "vars" variable to icinga_notification in the role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/129) + - Add some more documentation on command template (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/128) + release_date: '2021-07-16' + 1.19.0: changes: + minor_changes: + - add notification_template to role (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/125) trivial: - - add service_set var to deployment of icinga_services (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/256) - release_date: '2024-04-22' - 2.1.3: + - add Inventory plugin (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/127) + - ignore changelogs directory created by a 3rd party tool (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/126) + - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) + - use antsichaut and release-drafter for changelog and release generation + (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) + release_date: '2021-06-28' + 1.18.1: changes: trivial: - - Fix typo in argument_specs.yml (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/260) - - 'chore(deps): update actions/checkout action to v4.2.0 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/263)' - - 'chore(deps): update github/codeql-action digest to 6624720 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/264)' - - 'chore(deps): update github/codeql-action digest to 883d858 (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/257)' - - 'feat(test): add antsibull-doc tests (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/261)' - - 'fix(service): fix var before assignment (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/258)' - release_date: '2024-05-28' + - add changelogs config so antsibull-changelog can work (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/124) + - use antsichaut and release-drafter for changelog and release generation + (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/122) + release_date: '2021-06-28' From 41f56d0bea89c2978ce820af95ca3fd75b158ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:10:30 +0000 Subject: [PATCH 18/18] chore(deps): update actions/setup-python digest to 0b93645 --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/roles-readme.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26661a79..6356ed89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -194,7 +194,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: 3.11 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d44bc25..10826a6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: 3.8 @@ -77,7 +77,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: 3.8 diff --git a/.github/workflows/roles-readme.yml b/.github/workflows/roles-readme.yml index cf2110b2..6d029e28 100644 --- a/.github/workflows/roles-readme.yml +++ b/.github/workflows/roles-readme.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Python - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: 3.11