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 libcnb + libherokubuildpack from 0.5.0 to 0.6.0 #49

Merged
merged 3 commits into from
Apr 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps libcnb from 0.5.0 to 0.6.0.

Release notes

Sourced from libcnb's releases.

libcnb v0.6.0

  • Add #[must_use] to DetectResult, DetectResultBuilder, PassDetectResultBuilder, FailDetectResultBuilder, BuildResult and BuildResultBuilder (#288).
  • Add additional_buildpack_binary_path! macro to resolve paths to additional buildpack binaries. Only works when the buildpack is packaged with libcnb-cargo/libcnb-test. (#320)
  • Increase minimum supported Rust version from 1.56 to 1.58 (#318).
  • Add support for exec.d programs in layers. Use LayerResultBuilder::exec_d_program to add exec.d programs to a layer. (#326)
  • Add libcnb::exec_d::write_exec_d_program_output which writes libcnb::data::exec_d::ExecDProgramOutput in a spec conforming way. Use this to implement custom exec.d programs for your buildpack with libcnb.rs. (see exec.d example) (#326)
  • Update libcnb-data (which provides the types in the data module) from 0.4.0 to 0.5.0 - see the libcnb-data changelog. (#361)
  • Update libcnb-proc-macros from 0.1.1 to 0.2.0 - see the libcnb-proc-macros changelog. (#361)
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 requested a review from a team as a code owner February 28, 2022 12:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Feb 28, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-0.6.0 branch from faebed5 to fe153f3 Compare March 21, 2022 13:13
@dependabot dependabot bot changed the base branch from main to schneems/release March 22, 2022 16:35
@schneems schneems force-pushed the schneems/release branch 6 times, most recently from 1da85bb to 2ab5792 Compare March 23, 2022 13:26
@schneems schneems removed the rust label Mar 23, 2022
@edmorley edmorley changed the base branch from schneems/release to main March 23, 2022 13:40
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-0.6.0 branch from fe153f3 to b566f29 Compare April 6, 2022 15:13
@edmorley
Copy link
Member

edmorley commented Apr 8, 2022

@dependabot rebase

Bumps [libcnb](https://github.com/Malax/libcnb.rs) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/Malax/libcnb.rs/releases)
- [Commits](Malax/libcnb.rs@libcnb/v0.5.0...libcnb/v0.6.0)

---
updated-dependencies:
- dependency-name: libcnb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-0.6.0 branch from b566f29 to 4026a9c Compare April 8, 2022 17:00
edmorley added 2 commits April 8, 2022 18:03
Bumps libherokubuildpack from 0.5.0 to 0.6.0.

---
updated-dependencies:
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@edmorley edmorley changed the title Bump libcnb from 0.5.0 to 0.6.0 Bump libcnb + libherokubuildpack from 0.5.0 to 0.6.0 Apr 8, 2022
Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

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

I've cherrypicked #50 into this PR, since both libcnb and libherokubuildpack unfortunately have to be updated in lockstep (another reason we should get rid of libherokubuildpack)

@edmorley edmorley merged commit 3d34f87 into main Apr 8, 2022
@edmorley edmorley deleted the dependabot/cargo/libcnb-0.6.0 branch April 8, 2022 17:21
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