From 7ad51bab52cfb5750657d4d33ad40d7735f86729 Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Thu, 22 Aug 2024 05:10:40 +0000 Subject: [PATCH] Bump pipeline from 1.39.0 to 1.40.0 Bumps pipeline from 1.39.0 to 1.40.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/pipeline-version | 2 +- .github/workflows/pb-create-package.yml | 21 +++++---------------- .github/workflows/pb-tests.yml | 17 +++-------------- .github/workflows/pb-update-cargo.yml | 4 ++-- .github/workflows/pb-update-procfile.yml | 4 ++-- .github/workflows/pb-update-rust-dist.yml | 4 ++-- .github/workflows/pb-update-rustup.yml | 4 ++-- .github/workflows/pb-update-syft.yml | 4 ++-- 8 files changed, 19 insertions(+), 41 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 5edffce..32b7211 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.39.0 +1.40.0 diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index 2796182..012a355 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -26,24 +26,13 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest - - uses: buildpacks/github-actions/setup-tools@v5.6.0 + - uses: buildpacks/github-actions/setup-tools@v5.7.2 with: crane-version: 0.19.1 yj-version: 5.1.0 - - name: Install pack - run: | - #!/usr/bin/env bash - # this is coming from a copy of https://github.com/buildpacks/pack/actions/runs/8118576298 stored on box - # TODO to revisit when the official one is out - set -euo pipefail - - echo "Installing pack experimental" - - mkdir -p "${HOME}"/bin - echo "${HOME}/bin" >> "${GITHUB_PATH}" - - curl -L "https://ent.box.com/shared/static/j4d1bfe9uk1sb0i7zjvci0md9xmy41u4" -o ${HOME}/bin/pack - chmod +x "${HOME}"/bin/pack + - uses: buildpacks/github-actions/setup-pack@v5.7.2 + with: + pack-version: 0.34.2 - name: Enable pack Experimental if: ${{ false }} run: | @@ -212,7 +201,7 @@ jobs: DIGEST: ${{ steps.package.outputs.digest }} GITHUB_TOKEN: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} - if: ${{ true }} - uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.6.0 + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.7.2 with: address: docker.io/paketocommunity/rust@${{ steps.package.outputs.digest }} id: paketo-community/rust diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index 6576275..4b900ff 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -25,20 +25,9 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest - - name: Install pack - run: | - #!/usr/bin/env bash - # this is coming from a copy of https://github.com/buildpacks/pack/actions/runs/8118576298 stored on box - # TODO to revisit when the official one is out - set -euo pipefail - - echo "Installing pack experimental" - - mkdir -p "${HOME}"/bin - echo "${HOME}/bin" >> "${GITHUB_PATH}" - - curl -L "https://ent.box.com/shared/static/j4d1bfe9uk1sb0i7zjvci0md9xmy41u4" -o ${HOME}/bin/pack - chmod +x "${HOME}"/bin/pack + - uses: buildpacks/github-actions/setup-pack@v5.7.2 + with: + pack-version: 0.34.2 - name: Enable pack Experimental if: ${{ false }} run: | diff --git a/.github/workflows/pb-update-cargo.yml b/.github/workflows/pb-update-cargo.yml index 769bd04..4390ebe 100644 --- a/.github/workflows/pb-update-cargo.yml +++ b/.github/workflows/pb-update-cargo.yml @@ -26,7 +26,7 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-package-dependency@latest - - uses: buildpacks/github-actions/setup-tools@v5.6.0 + - uses: buildpacks/github-actions/setup-tools@v5.7.2 with: crane-version: 0.19.1 yj-version: 5.1.0 @@ -87,7 +87,7 @@ jobs: with: author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com> body: Bumps [`docker.io/paketocommunity/cargo`](https://docker.io/paketocommunity/cargo) from [`${{ steps.package.outputs.old-version }}`](https://docker.io/paketocommunity/cargo:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://docker.io/paketocommunity/cargo:${{ steps.package.outputs.new-version }}). - branch: update/package/cargo + branch: update/packages commit-message: |- Bump docker.io/paketocommunity/cargo from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }} diff --git a/.github/workflows/pb-update-procfile.yml b/.github/workflows/pb-update-procfile.yml index 4f88914..d0e166e 100644 --- a/.github/workflows/pb-update-procfile.yml +++ b/.github/workflows/pb-update-procfile.yml @@ -26,7 +26,7 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-package-dependency@latest - - uses: buildpacks/github-actions/setup-tools@v5.6.0 + - uses: buildpacks/github-actions/setup-tools@v5.7.2 with: crane-version: 0.19.1 yj-version: 5.1.0 @@ -87,7 +87,7 @@ jobs: with: author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com> body: Bumps [`docker.io/paketobuildpacks/procfile`](https://docker.io/paketobuildpacks/procfile) from [`${{ steps.package.outputs.old-version }}`](https://docker.io/paketobuildpacks/procfile:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://docker.io/paketobuildpacks/procfile:${{ steps.package.outputs.new-version }}). - branch: update/package/procfile + branch: update/packages commit-message: |- Bump docker.io/paketobuildpacks/procfile from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }} diff --git a/.github/workflows/pb-update-rust-dist.yml b/.github/workflows/pb-update-rust-dist.yml index e8fe01c..f026cf0 100644 --- a/.github/workflows/pb-update-rust-dist.yml +++ b/.github/workflows/pb-update-rust-dist.yml @@ -26,7 +26,7 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-package-dependency@latest - - uses: buildpacks/github-actions/setup-tools@v5.6.0 + - uses: buildpacks/github-actions/setup-tools@v5.7.2 with: crane-version: 0.19.1 yj-version: 5.1.0 @@ -87,7 +87,7 @@ jobs: with: author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com> body: Bumps [`docker.io/paketocommunity/rust-dist`](https://docker.io/paketocommunity/rust-dist) from [`${{ steps.package.outputs.old-version }}`](https://docker.io/paketocommunity/rust-dist:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://docker.io/paketocommunity/rust-dist:${{ steps.package.outputs.new-version }}). - branch: update/package/rust-dist + branch: update/packages commit-message: |- Bump docker.io/paketocommunity/rust-dist from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }} diff --git a/.github/workflows/pb-update-rustup.yml b/.github/workflows/pb-update-rustup.yml index 1d75c2c..94b9bde 100644 --- a/.github/workflows/pb-update-rustup.yml +++ b/.github/workflows/pb-update-rustup.yml @@ -26,7 +26,7 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-package-dependency@latest - - uses: buildpacks/github-actions/setup-tools@v5.6.0 + - uses: buildpacks/github-actions/setup-tools@v5.7.2 with: crane-version: 0.19.1 yj-version: 5.1.0 @@ -87,7 +87,7 @@ jobs: with: author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com> body: Bumps [`docker.io/paketocommunity/rustup`](https://docker.io/paketocommunity/rustup) from [`${{ steps.package.outputs.old-version }}`](https://docker.io/paketocommunity/rustup:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://docker.io/paketocommunity/rustup:${{ steps.package.outputs.new-version }}). - branch: update/package/rustup + branch: update/packages commit-message: |- Bump docker.io/paketocommunity/rustup from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }} diff --git a/.github/workflows/pb-update-syft.yml b/.github/workflows/pb-update-syft.yml index 33c81fd..dc7b6a7 100644 --- a/.github/workflows/pb-update-syft.yml +++ b/.github/workflows/pb-update-syft.yml @@ -26,7 +26,7 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/update-package-dependency@latest - - uses: buildpacks/github-actions/setup-tools@v5.6.0 + - uses: buildpacks/github-actions/setup-tools@v5.7.2 with: crane-version: 0.19.1 yj-version: 5.1.0 @@ -87,7 +87,7 @@ jobs: with: author: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} <${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}@users.noreply.github.com> body: Bumps [`docker.io/paketobuildpacks/syft`](https://docker.io/paketobuildpacks/syft) from [`${{ steps.package.outputs.old-version }}`](https://docker.io/paketobuildpacks/syft:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://docker.io/paketobuildpacks/syft:${{ steps.package.outputs.new-version }}). - branch: update/package/syft + branch: update/packages commit-message: |- Bump docker.io/paketobuildpacks/syft from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }}