forked from mendersoftware/mender-convert
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 3 0 0 #24
Open
schultetwin
wants to merge
191
commits into
master
Choose a base branch
from
update_to_3_0_0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update to 3 0 0 #24
Conversation
This file contains 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
This moves the device configuration to a config script in configs/, from the previous setup in the bootstrap scripts. It does so by creating a new resources/ folder in the top-level directory, which is then populated with the configuration file, and the server parameters only. When the conversion is run with the demo configuration configs/mender_convert_demo_config the conversion will install all the add-on's available, and modify the configuration file in resources to align with our regular Mender demo configuration. Changelog: Add a demo configuration in configs/mender_convert_demo_config which when added at run time creates a Mender demo setup in the converted image. This includes short polling intervals, and all add-on's installed by default. Signed-off-by: Ole Petter <[email protected]>
Changelog: None Signed-off-by: Ole Petter <[email protected]>
MEN-4462: Add a config for demo configuration during conversion
Changelog: None Signed-off-by: Lluis Campos <[email protected]>
run-tests.sh: Update Ubuntu Rpi image to 20.04
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests) from `80bd053` to `fd1d2d6`. - [Release notes](https://github.com/mendersoftware/mender-image-tests/releases) - [Commits](mendersoftware/mender-image-tests@80bd053...fd1d2d6) --- updated-dependencies: - dependency-name: tests/mender-image-tests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…submodules/tests/mender-image-tests-fd1d2d6 Changelog:All: Bump tests/mender-image-tests from `80bd053` to `fd1d2d6`
Changelog: None Signed-off-by: Kristian Amlie <[email protected]>
Changelog: None Signed-off-by: mender-test-bot <[email protected]>
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests) from `fd1d2d6` to `798d07e`. - [Release notes](https://github.com/mendersoftware/mender-image-tests/releases) - [Commits](mendersoftware/mender-image-tests@fd1d2d6...798d07e) --- updated-dependencies: - dependency-name: tests/mender-image-tests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…-request/patch Image-Bot: New images available
…submodules/tests/mender-image-tests-798d07e Changelog:All: Bump tests/mender-image-tests from `fd1d2d6` to `798d07e`
This is done for several reasons: * The images do not contain the client anymore. * We want to have the mender-convert version in the name, so that we don't overwrite old, working images. We also add the build variable `MENDER_CONVERT_PUBLISH_VERSION`, to allow publishing of tagged mender-convert versions with small fixes on top. And finally, we introduce the `PUBLISH_MENDER_CONVERT` variable to publish images from tags. Branches are always published, even without this flag. Changelog: None Signed-off-by: Kristian Amlie <[email protected]>
Changelog: None Signed-off-by: Kristian Amlie <[email protected]>
Switch to publish Raspberry Pi images using mender-convert version.
The temporary S3 bucket is not perfectly secure, because credentials can be obtained by outsiders by submitting a malicious pull request, and then later they can be used to manipulate objects while a privileged pipeline is running (during a release). Fix this by submitting a checksum file using the standard Gitlab artifact mechanism, and check that what we uploaded in one job, is what we get in the next one. Changelog: None Signed-off-by: Kristian Amlie <[email protected]>
Add checksumming to artifacts from temporary S3 bucket.
Bumps [tests/mender-image-tests](https://github.com/mendersoftware/mender-image-tests) from `798d07e` to `9585db2`. - [Release notes](https://github.com/mendersoftware/mender-image-tests/releases) - [Commits](mendersoftware/mender-image-tests@798d07e...9585db2) --- updated-dependencies: - dependency-name: tests/mender-image-tests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Changelog: None Signed-off-by: mender-test-bot <[email protected]>
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.6.0 to 16.7.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](jsdom/jsdom@16.6.0...16.7.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…-request/patch Image-Bot: New images available
…ainer Testing mendersoftware#433 with solved merge conflicts
Changelog: None Signed-off-by: Ole Petter <[email protected]>
Changelog: None Signed-off-by: Ole Petter <[email protected]>
Changelog: None Signed-off-by: Ole Petter <[email protected]>
They've changed their image extensions again Changelog: None Signed-off-by: Ole Petter <[email protected]>
Handle xz images in monitor-raspbian
Changelog: None Signed-off-by: Ole Petter <[email protected]>
QA-365: Update the PR template to go with conventional commits
Ticket: QA-294 Signed-off-by: Ole Petter <[email protected]>
Test farm runner
Ticket: QA-412 Signed-off-by: Mikael Torp-Holte <[email protected]>
…ndabot-prefix chore: Change dependabot prefix
Signed-off-by: Ole Petter <[email protected]>
…ional-commits ci: make linkbot respect our conventional commit format
Signed-off-by: Ole Petter <[email protected]>
chore(mender-artifact): bump mender-artifact version to latest
No changelog needed, since nothing is released yet. Changelog: None Ticket: None Signed-off-by: Kristian Amlie <[email protected]>
This is needed after Dockerization. Changelog: None Ticket: None Signed-off-by: Kristian Amlie <[email protected]>
Dockerization fixes
This fixes a boot problem which was introduced in the standalone grub boot scripts, during the grub.d integration work. Changelog: None Ticket: None Signed-off-by: Kristian Amlie <[email protected]>
Signed-off-by: Kristian Amlie <[email protected]>
Because the shim has hardcoded paths for each distribution, it is better to use the `grub-install --removable` argument to install into `/EFI/BOOT` than to do it ourselves. This makes sure that all files are present and loaded from correct locations. The symptom before this change was that the shim could not find the grubx64.efi file, which is because we were not installing it correctly. So in fact the image would not boot, even though it would boot after a Mender conversion. Signed-off-by: Kristian Amlie <[email protected]>
When introducing grub.d integration, we switched to using the already- installed grub binary if it existed. But this is not a good idea, because it may come with hardcoded paths which may fail to load the script that we put in `/EFI/BOOT`. So revert to the old behavior, install our own pre-compiled grub binary if grub.d integration is off. No changelog, since we never released this regression. Changelog: None Ticket: None Signed-off-by: Kristian Amlie <[email protected]>
Fix for mender-convert regressions.
…o 3.0.x Signed-off-by: Kristian Amlie <[email protected]>
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.
Update mender convert to 3.0.0