diff --git a/.gitignore b/.gitignore index 4c243754..af01cf61 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ typings/ ########### Custom ignores ########### dev/ test.js +rr-test.yaml diff --git a/package-lock.json b/package-lock.json index c604454e..e3362299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -152,9 +152,9 @@ } }, "@razee/kapitan-core": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@razee/kapitan-core/-/kapitan-core-0.4.0.tgz", - "integrity": "sha512-SAFaTc0AMOORBJTB06msv8EYoVdZDK0H6mdjScu5WJJ1BEj8wPoQJm7lSWMjkGkGg5emLrx2a8weC9aemnETbQ==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@razee/kapitan-core/-/kapitan-core-0.4.1.tgz", + "integrity": "sha512-UjknYezQOMGIKAJWT4wg/Rn7ZTge4Eumn+xF+BvWGwgZ8QRQjY0KmsRqjjYfX7CZav1OBOIt8eMnCqcS7SE6Ww==", "requires": { "bunyan": "^1.8.12", "clone": "^2.1.2", diff --git a/package.json b/package.json index 9d712141..4fbdc5d3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@razee/kapitan-core": "^0.4.0", + "@razee/kapitan-core": "^0.4.1", "@razee/kubernetes-util": "0.0.6", "bunyan": "^1.8.12", "clone": "^2.1.2",