You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
129
129
- Fixed missing DOCKER_RUN_ARGS
130
130
- Fixed Miscellaneous typos
131
131
132
+
## [2.0.4] - 2021-12-03
133
+
### Changed
134
+
- Fixed /dev/null permissions
135
+
- Fixed BASH syntax between distro versions
136
+
- Fixed builder-docker runtime detection
137
+
- Fixed Miscellaneous bugs
138
+
132
139
## [2.5.0] - 2022-06-17
133
140
### Added
134
141
- Dynamic Profiles - The Dynamic Profile feature allows ESP to install software on a target machine without any user interaction. See https://github.com/intel/Edge-Software-Provisioner#dynamic-profile
@@ -151,6 +158,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
151
158
### Known Issue
152
159
- Virtual PXE (vpxe.sh) may cause a kernel panic under a nested VM. Work around is to build a different kernel. For example, `./build.sh -k ubuntu -P`
153
160
161
+
## [2.5.1] - 2022-06-24
162
+
### Changed
163
+
- Fixed default initrd size being to big
164
+
- Fixed Miscellaneous bugs
165
+
154
166
155
167
156
168
@@ -162,4 +174,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments