Skip to content

Commit 2cd165b

Browse files
authored
Public Preview Refresh, Release 0.8.0 (#118)
1 parent 743bb72 commit 2cd165b

File tree

437 files changed

+46303
-11865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

437 files changed

+46303
-11865
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_size = 4
8+
indent_style = space
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"EditorConfig.EditorConfig"
4+
]
5+
}

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
## Release 0.8.0 (2022-02-03)
2+
### Major changes
3+
* Proxy update plug in/out component support
4+
* Multi-step update capabilities for all update types
5+
* Diagnostics
6+
* Script Update Handler
7+
* Add "Goal state" agent-based update orchestration
8+
* Extensibility and Bundle Update support
9+
10+
### Breaking changes
11+
* Remove Cloud-based update orchestration
12+
* Replace adu-conf.txt config file with du-config.json
13+
* Replace simulator platform layer with JSON-driven simulator handler
14+
15+
### Notable enhancements
16+
* Update dependencies for Ubuntu 18.04 ARM64 build
17+
* Add BASH script support for import manifest schema v4.0
18+
* PowerShell scripts for generating Import Manifest V4 schema
19+
* Add Adu shell trusted User permission check
20+
* Add support for the AIS field gatewayHost for Nested Edge GatewayHostName
21+
22+
### Notable fixes
23+
* Fix DO dependency breaking changes integration
24+
* Fix Child process doesn't terminate if execvp fails
25+
* Fix leak zlog file handle
26+
* Fix DU Agent - File download failed if target already exist in the sandbox (erc:0xC00D0011)
27+
* Fix syslog group doesn't exist in Debian system
28+
* Fix Need to include our license in Debian package
29+
* Fix zlog stops flushing to file after first roll of logs
30+
* Fix adu-shell should exit if launched by non-adu group user
31+
32+
## Release 0.7.0 (2021-05-14)
33+
34+
* Fix DO group permissions to allow writing connection string
35+
* Advance c-sdk version to include the nested edge gateway fix
36+
* Fix Deployment stuck at ‘in progress’ in startup code path
37+
* Remove scripts and tools directories from pipeline build exclusion
38+
* Relax special chars restrictions on DeviceInfo
39+
* LogLevel should include DEBUG in main.c
40+
* Fixed shellcheck errors in create-adu-import-manifest.sh
41+
* Fixed and checked file padding
42+
* Adu update bash script
43+
* Update page 'How to run agent' with latest feedback
44+
* Fixing erroneous padding in the arm64 pipeline yaml file
45+
* Remove libcpprest dependency in ADUC
46+
* Replace alias or name
47+
48+
49+
## Release 0.7.0-rc1 (2021-03-31)
50+
* Add module id support.
51+
* Change idtype to default to 'module' during IoT Identity Service principal generation
52+
* Default to config file when unable to provision with the IoT Identity Service
53+
* Support agentRestartRequired APT Manifest property
54+
* Add build instructions for agent to provision with IoT Identity Service
55+
* Add generic error handlers
56+
* Add trusted cert option for Nested Edge
57+
58+
## Release 0.6.0 (2021-03-02)
59+
60+
* Initial public release

0 commit comments

Comments
 (0)