Skip to content

Commit 82ffc66

Browse files
Fix Dependabot Alerts (#27)
* Update mqtt libary from 4.2.1 to 4.2.8 * Update sonarqube-scanner libary from 2.7.0 to 2.8.1 * Change simple switch statements for ifs * Bump Revision
1 parent 26f86d1 commit 82ffc66

File tree

7 files changed

+157
-297
lines changed

7 files changed

+157
-297
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/Spruik/PackML-MQTT-Simulator"
77
LABEL org.opencontainers.image.url="https://spruiktec.com/"
88
LABEL org.opencontainers.image.vendor="Spruik Technologies LLC"
9-
LABEL org.opencontainers.image.version="2.0.1"
9+
LABEL org.opencontainers.image.version="2.0.2"
1010

1111
WORKDIR /machine
1212

README.md

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

296296
## Changelog
297297

298+
- 2.0.2
299+
- Update mqtt libary from 4.2.1 to 4.2.8
300+
- Update sonarqube-scanner libary from 2.7.0 to 2.8.1
301+
- Change simple switch statements for ifs
302+
- Bump Revision
303+
298304
- 2.0.1
299305
- Removed unsupported device commands
300306
- Update Readme

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.1
6+
appVersion: 2.0.2

0 commit comments

Comments
 (0)