Skip to content

Commit

Permalink
update for 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfrehse committed Feb 29, 2024
1 parent 0b06b55 commit 1908ec8
Show file tree
Hide file tree
Showing 9 changed files with 2,129 additions and 14 deletions.
2,115 changes: 2,115 additions & 0 deletions ext/hivemq-edge-openapi-2024.2.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2024.1
version=2024.2

# Enable build cache.
org.gradle.caching=true
4 changes: 2 additions & 2 deletions hivemq-edge/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version=2024.1
version=2024.2
#
# main dependencies
#
hivemq-extension-sdk.version=4.16.0
hivemq-edge-extension-sdk.version=2024.1
hivemq-edge-extension-sdk.version=2024.2
# netty
netty.version=4.1.79.Final
# Jersey (JAXRS / Sun)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public interface HiveMQEdgeConstants {

//TODO this should be build driven for modules but use single constant for now
String VERSION = "2024.1";
String VERSION = "2024.2";
String DEVELOPMENT_MODE = "hivemq.edge.workspace.modules";
String CONFIG_FILE_NAME = "hivemq.edge.config.xml";
String MUTABLE_CONFIGURAION_ENABLED = "mutable.configuration.enabled";
Expand Down
12 changes: 6 additions & 6 deletions hivemq-edge/src/main/resources/hivemq-edge-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"modules" : [
{
"id" : "modbus",
"version" : "2024.1",
"version" : "2024.2",
"name" : "Modbus to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to existing Modbus devices, bringing data from coils & registers into MQTT.",
"author" : "HiveMQ",
Expand All @@ -57,7 +57,7 @@
},
{
"id" : "opc-ua-client",
"version" : "2024.1",
"version" : "2024.2",
"name" : "OPC-UA to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to existing OPC-UA services as a client and enables a seamless exchange of data between MQTT and OPC-UA.",
"author" : "HiveMQ",
Expand All @@ -76,7 +76,7 @@
},
{
"id" : "http",
"version" : "2024.1 (BETA)",
"version" : "2024.2 (BETA)",
"name" : "HTTP(s) to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to arbitrary web endpoint URLs via HTTP(s), consuming structured JSON or plain data.",
"author" : "HiveMQ",
Expand All @@ -95,7 +95,7 @@
},
{
"id" : "s7",
"version" : "2024.1",
"version" : "2024.2",
"name" : "S7 to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to S7-300, S7-400, S7-1200 & S7-1500 devices, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
Expand All @@ -114,7 +114,7 @@
},
{
"id" : "ads",
"version" : "2024.1",
"version" : "2024.2",
"name" : "ADS to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to devices supporting ADS, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
Expand All @@ -133,7 +133,7 @@
},
{
"id" : "ethernet-ip",
"version" : "2024.1 (ALPHA)",
"version" : "2024.2 (ALPHA)",
"name" : "Ethernet IP to MQTT Protocol Adapter",
"description" : "Connects HiveMQ Edge to Rockwell / Allen-Bradley ControlLogix and CompactLogix devices supporting Ethernet IP, reading data from the PLC into MQTT.",
"author" : "HiveMQ",
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-http/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2024.1
version=2024.2
#
# main dependencies
#
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-modbus/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2024.1
version=2024.2
#
# main dependencies
#
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-opcua/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2024.1
version=2024.2
#
# main dependencies
#
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-plc4x/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2024.1-alpha
version=2024.2-alpha
#
# main dependencies
#
Expand Down

0 comments on commit 1908ec8

Please sign in to comment.