From 86b5943960ecd0d81775881758bcbb2236bb3b55 Mon Sep 17 00:00:00 2001 From: Tom Qin Date: Mon, 23 Dec 2024 11:00:38 +0800 Subject: [PATCH] tag v0.60.0 for release (#1089) --- .../deviceshifu-humidity-detector-deployment.yaml | 2 +- .../configuration/humidity-detector-deployment.yaml | 2 +- .../configuration/mockserver-deployment.yaml | 2 +- .../demo_device/edgedevice-agv/agv-deployment.yaml | 2 +- .../edgedevice-agv/deviceshifu-agv-deployment.yaml | 2 +- .../edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml | 2 +- .../edgedevice-opcua/mock-device/opcua-deployment.yaml | 2 +- .../edgedevice-opcua/opcua_deviceshifu_deployment.yaml | 2 +- .../deviceshifu-plate-reader-deployment.yaml | 2 +- .../edgedevice-plate-reader/plate-reader-deployment.yaml | 2 +- .../edgedevice-plc/deviceshifu-plc-deployment.yaml | 2 +- .../demo_device/edgedevice-plc/plc-deployment.yaml | 2 +- .../deviceshifu-robot-arm-deployment.yaml | 2 +- .../edgedevice-robot-arm/robot-arm-deployment.yaml | 2 +- .../edgedevice-socket/mock-device/socket-deployment.yaml | 2 +- .../edgedevice-socket/socket_deviceshifu_deployment.yaml | 2 +- .../deviceshifu-thermometer-deployment.yaml | 2 +- .../edgedevice-thermometer/thermometer-deployment.yaml | 2 +- .../configuration/deviceshifu-helloworld-deployment.yaml | 2 +- .../deviceshifu-powershell-deployment.yaml | 2 +- .../deployment/http-deviceshifu-deployment.yaml | 2 +- .../lwM2M/lwm2m-deviceshifu-deployment.yaml | 2 +- .../lwM2M/lwm2m-deviceshifu-deployment.yaml | 2 +- .../deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml | 2 +- .../deviceshifu-thermometer-deployment.yaml | 4 ++-- .../deviceshifu-thermometer/thermometer-deployment.yaml | 2 +- examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml | 4 ++-- .../deployment/http-deviceshifu-deployment.yaml | 2 +- .../mqtt_deploy/mqtt_deviceshifu_deployment.yaml | 2 +- .../deployment/http-deviceshifu-deployment.yaml | 2 +- .../opcua_deploy/opcua_deviceshifu_deployment.yaml | 2 +- .../deployment/plc4x_deviceshifu_deployment.yaml | 2 +- .../camera-deployment/deviceshifu-camera-deployment.yaml | 2 +- .../plc-deployment/plc-deviceshifu-deployment.yaml | 2 +- examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml | 2 +- examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml | 2 +- .../deployment/http-deviceshifu-deployment.yaml | 2 +- pkg/k8s/controllers/telemetryservice_controller.go | 2 +- pkg/k8s/crd/config/manager/kustomization.yaml | 2 +- pkg/k8s/crd/install/config_default.yaml | 2 +- pkg/k8s/crd/install/shifu_install.yml | 2 +- pkg/telemetryservice/install/telemetryservice_install.yaml | 2 +- test/scripts/deviceshifu-demo-aio.sh | 2 +- version.txt | 2 +- 44 files changed, 46 insertions(+), 46 deletions(-) diff --git a/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml b/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml index 65c97fd3e..3e3e5339e 100644 --- a/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml +++ b/examples/deviceshifu/customized/humidity_detector/configuration/deviceshifu-humidity-detector-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-humidity-detector-deployment spec: containers: - - image: edgehub/deviceshifu-http-http-python:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http-python:v0.60.0 name: deviceshifu-http imagePullPolicy: Never ports: diff --git a/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml b/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml index 694bd0808..d65bad54e 100644 --- a/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml +++ b/examples/deviceshifu/customized/humidity_detector/configuration/humidity-detector-deployment.yaml @@ -16,7 +16,7 @@ spec: app: humidity-detector spec: containers: - - image: edgehub/humidity-detector:v0.60.0-rc2 + - image: edgehub/humidity-detector:v0.60.0 imagePullPolicy: Never name: humidity-detector ports: diff --git a/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml b/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml index be2f2cb12..c62dc8ad3 100644 --- a/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml +++ b/examples/deviceshifu/customized/humidity_detector/configuration/mockserver-deployment.yaml @@ -16,7 +16,7 @@ spec: app: mockserver spec: containers: - - image: edgehub/mockserver:v0.60.0-rc2 + - image: edgehub/mockserver:v0.60.0 imagePullPolicy: Never name: mockserver ports: diff --git a/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml index 2321a6c44..6c5df033c 100644 --- a/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-agv/agv-deployment.yaml @@ -16,7 +16,7 @@ spec: app: agv spec: containers: - - image: edgehub/mockdevice-agv:v0.60.0-rc2 + - image: edgehub/mockdevice-agv:v0.60.0 name: agv ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml index d21a60b38..3a33d7266 100644 --- a/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-agv/deviceshifu-agv-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-agv-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml index c4de9aaab..fdcd56afb 100644 --- a/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-mqtt/mqtt_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-mqtt-deployment spec: containers: - - image: edgehub/deviceshifu-http-mqtt:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-mqtt:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml index 5a8794e7a..8c29058ac 100644 --- a/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-opcua/mock-device/opcua-deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: mockdevice-opcua - image: edgehub/mockdevice-opcua:v0.60.0-rc2 + image: edgehub/mockdevice-opcua:v0.60.0 ports: - containerPort: 4840 readinessProbe: diff --git a/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml index 9fb7dec26..9c7c35127 100644 --- a/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-opcua/opcua_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-opcua-deployment spec: containers: - - image: edgehub/deviceshifu-http-opcua:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-opcua:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml index 9105b6fa9..07a9a56c9 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plate-reader/deviceshifu-plate-reader-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plate-reader-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml index 095d5f755..d1d54bcff 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plate-reader/plate-reader-deployment.yaml @@ -16,7 +16,7 @@ spec: app: plate-reader spec: containers: - - image: edgehub/mockdevice-plate-reader:v0.60.0-rc2 + - image: edgehub/mockdevice-plate-reader:v0.60.0 name: plate-reader ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml index 54dece101..902b04dd8 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plc/deviceshifu-plc-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plc-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml index a739b9f51..1a974ce3f 100644 --- a/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-plc/plc-deployment.yaml @@ -16,7 +16,7 @@ spec: app: plc spec: containers: - - image: edgehub/mockdevice-plc:v0.60.0-rc2 + - image: edgehub/mockdevice-plc:v0.60.0 name: plc ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml index 77781928b..bdb2b2bf9 100644 --- a/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-robot-arm/deviceshifu-robot-arm-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-robotarm-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml index e91d90b58..dc853bce4 100644 --- a/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-robot-arm/robot-arm-deployment.yaml @@ -16,7 +16,7 @@ spec: app: robotarm spec: containers: - - image: edgehub/mockdevice-robot-arm:v0.60.0-rc2 + - image: edgehub/mockdevice-robot-arm:v0.60.0 name: robotarm ports: - containerPort: 11111 diff --git a/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml index 43c9ad535..83ad0dc6f 100644 --- a/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-socket/mock-device/socket-deployment.yaml @@ -14,6 +14,6 @@ spec: spec: containers: - name: mockdevice-socket - image: edgehub/mockdevice-socket:v0.60.0-rc2 + image: edgehub/mockdevice-socket:v0.60.0 ports: - containerPort: 11122 diff --git a/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml index 3109dde41..41b72c50f 100644 --- a/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-socket/socket_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-socket-deployment spec: containers: - - image: edgehub/deviceshifu-http-socket:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-socket:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml index 4a299485c..c2d8a11cd 100644 --- a/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-thermometer/deviceshifu-thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-thermometer-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml b/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml index 7d3c91398..82298cf04 100644 --- a/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml +++ b/examples/deviceshifu/demo_device/edgedevice-thermometer/thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: thermometer spec: containers: - - image: edgehub/mockdevice-thermometer:v0.60.0-rc2 + - image: edgehub/mockdevice-thermometer:v0.60.0 name: thermometer ports: - containerPort: 11111 diff --git a/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml b/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml index eea0c5eb4..1b134b877 100644 --- a/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml +++ b/examples/deviceshifu/hello-world-device/configuration/deviceshifu-helloworld-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-helloworld-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml b/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml index 75cb4d62b..f030f30bb 100644 --- a/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml +++ b/examples/driver_utils/simple-powershell-stub/deviceshifu-powershell-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-powershell-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml b/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml index 26bde7303..2ef7269c4 100644 --- a/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml +++ b/examples/httpDeviceShifu/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml b/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml index 9b6c42954..5e892587f 100644 --- a/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml +++ b/examples/lwM2MDeviceShifuWithSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-lwm2m-deployment spec: containers: - - image: edgehub/deviceshifu-http-lwm2m:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-lwm2m:v0.60.0 name: deviceshifu-lwm2m ports: - containerPort: 8080 diff --git a/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml b/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml index 167be5cfc..d3272790e 100644 --- a/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml +++ b/examples/lwM2MDeviceshifuWithoutSecurity/lwM2M/lwm2m-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-lwm2m-deployment spec: containers: - - image: edgehub/deviceshifu-http-lwm2m:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-lwm2m:v0.60.0 name: deviceshifu-lwm2m ports: - containerPort: 8080 diff --git a/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml b/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml index 167be5cfc..d3272790e 100644 --- a/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml +++ b/examples/lwm2m_gw_http/deviceshifu-lwm2m/lwm2m-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-lwm2m-deployment spec: containers: - - image: edgehub/deviceshifu-http-lwm2m:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-lwm2m:v0.60.0 name: deviceshifu-lwm2m ports: - containerPort: 8080 diff --git a/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml b/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml index f512a3bf3..50b11b985 100644 --- a/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml +++ b/examples/lwm2m_gw_http/deviceshifu-thermometer/deviceshifu-thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-thermometer-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 imagePullPolicy: IfNotPresent name: deviceshifu-http ports: @@ -30,7 +30,7 @@ spec: value: "edgedevice-thermometer" - name: EDGEDEVICE_NAMESPACE value: "devices" - - image: edgehub/gateway-lwm2m:v0.60.0-rc2 + - image: edgehub/gateway-lwm2m:v0.60.0 imagePullPolicy: IfNotPresent name: gateway-lwm2m volumeMounts: diff --git a/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml b/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml index 7d3c91398..82298cf04 100644 --- a/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml +++ b/examples/lwm2m_gw_http/deviceshifu-thermometer/thermometer-deployment.yaml @@ -16,7 +16,7 @@ spec: app: thermometer spec: containers: - - image: edgehub/mockdevice-thermometer:v0.60.0-rc2 + - image: edgehub/mockdevice-thermometer:v0.60.0 name: thermometer ports: - containerPort: 11111 diff --git a/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml b/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml index 8bf843e4a..a70ebac10 100644 --- a/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml +++ b/examples/lwm2m_gw_opcua/opcua_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-opcua-deployment spec: containers: - - image: edgehub/deviceshifu-http-opcua:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-opcua:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 @@ -35,7 +35,7 @@ spec: value: "edgedevice-opcua" - name: EDGEDEVICE_NAMESPACE value: "devices" - - image: edgehub/gateway-lwm2m:v0.60.0-rc2 + - image: edgehub/gateway-lwm2m:v0.60.0 name: gateway-lwm2m volumeMounts: - name: deviceshifu-config diff --git a/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml b/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml index 26bde7303..2ef7269c4 100644 --- a/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml +++ b/examples/minioTelemetryService/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml b/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml index 3550cd4a6..84c3d5cc8 100644 --- a/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml +++ b/examples/mqttDeviceShifu/mqtt_deploy/mqtt_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-mqtt-deployment spec: containers: - - image: edgehub/deviceshifu-http-mqtt:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-mqtt:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml b/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml index 26bde7303..2ef7269c4 100644 --- a/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml +++ b/examples/mqttTelemetryService/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml b/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml index 764f4ffeb..e6176ed93 100644 --- a/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml +++ b/examples/opcuaDeviceShifu/opcua_deploy/opcua_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-opcua-deployment spec: containers: - - image: edgehub/deviceshifu-http-opcua:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-opcua:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml b/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml index dae4a319d..eed7ee6fd 100644 --- a/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml +++ b/examples/plc4xDeviceShifu/deployment/plc4x_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plc4x-deployment spec: containers: - - image: edgehub/deviceshifu-http-plc4x:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-plc4x:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml b/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml index e7c4c8acf..498bf41eb 100644 --- a/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml +++ b/examples/rtspDeviceShifu/camera-deployment/deviceshifu-camera-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-camera-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml b/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml index 66eb436b3..ce13ad064 100644 --- a/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml +++ b/examples/siemensPLCDeviceShifu/plc-deployment/plc-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-plc-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml b/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml index 7ff4dc4f5..b0fa0ef6f 100644 --- a/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml +++ b/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-socket-deployment spec: containers: - - image: edgehub/deviceshifu-http-socket:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-socket:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml b/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml index 3ba8f965f..83ec66d5d 100644 --- a/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml +++ b/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-tcp-deployment spec: containers: - - image: edgehub/deviceshifu-tcp-tcp:v0.60.0-rc2 + - image: edgehub/deviceshifu-tcp-tcp:v0.60.0 name: deviceshifu-tcp ports: - containerPort: 8081 diff --git a/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml b/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml index 26bde7303..2ef7269c4 100644 --- a/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml +++ b/examples/tdengineTelemetryService/deployment/http-deviceshifu-deployment.yaml @@ -16,7 +16,7 @@ spec: app: deviceshifu-http-deployment spec: containers: - - image: edgehub/deviceshifu-http-http:v0.60.0-rc2 + - image: edgehub/deviceshifu-http-http:v0.60.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/pkg/k8s/controllers/telemetryservice_controller.go b/pkg/k8s/controllers/telemetryservice_controller.go index 57d4d09c3..4e063b503 100644 --- a/pkg/k8s/controllers/telemetryservice_controller.go +++ b/pkg/k8s/controllers/telemetryservice_controller.go @@ -44,7 +44,7 @@ var tsNamespacedName = types.NamespacedName{ } // image of telemetryservice deployment -const IMAGE = "edgehub/telemetryservice:v0.60.0-rc2" +const IMAGE = "edgehub/telemetryservice:v0.60.0" //+kubebuilder:rbac:groups=shifu.edgenesis.io,resources=telemetryservices,verbs=get;list;watch;create;update;patch;delete //+kubebuilder:rbac:groups=shifu.edgenesis.io,resources=telemetryservices/status,verbs=get;update;patch diff --git a/pkg/k8s/crd/config/manager/kustomization.yaml b/pkg/k8s/crd/config/manager/kustomization.yaml index 5d8eb1133..db1907551 100644 --- a/pkg/k8s/crd/config/manager/kustomization.yaml +++ b/pkg/k8s/crd/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: edgehub/shifu-controller - newTag: v0.60.0-rc2 + newTag: v0.60.0 diff --git a/pkg/k8s/crd/install/config_default.yaml b/pkg/k8s/crd/install/config_default.yaml index 73cf722bc..e1db61c44 100644 --- a/pkg/k8s/crd/install/config_default.yaml +++ b/pkg/k8s/crd/install/config_default.yaml @@ -605,7 +605,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:v0.60.0-rc2 + image: edgehub/shifu-controller:v0.60.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/k8s/crd/install/shifu_install.yml b/pkg/k8s/crd/install/shifu_install.yml index a8bb9a8c2..8d26c2fa5 100644 --- a/pkg/k8s/crd/install/shifu_install.yml +++ b/pkg/k8s/crd/install/shifu_install.yml @@ -605,7 +605,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:v0.60.0-rc2 + image: edgehub/shifu-controller:v0.60.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/telemetryservice/install/telemetryservice_install.yaml b/pkg/telemetryservice/install/telemetryservice_install.yaml index 9f237f924..c139e5dc0 100644 --- a/pkg/telemetryservice/install/telemetryservice_install.yaml +++ b/pkg/telemetryservice/install/telemetryservice_install.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: telemetryservice - image: edgehub/telemetryservice:v0.60.0-rc2 + image: edgehub/telemetryservice:v0.60.0 ports: - containerPort: 8080 env: diff --git a/test/scripts/deviceshifu-demo-aio.sh b/test/scripts/deviceshifu-demo-aio.sh index 9277caefb..ae1bbf9cf 100644 --- a/test/scripts/deviceshifu-demo-aio.sh +++ b/test/scripts/deviceshifu-demo-aio.sh @@ -7,7 +7,7 @@ if [ $# -eq 0 ]; then exit 1 fi -SHIFU_IMG_VERSION=v0.60.0-rc2 +SHIFU_IMG_VERSION=v0.60.0 BUILD_DIR=build_dir IMG_DIR=images RUN_DIR=run_dir diff --git a/version.txt b/version.txt index e936d75cd..4eb38d18f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.60.0-rc2 +v0.60.0