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 and libherokubuildpack from 0.6.0 to 0.7.0 #60

Merged
merged 6 commits into from
Apr 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps libcnb from 0.6.0 to 0.7.0.

Release notes

Sourced from libcnb's releases.

libcnb v0.7.0

  • Allow compilation of libcnb.rs buildpacks on Windows. Please note that this does not imply Windows container support, it's meant to allow running unit tests without cross-compiling. (#368)
  • Expose runtime::libcnb_runtime_detect, runtime::libcnb_runtime_build and their related types for advanced use-cases. Buildpack authors should not use these. (#375).
  • Only create layer env, env.build and env.launch directories when environment variables are being set within them (#385).
  • Add WriteLayerError::MissingExecDFile error to ease debugging when an exec.d path is missing (#387).
  • Update project URLs for the GitHub repository move to the heroku org (#388).
  • Update libcnb-data (which provides the types in the data module) from 0.5.0 to 0.6.0 - see the libcnb-data changelog (#391).
Commits
  • 4e3168a Prepare new release of all crates (#391)
  • f94eb8a Bump Swatinem/rust-cache from 1.3.0 to 1.4.0 (#392)
  • adc886f Update bollard requirement from 0.11.1 to 0.12.0 (#390)
  • 553116a Add CODEOWNERS file (#389)
  • 0afba2a Replace malax/libcnb.rs with heroku/libcnb.rs (#388)
  • 70fcf6a Add explicit error for missing exec.d paths (#387)
  • 9144aba Only create layer env directories if env vars are being written (#385)
  • 06b33cc Merge pull request #382 from Malax/build-plan-refactor
  • 18b93d1 more fixes
  • 887a754 Refactor impl From<String> for Require
  • 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 dependabot bot requested a review from a team as a code owner April 12, 2022 10:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 12, 2022
@edmorley
Copy link
Member

@dependabot rebase

Bumps [libcnb](https://github.com/heroku/libcnb.rs) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Commits](heroku/libcnb.rs@libcnb/v0.6.0...libcnb/v0.7.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.7.0 branch from 8c77437 to 4d25f9d Compare April 12, 2022 10:10
Bumps libherokubuildpack from 0.6.0 to 0.7.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.6.0 to 0.7.0 Bump libcnb and libherokubuildpack from 0.6.0 to 0.7.0 Apr 12, 2022
Since:
- that's what's tested in CI (which uses latest stable)
- it helps remind people to upgrade locally
- libherokubuildpack has a minimum of 1.60 anyway
Since for libcnb* releases we tend to manually trigger anyway,
and weekly reduces the noise over daily slightly (not that there
are many PRs for this repo, but in case that changes in the future).
Since:
- this is a framework change rather than a test/dev dependency
- otherwise the "unreleased" section is empty, which looks stranage
  if a release is performed
@edmorley edmorley merged commit cbb1cf0 into main Apr 12, 2022
@edmorley edmorley deleted the dependabot/cargo/libcnb-0.7.0 branch April 12, 2022 10:39
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant