-
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.
* add CHANGELOG v0.1.1 and fix typo on CHANLOG v0.1.0 * make tag * fix pipeline * fix pipeline * remove ,
- v0.64.0-rc1
- v0.63.0
- v0.63.0-rc1
- v0.62.0
- v0.62.0-rc1
- v0.61.0
- v0.61.0-rc1
- v0.60.0
- v0.60.0-rc2
- v0.60.0-rc1
- v0.59.0
- v0.59.0-rc1
- v0.58.1
- v0.58.0
- v0.58.0-rc1
- v0.57.0
- v0.57.0-rc1
- v0.56.0
- v0.56.0-rc1
- v0.55.0
- v0.55.0-rc1
- v0.54.0
- v0.54.0-rc1
- v0.53.0
- v0.53.0-rc1
- v0.52.0
- v0.52.0-rc1
- v0.51.0
- v0.51.0-rc1
- v0.50.0
- v0.50.0-rc1
- v0.49.0
- v0.49.0-rc1
- v0.48.0
- v0.48.0-rc1
- v0.47.0
- v0.47.0-rc1
- v0.46.0
- v0.46.0-rc1
- v0.45.0
- v0.45.0-rc1
- v0.44.0
- v0.44.0-rc1
- v0.43.0
- v0.43.0-rc1
- v0.42.0
- v0.42.0-rc1
- v0.41.0
- v0.41.0-rc1
- v0.40.0
- v0.40.0-rc1
- v0.39.0
- v0.39.0-rc1
- v0.38.0
- v0.38.0-rc1
- v0.37.0
- v0.37.0-rc1
- v0.36.0
- v0.36.0-rc1
- v0.35.0
- v0.35.0-rc1
- v0.34.0
- v0.34.0-rc1
- v0.33.0
- v0.33.0-rc1
- v0.32.0
- v0.32.0-rc1
- v0.31.0
- v0.31.0-rc1
- v0.30.0
- v0.30.0-rc1
- v0.29.0
- v0.29.0-rc1
- v0.28.0
- v0.28.0-rc1
- v0.27.0
- v0.27.0-rc1
- v0.26.0
- v0.26.0-rc1
- v0.25.0
- v0.25.0-rc2
- v0.25.0-rc1
- v0.24.0
- v0.24.0-rc1
- v0.23.0
- v0.23.0-rc1
- v0.22.0
- v0.22.0-rc2
- v0.22.0-rc1
- v0.21.0
- v0.21.0-rc1
- v0.20.0
- v0.20.0-rc1
- v0.19.0
- v0.19.0-rc1
- v0.18.0
- v0.18.0-rc1
- v0.17.0
- v0.17.0-rc1
- v0.16.0
- v0.16.0-rc1
- v0.15.0
- v0.15.0-rc2
- v0.15.0-rc1
- v0.14.0
- v0.14.0-rc1
- v0.13.0
- v0.13.0-rc2
- v0.13.0-rc1
- v0.12.0
- v0.12.0-rc2
- v0.12.0-rc1
- v0.11.0
- v0.11.0-rc1
- v0.10.0
- v0.10.0-rc2
- v0.10.0-rc1
- v0.9.0
- v0.9.0-rc2
- v0.9.0-rc1
- v0.8.0
- v0.8.0-rc1
- v0.7.0
- v0.7.0-rc1
- v0.6.0
- v0.6.0-rc1
- v0.5.0
- v0.5.0-rc2
- v0.5.0-rc1
- v0.4.1
- v0.4.0
- v0.4.0-rc1
- v0.3.1
- v0.3.0
- v0.3.0-rc3
- v0.3.0-rc2
- v0.3.0-rc1
- v0.2.1
- v0.2.0
- v0.2.0-rc1
- v0.1.1
Showing
30 changed files
with
86 additions
and
27 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
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,29 @@ | ||
# 自[v0.1.0](https://github.com/Edgenesis/shifu/releases/tag/v0.1.0) 以来的变化日志 | ||
|
||
## 错误修正 | ||
* 修改默认 handler 从 deviceshifu-base 到每个协议的里面 由 @MrLeea-13155bc 在 https://github.com/Edgenesis/shifu/pull/248 | ||
* 移除OPC UA mockdevice 在linux/armv7 上的 Pipeline 构建 由 @tomqin93 在 https://github.com/Edgenesis/shifu/pull/250 | ||
* 修复 mockdeviceName 由 @MrLeea-13155bc 在 https://github.com/Edgenesis/shifu/pull/252 | ||
* 恢复 ClusterRoleBinding,并添加docs 由 @MrLeea-13155bc 在 https://github.com/Edgenesis/shifu/pull/253 | ||
|
||
## 功能和改进 | ||
* 集成测试,并将其添加到流水线中 由 @MrLeea-13155bc 在 https://github.com/Edgenesis/shifu/pull/244 | ||
* 添加 golangci-lint 和 github action 由 @MrLeea-13155bc 在 https://github.com/Edgenesis/shifu/pull/241 | ||
* 更新 golangci-lint.yml 由 @tomqin93 在https://github.com/Edgenesis/shifu/pull/246 | ||
* 更新 Pipeline, 分离 push 到多个 job 里 由 @tomqin93 在 https://github.com/Edgenesis/shifu/pull/247 | ||
* 添加 telemetry 由 @MrLeea-13155bc 在 https://github.com/Edgenesis/shifu/pull/249 | ||
* 将 log 替换为 klog 由 @MrLeea-13155bc 在 https://github.com/Edgenesis/shifu/pull/251 | ||
* 将 k8s.io/client-go 从 0.25.0 提升到 0.25.1 由 @dependabot 在 https://github.com/Edgenesis/shifu/pull/258 | ||
* 将 k8s.io/klog/v2 从 2.70.1 提升到 2.80.1,由 @dependabot 在 https://github.com/Edgenesis/shifu/pull/257 | ||
|
||
## 文档 | ||
* 修复 shifu 文档,由 @ BtXin 在 https://github.com/Edgenesis/shifu/pull/243 | ||
* 更新 readme 中的链接,因为shifu.run使用en作为默认语言 由 @Yang-Xijie 在 https://github.com/Edgenesis/shifu/pull/242 | ||
* docs: 为了好玩而增加徽章 由 @yufeiminds 在 https://github.com/Edgenesis/shifu/pull/245 | ||
* feat:修改错误 由 @geffzhang 在 https://github.com/Edgenesis/shifu/pull/259 中完成。 | ||
|
||
## 新的贡献者 | ||
* @yufeiminds 在 https://github.com/Edgenesis/shifu/pull/245 中做出了他们的第一个贡献。 | ||
* @geffzhang 在 https://github.com/Edgenesis/shifu/pull/259 做出了他们的第一个贡献。 | ||
|
||
**完整的更新日志**:https://github.com/Edgenesis/shifu/compare/v0.1.0...v0.1.1 |
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,29 @@ | ||
# Changelog since [v0.1.0](https://github.com/Edgenesis/shifu/releases/tag/v0.1.0) | ||
|
||
## Bug fixes | ||
* modify default_handler_from base => pre protocol by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/248 | ||
* remove pipeline building for OPC UA mockdevice on linux/armv7 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/250 | ||
* fix mockdeviceName by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/252 | ||
* revert ClusterRoleBinding and add docs by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/253 | ||
|
||
## Features & Enhancement | ||
* imeplement test and add into pipeline by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/244 | ||
* add golangci-lint and github action by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/241 | ||
* Update golangci-lint.yml by @tomqin93 in https://github.com/Edgenesis/shifu/pull/246 | ||
* Update Azure Pipelines to split push into multiple jobs by @tomqin93 in https://github.com/Edgenesis/shifu/pull/247 | ||
* add_telemetry by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/249 | ||
* modify log => klog by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/251 | ||
* Bump k8s.io/client-go from 0.25.0 to 0.25.1 by @dependabot in https://github.com/Edgenesis/shifu/pull/258 | ||
* Bump k8s.io/klog/v2 from 2.70.1 to 2.80.1 by @dependabot in https://github.com/Edgenesis/shifu/pull/257 | ||
|
||
## Docs | ||
* Fix shifu docs by @BtXin in https://github.com/Edgenesis/shifu/pull/243 | ||
* update links in readme because shifu.run use en as default lang by @Yang-Xijie in https://github.com/Edgenesis/shifu/pull/242 | ||
* docs: add badges just for fun by @yufeiminds in https://github.com/Edgenesis/shifu/pull/245 | ||
* feat:Typo modification by @geffzhang in https://github.com/Edgenesis/shifu/pull/259 | ||
|
||
## New Contributors | ||
* @yufeiminds made their first contribution in https://github.com/Edgenesis/shifu/pull/245 | ||
* @geffzhang made their first contribution in https://github.com/Edgenesis/shifu/pull/259 | ||
|
||
**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.1.0...v0.1.1 |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ kind: Kustomization | |
images: | ||
- name: controller | ||
newName: edgehub/shifu-controller | ||
newTag: v0.1.0 | ||
newTag: v0.1.1 |
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
v0.1.0 | ||
v0.1.1 |