Skip to content

Commit

Permalink
add changelog for version v0.2.0 (#284)
Browse files Browse the repository at this point in the history
* add changelog for version v0.2.0

* typo
  • Loading branch information
tomqin93 authored Oct 3, 2022
1 parent 7d7f422 commit ce6ec84
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG/CHANGELOG-v0.2.0-zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# [v0.1.1](https://github.com/Edgenesis/shifu/releases/tag/v0.1.1) 以来的变更

## Bug 修复

* 当不设置endpoint时不推送遥测数据 by @kris21he in https://github.com/Edgenesis/shifu/pull/264
* 修复当用户指标获取IP失败时一直重复获取的问题 by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/271
* 修复当指令超时为负数时的崩溃问题 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/278

## Features & Enhancement

* 自定义 deviceShifu 设计 by @saiyan86 and @seanli33056 in https://github.com/Edgenesis/shifu/pull/221
* Bump k8s.io/client-go from 0.25.1 to 0.25.2 by @dependabot in https://github.com/Edgenesis/shifu/pull/266
* deviceshifu-plc4x 的设计 by @BtXin in https://github.com/Edgenesis/shifu/pull/270
* 更新CODEOWNERS, 加入 kris21he by @tomqin93 in https://github.com/Edgenesis/shifu/pull/272
* deviceShifu 的 PowerShell控制组件 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/255
* 在 main 分支里使用 nightly 标签 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/276
* 实现 socket deviceShifu 的编码和缓存长度设置 by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/268
* 加入用户指标的数据来源 by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/269
* 将遥测重命名到用户指标 by @BtXin in https://github.com/Edgenesis/shifu/pull/274
* Bump up Go version to 1.19.1 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/277

## Docs
-

## New Contributors
* @kris21hehttps://github.com/Edgenesis/shifu/pull/264 中做出了他们的第一个贡献。


**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.1.1...v0.2.0
29 changes: 29 additions & 0 deletions CHANGELOG/CHANGELOG-v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog since [v0.1.1](https://github.com/Edgenesis/shifu/releases/tag/v0.1.1)

## Bug fixes

* not push telemetry if no specified endpoint by @kris21he in https://github.com/Edgenesis/shifu/pull/264
* fix alway get ip after telemetry failed by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/271
* fix negative instruction timeout by @tomqin93 in https://github.com/Edgenesis/shifu/pull/278

## Features & Enhancement

* Customized deviceShifu design by @saiyan86 and @seanli33056 in https://github.com/Edgenesis/shifu/pull/221
* Bump k8s.io/client-go from 0.25.1 to 0.25.2 by @dependabot in https://github.com/Edgenesis/shifu/pull/266
* Added design for deviceShifu-plc4x by @BtXin in https://github.com/Edgenesis/shifu/pull/270
* Update CODEOWNERS to include kris21he by @tomqin93 in https://github.com/Edgenesis/shifu/pull/272
* PowerShell stub for deviceShifu by @tomqin93 in https://github.com/Edgenesis/shifu/pull/255
* Use nightly tags for main branch by @tomqin93 in https://github.com/Edgenesis/shifu/pull/276
* implement socket encoding and bufferlength by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/268
* add telemetry source by @MrLeea-13155bc in https://github.com/Edgenesis/shifu/pull/269
* Renamed telemetry collection to user metrics by @BtXin in https://github.com/Edgenesis/shifu/pull/274
* Bump up Go version to 1.19.1 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/277

## Docs
- N/A

## New Contributors
* @kris21he made their first contribution in https://github.com/Edgenesis/shifu/pull/264


**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.1.1...v0.2.0

0 comments on commit ce6ec84

Please sign in to comment.