From 1ea1320fb83ffed566deb10baf875bad0cb82ee6 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Tue, 14 Nov 2023 22:15:04 +0100 Subject: [PATCH 1/6] Bump Ansible collections --- .github/workflows/requirements/requirements_ansible.yml | 6 +++--- CHANGELOG.md | 2 +- README.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index 613658ed9..6a335bd4e 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 6.4.0 + version: 8.0.2 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.14.1 + version: 2.16.0 - name: community.docker # Only required if you plan to use Molecule - version: 3.4.7 + version: 3.4.11 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16277b3ee..cb4f126ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ FEATURES: ENHANCEMENTS: - Allow strings in addition to a list when configuring `logrotate`. - +- Bump the Ansible `community.general` collection to `8.0.2`, `community.crypto` collection to `2.16.0` and `community.docker` collection to `3.4.11`. BUG FIXES: - Avoid re-copying the NGINX Amplify config file every time the role is run. diff --git a/README.md b/README.md index b62bc4c53..7f2d6a499 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG - name: ansible.posix version: 1.5.4 - name: community.general - version: 6.4.0 + version: 8.0.2 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.14.1 + version: 2.16.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.4.7 + version: 3.4.11 ``` **Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections. From f079adfbd1b56ac05dca900cede6f167e945cbf7 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Mon, 22 Jan 2024 21:48:55 +0100 Subject: [PATCH 2/6] Bump Ansible collections --- .github/workflows/requirements/requirements_ansible.yml | 6 +++--- CHANGELOG.md | 3 ++- README.md | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index 6a335bd4e..534745436 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 8.0.2 + version: 8.2.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.16.0 + version: 2.17.0 - name: community.docker # Only required if you plan to use Molecule - version: 3.4.11 + version: 3.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4f126ed..5f2be87bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ FEATURES: ENHANCEMENTS: - Allow strings in addition to a list when configuring `logrotate`. -- Bump the Ansible `community.general` collection to `8.0.2`, `community.crypto` collection to `2.16.0` and `community.docker` collection to `3.4.11`. +- Bump the Ansible `community.general` collection to `8.2.0`, `community.crypto` collection to `2.17.0` and `community.docker` collection to `3.6.0`. + BUG FIXES: - Avoid re-copying the NGINX Amplify config file every time the role is run. diff --git a/README.md b/README.md index 7f2d6a499..b30682e92 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG - name: ansible.posix version: 1.5.4 - name: community.general - version: 8.0.2 + version: 8.2.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.16.0 + version: 2.17.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.4.11 + version: 3.6.0 ``` **Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections. From 0c30fcd62266e8855cf67ae47889a8bd28e687b4 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Tue, 9 Apr 2024 17:32:25 +0200 Subject: [PATCH 3/6] Bump collections --- .github/workflows/requirements/requirements_ansible.yml | 6 +++--- CHANGELOG.md | 2 +- README.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index 534745436..fd2015ad2 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 8.2.0 + version: 8.5.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.17.0 + version: 2.18.0 - name: community.docker # Only required if you plan to use Molecule - version: 3.6.0 + version: 3.8.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a590901a4..69b7ea01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ FEATURES: ENHANCEMENTS: - Allow strings in addition to a list when configuring `logrotate`. -- Bump the Ansible `community.general` collection to `8.2.0`, `community.crypto` collection to `2.17.0` and `community.docker` collection to `3.6.0`. +- Bump the Ansible `community.general` collection to `8.5.0`, `community.crypto` collection to `2.18.0` and `community.docker` collection to `3.8.1`. BUG FIXES: diff --git a/README.md b/README.md index 9d7f4caeb..87dd46c4d 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG - name: ansible.posix version: 1.5.4 - name: community.general - version: 8.2.0 + version: 8.5.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.17.0 + version: 2.18.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.6.0 + version: 3.8.1 ``` **Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections. From 1eeec5c673323bab3f526cd2e6a0971c8a5ae255 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Thu, 11 Apr 2024 13:49:25 +0200 Subject: [PATCH 4/6] Update F5 CLA workflow --- .github/workflows/f5-cla.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/workflows/f5-cla.yml b/.github/workflows/f5-cla.yml index 3e4ac895a..fc463305c 100644 --- a/.github/workflows/f5-cla.yml +++ b/.github/workflows/f5-cla.yml @@ -1,4 +1,4 @@ -name: "F5 CLA Workflow" +name: F5 CLA on: issue_comment: types: [created] @@ -7,7 +7,6 @@ on: permissions: actions: write - contents: write pull-requests: write statuses: write @@ -15,21 +14,26 @@ jobs: f5-cla: runs-on: ubuntu-22.04 steps: - - name: "F5 CLA Assistant" + - name: Run F5 CLA assistant if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have hereby read the F5 CLA and agree to its terms') || github.event_name == 'pull_request_target' - uses: contributor-assistant/github-action@v2.3.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PERSONAL_ACCESS_TOKEN: ${{ secrets.F5_CLA_TOKEN }} + uses: contributor-assistant/github-action@dbc1c64d82d3aad5072007a41fff2828ae6d23ec # v2.3.2 with: - path-to-signatures: 'signatures/beta/signatures.json' - path-to-document: 'https://github.com/f5/.github/blob/main/CLA/cla-markdown.md' # Any pull request targeting the following branch will trigger a CLA check - branch: 'main' + branch: 'master' + # Path to the CLA document + path-to-document: 'https://github.com/f5/.github/blob/main/CLA/cla-markdown.md' + # Custom CLA messages + custom-notsigned-prcomment: '🎉 Thank you for your contribution. It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 project. Please kindly read the [F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md) and comment the following to agree:' custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms' - custom-notsigned-prcomment: '🎉 Thank you for your contribution. It appears you have not yet signed the F5 Contributor License Agreement, which is required for your changes to be incorporated into an F5 project. Please kindly read the [F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md) and comment the following to agree:' - custom-allsigned-prcomment: 'All required contributors have signed the F5 CLA for this PR ✅' + custom-allsigned-prcomment: '✅ All required contributors have signed the F5 CLA for this PR. Thank you!' + # Remote repository storing CLA signatures remote-organization-name: 'f5' remote-repository-name: 'f5-cla-data' + path-to-signatures: 'signatures/beta/signatures.json' # Comma seperated list of usernames for maintainers or any other individuals who should not be prompted for a CLA. - allowlist: oxpa, alessfg, bot* + allowlist: alessfg, oxpa, bot* + # Do not lock PRs after a merge + lock-pullrequest-aftermerge: false + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.F5_CLA_TOKEN }} From 3d13e517882f732794b78d4b732f8b5843266a7d Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Tue, 21 May 2024 23:06:22 +0200 Subject: [PATCH 5/6] Bump Ansible collections --- .github/workflows/requirements/requirements_ansible.yml | 6 +++--- CHANGELOG.md | 2 +- README.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index fd2015ad2..dfd0c8509 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 8.5.0 + version: 9.0.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.18.0 + version: 2.20.0 - name: community.docker # Only required if you plan to use Molecule - version: 3.8.1 + version: 3.10.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b7ea01d..518c4baa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ FEATURES: ENHANCEMENTS: - Allow strings in addition to a list when configuring `logrotate`. -- Bump the Ansible `community.general` collection to `8.5.0`, `community.crypto` collection to `2.18.0` and `community.docker` collection to `3.8.1`. +- Bump the Ansible `community.general` collection to `9.0.0`, `community.crypto` collection to `2.20.0` and `community.docker` collection to `3.10.2`. BUG FIXES: diff --git a/README.md b/README.md index 87dd46c4d..2ef6535a9 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG - name: ansible.posix version: 1.5.4 - name: community.general - version: 8.5.0 + version: 9.0.0 - name: community.crypto # Only required if you plan to install NGINX Plus - version: 2.18.0 + version: 2.20.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.8.1 + version: 3.10.2 ``` **Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections. From 51dcac6cbdc7c13eed8377e2d67c04d0e9080f07 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Tue, 11 Jun 2024 18:27:43 +0200 Subject: [PATCH 6/6] bumps --- .github/workflows/requirements/requirements_ansible.yml | 4 ++-- CHANGELOG.md | 2 +- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/requirements/requirements_ansible.yml b/.github/workflows/requirements/requirements_ansible.yml index dfd0c8509..c6f587494 100644 --- a/.github/workflows/requirements/requirements_ansible.yml +++ b/.github/workflows/requirements/requirements_ansible.yml @@ -3,8 +3,8 @@ collections: - name: ansible.posix version: 1.5.4 - name: community.general - version: 9.0.0 + version: 9.0.1 - name: community.crypto # Only required if you plan to install NGINX Plus version: 2.20.0 - name: community.docker # Only required if you plan to use Molecule - version: 3.10.2 + version: 3.10.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8c102fa..d3fe81cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ FEATURES: ENHANCEMENTS: - Allow strings in addition to a list when configuring `logrotate`. -- Bump the Ansible `community.general` collection to `9.0.0`, `community.crypto` collection to `2.20.0` and `community.docker` collection to `3.10.2`. +- Bump the Ansible `community.general` collection to `9.0.1`, `community.crypto` collection to `2.20.0` and `community.docker` collection to `3.10.3`. BUG FIXES: diff --git a/README.md b/README.md index 590ce2090..c4cc68f5a 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ If you wish to install NGINX Plus using this role, you will need to obtain an NG - name: ansible.posix version: 1.5.4 - name: community.general - version: 9.0.0 + version: 9.0.1 - name: community.crypto # Only required if you plan to install NGINX Plus version: 2.20.0 - name: community.docker # Only required if you plan to use Molecule (see below) - version: 3.10.2 + version: 3.10.3 ``` **Note:** You can alternatively install the Ansible community distribution (what is known as the "old" Ansible) if you don't want to manage individual collections.