From 5d32fd410a0dd487e4c090c5c479a8e480a6fa63 Mon Sep 17 00:00:00 2001 From: Subhransu <47723536+Shubhranshu153@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:56:23 -0700 Subject: [PATCH 1/3] chore: rebuild base OS image (#363) Issue #, if available: *Description of changes:* Updating the openssh version for CVE *Testing done:* Local Testing - [ ] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Shubharanshu Mahapatra --- deps/full-os.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/full-os.conf b/deps/full-os.conf index 21cb519..e4a4f09 100644 --- a/deps/full-os.conf +++ b/deps/full-os.conf @@ -1,9 +1,9 @@ ARTIFACT_BASE_URL=https://deps.runfinch.com # From https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/aarch64/images/ -AARCH64_ARTIFACT=Fedora-Cloud-Base-40-1.14.aarch64-20240701215532.qcow2 -AARCH64_512_DIGEST=0e4f260d901d6f30c37ee4d594a81fe32a45db35b3c37ba6f4d743f56395fca16d2b208623ae4d28ea59c6f36c8788d9c60fdb377e134e8c8ba400c9584116c0 +AARCH64_ARTIFACT=Fedora-Cloud-Base-40-1.14.aarch64-20240708214541.qcow2 +AARCH64_512_DIGEST=a240f5158108c1c59aa7a383fe866651376f01049344fa0989aa7dcce6fdd7a63bb24106ef9ac55334df58e92e9fa5643c053abfe97be7a438f1e0e956ce0a8d # From https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/ -X86_64_ARTIFACT=Fedora-Cloud-Base-40-1.14.x86_64-20240701210253.qcow2 -X86_64_512_DIGEST=91cec2d4230fbe231128c5cdeb0e3ab8a2b19ecc58d6d5a60c630176753b862d9a8e7d9b87a5ad41339228807b78ea4906073b6e20c98825d0a601699ed476b9 +X86_64_ARTIFACT=Fedora-Cloud-Base-40-1.14.x86_64-20240708214313.qcow2 +X86_64_512_DIGEST=e1b109f8a3166668261868e6e711a7fdf233b8fd1a377fc5f19c93bc5cbbd8f61cd42fa489d137f9dbedc5fb2c7df4cc0f741826e2c602db32fc41662dda0b9c From af3a2edf960b2b7239bee3624bcaa12048f915fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:33:05 -0700 Subject: [PATCH 2/3] build(deps): Bump finch dependencies (#364) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: vsiravar <69735799+vsiravar@users.noreply.github.com> --- deps/lima-bundles.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/lima-bundles.conf b/deps/lima-bundles.conf index 9a72f74..19757c5 100644 --- a/deps/lima-bundles.conf +++ b/deps/lima-bundles.conf @@ -1,9 +1,9 @@ ARTIFACT_BASE_URL=https://deps.runfinch.com AARCH64_ARTIFACT_PATHING=aarch64 -AARCH64_ARTIFACT=lima-and-qemu.macos-aarch64.1719307443.tar.gz -AARCH64_512_DIGEST=5e692792e82b710c8451cc191350d7dc2d813775457a40ba2beb3e676bbd439de2e04ab3bb92d242fe0cf59e8be5b680595ff4e4d8074a4ce09765acaa3f003a +AARCH64_ARTIFACT=lima-and-qemu.macos-aarch64.1719916289.tar.gz +AARCH64_512_DIGEST=181e1c8561c8e31df69812b6a00671f8c3d93b034af233549adb0a4446557c33002020b946e83c5f3fec4deeb53fbd2ebaa8107ddefd2e046ecb48b3adb6980c X86_64_ARTIFACT_PATHING=x86-64 -X86_64_ARTIFACT=lima-and-qemu.macos-x86_64.1719307443.tar.gz -X86_64_512_DIGEST=e32f8ec09cd0fa615a775febe624618e2b88a222a34268ade10fd0a6ce39f5c8c503eecdfb81c6e0f441b6edfced82db8022a2e451ca8b29db807694b73a7da9 +X86_64_ARTIFACT=lima-and-qemu.macos-x86_64.1719916289.tar.gz +X86_64_512_DIGEST=6a051145d79ee94aa7af8cf88c1d0091a5883163fafa3496258ba675cbf6d14786c160d428acf734f0bac21f08dd9d8e1d7145187943c246f641659ac3e23418 From 22ef0d51a072a7643c77f775afc4b38819a3fe0b Mon Sep 17 00:00:00 2001 From: Austin Vazquez <55906459+austinvazquez@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:37:03 -0700 Subject: [PATCH 3/3] ci: fix set timestamp output (#365) Issue #, if available: Latest rootfs build did not have timestamp set. *Description of changes:* This change fixes the set timestamp bug introduced with #342 *Testing done:* Ran change in fork CI ![image](https://github.com/runfinch/finch-core/assets/55906459/d9335b47-e13f-4cb6-a345-7dcd76c2ebb2) - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Austin Vazquez --- .github/workflows/release.yaml | 2 +- .github/workflows/rootfs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a36334d..c128eb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -233,7 +233,7 @@ jobs: - name: Generate Timestamp id: timestamp - run: echo "{value}={$(date +%s)}" >> $GITHUB_OUTPUT + run: echo "value=$(date +%s)" >> $GITHUB_OUTPUT - name: Add Ventura builds to tarballs run: | diff --git a/.github/workflows/rootfs.yaml b/.github/workflows/rootfs.yaml index 38b6bb2..1daa838 100644 --- a/.github/workflows/rootfs.yaml +++ b/.github/workflows/rootfs.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Generate Timestamp id: timestamp - run: echo "{value}={$(date +%s)}" >> $GITHUB_OUTPUT + run: echo "value=$(date +%s)" >> $GITHUB_OUTPUT - name: configure aws credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 with: