Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps github.com/buildpacks/pack from 0.30.0-rc1 to 0.30.0-rc2.

Release notes

Sourced from github.com/buildpacks/pack's releases.

pack v0.30.0-rc2

This is a beta pre-release of the Cloud Native Buildpack local CLI. This platform implementation should be relatively stable and reliable, but breaking changes in the underlying specification may be implemented without notice.

Prerequisites

  • A container runtime such as Docker or podman must be available to execute builds.

Install

Linux

AMD64
(curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.30.0-rc2/pack-v0.30.0-rc2-linux.tgz" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)
ARM64
(curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.30.0-rc2/pack-v0.30.0-rc2-linux-arm64.tgz" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)

MacOS

Intel
(curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.30.0-rc2/pack-v0.30.0-rc2-macos.tgz" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)
Apple Silicon
(curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.30.0-rc2/pack-v0.30.0-rc2-macos-arm64.tgz" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)

Manually

  1. Download the .tgz or .zip file for your platform
  2. Extract the pack binary
  3. (Optional) Add the directory containing pack to PATH, or copy pack to a directory like /usr/local/bin

Run

Run the command pack.

You should see the following output:

CLI for building apps using Cloud Native Buildpacks
</tr></table> 

... (truncated)

Commits
  • c38f7da Merge pull request #1863 from buildpacks/dependabot/go_modules/golang.org/x/o...
  • b144721 Merge branch 'main' into dependabot/go_modules/golang.org/x/oauth2-0.11.0
  • 07a8c20 Merge pull request #1866 from dlion/1799-fix-rebasable-logic-and-test
  • 3967c67 Merge branch 'main' into 1799-fix-rebasable-logic-and-test
  • 82665a5 Merge pull request #1868 from buildpacks/bump-lifecycle
  • 7bfa5f0 Bump lifecycle
  • a780ef4 Merge branch 'main' into 1799-fix-rebasable-logic-and-test
  • 7c88353 Merge branch 'main' into dependabot/go_modules/golang.org/x/oauth2-0.11.0
  • 325df35 Merge pull request #1864 from buildpacks/dependabot/go_modules/github.com/bui...
  • 623c198 Add test for the GetLabel function
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/buildpacks/pack](https://github.com/buildpacks/pack) from 0.30.0-rc1 to 0.30.0-rc2.
- [Release notes](https://github.com/buildpacks/pack/releases)
- [Changelog](https://github.com/buildpacks/pack/blob/main/RELEASE.md)
- [Commits](buildpacks/pack@v0.30.0-rc1...v0.30.0-rc2)

---
updated-dependencies:
- dependency-name: github.com/buildpacks/pack
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #3332 (5744d2b) into master (5e21eaf) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3332   +/-   ##
=======================================
  Coverage   75.64%   75.64%           
=======================================
  Files         172      172           
  Lines       38198    38198           
=======================================
  Hits        28894    28894           
  Misses       8262     8262           
  Partials     1042     1042           

@Mia-Cross Mia-Cross added this pull request to the merge queue Aug 14, 2023
Merged via the queue into master with commit 9883cc5 Aug 14, 2023
@Mia-Cross Mia-Cross deleted the dependabot/go_modules/github.com/buildpacks/pack-0.30.0-rc2 branch August 14, 2023 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants