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.13.1 to 0.14.0 #299

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2020

Bumps github.com/buildpacks/pack from 0.13.1 to 0.14.0.

Release notes

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

pack v0.14.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

For instructions on installing pack, see our installation docs.

Run

Run the command pack.

You should see the following output

CLI for building apps using Cloud Native Buildpacks

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 inspect-buildpack Show information about a buildpack set-run-image-mirrors Set mirrors to other repositories for a given run image set-default-builder Set default builder used by other commands inspect-builder Show information about a builder suggest-builders Display list of recommended builders trust-builder Trust builder untrust-builder Stop trusting builder list-trusted-builders List Trusted Builders create-builder Create builder image package-buildpack Package buildpack in OCI format. 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 -q, --quiet Show less output --timestamps Enable timestamps in output -v, --verbose Show more output --version Show current 'pack' version </tr></table>

... (truncated)

Commits
  • 62ea2e6 Fix: (pre-)release conditional in workflow
  • a0a6e81 Merge pull request #832 from supra08/registry-flag-update
  • 053285d Fix tests for using config for fetching registries
  • 90ec686 Fix tests and add change default reference
  • f623056 Enable registry selection by name cross-referenced by config
  • db395e7 Fix registry selector flag in build command and validation for the input
  • eee7a50 Merge pull request #857 from buildpacks/default_registry
  • 7b09b97 Merge remote-tracking branch 'origin/main' into default_registry
  • d83178d Fix: exclude pre-releases when determining latest pack release in acceptance
  • b805fac ensure there is always an official default registry
  • 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

Bumps [github.com/buildpacks/pack](https://github.com/buildpacks/pack) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/buildpacks/pack/releases)
- [Changelog](https://github.com/buildpacks/pack/blob/main/RELEASE.md)
- [Commits](buildpacks/pack@v0.13.1...v0.14.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2020
@codecov
Copy link

codecov bot commented Oct 1, 2020

Codecov Report

Merging #299 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   96.29%   96.29%           
=======================================
  Files         106      106           
  Lines        6344     6344           
=======================================
  Hits         6109     6109           
  Misses        196      196           
  Partials       39       39           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcce830...46b53a4. Read the comment docs.

@scothis scothis merged commit 00a7f74 into main Oct 2, 2020
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/buildpacks/pack-0.14.0 branch October 2, 2020 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant