Skip to content

Commit

Permalink
Release v 0 1 1 (#261)
Browse files Browse the repository at this point in the history
* add CHANGELOG v0.1.1 and fix typo on CHANLOG v0.1.0

* make tag

* fix pipeline

* fix pipeline

* remove ,
rhoninl authored Sep 19, 2022
1 parent 208fdc6 commit 1628701
Showing 30 changed files with 86 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-v0.1.0-zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [v0.0.6]以来的变化日志(https://github.com/Edgenesis/shifu/releases/tag/v0.0.6)
# [v0.0.6](https://github.com/Edgenesis/shifu/releases/tag/v0.0.6) 以来的变化日志

# ⚠️ 重大变化 ⚠️
* 将Shifu的项目重构为单一项目目录 by @BtXin in https://github.com/Edgenesis/shifu/pull/217
29 changes: 29 additions & 0 deletions CHANGELOG/CHANGELOG-v0.1.1-zh.md
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-13155bchttps://github.com/Edgenesis/shifu/pull/248
* 移除OPC UA mockdevice 在linux/armv7 上的 Pipeline 构建 由 @tomqin93https://github.com/Edgenesis/shifu/pull/250
* 修复 mockdeviceName 由 @MrLeea-13155bchttps://github.com/Edgenesis/shifu/pull/252
* 恢复 ClusterRoleBinding,并添加docs 由 @MrLeea-13155bchttps://github.com/Edgenesis/shifu/pull/253

## 功能和改进
* 集成测试,并将其添加到流水线中 由 @MrLeea-13155bchttps://github.com/Edgenesis/shifu/pull/244
* 添加 golangci-lint 和 github action 由 @MrLeea-13155bchttps://github.com/Edgenesis/shifu/pull/241
* 更新 golangci-lint.yml 由 @tomqin93https://github.com/Edgenesis/shifu/pull/246
* 更新 Pipeline, 分离 push 到多个 job 里 由 @tomqin93https://github.com/Edgenesis/shifu/pull/247
* 添加 telemetry 由 @MrLeea-13155bchttps://github.com/Edgenesis/shifu/pull/249
* 将 log 替换为 klog 由 @MrLeea-13155bchttps://github.com/Edgenesis/shifu/pull/251
* 将 k8s.io/client-go 从 0.25.0 提升到 0.25.1 由 @dependabothttps://github.com/Edgenesis/shifu/pull/258
* 将 k8s.io/klog/v2 从 2.70.1 提升到 2.80.1,由 @dependabothttps://github.com/Edgenesis/shifu/pull/257

## 文档
* 修复 shifu 文档,由 @ BtXin 在 https://github.com/Edgenesis/shifu/pull/243
* 更新 readme 中的链接,因为shifu.run使用en作为默认语言 由 @Yang-Xijiehttps://github.com/Edgenesis/shifu/pull/242
* docs: 为了好玩而增加徽章 由 @yufeimindshttps://github.com/Edgenesis/shifu/pull/245
* feat:修改错误 由 @geffzhanghttps://github.com/Edgenesis/shifu/pull/259 中完成。

## 新的贡献者
* @yufeimindshttps://github.com/Edgenesis/shifu/pull/245 中做出了他们的第一个贡献。
* @geffzhanghttps://github.com/Edgenesis/shifu/pull/259 做出了他们的第一个贡献。

**完整的更新日志**https://github.com/Edgenesis/shifu/compare/v0.1.0...v0.1.1
29 changes: 29 additions & 0 deletions CHANGELOG/CHANGELOG-v0.1.1.md
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
1 change: 1 addition & 0 deletions azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -377,6 +377,7 @@ stages:
kind --version
kind delete cluster && kind create cluster
kind load docker-image edgehub/shifu-controller:$(tag)
kind load docker-image edgehub/deviceshifu-http-mqtt:$(tag)
kubectl version
kubectl apply -f $(System.DefaultWorkingDirectory)/pkg/k8s/crd/install/shifu_install.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: agv
spec:
containers:
- image: edgehub/mockdevice-agv:v0.1.0
- image: edgehub/mockdevice-agv:v0.1.1
name: agv
ports:
- containerPort: 11111
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-agv-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-mqtt-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-mqtt:v0.1.0
- image: edgehub/deviceshifu-http-mqtt:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: mockdevice-opcua
image: edgehub/mockdevice-opcua:v0.1.0
image: edgehub/mockdevice-opcua:v0.1.1
ports:
- containerPort: 4840
readinessProbe:
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-opcua-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-opcua:v0.1.0
- image: edgehub/deviceshifu-http-opcua:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-plate-reader-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: plate-reader
spec:
containers:
- image: edgehub/mockdevice-plate-reader:v0.1.0
- image: edgehub/mockdevice-plate-reader:v0.1.1
name: plate-reader
ports:
- containerPort: 11111
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-plc-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: plc
spec:
containers:
- image: edgehub/mockdevice-plc:v0.1.0
- image: edgehub/mockdevice-plc:v0.1.1
name: plc
ports:
- containerPort: 11111
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-robotarm-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: robotarm
spec:
containers:
- image: edgehub/mockdevice-robot-arm:v0.1.0
- image: edgehub/mockdevice-robot-arm:v0.1.1
name: robotarm
ports:
- containerPort: 11111
Original file line number Diff line number Diff line change
@@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: mockdevice-socket
image: edgehub/mockdevice-socket:v0.1.0
image: edgehub/mockdevice-socket:v0.1.1
ports:
- containerPort: 11122
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-socket-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-socket:v0.1.0
- image: edgehub/deviceshifu-http-socket:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-thermometer-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: thermometer
spec:
containers:
- image: edgehub/mockdevice-thermometer:v0.1.0
- image: edgehub/mockdevice-thermometer:v0.1.1
name: thermometer
ports:
- containerPort: 11111
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-helloworld-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-http-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-mqtt-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-mqtt:v0.1.0
- image: edgehub/deviceshifu-http-mqtt:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-opcua-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-opcua:v0.1.0
- image: edgehub/deviceshifu-http-opcua:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-camera-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-plc-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-http:v0.1.0
- image: edgehub/deviceshifu-http-http:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ spec:
app: deviceshifu-socket-deployment
spec:
containers:
- image: edgehub/deviceshifu-http-socket:v0.1.0
- image: edgehub/deviceshifu-http-socket:v0.1.1
name: deviceshifu-http
ports:
- containerPort: 8080
2 changes: 1 addition & 1 deletion pkg/k8s/crd/config/manager/kustomization.yaml
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
2 changes: 1 addition & 1 deletion pkg/k8s/crd/install/config_default.yaml
Original file line number Diff line number Diff line change
@@ -438,7 +438,7 @@ spec:
- --telemetry-interval=60
command:
- /manager
image: edgehub/shifu-controller:v0.1.0
image: edgehub/shifu-controller:v0.1.1
livenessProbe:
httpGet:
path: /healthz
2 changes: 1 addition & 1 deletion pkg/k8s/crd/install/shifu_install.yml
Original file line number Diff line number Diff line change
@@ -438,7 +438,7 @@ spec:
- --telemetry-interval=60
command:
- /manager
image: edgehub/shifu-controller:v0.1.0
image: edgehub/shifu-controller:v0.1.1
livenessProbe:
httpGet:
path: /healthz
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.1.1

0 comments on commit 1628701

Please sign in to comment.