Krzysztof Jaśkiewicz
71d0a79766
Merge pull request #555 from kjaskiewiczz/qa-559
chore: update bug tracker link
2 years ago
Krzysztof Jaskiewicz
14c3f45c97
chore: update bug tracker link
Ticket: QA-559
Signed-off-by: Krzysztof Jaskiewicz <krzysztof.jaskiewicz@northern.tech>
2 years ago
Lluis Campos
0a33d7b862
Merge pull request #552 from mendersoftware/dependabot/pip/tests/pytest-xdist-3.2.0
chore: bump pytest-xdist from 2.5.0 to 3.2.0 in /tests
2 years ago
Lluis Campos
8ba6b40345
Merge pull request #551 from mendersoftware/dependabot/pip/tests/iniconfig-2.0.0
chore: bump iniconfig from 1.1.1 to 2.0.0 in /tests
2 years ago
Kristian Amlie
85770c1964
Merge pull request #550 from kacf/grubenv
fix(grub-mender-grubenv): Boot failure because of missing storage.
2 years ago
dependabot[bot]
9d8e1eb489
chore: bump pytest-xdist from 2.5.0 to 3.2.0 in /tests
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 2.5.0 to 3.2.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases )
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
f29dca2045
chore: bump iniconfig from 1.1.1 to 2.0.0 in /tests
Bumps [iniconfig](https://github.com/pytest-dev/iniconfig ) from 1.1.1 to 2.0.0.
- [Release notes](https://github.com/pytest-dev/iniconfig/releases )
- [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG )
- [Commits](https://github.com/pytest-dev/iniconfig/compare/v1.1.1...v2.0.0 )
---
updated-dependencies:
- dependency-name: iniconfig
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kristian Amlie
8203400d62
fix(grub-mender-grubenv): Boot failure because of missing storage.
Changelog: grub-mender-grubenv: Fix boot failure because
`mender_grub_storage_device` is not exported correctly.
Ticket: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Kristian Amlie
a731e33a36
Merge pull request #549 from kacf/jammy
QA-554: Update to Ubuntu 22.04 Jammy and fix test.
2 years ago
Lluis Campos
c9b9106e00
chore: Update Ubuntu test image to Jammy distribution
Ticket: QA-554
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2 years ago
Kristian Amlie
5a68cecb3a
test: Ignore some grub.cfg differences in `00_header` section.
Ubuntu 22.04 Jammy can trigger differences in searching for the root
device when running live as opposed to mender-convert's jailroot.
Since we have grub scripts which later set root back to the value it
should be, it is safe to ignore these differences. However, since it
is dangerous to ignore these differences *outside* `00_header`, make
the sed script fairly specific so that it is only ignored inside this
section.
Ticket: QA-554
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Kristian Amlie
03bc92ccae
Merge pull request #543 from dellgreen/dpg/MEN-6305/versionGitSubmoduleFix
Project can now be used as a git submodule again
2 years ago
Kristian Amlie
e821fa7151
Merge pull request #545 from dellgreen/dpg/MEN-6307/addZstdSupportForDebPackageExtract
Support mender deb package data archive zstandard compression
2 years ago
Kristian Amlie
1a91bb86cb
Merge pull request #544 from dellgreen/dpg/MEN-6306/addUbuntuJammyClientSupport
Add support for installing mender client for ubuntu jammy conversions
2 years ago
Dell Green
7e4632dbc4
fix: support mender deb package data archive zstandard compression
Newer upstream mender-client deb packages are using zstd compression
for the data tar archive. Up until now there was only support for xz
compression. Added additional support so that the data archive can be
either xz or zstd compressed.
Changelog: support added for mender-client deb package data archive compressed with zstd
Ticket: MEN-6307
Signed-off-by: Dell Green <dell.green@ideaworks.co.uk>
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Dell Green
9e6fb944a3
fix: Add support for installing mender client for ubuntu jammy conversions
Ubuntu Jammy mender-client deb packages are available upstream, without
this update mender-convert fails to find upstream client deb package
to install when converting a ubuntu jammy disk image.
Changelog: Added support for installing mender client for ubuntu jammy conversions
Ticket: #MEN-6306
Signed-off-by: Dell Green <dell.green@ideaworks.co.uk>
2 years ago
Dell Green
4def3a2255
fix: Project can now be used as a git submodule again
To be able to use mender-convert as a git submodule its version needs
passing in as the docker environment does not have access to the parent project
to be able to traverse to get latest tag information
This is a fix for a previous regression
Changelog: Project can now be used as a git submodule again
Ticket: #MEN-6305
Signed-off-by: Dell Green <dell.green@ideaworks.co.uk>
2 years ago
Lluis Campos
282c579820
Merge pull request #541 from mendersoftware/dependabot/pip/tests/cryptography-39.0.1
chore: bump cryptography from 38.0.4 to 39.0.1 in /tests
2 years ago
Lluis Campos
aba6cddfcd
Merge pull request #542 from lluiscampos/MEN-6301-fix-typo-version-check
MEN-6301: fix: Broken version check
2 years ago
Lluis Campos
e6f1276145
fix: Print multi-line warning correctly
`log_warn` does not support multi-line strings, so only the first line
was being printed to the user.
Changelog: None
Ticket: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2 years ago
Lluis Campos
f16d5f21b4
fix: Broken version check
Changelog: None
Ticket: MEN-6301
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2 years ago
dependabot[bot]
23e2c02899
chore: bump cryptography from 38.0.4 to 39.0.1 in /tests
Bumps [cryptography](https://github.com/pyca/cryptography ) from 38.0.4 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/38.0.4...39.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Lluis Campos
af76e4e72c
Merge pull request #534 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-21.1.0
chore: bump jsdom from 20.0.3 to 21.1.0 in /scripts/linkbot
2 years ago
Lluis Campos
7d233cc132
Merge pull request #540 from lluiscampos/dependabot-feb01
Dependabot test updates for Februrary
2 years ago
dependabot[bot]
651632e15f
chore: bump requests from 2.28.1 to 2.28.2 in /tests
Bumps [requests](https://github.com/psf/requests ) from 2.28.1 to 2.28.2.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.28.2 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
9ea8a6c162
chore: bump packaging from 22.0 to 23.0 in /tests
Bumps [packaging](https://github.com/pypa/packaging ) from 22.0 to 23.0.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/22.0...23.0 )
---
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
37b66e6cfe
chore: bump pytest from 7.2.0 to 7.2.1 in /tests
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.0...7.2.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
c4d48ab434
chore: bump urllib3 from 1.26.13 to 1.26.14 in /tests
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.13 to 1.26.14.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.13...1.26.14 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
1602d4b004
chore: bump invoke from 1.7.3 to 2.0.0 in /tests
Bumps [invoke](https://github.com/pyinvoke/invoke ) from 1.7.3 to 2.0.0.
- [Release notes](https://github.com/pyinvoke/invoke/releases )
- [Commits](https://github.com/pyinvoke/invoke/compare/1.7.3...2.0.0 )
---
updated-dependencies:
- dependency-name: invoke
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
cd0a590ba5
chore: bump jsdom from 20.0.3 to 21.1.0 in /scripts/linkbot
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 20.0.3 to 21.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/20.0.3...21.1.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Lluis Campos
eeb8ea224a
Merge pull request #533 from mendersoftware/dependabot/submodules/tests/mender-image-tests-9eba9cf
chore: bump tests/mender-image-tests from `85a184c` to `9eba9cf`
2 years ago
dependabot[bot]
55beef250c
chore: bump tests/mender-image-tests from `85a184c` to `9eba9cf`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `85a184c` to `9eba9cf`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](85a184c913
...9eba9cf752dc0b759f7124de436f8a187ab269f7)
---
updated-dependencies:
- dependency-name: tests/mender-image-tests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kristian Amlie
c627f1c501
Merge pull request #530 from kacf/parallel_testing
test: Make tests parallelizable and update to parallel image-tests.
2 years ago
Kristian Amlie
bd0ccc5642
test: Increase parallel factor.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Kristian Amlie
8d6d269c66
Merge pull request #531 from kacf/sh_syntax
fix(grub-mender-grubenv): Fix sh-compatibility issue.
2 years ago
Kristian Amlie
b7cc2e1f10
test: Make tests parallelizable and update to parallel image-tests.
Ticket: QA-499
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Kristian Amlie
29ba9f19e7
test: Make run-tests able to take pytest arguments after `--`.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Kristian Amlie
c733ed5012
test: Work around some host dependent irrelevant script differences.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Kristian Amlie
cc8cbae3ef
fix(grub-mender-grubenv): Fix sh-compatibility issue.
No changelog, because this was never released.
Changelog: None
Ticket: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Kristian Amlie
280ad24cc3
Merge pull request #526 from kacf/grub-mender-grubenv_lock
fix: Update to grub-mender-grubenv with lock fix.
2 years ago
Kristian Amlie
c0fee00b63
fix: Update to grub-mender-grubenv with lock fix.
Changelog: grub-mender-grubenv: Add lock file to prevent data races
when accessing boot environment concurrently.
Changelog: grub-mender-grubenv: Fail execution if both environments
are corrupt.
Changelog: grub-mender-grubenv: Recompute checksum after restoring
environment (new versions of grub-editenv add extra data).
Ticket: None
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2 years ago
Lluis Campos
eab440fad3
Merge pull request #528 from lluiscampos/dependabot-jan23
Dependabot updates January 2023
2 years ago
dependabot[bot]
b73c291ff7
chore: bump chardet from 5.0.0 to 5.1.0 in /tests
Bumps [chardet](https://github.com/chardet/chardet ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/chardet/chardet/releases )
- [Commits](https://github.com/chardet/chardet/compare/5.0.0...5.1.0 )
---
updated-dependencies:
- dependency-name: chardet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
0637cf6ca0
chore: bump attrs from 22.1.0 to 22.2.0 in /tests
Bumps [attrs](https://github.com/python-attrs/attrs ) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-attrs/attrs/compare/22.1.0...22.2.0 )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
3746630615
chore: bump packaging from 21.3 to 22.0 in /tests
Bumps [packaging](https://github.com/pypa/packaging ) from 21.3 to 22.0.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/21.3...22.0 )
---
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
eb5277a696
chore: bump filelock from 3.8.0 to 3.9.0 in /tests
Bumps [filelock](https://github.com/tox-dev/py-filelock ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.8.0...3.9.0 )
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Lluis Campos
cb3117b374
Merge pull request #525 from lluiscampos/license-2023
chore: Update license copyright to 2023
2 years ago
Lluis Campos
aee885f0a3
chore: Update license copyright to 2023
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2 years ago
Lluis Campos
7af41b0c1e
Merge pull request #519 from mendersoftware/dependabot/pip/tests/ubi-reader-0.8.5
chore: bump ubi-reader from 0.8.2 to 0.8.5 in /tests
2 years ago
dependabot[bot]
9042bd4bb5
chore: bump ubi-reader from 0.8.2 to 0.8.5 in /tests
Bumps [ubi-reader](https://github.com/jrspruitt/ubi_reader ) from 0.8.2 to 0.8.5.
- [Release notes](https://github.com/jrspruitt/ubi_reader/releases )
- [Commits](https://github.com/jrspruitt/ubi_reader/commits )
---
updated-dependencies:
- dependency-name: ubi-reader
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago