Skip to content

Commit

Permalink
docs: update readme.md and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-tkachenko committed Jan 22, 2021
1 parent 5330921 commit d687cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/processors/GetAllActionProcessor.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit d687cbc

Please sign in to comment.