@flowfuse/driver-kubernetes
Advanced tools
Comparing version 1.14.1-c12d5da-202311291435.0 to 1.15.0
@@ -0,1 +1,7 @@ | ||
#### 1.15.0: Release | ||
- #3174: Enable Multi-Core CPU Support for Node-RED Projects (#129) @elenaviter | ||
- Update npm-publish action version to v2 (#127) @ppawlowski | ||
- Update to flowfuse npm scope (#126) @knolleary | ||
#### 1.14.0: Release | ||
@@ -2,0 +8,0 @@ |
@@ -698,6 +698,6 @@ const got = require('got') | ||
cpu: { | ||
label: 'CPU Cores (%)', | ||
validate: '^([1-9][0-9]?|100)$', | ||
invalidMessage: 'Invalid value - must be a number between 1 and 100', | ||
description: 'How much of a single CPU core each Project should receive' | ||
label: 'CPU Cores (in 1/100th units)', | ||
validate: '^([1-9][0-9]{0,2}|1000)$', | ||
invalidMessage: 'Invalid value - must be a number between 1 and 1000, where 100 represents 1 CPU core', | ||
description: 'Defines the CPU resources each Project should receive, in units of 1/100th of a CPU core. 100 equates to 1 CPU core' | ||
}, | ||
@@ -704,0 +704,0 @@ memory: { |
{ | ||
"name": "@flowfuse/driver-kubernetes", | ||
"version": "1.14.1-c12d5da-202311291435.0", | ||
"version": "1.15.0", | ||
"description": "Kubernetes driver for FlowFuse", | ||
@@ -5,0 +5,0 @@ "main": "kubernetes.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65054
1