-
Notifications
You must be signed in to change notification settings - Fork 32
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 client 4.13.2 #107
Merged
Merged
Update client 4.13.2 #107
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
Update to latest mbed-client. See changelog: https://github.com/PelionIoT/mbed-cloud-client/blob/4.13.2/CHANGELOG.md
Add tip how to see who's taking the port. You could be running accidentally another instance of mbed-edge already, that you forgot about. Or snap-pelion-edge...
You can add access to local folders for a snap-based application, you just need to know how. It gets especially confusing if your working drive happens to be NOT under your $HOME-folder, as snaps can see ONLY under $HOME. In those cases you MUST mount that drive to be UNDER $HOME!
Update libcURL to latest.
Update crytopgraphy to latest as well. Add test instructions to README.md.
We're now using v3, there's a v4 availabe. Starting using that.
It used to be Ubuntu 20.04, we can upgrade to 22.04.
The yocto builds work very differently. They do not use/rely on the requirements.txt, but rather what's specified in the recipes. The exact versions of python modules then come via the recipes the Yocto environment provides. Things are not pulled from pypi in Yocto.
jenia81
approved these changes
Dec 20, 2023
petedyer11
approved these changes
Dec 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
Mbed Edge pull request
Description
4.13.2
.2.28.2
.cURL
library to version8.5.0
.edge-tool
/cryptography
to41.0.7
.Test instructions
Check list
API change(s)
Example applications updated
Changelog
CHANGELOG.md
updated.