iSulad v2.1.4 发布,云原生轻量级容器解决方案
iSulad v2.1.4 已经发布,云原生轻量级容器解决方案
此版本更新内容包括:
依赖组件版本
组件 | 版本 | commit |
---|---|---|
lcr | v2.1.3 | 0075890d5 |
当前release版本合入PR列表
2023-11-07 xuepengxu release 2.1.4 - !2238 modify the default value of EANBLE_IMAGE_LIBARAY to off * modify the default value of EANBLE_IMAGE_LIBARAY to off - !2237 delete the disabled reload configuration in isulad.service - !2235 [CI] change base ci test image to fedora - !2234 network:update dnsname verison * network:update dnsname verison - !2229 Fix critest fail for symlink volume * Fix critest fail for symlink - !2227 doc:update the cni plugins version * doc:update the cni plugins version - !2228 bugfix:'for' loop initial declarations are only allowed in C99 mode * bugfix:'for' loop initial declarations are only allowed in C99 mode - !2225 bugfix:fix typos and header file reference * bugfix:fix typos and header file reference - !2208 network:libcni upgrades v1.0.0 - !2224 still use lxc 4.0.3 in CI tests * still use lxc 4.0.3 in CI tests - !2223 [Sandbox API]: update doc of shim controller design * [Sandbox API]: update doc of controller design - !2221 add create gpu container manual * add create gpu container manual - !2222 [Sandbox API]: update pod stats in cri_api_v1 * [Sandbox API]: Update pod stats in cri_api_v1 - !2206 [Sandbox API]: add shim controller for cri-api-v1 - !2217 [Sandbox API]: Fix sandbox dir not existed issue in SetupSandboxNetwork * [Sandbox API]: Fix sandbox dir not existed issue - !2218 install meson in CI * install meson in CI - !2216 use lxc master branch * use lxc master branch - !2210 document optimization:libcni upgrades v1.0.0 * document optimization:libcni upgrades v1.0.0 - !2207 [refactor] update possible changed resources for oci spec - !2215 network:bugfix memory leak * network:bugfix memory leak - !2211 network:auto free for libcni * network:auto free for libcni - !2212 bugfix for rt_isula_exec_resize * bugfix for rt_isula_exec_resize - !2209 add runc listpid implement - !2205 bugfix for add --root option Merge pull request !2205 from zhongtao/fix - !2204 [refactor] eliminate duplicate code * [refactor] use common utils from libisula to eliminate duplicate code - !2203 add --root option when calling runc - !2067 add podsanbox cri interface design doc * add podsanbox cri interface design doc - !2200 remove same code and replace to isula-libutils - !2202 use __isula_auto_prw_unlock to improve code * use __isula_auto_prw_unlock to improve code - !2201 Add m_calls mutex in controller monitor * Add m_calls mutex in controller monitor - !2066 add sandbox module design doc * add sandbox module design doc - !2199 Add retry function for bigdata_stream_runc * !2195 Add retry function for bigdata_stream_runc - !2198 allow tls_mode not set * Allow tls_mode not set in grpc context from client - !2197 add config for enable cri v1 - !2196 find libisulad_shim_libutils.a from libisula.pc * find libisulad_shim_libutils.a from libisula.pc - !2194 [CI] do not use tty to run docker run - !2193 [CI] fix relative path of file - !2192 【CI】new docker container do not need change resolv - !2191 [CI] support build isulad on many linux distros - !2190 [refactor] adapt new library for libisulad-shim utils - !2189 Limit the response size of ExecSync * !2129 Limit the response size of ExecSync - !2187 update docs/design/detailed/Image/remote_ro_design.md. * update docs/design/detailed/Image/remote_ro_design.md. - !2186 update docs/design/detailed/Image/image_storage_driver_design_zh.md. * update docs/design/detailed/Image/image_storage_driver_design_zh.md. - !2184 update docs/build_docs/guide/build_guide_riscv_zh.md. * update docs/build_docs/guide/build_guide_riscv_zh.md. - !2188 Support both C++11 and C++17 * Support both C++11 and C++17 - !2185 sync from stable branch Merge pull request !2185 from haozi007/fixbug - !2183 Fix code inspection and add macro isolation - !2180 fix execlp not enough args * fix execlp not enough args - !2182 Add mutex for container list in sandbox * Add mutex for container list in sandbox - !2173 remove unneccessary strerror - !2176 [Sandbox API]Add vsock support for exec - !2171 Fix nullptr in src/daemon/entry * !2160 Fix nullptr in src/daemon/entry - !2168 fix code bug * fix code bug - !2163 add bind mount file lock * add bind mount file lock - !2162 Fix rename issue for id manager Merge pull request !2162 from xuxuepeng/master - !2158 Use crictl v1.22.0 for ci * Use crictl v1.22.0 for ci - !2156 Fix sandbox error logging * Fix sandbox error logging - !2155 Use reference in loop in listpodsandbox * Use reference in loop in listpodsandbox dev stats: - 325 files changed, 7714 insertions(+), 3264 deletions(-) - contributors: haozi007, zhongtao, liuxu, xuxuepeng, zhangxiaoyu, jake, wangyu, jikai

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。
持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。
转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。
- 上一篇
Xmake v2.8.5 发布,支持链接排序和单元测试
Xmake是一个基于 Lua 的轻量级跨平台构建工具。 它非常的轻量,没有任何依赖,因为它内置了 Lua 运行时。 它使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能快速入门,能够让用户把更多的精力集中在实际的项目开发上。 我们能够使用它像 Make/Ninja 那样可以直接编译项目,也可以像 CMake/Meson 那样生成工程文件,另外它还有内置的包管理系统来帮助用户解决 C/C++ 依赖库的集成使用问题。 目前,Xmake 主要用于 C/C++ 项目的构建,但是同时也支持其他 native 语言的构建,可以实现跟 C/C++ 进行混合编译,同时编译速度也是非常的快,可以跟 Ninja 持平。 Xmake = Build backend + Project Generator + Package Manager + [Remote|Distributed] Build + Cache 尽管不是很准确,但我们还是可以把 Xmake 按下面的方式来理解: Xmake ≈ Make/...
- 下一篇
Simple Admin - Go 语言分布式后台管理系统 v1.2.2 发布
Simple Admin Go 语言分布式后台管理系统 v1.2.2 更新 项目介绍 Simple Admin 是一个开箱即用的分布式微服务后端管理系统,基于go-zero开发,为开发中大型后台提供了丰富的功能,支持三端代码生成。 官方自带多种扩展,助力中小企业快速上云,快速迭代。适合用于微服务学习和商用,开源免费。 Simple Admin Core/Job/MCMS/FMS v1.2.2 更新 介绍 核心模块 Core, 定时任务模块 Job, 消息中心模块 MCMS, 以及文件管理模块 FMS 均已升级至 v1.2.2 本次更新 修复:mysql all in one 配置错误 新增:强制重置超级管理员权限功能 新增:新增数据库初始化开关配置,用于关闭初始化接口 新增:禁用用户后拉黑所有 token 修复:更新角色时出现的空指针错误 优化:优化菜单 i18n 翻译 新增(Common):系统繁忙的 common 信息字段 修复(Common):修复依赖版本导致的漏洞 修复(FMS):修复空标签导致的前端显示错误 修复(FMS):后台设置标签为空导致的不更新问题 更新: 更新依赖 ...
相关文章
文章评论
共有0条评论来说两句吧...