From 2eeadcf85aa8ba932bf6f95df78989ed3ffb2d43 Mon Sep 17 00:00:00 2001 From: Tom Qin Date: Tue, 7 Jan 2025 02:22:14 +0800 Subject: [PATCH] tag v0.61.0 for release (#1099) --- .../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 c8fe95176..7e369a93a 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http-python:v0.61.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 2cf074de1..9f388efdf 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.61.0-rc1 + - image: edgehub/humidity-detector:v0.61.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 5b16eafa7..74d0208bf 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.61.0-rc1 + - image: edgehub/mockserver:v0.61.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 dd487179a..ea0eb24a1 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.61.0-rc1 + - image: edgehub/mockdevice-agv:v0.61.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 82d9c103b..fef9b65a0 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 cac01faf1..57af43716 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.61.0-rc1 + - image: edgehub/deviceshifu-http-mqtt:v0.61.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 f18a8e884..179777fa5 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.61.0-rc1 + image: edgehub/mockdevice-opcua:v0.61.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 eaab03195..33fdfd520 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.61.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.61.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 87966d84c..3ae98c4a4 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 e4753d104..7e72d8835 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.61.0-rc1 + - image: edgehub/mockdevice-plate-reader:v0.61.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 f66384777..c07f960c7 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 c3781e934..6e0e3186e 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.61.0-rc1 + - image: edgehub/mockdevice-plc:v0.61.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 787dbd4f9..466642fa5 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 303ab6476..a4bb6ff4e 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.61.0-rc1 + - image: edgehub/mockdevice-robot-arm:v0.61.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 5ad328b29..ff3c94089 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.61.0-rc1 + image: edgehub/mockdevice-socket:v0.61.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 9431bc11a..e6488cb6e 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.61.0-rc1 + - image: edgehub/deviceshifu-http-socket:v0.61.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 59818219f..1233be11e 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 9be07160f..548ce5749 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.61.0-rc1 + - image: edgehub/mockdevice-thermometer:v0.61.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 c567185ff..745c44165 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 954c8e490..72ebe992d 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 a1a93ab9f..7bf2d7fef 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 662f23869..1890698d7 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.61.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.61.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 06212945e..43eb7c69a 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.61.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.61.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 06212945e..43eb7c69a 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.61.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.61.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 67a818ab3..525e79f3f 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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.61.0-rc1 + - image: edgehub/gateway-lwm2m:v0.61.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 9be07160f..548ce5749 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.61.0-rc1 + - image: edgehub/mockdevice-thermometer:v0.61.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 cb855424f..fb231d47f 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.61.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.61.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.61.0-rc1 + - image: edgehub/gateway-lwm2m:v0.61.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 a1a93ab9f..7bf2d7fef 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 f60639839..dad8d91c5 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.61.0-rc1 + - image: edgehub/deviceshifu-http-mqtt:v0.61.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 a1a93ab9f..7bf2d7fef 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 37ac4b757..b20cd68d0 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.61.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.61.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 b1430e1e1..6a1e6b094 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.61.0-rc1 + - image: edgehub/deviceshifu-http-plc4x:v0.61.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 e56c16d21..a72dc69a9 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.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 a831bf97a..0cfc1805f 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml b/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml index 2404c7929..f9c13ca79 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.61.0-rc1 + - image: edgehub/deviceshifu-http-socket:v0.61.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml b/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml index 45314cbdf..bb3930a20 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.61.0-rc1 + - image: edgehub/deviceshifu-tcp-tcp:v0.61.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 a1a93ab9f..7bf2d7fef 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.61.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.61.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/pkg/k8s/controllers/telemetryservice_controller.go b/pkg/k8s/controllers/telemetryservice_controller.go index 21affbc2a..7cd7f5956 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.61.0-rc1" +const IMAGE = "edgehub/telemetryservice:v0.61.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 6e9349143..6eff9b882 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.61.0-rc1 + newTag: v0.61.0 diff --git a/pkg/k8s/crd/install/config_default.yaml b/pkg/k8s/crd/install/config_default.yaml index dfc2566f0..134e2aa5d 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.61.0-rc1 + image: edgehub/shifu-controller:v0.61.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/k8s/crd/install/shifu_install.yml b/pkg/k8s/crd/install/shifu_install.yml index 35aa41ccf..8c0967576 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.61.0-rc1 + image: edgehub/shifu-controller:v0.61.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/telemetryservice/install/telemetryservice_install.yaml b/pkg/telemetryservice/install/telemetryservice_install.yaml index 394336367..d9747444c 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.61.0-rc1 + image: edgehub/telemetryservice:v0.61.0 ports: - containerPort: 8080 env: diff --git a/test/scripts/deviceshifu-demo-aio.sh b/test/scripts/deviceshifu-demo-aio.sh index 02e4c553d..54fc7ea25 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.61.0-rc1 +SHIFU_IMG_VERSION=v0.61.0 BUILD_DIR=build_dir IMG_DIR=images RUN_DIR=run_dir diff --git a/version.txt b/version.txt index d2a4bbdba..9b5060487 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.61.0-rc1 +v0.61.0