From e8c968326a6e7400fdc3fabcbf2c9fe03c47cc4c Mon Sep 17 00:00:00 2001 From: kasey <489222+kasey@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:47:20 -0600 Subject: [PATCH] switch to unclog latest release instead of run artifact (#14793) * use latest unclog release instead of run artifact * add missing changelog entries to pre-unclog starter pack --------- Co-authored-by: Kasey Kirkham --- .github/workflows/changelog.yml | 8 +++----- changelog/kasey_stabilize-unclog.md | 13 +++++++++++++ 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 changelog/kasey_stabilize-unclog.md diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 62053ee737..85841d3743 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,12 +15,10 @@ jobs: uses: actions/checkout@v3 - name: Download unclog binary - uses: actions/download-artifact@v4 + uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # 1.1.2 with: - github-token: ${{ secrets.GITHUB_TOKEN }} - repository: OffchainLabs/unclog - name: unclog - run-id: 12679708867 + repo: OffchainLabs/unclog + file: "unclog" - name: Get new changelog files id: new-changelog-files diff --git a/changelog/kasey_stabilize-unclog.md b/changelog/kasey_stabilize-unclog.md new file mode 100644 index 0000000000..d559f4e19a --- /dev/null +++ b/changelog/kasey_stabilize-unclog.md @@ -0,0 +1,13 @@ +### Changed + +- Updated geth to 1.14~. [[PR]](https://github.com/prysmaticlabs/prysm/pull/14351) +- E2e tests start from bellatrix. [[PR]](https://github.com/prysmaticlabs/prysm/pull/14351) + +### Removed + +- Remove `/memsize/` pprof endpoint as it will no longer be supported in go 1.23. [[PR]](https://github.com/prysmaticlabs/prysm/pull/14351) + +### Ignored + +- switches unclog from using a flaky github artifact to using a stable release asset. +- Adds changelog entries that were missing from the branch switching prysm over to unclog.