Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
feat(3171): Move pipeline template workflowGraph out of config into a…
Browse files Browse the repository at this point in the history
… new field
  • Loading branch information
sagar1312 authored Sep 4, 2024
1 parent f1b40c2 commit 48fd0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-executor-k8s-vm",
"version": "4.0.0",
"version": "5.0.0",
"description": "Kubernetes VM Executor plugin for Screwdriver",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -57,8 +57,8 @@
"lodash": "^4.17.11",
"randomstring": "^1.1.5",
"requestretry": "^4.0.0",
"screwdriver-data-schema": "^23.0.4",
"screwdriver-executor-base": "^9.0.0",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-executor-base": "^10.0.0",
"tinytim": "^0.1.1"
}
}

0 comments on commit 48fd0f8

Please sign in to comment.