-
Notifications
You must be signed in to change notification settings - Fork 116
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
Changes for 202012.01 release #2
Changes for 202012.01 release #2
Conversation
| AWS IoT Device Shadow | 1.0.2 | 03/31/2023 | https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2 | | ||
| AWS IoT Device Defender | 1.1.0 | 03/31/2023 | https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.1.0 | | ||
| AWS IoT Jobs | 1.1.0 | 03/31/2023 | https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.1.0 | | ||
| AWS IoT Over-the-air Update | 3.0.0 | 03/31/2023 | https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.0.0 | | ||
|
||
## FreeRTOS LTS Versioning and Patches | ||
|
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.
We need to add a line here for
202012.01: Added AWS IoT Device Defender, IoT Jobs, IoT OTA to FreeRTOS 202012-LTS.
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.
Per separate conversation, I have added a CHANGELOG.md file for this information
[submodule "aws/jobs-for-aws-iot-embedded-sdk"] | ||
path = aws/jobs-for-aws-iot-embedded-sdk | ||
url = git@github.com:aws/Jobs-for-AWS-IoT-embedded-sdk.git | ||
branch = main |
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.
is branch required?
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.
Other library submodules have the branch name mentioned, so this is just being consistent with them.
In the future, if we add automation functionality of auto-updating the submodules, the tracking branch will be useful
.gitmodules
Outdated
url = git@github.com:aws/Device-Defender-for-AWS-IoT-embedded-sdk.git | ||
[submodule "aws/ota-for-aws-iot-embedded-sdk"] | ||
path = aws/ota-for-aws-iot-embedded-sdk | ||
url = git@github.com:aws/ota-for-aWS-iot-embedded-sdk.git |
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.
https? is aWS in the link with the correct cases?
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.
Yeah, the link will still work haha. I have fixed the issue though.
README.md
Outdated
|
||
## FreeRTOS LTS Versioning and Patches | ||
|
||
FreeRTOS LTS releases use a date-based versioning scheme (YYYYMM) followed by a patch sequential number (.XX). For example, FreeRTOS 202012.02 LTS means the second patch to the December-2020 FreeRTOS LTS release. Currently, there are no patches for the FreeRTOS 202012.00 LTS release. You can subscribe to [GitHub notifications](https://docs.github.com/en/free-pro-team@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications) to receive information on patches or other updates to this repository. | ||
FreeRTOS LTS releases use a date-based versioning scheme (YYYYMM) followed by a patch sequential number (.XX). For example, FreeRTOS 202012.02 LTS means the second patch to the December-2020 FreeRTOS LTS release. You can subscribe to [GitHub notifications](https://docs.github.com/en/free-pro-team@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications) to receive information on patches or other updates to this repository. |
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.
One minor suggestion:
You can review the changelog and subscribe
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.
Updated
Changes for 202012.01 release include addition of Jobs, OTA and Defender libraries