Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/buildpacks/pack from 0.30.0-pre2.0.20230525202136-52902b093e04 to 0.30.0-rc1.

Release notes

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

pack v0.30.0-rc1

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-rc1/pack-v0.30.0-rc1-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-rc1/pack-v0.30.0-rc1-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-rc1/pack-v0.30.0-rc1-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-rc1/pack-v0.30.0-rc1-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

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/buildpacks/pack-0.30.0-rc1 branch 3 times, most recently from c0ff65b to 2279f48 Compare August 7, 2023 15:08
Bumps [github.com/buildpacks/pack](https://github.com/buildpacks/pack) from 0.30.0-pre2.0.20230525202136-52902b093e04 to 0.30.0-rc1.
- [Release notes](https://github.com/buildpacks/pack/releases)
- [Changelog](https://github.com/buildpacks/pack/blob/main/RELEASE.md)
- [Commits](https://github.com/buildpacks/pack/commits/v0.30.0-rc1)

---
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 force-pushed the dependabot/go_modules/github.com/buildpacks/pack-0.30.0-rc1 branch from 2279f48 to 4987c75 Compare August 8, 2023 13:58
@quantumsheep quantumsheep changed the title chore(deps): bump github.com/buildpacks/pack from 0.30.0-pre2.0.20230525202136-52902b093e04 to 0.30.0-rc1 fix(deploy): use docker as requests host and wait for namespace Aug 9, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #3328 (0f98aac) into master (4bd94c9) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3328      +/-   ##
==========================================
- Coverage   75.65%   75.64%   -0.02%     
==========================================
  Files         172      172              
  Lines       38198    38198              
==========================================
- Hits        28898    28894       -4     
- Misses       8258     8262       +4     
  Partials     1042     1042              
Files Changed Coverage Δ
...espaces/container/v1beta1/custom_deploy_helpers.go 71.87% <100.00%> (ø)

... and 1 file with indirect coverage changes

@quantumsheep quantumsheep added this pull request to the merge queue Aug 9, 2023
Merged via the queue into master with commit 5e21eaf Aug 9, 2023
@quantumsheep quantumsheep deleted the dependabot/go_modules/github.com/buildpacks/pack-0.30.0-rc1 branch August 9, 2023 13:55
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