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 the libcnb group with 3 updates #229

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Bumps the libcnb group with 3 updates: libcnb-common, libcnb-data and libcnb-package.

Updates libcnb-common from 0.21.0 to 0.22.0

Release notes

Sourced from libcnb-common's releases.

v0.22.0

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Changelog

Sourced from libcnb-common's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff in compare view

Updates libcnb-data from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb-data's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff in compare view

Updates libcnb-package from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb-package's changelog.

[0.22.0] - 2024-06-18

Added

  • libcnb:
    • A new API for working with layers has been added. See the BuildContext::cached_layer and BuildContext::uncached_layer docs for examples of how to use this API. (#814)

Changed

  • libcnb:
    • The Layer trait and related types and functions have been deprecated. Please migrate to the new API. (#814)
    • Errors related to layers have been restructured. While this is technically a breaking change, buildpacks usually don't have to be modified in practice. (#814)

Fixed

  • libcnb-data:
    • The working directory for launch processes specifying a WorkingDirectory::Directory value is now respected. (#831)
Commits
  • 8f74590 Prepare release v0.22.0 (#835)
  • 8058f4c Bump buildpacks/github-actions from 5.7.1 to 5.7.2 (#834)
  • aa3268b Migrate examples and test buildpacks to struct layer API (#833)
  • fa568d4 Struct Layer API (#814)
  • b1065a8 Replace '**' with '`' in libherokubuildpack README (#832)
  • 5d59632 Serialize process working directory as working-dir (#831)
  • 6dc72cb Bump buildpacks/github-actions from 5.6.0 to 5.7.1 (#830)
  • f7223a8 Update cyclonedx-bom requirement from 0.5.0 to 0.6.0 (#829)
  • df5bb10 Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#826)
  • 097bef0 Test helpers to match against regular expressions. (#813)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the libcnb group with 3 updates: [libcnb-common](https://github.com/heroku/libcnb.rs), [libcnb-data](https://github.com/heroku/libcnb.rs) and [libcnb-package](https://github.com/heroku/libcnb.rs).


Updates `libcnb-common` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.21.0...v0.22.0)

Updates `libcnb-data` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.21.0...v0.22.0)

Updates `libcnb-package` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: libcnb-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
- dependency-name: libcnb-data
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
- dependency-name: libcnb-package
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 18, 2024 12:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 18, 2024
@edmorley edmorley enabled auto-merge (squash) June 18, 2024 12:50
@edmorley edmorley merged commit 3695020 into main Jun 18, 2024
2 checks passed
@edmorley edmorley deleted the dependabot/cargo/libcnb-0af2974a20 branch June 18, 2024 12:50
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.

None yet

1 participant