Skip to content

Bump libdragon from 10.3.1 to 10.7.1#59

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/libdragon-10.7.1
Closed

Bump libdragon from 10.3.1 to 10.7.1#59
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/libdragon-10.7.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2022

Bumps libdragon from 10.3.1 to 10.7.1.

Release notes

Sourced from libdragon's releases.

v10.7.1

No release notes provided.

v10.7.0

Fixed

  • Logs properly goes to stderr now. Previously they were written to stdout. This means the id output of the start action is now written to stdout while we can also display other information on the terminal. This allowed enabling the docker logs for a more responsive experience. The output of help still goes to stdout.
  • Skip reading the project information for version and help commands. This was breaking things when these were run with a stopped docker service.
  • Resolved a potential failure case where the host mount path is not reported as a native path. That would prevent proper container discovery. This was not being an issue previously but I realized it was not working for Windows now.
  • Do not throw if the output stream is not finalized. This was previously causing issues when the long output of a command is piped to another process like less. Fixes #46
  • Produce a correct error if an invalid flag with a single - is provided.
  • Skeleton project's Makefile clean recipe now works properly. Fixes #56.
  • A case where it is impossible to recover the container is fixed. This was happening when the host does not have git and the cached container file is missing. In that case the cli was attempting to run git without the containerId.
  • destroy can now cleanup any remaining container even if the project init was failed. This is also useful to clean up old folders that were once libdragon projects.

Added

  • Stdin consumption support. Now it is possible to pipe anything to exec and it will pass it through to the target. In case of no running container, it will keep a copy of the stdin stream until the docker process is ready. This enables piping in data from the host if ever needed for some reason. This enables usages like cat file.txt | libdragon exec cat - | less.
  • Automatically convert host paths into posix format so that the user can use the host's path autocompletion. It will also convert absolute host paths into relative container paths automatically. Previously all paths were assumed to be container paths relative to the location corresponding to the host cwd. Closes #24.

Changed

  • Refactored process spawns.
  • Refactored main flow and separated parsing logic.
  • Reorder actions & correction on flag usage for help output.
  • Setting --verbose for start does not guarantee the only-id output anymore.
  • Update submodule for local development.

v10.6.0

Fixed

... (truncated)

Changelog

Sourced from libdragon's changelog.

[10.7.1] - 2022-04-20

Fixed

  • Migrating from and old version was incorrectly erroring out to do an additional init, which is not necessarily required.

Changed

  • Do not print usage information when a command fails.

[10.7.0] - 2022-04-17

Fixed

  • Logs properly goes to stderr now. Previously they were written to stdout. This means the id output of the start action is now written to stdout while we can also display other information on the terminal. This allowed enabling the docker logs for a more responsive experience. The output of help still goes to stdout.

Added

  • Stdin consumption support. Now it is possible to pipe anything to exec and it will pass it through to the target. In case of no running container, it will keep a copy of the stdin stream until the docker process is ready. This enables piping in data from the host if ever needed for some reason. This enables usages like cat file.txt | libdragon exec cat - | less.
  • Automatically convert host paths into posix format so that the user can use the host's path autocompletion. It will also convert absolute host paths into relative container paths automatically. Previously all paths were assumed to be container paths relative to the location corresponding to the host cwd. Closes #24.

Changed

  • Refactored process spawns.
  • Refactored main flow and separated parsing logic.
  • Reorder actions & correction on flag usage for help output.
  • Setting --verbose for start does not guarantee the only-id output anymore.
  • Refactored parameter parsing.
  • Update submdule for local development.

[10.6.0] - 2022-04-09

Fixed

  • Fix a path bug that would cause incorrect behaviour when the command is run deeper than a single level in the project folder.
  • Fix a potential issue where build.shmight be incorrectly found inexistant if the OS is picky about the paths to have native separators.
  • Only save project information when necessary. Previously actions like help

... (truncated)

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [libdragon](https://github.com/anacierdem/libdragon-docker) from 10.3.1 to 10.7.1.
- [Release notes](https://github.com/anacierdem/libdragon-docker/releases)
- [Changelog](https://github.com/anacierdem/libdragon-docker/blob/master/CHANGELOG.md)
- [Commits](anacierdem/libdragon-docker@v10.3.1...v10.7.1)

---
updated-dependencies:
- dependency-name: libdragon
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2022

Superseded by #60.

@dependabot dependabot bot closed this May 16, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/libdragon-10.7.1 branch May 16, 2022 12:01
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants