Skip to content

Commit d26567a

Browse files
v1.0.9 (#23)
* Update lodash library from 4.17.19 to 4.17.21 * Update hosted-git-info from 2.8.8 to 2.8.9 * Bump Revision
1 parent f395408 commit d26567a

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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="1.0.9"
910

1011
WORKDIR /machine
1112

README.md

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

223223
## Changelog
224224

225+
- 1.0.9
226+
- Update lodash library from 4.17.19 to 4.17.21
227+
- Update hosted-git-info from 2.8.8 to 2.8.9
228+
225229
- 1.0.8
226230
- Add simulation TICK env variable
227231

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: packml-sim
33
description: PackML Machine Simulator
44
type: application
5-
version: 0.0.1
6-
appVersion: 0.0.5
5+
version: 0.0.2
6+
appVersion: 1.0.9

package-lock.json

Lines changed: 5 additions & 5 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": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Manufacturing line simulator interfaced using PackML over MQTT.",
55
"keywords": [
66
"packml",

0 commit comments

Comments
 (0)