Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/buildpacks/lifecycle from 0.7.5 to 0.8.0 #403

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 2, 2020

Bumps github.com/buildpacks/lifecycle from 0.7.5 to 0.8.0.

Release notes

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

lifecycle v0.8.0

Welcome to v0.8.0, a beta release of the Cloud Native Buildpack Lifecycle. This release introduces performance improvements, style improvements, and bug fixes.

Prerequisites

The lifecycle runs as a normal user in a series of unprivileged Linux containers. To export images and cache image layers, it requires access to a Docker daemon or Docker registry.

Install

Extract the .tgz file and copy the lifecycle binaries into a build stack base image. The build image can then be orchestrated by a platform implementation such as the pack CLI or tekton.

Features

  • Colored phase demarcations when running creator (#299, #300)

Performance Improvements

  • Faster layer compression (#298)
  • Removes unnecessary thread lock (#297)

Bug Fixes

  • Handles not found errors from Harbor (#303, #304)
  • Improved tag validation error messages (#295, #296)
Commits
  • b78738f Merge pull request #307 from buildpacks/fix-launcher-test-flake
  • aadbe8f Update acceptance/launcher_test.go
  • 99e8574 Fixes flaky launcher test
  • 9675f55 Merge pull request #305 from buildpacks/version-file
  • 8a5b9e1 Prepare for 0.8.0 release.
  • af0ef6f Merge pull request #301 from buildpacks/launcher-acceptance
  • 7a3b172 Merge pull request #304 from buildpacks/bugfix/303-harbor-manifest-not-found
  • 570d2cc Handle 404s from harbor
  • 93cd84a Launcher test improvements
  • cce425d Adds acceptance tests for launcher
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @matthewmcnew.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 2, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jun 3, 2020

Codecov Report

Merging #403 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #403   +/-   ##
=======================================
  Coverage   68.75%   68.75%           
=======================================
  Files          82       82           
  Lines        3457     3457           
=======================================
  Hits         2377     2377           
  Misses        804      804           
  Partials      276      276           

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 813443e...74517f5. Read the comment docs.

@tylerphelan tylerphelan self-requested a review June 3, 2020 16:20
Copy link
Collaborator

@matthewmcnew matthewmcnew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also rebuild the lifecycle image we ship with kpack that is built in hack/lifecycle/main.go

dependabot-preview bot and others added 3 commits June 4, 2020 10:28
Bumps [github.com/buildpacks/lifecycle](https://github.com/buildpacks/lifecycle) from 0.7.5 to 0.8.0.
- [Release notes](https://github.com/buildpacks/lifecycle/releases)
- [Commits](buildpacks/lifecycle@v0.7.5...v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
- The github.com/docker/docker module is used in github.com/buildpacks/imgutil
  and in knative.dev/pkg. This requires the github.com/docker/docker module to use
  the same git sha as github.com/buildpacks/imgutil
Signed-off-by: Matthew McNew <mmcnew@pivotal.io>
@tylerphelan tylerphelan force-pushed the dependabot/go_modules/github.com/buildpacks/lifecycle-0.8.0 branch from 22ef0d9 to 74517f5 Compare June 4, 2020 14:29
@dependabot-preview dependabot-preview bot merged commit e3f1249 into master Jun 4, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/buildpacks/lifecycle-0.8.0 branch June 4, 2020 14:34
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.

3 participants