Skip to content

Commit

Permalink
Release log for v0.0.5 (#198)
Browse files Browse the repository at this point in the history
tomqin93 authored Aug 8, 2022
1 parent 3005964 commit c0cab1c
Showing 19 changed files with 51 additions and 17 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG/CHANGELOG-v0.0.5-zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [v0.0.4](https://github.com/Edgenesis/shifu/releases/tag/v0.0.4) 以来的变更

## Bug 修复

*

## 功能 & 增强

* deviceShifu 的代码清理+重构设计 by @BtXin in https://github.com/Edgenesis/shifu/pull/190
* deviceShifu 的代码清理+重构 by @BtXin in https://github.com/Edgenesis/shifu/pull/191
* deviceShifu TelemetryService 功能 by @tomqin93 in https://github.com/Edgenesis/shifu/pull/189

## 文档

* 更新 README @saiyan86 in https://github.com/Edgenesis/shifu/pull/197

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

## Bug fixes

* N/A

## Features & Enhancement

* Created design doc for refactor deviceShifu by @BtXin in https://github.com/Edgenesis/shifu/pull/190
* Refactored the common part of each deviceShifu to a deviceShifuBase by @BtXin in https://github.com/Edgenesis/shifu/pull/191
* deviceShifu TelemetryService by @tomqin93 in https://github.com/Edgenesis/shifu/pull/189

## Docs

* update readme by @saiyan86 in https://github.com/Edgenesis/shifu/pull/197

**Full Changelog**: https://github.com/Edgenesis/shifu/compare/v0.0.4...v0.0.5
2 changes: 1 addition & 1 deletion azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -138,7 +138,7 @@ stages:
- job: setup_docker_kubectl_kind
steps:
- script: |
tag=`git tag --sort=-creatordate | head -n 1` && echo "##vso[task.setvariable variable=tag]$tag"
tag=`cat version.txt` && echo "##vso[task.setvariable variable=tag]$tag"
displayName: Set the tag name as an environment variable
- task: DockerInstaller@0
displayName: "Docker Installer"
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
name: deviceshifu-http
ports:
- containerPort: 8080
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
name: deviceshifu-http
ports:
- containerPort: 8080
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-mqtt:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-opcua:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-http:v0.0.5
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.0.4
- image: edgehub/deviceshifu-http-socket:v0.0.5
name: deviceshifu-http
ports:
- containerPort: 8080
2 changes: 1 addition & 1 deletion 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.0.4
newTag: v0.0.5
2 changes: 1 addition & 1 deletion k8s/crd/install/config_default.yaml
Original file line number Diff line number Diff line change
@@ -436,7 +436,7 @@ spec:
- --leader-elect
command:
- /manager
image: edgehub/shifu-controller:v0.0.4
image: edgehub/shifu-controller:v0.0.5
livenessProbe:
httpGet:
path: /healthz
2 changes: 1 addition & 1 deletion k8s/crd/install/shifu_install.yml
Original file line number Diff line number Diff line change
@@ -436,7 +436,7 @@ spec:
- --leader-elect
command:
- /manager
image: edgehub/shifu-controller:v0.0.4
image: edgehub/shifu-controller:v0.0.5
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.0.4
v0.0.5

0 comments on commit c0cab1c

Please sign in to comment.