Skip to content

Commit 1e20a57

Browse files
tomqin93claude
andauthored
Release v0.82.0 (#1314)
Update version from v0.82.0-rc1 to v0.82.0 across all deployment files and configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent e13b13e commit 1e20a57

File tree

43 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+45
-45
lines changed

examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: deviceshifu-humidity-detector-deployment
1717
spec:
1818
containers:
19-
- image: edgehub/deviceshifu-http-http-python:v0.82.0-rc1
19+
- image: edgehub/deviceshifu-http-http-python:v0.82.0
2020
name: deviceshifu-http
2121
imagePullPolicy: Never
2222
ports:

examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: humidity-detector
1717
spec:
1818
containers:
19-
- image: edgehub/humidity-detector:v0.82.0-rc1
19+
- image: edgehub/humidity-detector:v0.82.0
2020
imagePullPolicy: Never
2121
name: humidity-detector
2222
ports:

examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: mockserver
1717
spec:
1818
containers:
19-
- image: edgehub/mockserver:v0.82.0-rc1
19+
- image: edgehub/mockserver:v0.82.0
2020
imagePullPolicy: Never
2121
name: mockserver
2222
ports:

examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: agv
1717
spec:
1818
containers:
19-
- image: edgehub/mockdevice-agv:v0.82.0-rc1
19+
- image: edgehub/mockdevice-agv:v0.82.0
2020
name: agv
2121
ports:
2222
- containerPort: 11111

examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: deviceshifu-agv-deployment
1717
spec:
1818
containers:
19-
- image: edgehub/deviceshifu-http-http:v0.82.0-rc1
19+
- image: edgehub/deviceshifu-http-http:v0.82.0
2020
name: deviceshifu-http
2121
ports:
2222
- containerPort: 8080

examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: deviceshifu-mqtt-deployment
1717
spec:
1818
containers:
19-
- image: edgehub/deviceshifu-http-mqtt:v0.82.0-rc1
19+
- image: edgehub/deviceshifu-http-mqtt:v0.82.0
2020
name: deviceshifu-http
2121
ports:
2222
- containerPort: 8080

examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: mockdevice-opcua
17-
image: edgehub/mockdevice-opcua:v0.82.0-rc1
17+
image: edgehub/mockdevice-opcua:v0.82.0
1818
ports:
1919
- containerPort: 4840
2020
readinessProbe:

examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: deviceshifu-opcua-deployment
1717
spec:
1818
containers:
19-
- image: edgehub/deviceshifu-http-opcua:v0.82.0-rc1
19+
- image: edgehub/deviceshifu-http-opcua:v0.82.0
2020
name: deviceshifu-http
2121
ports:
2222
- containerPort: 8080

examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: deviceshifu-plate-reader-deployment
1717
spec:
1818
containers:
19-
- image: edgehub/deviceshifu-http-http:v0.82.0-rc1
19+
- image: edgehub/deviceshifu-http-http:v0.82.0
2020
name: deviceshifu-http
2121
ports:
2222
- containerPort: 8080

examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
app: plate-reader
1717
spec:
1818
containers:
19-
- image: edgehub/mockdevice-plate-reader:v0.82.0-rc1
19+
- image: edgehub/mockdevice-plate-reader:v0.82.0
2020
name: plate-reader
2121
ports:
2222
- containerPort: 11111

0 commit comments

Comments
 (0)