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
Fabio Tranchitella
09903b4875
Merge pull request #518 from mendersoftware/dependabot/pip/tests/certifi-2022.12.7
chore: bump certifi from 2022.9.24 to 2022.12.7 in /tests
2 years ago
dependabot[bot]
9b203bda84
chore: bump certifi from 2022.9.24 to 2022.12.7 in /tests
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases )
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Lluis Campos
02c22a5418
Merge pull request #517 from lluiscampos/chore-update-dind
ci: Update Docker-inDocker service images to latest
2 years ago
Lluis Campos
6d6671041f
ci: Update Docker-inDocker service images to latest
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2 years ago
Lluis Campos
88a90d57f4
Merge pull request #513 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-20.0.3
chore: bump jsdom from 20.0.2 to 20.0.3 in /scripts/linkbot
2 years ago
dependabot[bot]
d098ee943a
chore: bump jsdom from 20.0.2 to 20.0.3 in /scripts/linkbot
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 20.0.2 to 20.0.3.
- [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.2...20.0.3 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Lluis Campos
1778146a9d
Merge pull request #516 from mendersoftware/dependabot/pip/tests/urllib3-1.26.13
chore: bump urllib3 from 1.26.12 to 1.26.13 in /tests
2 years ago
Lluis Campos
3b8c31a539
Merge pull request #515 from mendersoftware/dependabot/pip/tests/psutil-5.9.4
chore: bump psutil from 5.9.3 to 5.9.4 in /tests
2 years ago
Lluis Campos
285bdb6441
Merge pull request #514 from mendersoftware/dependabot/pip/tests/cryptography-38.0.4
chore: bump cryptography from 38.0.3 to 38.0.4 in /tests
2 years ago
dependabot[bot]
66a83d6088
chore: bump urllib3 from 1.26.12 to 1.26.13 in /tests
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.12 to 1.26.13.
- [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.12...1.26.13 )
---
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]
d3680f4447
chore: bump psutil from 5.9.3 to 5.9.4 in /tests
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.3 to 5.9.4.
- [Release notes](https://github.com/giampaolo/psutil/releases )
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.3...release-5.9.4 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
df927ce859
chore: bump cryptography from 38.0.3 to 38.0.4 in /tests
Bumps [cryptography](https://github.com/pyca/cryptography ) from 38.0.3 to 38.0.4.
- [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.3...38.0.4 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Lluis Campos
2758eec943
Merge pull request #512 from lluiscampos/fix-test-utils
tests: Early abort when image conversion fails
2 years ago
Lluis Campos
13a7f412f8
test: Early abort when image conversion fails
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2 years ago
Lluis Campos
dbb55bd56c
Merge pull request #511 from lluiscampos/QA-493-redesign-runner-tags
QA-493: ci: Update jobs tags for new runners
2 years ago
Lluis Campos
2c8f05045f
ci: Update jobs tags for new runners
Ticket: QA-493
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
2 years ago