Skip to content

Commit 7599c22

Browse files
v2.1.0
Change version to v2.1.0
2 parents b363a40 + 76364cf commit 7599c22

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.authors="[email protected]"
66
LABEL org.opencontainers.image.source="https://github.com/libremfg/PackML-MQTT-Simulator"
77
LABEL org.opencontainers.image.url="https://www.libremfg.com/"
88
LABEL org.opencontainers.image.vendor="Libre Technologies Inc"
9-
LABEL org.opencontainers.image.version="2.0.6"
9+
LABEL org.opencontainers.image.version="2.1.0"
1010

1111
WORKDIR /machine
1212

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,20 @@ For any issue, there are fundamentally three ways an individual can contribute:
299299

300300
## Changelog
301301

302+
- 2.1.0
303+
- Add configuration option for MQTT server port
304+
- Add timestamp to metric for alignment to Sparkplug 3.0.0 Specification
305+
- Change mqtt library to v5.11.0
306+
- Change sonarqube-scanner to v4.3.0
307+
- Change winston to v3.17.0
308+
309+
- 2.0.7
310+
- Fix mode command raw byte to string conversion
311+
- Fix packml command reference and call arguments
312+
- Fix packml product commands to align with README
313+
- Fix Product constructor error message typo
314+
- Fix product proxy reflecting value change
315+
302316
- 2.0.6
303317
- Fix host reference on shutdown
304318
- Change to GitHub Container Registry

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: packml-sim
33
description: PackML Machine Simulator
44
type: application
55
version: 0.0.2
6-
appVersion: 2.0.6
6+
appVersion: 2.1.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packaging-machine-language-mqtt-simulator",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"description": "Manufacturing line simulator interfaced using PackML over MQTT.",
55
"keywords": [
66
"packml",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=PackagingMachineLanguageSimulator
22
sonar.projectName=Packaging Machine Language Simulator
3-
sonar.projectVersion=2.0.6
3+
sonar.projectVersion=2.1.0
44
sonar.language=js
55
sonar.sources=src
66
sonar.sourceEncoding=UTF-8

src/clients/sparkplug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class Client extends events.EventEmitter {
124124
{
125125
name: "Properties/OS Version",
126126
timestamp: timestamp,
127-
value: "2.0.6",
127+
value: "2.1.0",
128128
type: "String"
129129
},
130130
{

0 commit comments

Comments
 (0)