Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flowfuse/driver-kubernetes

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowfuse/driver-kubernetes - npm Package Compare versions

Comparing version 1.14.1-c12d5da-202311291435.0 to 1.15.0

6

CHANGELOG.md

@@ -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 @@

8

kubernetes.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc