-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 自 [v0.0.2](https://github.com/Edgenesis/shifu/releases/tag/v0.0.2) 以来的变更 | ||
|
||
## Bug 修复 | ||
|
||
* 修复未创建的 "deviceshifu" 域导致 Shifu 的安装失败问题 @tomqin93 in https://github.com/Edgenesis/shifu/pull/156 | ||
* 修复OPC UA配置的拼写问题by @tomqin93 in https://github.com/Edgenesis/shifu/pull/163 | ||
|
||
## 功能 & 增强 | ||
|
||
* [Issue #133]在 OPC UA 协议中加入密码/x509的认证 by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/142 | ||
* 更新deviceShifu的Dockerfile,更新Go模组 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/154 | ||
* Bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.12.3 in /k8s/crd by @dependabot in https://github.com/Edgenesis/shifu/pull/161 | ||
|
||
## 文档 | ||
|
||
* [Issue #157] Shifu 文档修复 by @13316272689 in https://github.com/Edgenesis/shifu/pull/158 | ||
* 加入Shifu的本地部署文档 of using shifu by @13316272689 in https://github.com/Edgenesis/shifu/pull/159 | ||
|
||
**全部 Changelog**: https://github.com/Edgenesis/shifu/compare/v0.0.2...v0.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog since [v0.0.2](https://github.com/Edgenesis/shifu/releases/tag/v0.0.2) | ||
|
||
## Bug fixes | ||
|
||
* Fix missing "deviceshifu" namespace error when installing Shifu by @tomqin93 in https://github.com/Edgenesis/shifu/pull/156 | ||
* Fix typo in OPC UA deviceShifu by @tomqin93 in https://github.com/Edgenesis/shifu/pull/163 | ||
|
||
## Features & Enhancement | ||
|
||
* [Issue #133]Support password/x509 authentication for OPCUA by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/142 | ||
* Update deviceShifu Dockerfile, Go mod tidy project by @tomqin93 in https://github.com/Edgenesis/shifu/pull/154 | ||
* Bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.12.3 in /k8s/crd by @dependabot in https://github.com/Edgenesis/shifu/pull/161 | ||
|
||
## Docs | ||
|
||
* [Issue #157]New update_shifu by @13316272689 in https://github.com/Edgenesis/shifu/pull/158 | ||
* add two files of using shifu by @13316272689 in https://github.com/Edgenesis/shifu/pull/159 | ||
|
||
**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.0.2...v0.0.3 |