Skip to content

Commit 8ebf601

Browse files
committed
Bump up component versions for diag and insights
- Also, updated the rmaker_common submodule
1 parent b0da719 commit 8ebf601

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

components/esp_diagnostics/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.0"
1+
version: "1.2.0"
22
description: Diagnostics component used in ESP Insights, which is a remote diagnostics solution to monitor the health of ESP devices in the field.
33
url: https://github.com/espressif/esp-insights/tree/main/components/esp_diagnostics
44
repository: https://github.com/espressif/esp-insights.git

components/esp_insights/idf_component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.1.0"
1+
version: "1.2.0"
22
description: Firmware agent for ESP Insights, which is a remote diagnostics solution to monitor the health of ESP devices in the field.
33
url: https://github.com/espressif/esp-insights/tree/main/components/esp_insights
44
repository: https://github.com/espressif/esp-insights.git
@@ -13,7 +13,7 @@ dependencies:
1313
version: "~1.0"
1414
override_path: '../esp_diag_data_store/'
1515
espressif/esp_diagnostics:
16-
version: "~1.1"
16+
version: ">=1.2.0"
1717
override_path: '../esp_diagnostics/'
1818
espressif/cbor:
1919
version: "~0.6"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## IDF Component Manager Manifest File. Requires idf-component-manager > v1.2.3
22
dependencies:
33
espressif/esp_insights:
4-
version: "~1.1.0"
4+
version: ">=1.1.0"
55
override_path: "../../../components/esp_insights"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## IDF Component Manager Manifest File. Requires idf-component-manager > v1.2.3
22
dependencies:
33
espressif/esp_insights:
4-
version: "~1.1.0"
4+
version: ">=1.1.0"
55
override_path: "../../../components/esp_insights"

0 commit comments

Comments
 (0)