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 #205

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

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

Updates libcnb from 0.14.0 to 0.15.0

Changelog

Sourced from libcnb's changelog.

[0.15.0] - 2023-09-25

Added

  • libcnb:
    • LayerTypes now implements Copy and Clone. (#670).
  • libcnb-data:
    • ExecDProgramOutputKey, ProcessType, LayerName, BuildpackId and StackId now implement Ord and PartialOrd. (#658)
    • Added generic::GenericMetadata as a generic metadata type. Also makes it the default for BuildpackDescriptor, SingleBuildpackDescriptor, CompositeBuildpackDescriptor and LayerContentMetadata. (#664)
  • libcnb-test:
    • Added the BuildpackReference::WorkspaceBuildpack enum variant. This allows for the testing of any libcnb.rs or composite buildpack in the Cargo workspace, instead of only the buildpack of the current crate. Note: The testing of composite buildpacks requires pack CLI version >=0.30. (#666)

Changed

  • libcnb-data:
    • Renamed the buildpackage module to package_descriptor, and the Buildpackage* types within it to PackageDescriptor*. (#656)
    • Renamed multiple types to match the new composite vs component buildpack upstream terminology. Renamed SingleBuildpackDescriptor to ComponentBuildpackDescriptor, MetaBuildpackDescriptor to CompositeBuildpackDescriptor and BuildpackDescriptor::{Single,Meta} to BuildpackDescriptor::{Component,Composite}. (#682)
  • libcnb-cargo:
    • No longer outputs paths for non-libcnb.rs and non-meta buildpacks. (#657)
    • Build output for humans changed slightly, output intended for machines/scripting didn't change. (#657)
    • When performing buildpack detection, standard ignore files (.ignore and .gitignore) will be respected. (#673)
  • libcnb-test:
    • Renamed BuildpackReference::Crate to BuildpackReference::CurrentCrate. (#666)
Commits
  • 56b4f4e Use the multi-line $GITHUB_OUTPUT syntax for the changelog entry output (#692)
  • 95204ad Prepare release v0.15.0 (#690)
  • f2dbe80 Add a GitHub Actions workflow for publishing a release (#691)
  • f79c1e2 Add a GitHub Actions workflow for preparing a libcnb.rs release (#689)
  • 768a1e9 Update cargo_metadata requirement from 0.17.0 to 0.18.0 (#687)
  • 3ce2962 Update toml requirement from 0.7.6 to 0.8.0 (#688)
  • b9c4e40 Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#685)
  • c2fdcdc Bump actions/checkout from 3 to 4 (#686)
  • c7b2b6a Derive Copy and Clone for LayerTypes (#670)
  • 7f64bf2 Update changelog for Buildpackage* types rename (#684)
  • Additional commits viewable in compare view

Updates libherokubuildpack from 0.14.0 to 0.15.0

Release notes

Sourced from libherokubuildpack's releases.

v0.15.0

Added

  • libcnb:
    • LayerTypes now implements Copy and Clone. (#670).
  • libcnb-data:
    • ExecDProgramOutputKey, ProcessType, LayerName, BuildpackId and StackId now implement Ord and PartialOrd. (#658)
    • Added generic::GenericMetadata as a generic metadata type. Also makes it the default for BuildpackDescriptor, SingleBuildpackDescriptor, CompositeBuildpackDescriptor and LayerContentMetadata. (#664)
  • libcnb-test:
    • Added the BuildpackReference::WorkspaceBuildpack enum variant. This allows for the testing of any libcnb.rs or composite buildpack in the Cargo workspace, instead of only the buildpack of the current crate. Note: The testing of composite buildpacks requires pack CLI version >=0.30. (#666)

Changed

  • libcnb-data:
    • Renamed the buildpackage module to package_descriptor, and the Buildpackage* types within it to PackageDescriptor*. (#656)
    • Renamed multiple types to match the new composite vs component buildpack upstream terminology. Renamed SingleBuildpackDescriptor to ComponentBuildpackDescriptor, MetaBuildpackDescriptor to CompositeBuildpackDescriptor and BuildpackDescriptor::{Single,Meta} to BuildpackDescriptor::{Component,Composite}. (#682)
  • libcnb-cargo:
    • No longer outputs paths for non-libcnb.rs and non-meta buildpacks. (#657)
    • Build output for humans changed slightly, output intended for machines/scripting didn't change. (#657)
    • When performing buildpack detection, standard ignore files (.ignore and .gitignore) will be respected. (#673)
  • libcnb-test:
    • Renamed BuildpackReference::Crate to BuildpackReference::CurrentCrate. (#666)
Changelog

Sourced from libherokubuildpack's changelog.

[0.15.0] - 2023-09-25

Added

  • libcnb:
    • LayerTypes now implements Copy and Clone. (#670).
  • libcnb-data:
    • ExecDProgramOutputKey, ProcessType, LayerName, BuildpackId and StackId now implement Ord and PartialOrd. (#658)
    • Added generic::GenericMetadata as a generic metadata type. Also makes it the default for BuildpackDescriptor, SingleBuildpackDescriptor, CompositeBuildpackDescriptor and LayerContentMetadata. (#664)
  • libcnb-test:
    • Added the BuildpackReference::WorkspaceBuildpack enum variant. This allows for the testing of any libcnb.rs or composite buildpack in the Cargo workspace, instead of only the buildpack of the current crate. Note: The testing of composite buildpacks requires pack CLI version >=0.30. (#666)

Changed

  • libcnb-data:
    • Renamed the buildpackage module to package_descriptor, and the Buildpackage* types within it to PackageDescriptor*. (#656)
    • Renamed multiple types to match the new composite vs component buildpack upstream terminology. Renamed SingleBuildpackDescriptor to ComponentBuildpackDescriptor, MetaBuildpackDescriptor to CompositeBuildpackDescriptor and BuildpackDescriptor::{Single,Meta} to BuildpackDescriptor::{Component,Composite}. (#682)
  • libcnb-cargo:
    • No longer outputs paths for non-libcnb.rs and non-meta buildpacks. (#657)
    • Build output for humans changed slightly, output intended for machines/scripting didn't change. (#657)
    • When performing buildpack detection, standard ignore files (.ignore and .gitignore) will be respected. (#673)
  • libcnb-test:
    • Renamed BuildpackReference::Crate to BuildpackReference::CurrentCrate. (#666)
Commits
  • 56b4f4e Use the multi-line $GITHUB_OUTPUT syntax for the changelog entry output (#692)
  • 95204ad Prepare release v0.15.0 (#690)
  • f2dbe80 Add a GitHub Actions workflow for publishing a release (#691)
  • f79c1e2 Add a GitHub Actions workflow for preparing a libcnb.rs release (#689)
  • 768a1e9 Update cargo_metadata requirement from 0.17.0 to 0.18.0 (#687)
  • 3ce2962 Update toml requirement from 0.7.6 to 0.8.0 (#688)
  • b9c4e40 Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#685)
  • c2fdcdc Bump actions/checkout from 3 to 4 (#686)
  • c7b2b6a Derive Copy and Clone for LayerTypes (#670)
  • 7f64bf2 Update changelog for Buildpackage* types rename (#684)
  • Additional commits viewable in compare view

Updates libcnb-test from 0.14.0 to 0.15.0

Changelog

Sourced from libcnb-test's changelog.

[0.15.0] - 2023-09-25

Added

  • libcnb:
    • LayerTypes now implements Copy and Clone. (#670).
  • libcnb-data:
    • ExecDProgramOutputKey, ProcessType, LayerName, BuildpackId and StackId now implement Ord and PartialOrd. (#658)
    • Added generic::GenericMetadata as a generic metadata type. Also makes it the default for BuildpackDescriptor, SingleBuildpackDescriptor, CompositeBuildpackDescriptor and LayerContentMetadata. (#664)
  • libcnb-test:
    • Added the BuildpackReference::WorkspaceBuildpack enum variant. This allows for the testing of any libcnb.rs or composite buildpack in the Cargo workspace, instead of only the buildpack of the current crate. Note: The testing of composite buildpacks requires pack CLI version >=0.30. (#666)

Changed

  • libcnb-data:
    • Renamed the buildpackage module to package_descriptor, and the Buildpackage* types within it to PackageDescriptor*. (#656)
    • Renamed multiple types to match the new composite vs component buildpack upstream terminology. Renamed SingleBuildpackDescriptor to ComponentBuildpackDescriptor, MetaBuildpackDescriptor to CompositeBuildpackDescriptor and BuildpackDescriptor::{Single,Meta} to BuildpackDescriptor::{Component,Composite}. (#682)
  • libcnb-cargo:
    • No longer outputs paths for non-libcnb.rs and non-meta buildpacks. (#657)
    • Build output for humans changed slightly, output intended for machines/scripting didn't change. (#657)
    • When performing buildpack detection, standard ignore files (.ignore and .gitignore) will be respected. (#673)
  • libcnb-test:
    • Renamed BuildpackReference::Crate to BuildpackReference::CurrentCrate. (#666)
Commits
  • 56b4f4e Use the multi-line $GITHUB_OUTPUT syntax for the changelog entry output (#692)
  • 95204ad Prepare release v0.15.0 (#690)
  • f2dbe80 Add a GitHub Actions workflow for publishing a release (#691)
  • f79c1e2 Add a GitHub Actions workflow for preparing a libcnb.rs release (#689)
  • 768a1e9 Update cargo_metadata requirement from 0.17.0 to 0.18.0 (#687)
  • 3ce2962 Update toml requirement from 0.7.6 to 0.8.0 (#688)
  • b9c4e40 Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#685)
  • c2fdcdc Bump actions/checkout from 3 to 4 (#686)
  • c7b2b6a Derive Copy and Clone for LayerTypes (#670)
  • 7f64bf2 Update changelog for Buildpackage* types rename (#684)
  • Additional commits viewable 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

@dependabot dependabot bot requested a review from a team as a code owner September 25, 2023 13:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 25, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-67d85af82b branch from d7fcc3b to 606af7e Compare October 1, 2023 10:57
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-67d85af82b branch from 606af7e to 76d6e70 Compare October 9, 2023 13:04
@edmorley
Copy link
Member

edmorley commented Oct 9, 2023

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-67d85af82b branch from 76d6e70 to 01bd685 Compare October 9, 2023 13:19
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-67d85af82b branch from 01bd685 to 8b5faad Compare October 24, 2023 10:28
@edmorley
Copy link
Member

@dependabot recreate

Bumps the libcnb group with 3 updates: [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.14.0 to 0.15.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.14.0...v0.15.0)

Updates `libherokubuildpack` from 0.14.0 to 0.15.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.14.0...v0.15.0)

Updates `libcnb-test` from 0.14.0 to 0.15.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.14.0...v0.15.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/libcnb-67d85af82b branch from 4cc32ff to 2dd126d Compare October 24, 2023 12:35
@edmorley edmorley self-assigned this Oct 24, 2023
@edmorley edmorley enabled auto-merge (squash) October 24, 2023 13:10
@edmorley edmorley merged commit dd8376a into main Oct 24, 2023
5 checks passed
@edmorley edmorley deleted the dependabot/cargo/libcnb-67d85af82b branch October 24, 2023 13:10
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