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.12.0 to 0.13.0 #1331

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2021

Bumps github.com/buildpacks/lifecycle from 0.12.0 to 0.13.0.

Release notes

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

lifecycle v0.13.0

Welcome to v0.13.0, a beta release of the Cloud Native Buildpacks Lifecycle.

Prerequisites

The lifecycle runs as a normal user in a series of unprivileged 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.

Lifecycle Image

An OCI image containing the lifecycle binaries is available at buildpacksio/lifecycle:0.13.0.

Features

  • When using buildpack API 0.7 or greater, buildpacks may output Software Bill of Materials (SBOM) files with the application/vnd.cyclonedx+json, application/spdx+json, or application/vnd.syft+json media type (buildpacks/lifecycle#749 by @​aemengo)
  • When using platform API 0.8 or greater, the exporter will include launch-associated SBOM files output by buildpacks as a layer in the application image. Build-associated SBOM files will be available to platforms in the <layers>/sbom/build directory. Cache-associated SBOM files will be cached and restored to the buildpack layers directory on re-builds of the same image (buildpacks/lifecycle#749 by @​aemengo)
  • Use a newer version of the CycloneDX/gh-gomod-generate-sbom action for generating the lifecycle’s CycloneDX SBOM (buildpacks/lifecycle#750 by @​VinodAnandan)

Bug Fixes

Contributors

We'd like to acknowledge that this release wouldn't be as good without the help of the following amazing contributors: @​VinodAnandan, @​aemengo, @​jabrown85, @​mboldt, @​natalieparellano, @​samj1912, @​sclevine

lifecycle v0.13.0-rc.1

Welcome to v0.13.0-rc.1, a beta pre-release of the Cloud Native Buildpacks Lifecycle.

Prerequisites

The lifecycle runs as a normal user in a series of unprivileged 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.

Lifecycle Image

An OCI image containing the lifecycle binaries is available at buildpacksio/lifecycle:0.13.0-rc.1.

... (truncated)

Commits
  • 496670f Update buildpack.toml to use sbom-formats (#768)
  • 9ba9bb8 Fix comment (#767)
  • 880a801 Error when previous bom is specified on buildpack API 0.7 (#764)
  • 196f637 Switch bom to sbom (#761) (#763)
  • b1a2a7c Merge pull request #762 from aemengo/switch-bom-to-sbom-2
  • 9172723 bom -> sbom
  • 8e4dbe0 Update README with latest supported apis (#758)
  • 7762adc Automatically update lifecycle.toml when new apis are added (#756)
  • 6438e02 Use sbom instead of bom as filename prefix for consistency (#759)
  • 075a63e Don't print warnings about run image for older platform apis (#757)
  • 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)

Bumps [github.com/buildpacks/lifecycle](https://github.com/buildpacks/lifecycle) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/buildpacks/lifecycle/releases)
- [Changelog](https://github.com/buildpacks/lifecycle/blob/main/RELEASE.md)
- [Commits](buildpacks/lifecycle@v0.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 18, 2021 22:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code type/chore Issue that requests non-user facing changes. labels Nov 18, 2021
@github-actions github-actions bot added this to the 0.23.0 milestone Nov 18, 2021
@sambhav
Copy link
Member

sambhav commented Nov 22, 2021

Included in #1334. This can be closed.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/buildpacks/lifecycle-0.13.0 branch November 22, 2021 09:49
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 go Pull requests that update Go code type/chore Issue that requests non-user facing changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant