Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Bump github.com/buildpacks/pack from 0.9.0 to 0.10.0 #308

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/buildpacks/pack from 0.9.0 to 0.10.0.

Release notes

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

pack v0.10.0

This is a beta 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. Note that pack is intended for local image builds, and thus requires a Docker daemon. The lifecycle should be used directly when building on cloud platforms.

Prerequisites

  • The Docker daemon must be installed on your workstation or accessible over the network.

Install

If you're on macOS, you can use Homebrew:

$ brew install buildpacks/tap/pack

Otherwise:

  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

Usage:
  pack [command]

Available Commands: build Generate app image from source code rebase Rebase app image with latest run image inspect-image Show information about a built image create-builder Create builder image package-buildpack Package buildpack in OCI format. set-run-image-mirrors Set mirrors to other repositories for a given run image inspect-builder Show information about a builder set-default-builder Set default builder used by other commands suggest-builders Display list of recommended builders suggest-stacks Display list of recommended stacks version Show current 'pack' version report Display useful information for reporting an issue completion Outputs completion script location help Help about any command

Flags: -h, --help Help for 'pack' --no-color Disable color output </tr></table> ... (truncated)

Commits
  • 06d9983 Fix: Add exe extension to windows pack binary
  • 1e0c9e5 Merge pull request #577 from jromero/feature/release-workflow
  • f0a53db Rename darwin artifact to macos
  • 3189b49 Fix windows artifact extension
  • a39362b Add comment to multiline output, fix windows artifact name
  • 0483735 Add release job to build workflow
  • 410225f Merge pull request #574 from buildpacks/feature/version-sevmer-gitsha1-update
  • e66c5c6 Make out directory a resource, don't evaluate SRC until necessary
  • ac29dd1 Update semver metadata format
  • 6634a99 Derive pack version from branch name
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/buildpacks/pack](https://github.com/buildpacks/pack) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/buildpacks/pack/releases)
- [Commits](buildpacks/pack@v0.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot merged commit 00ba451 into master Apr 16, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/buildpacks/pack-0.10.0 branch April 16, 2020 13:07
@nebhale nebhale added semver:patch A change requiring a patch version bump type:dependency-upgrade A dependency upgrade labels Oct 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
semver:patch A change requiring a patch version bump type:dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants