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 across 1 directory with 3 updates #279

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the libcnb group with 3 updates in the / directory: libcnb, libherokubuildpack and libcnb-test.

Updates libcnb from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb'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 libherokubuildpack from 0.21.0 to 0.22.0

Release notes

Sourced from libherokubuildpack'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 libherokubuildpack'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-test from 0.21.0 to 0.22.0

Changelog

Sourced from libcnb-test'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

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from joshwlewis as a code owner July 1, 2024 21:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code skip changelog labels Jul 1, 2024
@joshwlewis
Copy link
Member

@dependabot rebase

Bumps the libcnb group with 3 updates in the / directory: [libcnb](https://github.com/heroku/libcnb.rs), [libherokubuildpack](https://github.com/heroku/libcnb.rs) and [libcnb-test](https://github.com/heroku/libcnb.rs).


Updates `libcnb` 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 `libherokubuildpack` 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-test` 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
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
- dependency-name: libcnb-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libcnb
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-9cb6f36200 branch from 95d4b6d to 223fdd3 Compare July 29, 2024 17:37
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2024

Superseded by #293.

@dependabot dependabot bot closed this Aug 28, 2024
@dependabot dependabot bot deleted the dependabot/cargo/libcnb-9cb6f36200 branch August 28, 2024 11:22
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 skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant