From 8d52264333b93869e2d8af0b7c075b105ce9b536 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Wed, 27 Sep 2023 13:09:14 +0000 Subject: [PATCH 1/3] Update default Pack version to v0.31.0 Signed-off-by: GitHub --- setup-pack/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-pack/action.yml b/setup-pack/action.yml index 0c15152..f18a00b 100644 --- a/setup-pack/action.yml +++ b/setup-pack/action.yml @@ -6,7 +6,7 @@ inputs: pack-version: description: 'The version of pack to install' required: false - default: '0.30.0' + default: '0.31.0' runs: using: "composite" From e178a944d6d157214af15ab3bd372e63c4f91910 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:42:20 +0100 Subject: [PATCH 2/3] Set required labels on the automatic pack version update PRs When a new Pack CLI version is released, automation opens PRs like: https://github.com/buildpacks/github-actions/pull/227 Currently the human reviewer has to remember to set the semver and type labels on that PR in order for the status checks to pass. Now, the automation will set these itself on the PR. Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com> --- .github/workflows/update-pack-version.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-pack-version.yml b/.github/workflows/update-pack-version.yml index 9f307e8..a02dbf7 100644 --- a/.github/workflows/update-pack-version.yml +++ b/.github/workflows/update-pack-version.yml @@ -30,6 +30,9 @@ jobs: Release notes: https://github.com/buildpacks/pack/releases/tag/v${{ steps.version.outputs.new_version }} + labels: | + semver:patch + type:dependency-upgrade branch: update-version base: main signoff: true From 0db80b63b39eed46066b20be6c5ce20795bd6173 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Wed, 18 Oct 2023 05:03:08 +0000 Subject: [PATCH 3/3] Bump pipeline from 1.33.0 to 1.34.0 Bumps pipeline from 1.33.0 to 1.34.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 7aa332e..2b17ffd 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.33.0 +1.34.0