Releases: DragonOS-Community/DADK
Releases · DragonOS-Community/DADK
v0.2.0
What's Changed
- ci: add dependabot by @chiichen in #44
- Update clap requirement from =4.2.4 to =4.5.4 by @dependabot in #48
- refactor: 把dadk原有的管理用户程序编译的逻辑移动到dadk-user by @fslongjin in #60
- refactor: 移除交互式命令行 by @fslongjin in #61
- feat: Add dadk-manifest by @fslongjin in #63
- chore(deps): Update reqwest requirement from 0.11 to 0.12 by @dependabot in #66
- chore(deps): Update zip requirement from 0.6 to 2.2 by @dependabot in #64
- chore(deps): Update clap requirement from =4.5.4 to =4.5.20 by @dependabot in #65
- feat(dadk-config): 在dadk manifest里面添加配置字段,并且增加测试用例 by @fslongjin in #67
- feat(dadk-config): 添加rootfs配置文件 by @fslongjin in #68
- feat(dadk-config): 添加boot config by @fslongjin in #69
- Xuzihao/feat dadk user by @Jomocool in #71
- feat(dadk): 新的console & dadk-insiders测试目标 by @fslongjin in #70
- feat(dadk-config) by @Jomocool in #72
- feat(dadk-user): 编译缓存优化 by @Jomocool in #73
- feat: 创建磁盘镜像并格式化 by @fslongjin in #74
- fix: 移除错误引入的文件 by @fslongjin in #75
- ci: 取消codecov的fail_ci_if_error by @fslongjin in #77
- feat: mount and umount disk image by @fslongjin in #78
- feat: 删除磁盘镜像以及删除sysroot by @fslongjin in #76
- docs: Add docs and deploy by @fslongjin in #80
- ci: fix docs ci by @fslongjin in #81
- ci: fix docs ci cache key by @fslongjin in #82
- refactor: 删除rust_target字段 by @fslongjin in #83
- fix: 将
last_modified_time
改为BFS & 修正未判断文件夹更新时间的bug by @fslongjin in #84 - fix: 修正user app config 模版里面的两个默认值 by @fslongjin in #85
- fix: 修复挂载loop设备之后,内核数据未同步导致的问题 by @fslongjin in #86
- feat(dadk-user): 增加目录依赖 by @Jomocool in #79
- doc: 添加如何编写文档的说明 by @fslongjin in #88
- feat: 添加一些rootfs命令 by @fslongjin in #87
- doc: 用户快速开始指南 by @fslongjin in #90
- feat: 添加内核性能分析工具 by @fslongjin in #91
- doc: 添加用户程序构建文档 & 环境变量介绍文档 by @fslongjin in #92
- chore: bump version to 0.2.0 by @fslongjin in #93
- chore: 更新dadk-user和dadk-config的版本到0.2.0 by @fslongjin in #94
- chore: 为dadk-onfig和dadk-user添加描述信息 by @fslongjin in #95
- chore: 修复cargo publish时,提示dadk的readme未找到的问题 by @fslongjin in #96
New Contributors
- @dependabot made their first contribution in #48
Full Changelog: v0.1.11...v0.2.0
v0.1.11
What's Changed
- ci: 添加单元测试和集成测试 by @fslongjin in #36
- ci: add code cov by @fslongjin in #37
- ci: add issue_checker by @chiichen in #38
- test: 为executor添加环境变量检测及错误检测的测试用例,并修复了任务执行错误后仍继续运行的bug by @fslongjin in #39
- chore: 在readme添加codecov的覆盖率图标 by @fslongjin in #40
- feat: 添加target_arch字段,实现根据不同的架构来自动编译对应的包。 by @fslongjin in #42
- chore(release): bump version from 0.1.10 to 0.1.11 by @fslongjin in #43
Full Changelog: v0.1.10...v0.1.11
v0.1.10
v0.1.9
What's Changed
- 修复了子模块clone和checkout的bug by @sun5etop in #28
- 修复当目标文件夹已经存在时,copy_dir_all报错 by @fslongjin in #29
- bump version to 0.1.9 by @fslongjin in #30
New Contributors
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.7
V0.1.6
V0.1.5
What's Changed
- 添加tar.xz的支持 by @fslongjin in #18
- bump version to 0.1.5 by @fslongjin in #19
Full Changelog: v0.1.4...v0.1.5
V0.1.4
What's Changed
- target管理 by @Jomocool in #14
- 增加
DADK_CURRENT_BUILD_DIR
环境变量,方便您在编译脚本中拷贝构建结果。 by @fslongjin in #16 - 并行执行多个DADK任务 by @Jomocool in #15
- bump version to 0.1.4 by @fslongjin in #17
New Contributors
Full Changelog: v0.1.3...v0.1.4
V0.1.3
What's Changed
- check-shallow-before-unshallow-repos by @fslongjin in #13
Check if the repo is shallow before trying to unshallow it.
Full Changelog: v0.1.2...v0.1.3