Socket
Socket
Sign inDemoInstall

kube-workflow

Package Overview
Dependencies
182
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

.git/objects/pack/pack-3c76b1b07a23f190e37a0a7c2d08801386651d50.idx

24

action/build/builder.js

@@ -8,2 +8,3 @@ const os = require("os")

const getDirectories = require("./utils/getDirectories")
const asyncShell = require("./utils/asyncShell")

@@ -58,16 +59,13 @@

logger.debug(`Add symlinks kube-workflow chart`)
if (!(await fs.pathExists(`${KUBEWORKFLOW_PATH}/charts/kube-workflow/charts`))) {
const getDirectories = require("./utils/getDirectories")
const charts = await getDirectories(`${KUBEWORKFLOW_PATH}/charts`)
await fs.ensureDir(`${KUBEWORKFLOW_PATH}/charts/kube-workflow/charts`)
for (const chartName of charts) {
if (chartName === "kube-workflow") {
continue
}
await fs.symlink(
`../../${chartName}`,
`${KUBEWORKFLOW_PATH}/charts/kube-workflow/charts/${chartName}`
)
const charts = await getDirectories(`${KUBEWORKFLOW_PATH}/charts`)
await fs.ensureDir(`${KUBEWORKFLOW_PATH}/charts/kube-workflow/charts`)
await Promise.all(charts.map(async (chartName)=>{
if (chartName === "kube-workflow") {
return
}
}
const dest = `${KUBEWORKFLOW_PATH}/charts/kube-workflow/charts/${chartName}`
if (!(await fs.pathExists(dest))) {
await fs.symlink(`../../${chartName}`, dest)
}
}))

@@ -74,0 +72,0 @@ await fs.ensureDir(KWBUILD_PATH)

@@ -39,11 +39,3 @@ const fs = require("fs-extra")

for (const { name, alias } of dependencies) {
const key = alias || name
if (!values[key]) {
values[key] = {}
}
values[key].component = key
}
return chart
}

@@ -5,2 +5,19 @@ # Changelog

### [1.2.1](https://github.com/SocialGouv/kube-workflow/compare/v1.2.0...v1.2.1) (2022-03-21)
### Bug Fixes
* component default ([bd36e7d](https://github.com/SocialGouv/kube-workflow/commit/bd36e7d00ede9e9c2389df1c823492fcb38acf47))
* gen symlinks ([cbbb7cc](https://github.com/SocialGouv/kube-workflow/commit/cbbb7cc5135076d926991e43e6144935ae544d8d))
* internal github workflow ([974db6e](https://github.com/SocialGouv/kube-workflow/commit/974db6e35eeeb7c9252dc91214a61d7fb4970a18))
* release charts version ([ddf0892](https://github.com/SocialGouv/kube-workflow/commit/ddf0892eeff25809527a1952df43623a27d5a04c))
* release charts version precommit ([dfabb22](https://github.com/SocialGouv/kube-workflow/commit/dfabb22796ec3e4ec88fe5b0cfcca0a800674900))
* release charts version precommit ([90dbef6](https://github.com/SocialGouv/kube-workflow/commit/90dbef698a281e02aa5d9bb79ffbf4bb8ef4879a))
* release charts version precommit ([1e1417c](https://github.com/SocialGouv/kube-workflow/commit/1e1417c3f499a8ac347d88ed1374031db2c887ee))
* release charts version updater ([b57a6c3](https://github.com/SocialGouv/kube-workflow/commit/b57a6c309f648fc19895f1ac24e36d2f4a6d278f))
* release charts version updater ([d225094](https://github.com/SocialGouv/kube-workflow/commit/d2250946de732b217131b56bc869a8cc2e9cffbf))
* release charts version updater ([1744e01](https://github.com/SocialGouv/kube-workflow/commit/1744e010568caf0ef85d2a379e6fc6c1afb7ff40))
* reup jobs shared size ([b33e1ae](https://github.com/SocialGouv/kube-workflow/commit/b33e1ae2332cc8a0b9014d14d1239462c90d9817))
## [1.2.0](https://github.com/SocialGouv/kube-workflow/compare/v1.1.2...v1.2.0) (2022-03-21)

@@ -7,0 +24,0 @@

{
"name": "kube-workflow",
"version": "1.2.0",
"version": "1.2.1",
"repository": "git@github.com:SocialGouv/kube-workflow.git",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc