-
Notifications
You must be signed in to change notification settings - Fork 2
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 2 updates #120
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Aug 18, 2023
dependabot
bot
force-pushed
the
dependabot/cargo/libcnb-3408c4c860
branch
from
August 18, 2023 16:50
13ceb4a
to
bdf503c
Compare
@dependabot recreate |
dependabot
bot
force-pushed
the
dependabot/cargo/libcnb-3408c4c860
branch
from
August 18, 2023 16:55
bdf503c
to
2cb8233
Compare
edmorley
added a commit
that referenced
this pull request
Aug 18, 2023
#124) The workflows in this repo use libcnb in two ways: 1. As a library (specifically `libcnb-package` and `libcnb-data` 2. As a binary (`cargo libcnb package`) The version of (1) is controlled by `Cargo.toml` / `Cargo.lock` in this repo. Previously the version of (2) wasn't pinned at all, and instead the latest version would be used, meaning that version could get out of sync with that of (1). Now, the version is manually pinned to the same version as in `Cargo.toml`. Longer term this should either be replaced by deriving the version in the workflow, or at least having a CI check/lint that ensures the two are in sync. However, for the short term we want to just fix CNB releases after the 0.14.0 libcnb release, until we have time to make the necessary changes in #120.
dependabot
bot
force-pushed
the
dependabot/cargo/libcnb-3408c4c860
branch
from
August 18, 2023 20:23
2cb8233
to
72368de
Compare
This PR needs:
|
dependabot
bot
force-pushed
the
dependabot/cargo/libcnb-3408c4c860
branch
from
August 31, 2023 10:59
72368de
to
6b21e11
Compare
Closed
1 task
dependabot
bot
force-pushed
the
dependabot/cargo/libcnb-3408c4c860
branch
from
September 1, 2023 13:47
6b21e11
to
3c19086
Compare
Bumps the libcnb group with 2 updates: [libcnb-data](https://github.com/heroku/libcnb.rs) and [libcnb-package](https://github.com/heroku/libcnb.rs). Updates `libcnb-data` from 0.13.0 to 0.14.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.13.0...v0.14.0) Updates `libcnb-package` from 0.13.0 to 0.14.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.13.0...v0.14.0) --- updated-dependencies: - 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] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/cargo/libcnb-3408c4c860
branch
from
September 12, 2023 14:39
3c19086
to
678fd8f
Compare
Superseded by #148. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the libcnb group with 2 updates: libcnb-data and libcnb-package.
Updates
libcnb-data
from 0.13.0 to 0.14.0Changelog
Sourced from libcnb-data's changelog.
Commits
b700ea0
Prepare release v0.14.0 (#646)2b935db
Pin intra-libcnb* crate dependencies to exact versions (#644)cce17cf
Rename libcnb-cargo integration test file (#645)1db3a09
Add version links in the changelog (#643)f892818
Update Quick Start Guide (#640)4644deb
Runcargo upgrade
as part of preparing libcnb releases (#641)ec90a43
Move packaged buildpack directory out oftarget/
(#583)e3a3da8
Refactor libcnb-cargo integration tests (#637)e99e3aa
libcnb-test: Improve error messages foraddress_for_port
(#636)74708c6
libcnb-test: Implementfmt::Display
forLogOutput
(#635)Updates
libcnb-package
from 0.13.0 to 0.14.0Changelog
Sourced from libcnb-package's changelog.
Commits
b700ea0
Prepare release v0.14.0 (#646)2b935db
Pin intra-libcnb* crate dependencies to exact versions (#644)cce17cf
Rename libcnb-cargo integration test file (#645)1db3a09
Add version links in the changelog (#643)f892818
Update Quick Start Guide (#640)4644deb
Runcargo upgrade
as part of preparing libcnb releases (#641)ec90a43
Move packaged buildpack directory out oftarget/
(#583)e3a3da8
Refactor libcnb-cargo integration tests (#637)e99e3aa
libcnb-test: Improve error messages foraddress_for_port
(#636)74708c6
libcnb-test: Implementfmt::Display
forLogOutput
(#635)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> dependency
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> dependency
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