From a64dfb0d3a3cd1c4880af57fe4c66a648132d9eb Mon Sep 17 00:00:00 2001 From: Andrew Rosen Date: Tue, 5 Sep 2023 22:16:35 -0700 Subject: [PATCH 1/6] Update checkout to v4 in CI --- .github/actions/version/action.yml | 2 +- .github/workflows/action_build.yml | 2 +- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/boilerplate.yml | 2 +- .github/workflows/changelog.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/hotfix.yml | 2 +- .github/workflows/license.yml | 2 +- .github/workflows/nightly.yml | 4 ++-- .github/workflows/requirements.yml | 2 +- .github/workflows/tests.yml | 6 +++--- .github/workflows/version.yml | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/actions/version/action.yml b/.github/actions/version/action.yml index 793f16944..b07e4d26e 100644 --- a/.github/actions/version/action.yml +++ b/.github/actions/version/action.yml @@ -25,7 +25,7 @@ runs: using: "composite" steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ inputs.head_ref }} diff --git a/.github/workflows/action_build.yml b/.github/workflows/action_build.yml index 56a8a99a0..ba105566e 100644 --- a/.github/workflows/action_build.yml +++ b/.github/workflows/action_build.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.COVALENT_OPS_BOT_TOKEN }} - name: Install npm, ncc, and jq on Ubuntu diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7badd494f..5fe0b900d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -42,13 +42,13 @@ jobs: steps: - name: Check out head if: github.event_name == 'schedule' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - name: Check out SHA if: github.event_name == 'workflow_dispatch' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/boilerplate.yml b/.github/workflows/boilerplate.yml index a8e3a79ec..135596a0f 100644 --- a/.github/workflows/boilerplate.yml +++ b/.github/workflows/boilerplate.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Get changed files diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 78d93d80a..c4c4e2778 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -33,7 +33,7 @@ jobs: version: ${{ steps.changelog.outputs.version }} steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.COVALENT_OPS_BOT_TOKEN }} - uses: dorny/paths-filter@v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1fe6ea2cc..b27c2b214 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -53,7 +53,7 @@ jobs: language: javascript steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: AgnostiqHQ/${{ matrix.repo }} - name: Initialize CodeQL diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 788caa0c2..29a285493 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out SHA - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/hotfix.yml b/.github/workflows/hotfix.yml index 0ab91425a..9c23ea114 100644 --- a/.github/workflows/hotfix.yml +++ b/.github/workflows/hotfix.yml @@ -46,7 +46,7 @@ jobs: branch: ${{ github.event.ref }} stable: false - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Hotfix version diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index a1c0f9995..a75d50e77 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 7637837ff..c12e734fa 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -65,7 +65,7 @@ jobs: echo "::set-output name=tag::${latest_tag}" - name: Checkout default branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: "master" diff --git a/.github/workflows/requirements.yml b/.github/workflows/requirements.yml index d9bb5e71a..5b290419f 100644 --- a/.github/workflows/requirements.yml +++ b/.github/workflows/requirements.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 71a47751b..f9dd200cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: matrix: ${{ steps.filter-matrix.outputs.matrix }} steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false @@ -72,7 +72,7 @@ jobs: steps: - name: Check out head if: github.event_name != 'workflow_dispatch' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false @@ -80,7 +80,7 @@ jobs: if: > github.event_name == 'workflow_dispatch' && github.event.inputs.commit_sha - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 2263cb307..49d2b6cf6 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Validate Version From 26d98114a23ba0cb95390645d24f98af72744fde Mon Sep 17 00:00:00 2001 From: Andrew Rosen Date: Tue, 5 Sep 2023 22:17:49 -0700 Subject: [PATCH 2/6] changelog update --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e08a1136..b1799bdae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Changed `actions/checkout@v3` to `actions/checkout@v4` in CI - Raised the minimum version of Pydantic from 1.10.1 to 2.1.1 in `requirements.txt` ## [0.228.0-rc.0] - 2023-08-31 @@ -40,7 +41,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Faiyaz Hasan - Santosh kumar <29346072+santoshkumarradha@users.noreply.github.com> - ### Fixed - Fixed dispatcher address not showing when covalent server starts. @@ -70,8 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enhanced the quickstart with a set of commonly used features - Removed duplicate "stop server" warning in the First Experimemnt page - Fixed typo in quickstart -- Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch -- Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch +- Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch +- Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch - Updated documentation links in README - Updating and reorganizing RTD API documentation - Adding example links in API documentation @@ -115,7 +115,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> - Co-authored-by: Casey Jao - ### Added - File transfer strategy for Azure blob storage @@ -185,7 +184,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Error messages are propagated to stdout when the server is not started. These changes are applied to `dispatch`, `redispatch`, and `get_result`. - ### Docs - Fix typo in GCP Batch executor RTD. From aa55ec90959ef4eb90ad323070a58ab2890722ff Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Fri, 22 Sep 2023 08:05:56 -0700 Subject: [PATCH 3/6] Update CHANGELOG.md Co-authored-by: Will Cunningham --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1799bdae..cc1470e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Changed `actions/checkout@v3` to `actions/checkout@v4` in CI - Raised the minimum version of Pydantic from 1.10.1 to 2.1.1 in `requirements.txt` +### Operations + +- Changed `actions/checkout@v3` to `actions/checkout@v4` in CI ## [0.228.0-rc.0] - 2023-08-31 ### Authors From b7fa0d3afac02175a1167e920d419b969122053a Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Fri, 22 Sep 2023 08:06:20 -0700 Subject: [PATCH 4/6] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1470e5b..e627e7fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Operations - Changed `actions/checkout@v3` to `actions/checkout@v4` in CI + ## [0.228.0-rc.0] - 2023-08-31 ### Authors From 222cb40b39228d018cbed0e13b3e3ec892fc86ad Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Fri, 22 Sep 2023 08:07:13 -0700 Subject: [PATCH 5/6] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e627e7fec..5b3556fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,7 +74,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed duplicate "stop server" warning in the First Experimemnt page - Fixed typo in quickstart - Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch -- Fix autodoc for SSH, Slurm, AWS Braket, AWS Lambda, AWS EC2, AWS Batch, Google Batch - Updated documentation links in README - Updating and reorganizing RTD API documentation - Adding example links in API documentation From afeab2bda70c1a7b65e03937d26e9516341c80c7 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Fri, 22 Sep 2023 08:08:05 -0700 Subject: [PATCH 6/6] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7600b6b96..50c62203d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### Operations + +- Changed `actions/checkout@v3` to `actions/checkout@v4` in CI + ## [0.229.0-rc.0] - 2023-09-22 ### Authors @@ -66,10 +70,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated documentation links in README - Added tutorial for redispatching workflows with Streamlit -### Operations - -- Changed `actions/checkout@v3` to `actions/checkout@v4` in CI - ## [0.228.0-rc.0] - 2023-08-31 ### Authors