chore(deps): update dependency mendersoftware/mender-artifact to v4.4.0#2875
Open
mender-test-bot wants to merge 2 commits intomasterfrom
Open
chore(deps): update dependency mendersoftware/mender-artifact to v4.4.0#2875mender-test-bot wants to merge 2 commits intomasterfrom
mender-test-bot wants to merge 2 commits intomasterfrom
Conversation
Author
|
@mender-test-bot, start a full integration test pipeline with:
my commands and optionsYou can prevent me from automatically starting CI pipelines:
You can trigger a client pipeline on multiple prs with:
You can trigger GitHub->GitLab branch sync with:
You can print PR statistics for a repository with:
You can cherry pick to a given branch or branches with:
|
Signed-off-by: mender-test-bot <mender@northern.tech>
ffac1cb to
73d5339
Compare
Contributor
|
@mender-test-bot start integration pipeline |
Author
|
Hello 😺 I created a pipeline for you here: Pipeline-2423325531 Build Configuration Matrix
|
That is where new versions are published. Ticket: QA-1507 Changelog: none Signed-off-by: Vratislav Podzimek <vratislav.podzimek+auto-signed@northern.tech>
Contributor
|
@mender-test-bot start integration pipeline |
Author
|
Hello 😺 I created a pipeline for you here: Pipeline-2423393896 Build Configuration Matrix
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
3.11.2→4.4.04.1.0→4.4.0Release Notes
mendersoftware/mender-artifact (mendersoftware/mender-artifact)
v4.4.0Compare Source
Bug fixes
List
compatible-typesas a required argument(MEN-9376) (daca4c3) by @danielskinstad
Populate type in type-info for rootfs-image
(7598da8)
Fix regression which caused the "write rootfs-image"
command to produce an Artifact with empty "type" in type-info and
thus not adhering to the format specification. The same versions
that write such an Artifact will also accept it, but both issues
have been fixed: A corrupt Artifact is not written anymore, nor
will corrupt Artifacts be accepted. If you have produced an
Artifact using a version of mender-artifact prior to 4.3.1, you
may have to recreate it.
Features
Add 'tmp' directory cli option
(MEN-8479) (e6d7ff1) by @rewanrashid-boop
Change mender-artifact 'install', 'write rootfs-image', 'modify' to
allow for custom 'tmp' directory
v4.3.0Compare Source
Bug fixes
Improve header path validation parsing artifact header
(171d940) by @alfrunes
Currently, the artifact format allows path traversal patterns in the
header.tarentry as only the prefix and basename of the path isvalidated. Although the mender artifact library or CLI never extracts
the artifact header to the file system, the validation should validate
the paths against the specification.
This commit makes the installer parse the entire path pattern.
Compatibility with Windows for tar paths
(743ec49) by @alfrunes
Replaced path expansion library from OS dependent
path/filepathtopathwhich uses tar-compatible/separator for path segments when evaluating tar paths.Features
Add --compatible-types (-c) as alias for --device-type
(MEN-9010) (1adacac) by @vpodzime
Add a new CLI option --compatible-types with short option -c that
works the same way as --device-type but is mutually exclusive
with it. This provides an alternative name for specifying
compatible types when creating artifacts.
The new flag is available on all write subcommands: rootfs-image,
module-image, and bootstrap-artifact.
The old CLI option --device-type is now marked as deprecated and
its use produces a warning.
Also, "Compatible devices" is now replaced by "Compatible types" in
readcommand output.
v4.2.0Compare Source
Features
Optionally warn or fail on large Artifact sizes
(MEN-8567) (5f23818) by @lluiscampos
The
writecommands can now warn or fail when creating Artifacts biggerthan a certain size. This feature is meant to be used with upcoming
Mender Tier plans, which may set up limits on the Artifact size.
The behaviour can be controlled with the flags:
--warn-artifact-sizeto soft warn on Artifacts larger than the limit--max-artifact-sizeto hard fail on Artifacts larger than the limitNote that the limits are not enforced when streaming to stdout output,
nor on other commands that may increase the Artifact size like
modify,cporinstall.Build
Fix
make testtarget(41c96f0) by @lluiscampos
The well-intended commit
ba669f0brokemake testwhen improvingthe
make coveragetarget :)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.