From d687cbc5d9d3bc9a3a96b5a9d275f69306a4af26 Mon Sep 17 00:00:00 2001 From: Vladyslav Tkachenko Date: Fri, 22 Jan 2021 15:21:40 +0200 Subject: [PATCH] docs: update readme.md and bump version --- README.md | 2 +- package.json | 4 ++-- src/processors/GetAllActionProcessor.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8aab61..3875fa9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Apply, delete K8s resources inside your [FBL](https://fbl.fireblink.com) flows. -[![CircleCI](https://circleci.com/gh/FireBlinkLTD/fbl-plugins-k8s-kubectl.svg?style=svg)](https://circleci.com/gh/FireBlinkLTD/fbl-plugins-k8s-kubectl) +[![Tests](https://github.com/FireBlinkLTD/fbl-plugins-k8s-kubectl/workflows/Tests/badge.svg)](https://github.com/FireBlinkLTD/fbl-plugins-k8s-kubectl/actions?query=workflow%3ATests) [![Known Vulnerabilities](https://snyk.io/test/github/FireBlinkLTD/fbl-plugins-k8s-kubectl/badge.svg)](https://snyk.io/test/github/FireBlinkLTD/fbl-plugins-k8s-kubectl) [![codecov](https://codecov.io/gh/FireBlinkLTD/fbl-plugins-k8s-kubectl/branch/master/graph/badge.svg)](https://codecov.io/gh/FireBlinkLTD/fbl-plugins-k8s-kubectl) [![Total alerts](https://img.shields.io/lgtm/alerts/g/FireBlinkLTD/fbl-plugins-k8s-kubectl.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/FireBlinkLTD/fbl-plugins-k8s-kubectl/alerts/) diff --git a/package.json b/package.json index b73b352..3e40c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fbl-plugins/k8s-kubectl", - "version": "1.3.0", + "version": "1.4.0", "description": "FBL plugin for K8s Kubectl CLI", "main": "dist/index.js", "scripts": { @@ -25,7 +25,7 @@ "js-yaml": "4.0.0" }, "peerDependencies": { - "fbl": ">=1.14.0 <2.0.0" + "fbl": ">=1.15.0 <2.0.0" }, "devDependencies": { "@commitlint/cli": "11.0.0", diff --git a/src/processors/GetAllActionProcessor.ts b/src/processors/GetAllActionProcessor.ts index 19fe9bb..a8df33e 100644 --- a/src/processors/GetAllActionProcessor.ts +++ b/src/processors/GetAllActionProcessor.ts @@ -1,7 +1,7 @@ import * as Joi from 'joi'; import { BaseActionProcessor } from './BaseActionProcessor'; import { K8sObjectJoiValidationSchema } from '../joi/K8sObjectJoiValidationSchema'; -import { TempPathsRegistry, FBL_ASSIGN_TO_SCHEMA, FBL_PUSH_TO_SCHEMA, ContextUtil, ActionError } from 'fbl'; +import { TempPathsRegistry, FBL_ASSIGN_TO_SCHEMA, FBL_PUSH_TO_SCHEMA, ContextUtil } from 'fbl'; export class GetAllActionProcessor extends BaseActionProcessor { private static validationSchema = Joi.object({