From e3f0f0e4e628a17cd7e95504ae43be921a4871a1 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Mon, 19 Aug 2024 08:40:35 -0700 Subject: [PATCH 01/12] Update template fields (#2354) Update some templated fields that were missed before merging the RFC --- rfcs/text/0044-add-apple-platform-specific-fields.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfcs/text/0044-add-apple-platform-specific-fields.md b/rfcs/text/0044-add-apple-platform-specific-fields.md index 8b14a79d5..68d0da321 100644 --- a/rfcs/text/0044-add-apple-platform-specific-fields.md +++ b/rfcs/text/0044-add-apple-platform-specific-fields.md @@ -1,8 +1,8 @@ -# 0000: Name of RFC +# 0044: Apple Platform specific fields - Stage: **0 (strawperson)** -- Date: **TBD** +- Date: **2024-08-13** ### Summary From 86791b1500b4d9fbf00324998330d21fbaa6ca16 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:32:59 -0700 Subject: [PATCH 02/12] Pin dependencies (#2355) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- .github/workflows/docs-preview-comment.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs-preview-comment.yml b/.github/workflows/docs-preview-comment.yml index 34371e767..7edee4d47 100644 --- a/.github/workflows/docs-preview-comment.yml +++ b/.github/workflows/docs-preview-comment.yml @@ -10,7 +10,7 @@ jobs: doc-preview: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6 name: Add doc preview links with: script: | diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7d2d2e652..20bd20e37 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Check PRs" - uses: actions/stale@v4 + uses: actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da # v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: 'This PR is stale because it has been open for 60 days with no activity.' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70ae6ad40..c61715c97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-20.04 name: Unit Tests steps: - - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2 with: python-version: '3.x' - run: git fetch --prune --unshallow --tags From 529cca7983257d9efc5fc5c32bf6c50710a95138 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:11:54 -0700 Subject: [PATCH 03/12] Update dependency PyYAML to v6.0.2 (#2356) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index e703c6ad5..b3ca161f2 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,6 +1,6 @@ pip # License: MIT -PyYAML==6.0.1 +PyYAML==6.0.2 # License: BSD gitpython==3.1.41 # License: BSD From 33662b6879207e7833457594ef4f7b64c8a0701b Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:59:11 -0700 Subject: [PATCH 04/12] Update dependency gitpython to v3.1.43 (#2358) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index b3ca161f2..106d1de1b 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -2,6 +2,6 @@ pip # License: MIT PyYAML==6.0.2 # License: BSD -gitpython==3.1.41 +gitpython==3.1.43 # License: BSD Jinja2==3.1.4 From 229312ae834b0dc673dfa866458a092081ab46f6 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:44:50 -0700 Subject: [PATCH 05/12] Update dependency yamllint to v1.35.1 (#2361) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- scripts/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-dev.txt b/scripts/requirements-dev.txt index cb5626221..6c73c2552 100644 --- a/scripts/requirements-dev.txt +++ b/scripts/requirements-dev.txt @@ -3,4 +3,4 @@ autopep8==1.6.0 # License: BSD mock==4.0.3 # License: GPLv3 -yamllint==1.26.3 +yamllint==1.35.1 From 22a03bce8e9eb28fb374077c3e9e026bc8b0f1a1 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Tue, 20 Aug 2024 02:12:57 -0700 Subject: [PATCH 06/12] Update stale PR message (#2369) Add a friendlier stale PR message, based from the [Beats stale message](https://github.com/elastic/beats/blob/main/.github/stale.yml#L63-L74). This will hopefully also prompt contributors to respond, so we'll be better able to track PRs people are still interested in contributing. --- .github/workflows/stale.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 20bd20e37..b2f5e2654 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,18 @@ jobs: uses: actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da # v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-pr-message: 'This PR is stale because it has been open for 60 days with no activity.' + stale-pr-message: | + Hi! + + We just realized that we haven't looked into this PR in a while. We're + sorry! + + We're labeling this PR as `Stale` to make it hit our filters and + make sure we get back to it as soon as possible. In the meantime, it'd + be extremely helpful if you could take a look at it as well and confirm its + relevance. A simple comment with a nice emoji will be enough `:+1`. + + Thank you for your contribution! stale-pr-label: 'stale' ascending: true days-before-pr-stale: 60 From 70f4bcae7e29b2448d29596eea2a828f208db760 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:49:31 -0700 Subject: [PATCH 07/12] Update actions/checkout action to v4 (#2362) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c61715c97..62b7a5d21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 name: Unit Tests steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2 with: python-version: '3.x' From c097a0e014ef05fdb702c12d89ce7f88c1ddf17e Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:32:21 -0700 Subject: [PATCH 08/12] Update actions/github-script action to v7 (#2363) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- .github/workflows/docs-preview-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview-comment.yml b/.github/workflows/docs-preview-comment.yml index 7edee4d47..52c5ca16a 100644 --- a/.github/workflows/docs-preview-comment.yml +++ b/.github/workflows/docs-preview-comment.yml @@ -10,7 +10,7 @@ jobs: doc-preview: runs-on: ubuntu-latest steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 name: Add doc preview links with: script: | From 22d5d35609de2e3d9c49e8396a9abc95612c2c90 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:15:59 -0700 Subject: [PATCH 09/12] Update actions/setup-python action to v5 (#2364) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62b7a5d21..f4969c765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: name: Unit Tests steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version: '3.x' - run: git fetch --prune --unshallow --tags From 07ffbd1e730be7e309e9a8db8211a1a7a89900d4 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:30:05 -0700 Subject: [PATCH 10/12] Update actions/stale action to v9 (#2365) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b2f5e2654..1bd28c751 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Check PRs" - uses: actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da # v4 + uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-pr-message: | From 71a5e5dddb16430a761063db6356c448f7713c4e Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:07:17 -0700 Subject: [PATCH 11/12] Update dependency mock to v5 (#2367) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- scripts/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements-dev.txt b/scripts/requirements-dev.txt index 6c73c2552..9a9650f13 100644 --- a/scripts/requirements-dev.txt +++ b/scripts/requirements-dev.txt @@ -1,6 +1,6 @@ # License: MIT autopep8==1.6.0 # License: BSD -mock==4.0.3 +mock==5.1.0 # License: GPLv3 yamllint==1.35.1 From 53765702d7036414a520b87bbe7b8a12b1e7be30 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:26:47 -0700 Subject: [PATCH 12/12] Update dependency ubuntu to v22 (#2368) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Wolf --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4969c765..a804fb2b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: Unit Tests steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4