Josef Holzmayr
a8df0abd02
README: note 32bit-compatibility and Raspbian
Changelog: clarify Raspbian compatibility
Signed-off-by: Josef Holzmayr <josef.holzmayr@northern.tech>
3 years ago
Josef Holzmayr
fdb9d60f64
README: add section "Requisites"
Changelog: clarify supported development platforms
Defining Ubuntu 18.04 x86_64 as the officially
supported host platform and clarifying requirements
for local storage
Signed-off-by: Josef Holzmayr <josef.holzmayr@northern.tech>
3 years ago
Lluis Campos
d6ffdcdb1b
Merge pull request #430 from TheYoctoJester/macOS-fixes
docker-mender-convert: fix mktemp invocation for macOS/*BSD
3 years ago
oleorhagen
27892c73e5
Merge pull request #432 from oleorhagen/MEN-5221
MEN-5221: Handle secure boot Grub
3 years ago
Ole Petter
687d09e9b1
refac: Use local for function local variables
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
Ole Petter
2b805e29dc
MEN-5221: Keep Grub if EFI shim is found in the boot partition
In the case a boot shim is found on the boot partition, we do keep the boot
partition pristine, and only install the generated mender `grub.cfg` file we need.
In all other cases, we fall back to the old functionality of installing
mender-grub and nuking the existing bootloader.
Changelog: commit
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
Ole Petter
aed2dbd4e7
MEN-5221: Keep the UUID of the original first partition
This simply writes the GPT UUID of the boot partition to be the same as the UUID
of the first partition in the original disk image.
Changelog: Keep the UUID of the original first partition on the boot partition
of the converted image when the partition table is GPT.
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
Josef Holzmayr
c67b5ea1de
docker-mender-convert: fix mktemp invocation for macOS/*BSD
Changelog: fix compatibility of docker-mender-convert with macOS/*BSD
The macOS/*BSD versions of mktemp do not support the -p flag
for passing in a path prefix. Fixing this by making $(pwd)
part of the template (-t). Based on a suggestion at [1].
[1]: https://hub.mender.io/t/bug-convert-a-raw-disk-image-in-macos-fails-mktemp-illegal-option-p/4428/3?u=theyoctojester
Signed-off-by: Josef Holzmayr <josef.holzmayr@northern.tech>
3 years ago
oleorhagen
1c248f5356
Merge pull request #423 from sensslen/master
modify fstab instead of replacing in order to keep modifications made
3 years ago
Simon Ensslen
afb1b23bdd
modify fstab instead of replacing in order to keep modifications made
Changelog: The fstab file from the image being converted is now preserved across convertions, with the Mender specific additions merged with the existing fstab file, as opposed to replacing it completely. Which was the previous approach.
Signed-off-by: Simon Ensslen <simon.ensslen@griesser.ch>
3 years ago
Lluis Campos
5f6b4e9163
Merge pull request #431 from mendersoftware/dependabot/submodules/tests/mender-image-tests-ee1266a
Changelog:All: Bump tests/mender-image-tests from `02b3578` to `ee1266a`
3 years ago
dependabot[bot]
30d1ee1eb3
Changelog:All: Bump tests/mender-image-tests from `02b3578` to `ee1266a`
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests ) from `02b3578` to `ee1266a`.
- [Release notes](https://github.com/mendersoftware/mender-image-tests/releases )
- [Commits](02b357825d
...ee1266afe8ec58efce9b4223e2489ac023b0582f)
---
updated-dependencies:
- dependency-name: tests/mender-image-tests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Lluis Campos
1368c934d2
Merge pull request #428 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
f497dcb48a
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Peter Grzybowski
c0b5cdca47
Merge pull request #426 from merlin-northern/men_5257_debian_11
MEN-5257 Debian 11 tests support.
3 years ago
Peter Grzybowski
8a8d34f51b
MEN-5257 Debian 11 tests support.
ChangeLog:title
Signed-off-by: Peter Grzybowski <peter@northern.tech>
3 years ago
Lluis Campos
f73d53c219
Merge pull request #422 from lluiscampos/MEN-5410-debian-and-ubuntu-repos
MEN-5410: Modify Debian packages installation for new repositories
3 years ago
Lluis Campos
d460de3c80
Fix installation of user specified versions for mender-configure add-on
It has been broken since the introduction of mender-configure.
This add-on is architecture independent, so when downloading the .deb
directly from the pool we need to look for "all" suffix instead of the
target architecture. This worked fine for "latest" and "master" versions
because the filename for these were resolved via repository's Packages.
Changelog: title
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
6a72ff4cae
MEN-5410: URL encode '+' also on pool downloads
Now the packages from tags will also contain this character. Same fix as
in ed5da386
.
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
766f2a9c2b
MEN-5410: Fallback to old version strings when package is missing
Otherwise won't be possible to install old versions published with the
old schema.
Amends commit b196804
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
423686a44b
mender_convert_config: Refactor deb packages install into a function
Do not repeat yourself...
Changelog: None
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
b19680413f
MEN-5410: Modify Debian packages installation for new repositories
Changelog: Download and install Debian packages taking into account the
target OS. Now downloads.mender.io serves four distributions: the two
latests releases for Debian and Ubuntu. Probe /etc/os-release to figure
out the correct package to install, and fallback to Debian Buster
packages which was the previous default.
Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
3 years ago
Lluis Campos
44eadaa533
Merge pull request #421 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
144622acb4
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Lluis Campos
c2ee1cb146
Merge pull request #416 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
6d0237a94d
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Lluis Campos
0dbc9b5b83
Merge pull request #420 from lluiscampos/master-license
master: Bump license year to 2022
3 years ago
Ole Petter
e3edfc0cb9
Bump license year to 2022
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
(cherry picked from commit 9fdb558426
)
3 years ago
Lluis Campos
3eb8b4c6d1
Merge pull request #413 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
mender-test-bot
c095619dc1
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
oleorhagen
f6b19f8494
Merge pull request #409 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-19.0.0
Changelog:All: Bump jsdom from 18.1.1 to 19.0.0 in /scripts/linkbot
3 years ago
Kristian Amlie
f5391352fa
Merge pull request #410 from kacf/unbound_variable
Fix "unbound variable" error when using `raspberrypi4_ubuntu_config`.
3 years ago
Kristian Amlie
ecf0631564
Fix "unbound variable" error when using `raspberrypi4_ubuntu_config`.
Changelog: Title
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
3 years ago
Lluis Campos
73c3f11d6a
Merge pull request #408 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
dependabot[bot]
fe00bc46ce
Changelog:All: Bump jsdom from 18.1.1 to 19.0.0 in /scripts/linkbot
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 18.1.1 to 19.0.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/18.1.1...19.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
mender-test-bot
fb0bd09825
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
oleorhagen
b5e9202cbe
Merge pull request #407 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-18.1.1
Changelog:All: Bump jsdom from 18.1.0 to 18.1.1 in /scripts/linkbot
3 years ago
Kristian Amlie
2d07e4814e
Merge pull request #406 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
dependabot[bot]
d84ef5b7e3
Changelog:All: Bump jsdom from 18.1.0 to 18.1.1 in /scripts/linkbot
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 18.1.0 to 18.1.1.
- [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/18.1.0...18.1.1 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
mender-test-bot
ff6e308c01
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
oleorhagen
2fcf9ee057
Merge pull request #404 from oleorhagen/fix-linkbot-rpi-os
linkbot: Handle the double quote in the raspi-os image link
3 years ago
Ole Petter
6070d7eb5a
linkbot: Handle the double quote in the raspi-os image link
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago
oleorhagen
ffe415232c
Merge pull request #403 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-18.1.0
Changelog:All: Bump jsdom from 18.0.1 to 18.1.0 in /scripts/linkbot
3 years ago
dependabot[bot]
7830760785
Changelog:All: Bump jsdom from 18.0.1 to 18.1.0 in /scripts/linkbot
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 18.0.1 to 18.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/18.0.1...18.1.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Lluis Campos
c941aadc37
Merge pull request #402 from mendersoftware/dependabot/npm_and_yarn/scripts/linkbot/jsdom-18.0.1
Changelog:All: Bump jsdom from 18.0.0 to 18.0.1 in /scripts/linkbot
3 years ago
Kristian Amlie
d374b61ce6
Merge pull request #401 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
3 years ago
dependabot[bot]
5533be91b1
Changelog:All: Bump jsdom from 18.0.0 to 18.0.1 in /scripts/linkbot
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 18.0.0 to 18.0.1.
- [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/18.0.0...18.0.1 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
mender-test-bot
a5238bac00
Image-Bot - Image updates
Changelog: None
Signed-off-by: mender-test-bot <mender@northern.tech>
3 years ago
Lluis Campos
dcdb11f812
Merge pull request #400 from oleorhagen/fix-bot-zip-suffix
linkbot: Remove the image name suffix from the image name
3 years ago
Ole Petter
a9740723a2
linkbot: Remove the image name suffix from the image name
Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
3 years ago