@flowfuse/driver-kubernetes 1.14.1-2eb9c08-202312071759.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### 1.15.0: Release
2
+
3
+ - #3174: Enable Multi-Core CPU Support for Node-RED Projects (#129) @elenaviter
4
+ - Update npm-publish action version to v2 (#127) @ppawlowski
5
+ - Update to flowfuse npm scope (#126) @knolleary
6
+
1
7
  #### 1.14.0: Release
2
8
 
3
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "1.14.1-2eb9c08-202312071759.0",
3
+ "version": "1.15.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {