Skip to content

Baetyl v2.4.3 release

Latest
Compare
Choose a tag to compare
@hannatao hannatao released this 14 Feb 09:55
· 49 commits to master since this release
ddfb152

自Baetyl v2.3.0发版以来,在众多活跃贡献者的努力下,新增了更多新功能,并对部分已有功能进行了持续优化。这些新的特性依然本持着云原生的理念,继续朝着构建开放、安全、可扩展、可控制的智能边缘计算平台的方向前进。
具体来说,相较于之前发布的Baetyl v2.3.0版本,v2.4.3版本提供的新功能及功能优化主要包括:

  1. 重构了设备管理功能的实现
    a. 设计了设备模版的接口,设备接入模板是一种类型设备的接入方式的模板,相同接入方式的设备可以复用同一个模板
    b. 新增了对设备采集值 OT 数采点位计算的支持
    c. 新增了对 IEC-104 协议驱动的支持
    d. 更新了 OPC-UA 驱动的实现,适配重构后的设备管理接口
    e. 更新了 Modbus 驱动的实现,适配重构后的设备管理接口
    f. 更新了驱动与节点的绑定逻辑
  2. 增加了对 Windows 平台的支持,Baetyl 边缘侧主模块可以指定生成 Window 平台镜像
  3. 实现了远程调用功能,可以通过云端向边缘侧指定服务地址发起访问并获取访问结果
  4. 新增容器模式下 eKuiper 作为系统可选应用
  5. 新增 Baetyl-rule 模块对 HTTP Target 的支持
  6. 增加最高到 K3s 1.24.4 版本的适配
  7. 修复job负载类型创建失败的问题

以上新功能会随着Baetyl v2.4.3的发布立即可用。其他功能各位开发者可以进一步探索,Baetyl 后续将持续进行功能的完善和优化。


Baetyl v2.4.2 has added new features and optimized existing ones compared to the previous version v2.3.0. These new features still follow the cloud-native philosophy and continue to build an open, secure, scalable, and controllable intelligent edge computing platform.
Specifically, compared to Baetyl v2.3.0, the new features and optimizations in v2.4.3 include:

  1. device management functionality has been refactored with the addition of a device template interface, support for calculating OT data collection values, support for IEC-104 protocol, updated OPC-UA and Modbus drivers, and updated driver-node binding logic;
  2. support for Windows platform has been added with the ability to generate Windows platform images for the Baetyl edge main module;
  3. remote invocation has been implemented, allowing for remote access to specified edge services with results returned from the cloud.
  4. New container mode with eKuiper as an optional system application
  5. New Baetyl-rule module supports HTTP Target
  6. Adaptation to the highest K3s 1.24.4 version
  7. Fix workload type creation failure bug

These new features will be immediately available with the release of Baetyl v2.4.3. Other features can be further explored by developers, and Baetyl will continue to improve and optimize its functionality.