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)
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)
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)
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)
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` 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.
Bumps the libcnb group with 3 updates: libcnb, libherokubuildpack and libcnb-test.
Updates
libcnb
from 0.11.5 to 0.17.0Changelog
Sourced from libcnb's changelog.
... (truncated)
Commits
24a10fd
Prepare release v0.17.0 (#752)487d6f7
Add optional opentelemetry file export tracing (#723)6cd51ce
Prepare release v0.16.0 (#751)d72f9f2
libcnb-package: Only expose functions/types publicly if they are actually use...9db3aa6
Enable the rustcunreachable_pub
lint (#748)cb0454f
Enable the rustcunsafe_code
lint (#749)02f241c
Switch to workspace based lint configuration (#747)335b351
Clean up rustdocs about how to run the integration tests (#745)ee6542f
libcnb-test: Remove redundant Clippy allow attributes (#744)eda8753
libcnb-test: Document Docker resource teardown (#743)Updates
libherokubuildpack
from 0.11.5 to 0.17.0Release notes
Sourced from libherokubuildpack's releases.
... (truncated)
Changelog
Sourced from libherokubuildpack's changelog.
... (truncated)
Commits
24a10fd
Prepare release v0.17.0 (#752)487d6f7
Add optional opentelemetry file export tracing (#723)6cd51ce
Prepare release v0.16.0 (#751)d72f9f2
libcnb-package: Only expose functions/types publicly if they are actually use...9db3aa6
Enable the rustcunreachable_pub
lint (#748)cb0454f
Enable the rustcunsafe_code
lint (#749)02f241c
Switch to workspace based lint configuration (#747)335b351
Clean up rustdocs about how to run the integration tests (#745)ee6542f
libcnb-test: Remove redundant Clippy allow attributes (#744)eda8753
libcnb-test: Document Docker resource teardown (#743)Updates
libcnb-test
from 0.11.5 to 0.17.0Changelog
Sourced from libcnb-test's changelog.
... (truncated)
Commits
24a10fd
Prepare release v0.17.0 (#752)487d6f7
Add optional opentelemetry file export tracing (#723)6cd51ce
Prepare release v0.16.0 (#751)d72f9f2
libcnb-package: Only expose functions/types publicly if they are actually use...9db3aa6
Enable the rustcunreachable_pub
lint (#748)cb0454f
Enable the rustcunsafe_code
lint (#749)02f241c
Switch to workspace based lint configuration (#747)335b351
Clean up rustdocs about how to run the integration tests (#745)ee6542f
libcnb-test: Remove redundant Clippy allow attributes (#744)eda8753
libcnb-test: Document Docker resource teardown (#743)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