From c0bfb001f8d4c6759a40c5007776eeb9e15e93fd Mon Sep 17 00:00:00 2001 From: Tom Qin Date: Mon, 11 Nov 2024 08:43:29 +0900 Subject: [PATCH] tag v0.57.0 for release (#1046) --- .../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/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 +- 43 files changed, 45 insertions(+), 45 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 4541af8b5..f73210518 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http-python:v0.57.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 aef45f763..9cb4a7fd9 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.57.0-rc1 + - image: edgehub/humidity-detector:v0.57.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 19bdf9d9d..ed70822a2 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.57.0-rc1 + - image: edgehub/mockserver:v0.57.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 bb5e3ad5b..248e0f57a 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.57.0-rc1 + - image: edgehub/mockdevice-agv:v0.57.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 60e1ac9a5..a35b23632 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 a883556d7..8b21756c4 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.57.0-rc1 + - image: edgehub/deviceshifu-http-mqtt:v0.57.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 8cc0eaa03..3c6ff1657 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.57.0-rc1 + image: edgehub/mockdevice-opcua:v0.57.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 79aa1c023..c80ad8fdb 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.57.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.57.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 232dce7e9..70416edcf 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 6eaad2524..9ef0734d6 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.57.0-rc1 + - image: edgehub/mockdevice-plate-reader:v0.57.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 77e9e5348..efa2d9dff 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 ab8dec54f..75436ccd7 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.57.0-rc1 + - image: edgehub/mockdevice-plc:v0.57.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 1460a270c..433cbc442 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 ff91f86bd..542fd6b6f 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.57.0-rc1 + - image: edgehub/mockdevice-robot-arm:v0.57.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 b8a921fb9..ffcf51ae2 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.57.0-rc1 + image: edgehub/mockdevice-socket:v0.57.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 e159e2dd9..7da127399 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.57.0-rc1 + - image: edgehub/deviceshifu-http-socket:v0.57.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 b434c524b..4d668ac33 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 53b56a768..b3e297941 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.57.0-rc1 + - image: edgehub/mockdevice-thermometer:v0.57.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 f74530ac0..b5d6fcd4a 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 64944c6e1..a441a604c 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 1ac3be56a..9e8501bee 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 b48002c7d..b95ac8245 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.57.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.57.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 21e109d67..ab45c31c9 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.57.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.57.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 21e109d67..ab45c31c9 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.57.0-rc1 + - image: edgehub/deviceshifu-http-lwm2m:v0.57.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 0ac3732c8..7a5c70797 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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.57.0-rc1 + - image: edgehub/gateway-lwm2m:v0.57.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 53b56a768..b3e297941 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.57.0-rc1 + - image: edgehub/mockdevice-thermometer:v0.57.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 4db3ba42f..c4ceff29a 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.57.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.57.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.57.0-rc1 + - image: edgehub/gateway-lwm2m:v0.57.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 1ac3be56a..9e8501bee 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 5312d4fc2..d40e0ef37 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.57.0-rc1 + - image: edgehub/deviceshifu-http-mqtt:v0.57.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 1ac3be56a..9e8501bee 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 1e8bab58f..338be593b 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.57.0-rc1 + - image: edgehub/deviceshifu-http-opcua:v0.57.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 c6c98914f..5088e1ded 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.57.0-rc1 + - image: edgehub/deviceshifu-http-plc4x:v0.57.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 1c06dbbd1..123dabd18 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.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 940656f34..4fcd3ee80 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml b/examples/socketDeviceShifu/socket_deviceshifu_deployment.yaml index 9456211e8..eb2c82346 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.57.0-rc1 + - image: edgehub/deviceshifu-http-socket:v0.57.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml b/examples/tcpDeviceShifu/tcp_deviceshifu_deployment.yaml index 63eb71792..377d71d3e 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.57.0-rc1 + - image: edgehub/deviceshifu-tcp-tcp:v0.57.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 1ac3be56a..9e8501bee 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.57.0-rc1 + - image: edgehub/deviceshifu-http-http:v0.57.0 name: deviceshifu-http ports: - containerPort: 8080 diff --git a/pkg/k8s/crd/config/manager/kustomization.yaml b/pkg/k8s/crd/config/manager/kustomization.yaml index ee3db5cad..ffe9ef1b1 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.57.0-rc1 + newTag: v0.57.0 diff --git a/pkg/k8s/crd/install/config_default.yaml b/pkg/k8s/crd/install/config_default.yaml index 6a8e2e2c9..2314bf3aa 100644 --- a/pkg/k8s/crd/install/config_default.yaml +++ b/pkg/k8s/crd/install/config_default.yaml @@ -547,7 +547,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:v0.57.0-rc1 + image: edgehub/shifu-controller:v0.57.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/k8s/crd/install/shifu_install.yml b/pkg/k8s/crd/install/shifu_install.yml index 530c9423d..3ca7c02db 100644 --- a/pkg/k8s/crd/install/shifu_install.yml +++ b/pkg/k8s/crd/install/shifu_install.yml @@ -547,7 +547,7 @@ spec: - --source=default command: - /manager - image: edgehub/shifu-controller:v0.57.0-rc1 + image: edgehub/shifu-controller:v0.57.0 livenessProbe: httpGet: path: /healthz diff --git a/pkg/telemetryservice/install/telemetryservice_install.yaml b/pkg/telemetryservice/install/telemetryservice_install.yaml index a4b6ebf8f..0e8952eb0 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.57.0-rc1 + image: edgehub/telemetryservice:v0.57.0 ports: - containerPort: 8080 env: diff --git a/test/scripts/deviceshifu-demo-aio.sh b/test/scripts/deviceshifu-demo-aio.sh index 3ed8befb1..5b39f0a7b 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.57.0-rc1 +SHIFU_IMG_VERSION=v0.57.0 BUILD_DIR=build_dir IMG_DIR=images RUN_DIR=run_dir diff --git a/version.txt b/version.txt index 693643572..7e1686979 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.57.0-rc1 +v0.57.0