pepr 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,9 +6,16 @@ Pepr is on a mission to save Kubernetes from the tyranny of YAML, intimidating g
6
6
 
7
7
  ## Features
8
8
 
9
- - Define a set of Kubernetes transformations/actions as Pepr capabilities.
10
- - Write capabilities in TypeScript and bundle them for in-cluster processing in [NodeJS](https://nodejs.org/).
11
- - React to cluster resources by mutating them, creating new Kubernetes resources, or performing arbitrary exec/API operations.
9
+ - Zero-config K8s webhook mutations and [validations soon](https://github.com/defenseunicorns/pepr/issues/73).
10
+ - Human-readable fluent API for generating [Pepr Capabilities](#capability)
11
+ - Generate new K8s resources based off of cluster resource changes
12
+ - Perform other exec/API calls based off of cluster resources changes or any other abitrary schedule
13
+ - Out of the box airgap support with [Zarf](https://zarf.dev)
14
+ - Entire NPM ecosystem available for advanced operations
15
+ - Realtime K8s debugging system for testing/reacting to cluster changes
16
+ - Controller network isolation and tamper-resistent module execution
17
+ - Automatic least-privilege RBAC generation [soon](https://github.com/defenseunicorns/pepr/issues/31)
18
+ - AMD64 and ARM64 support
12
19
 
13
20
  ## Example Pepr CapabilityAction
14
21
 
package/dist/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "engines": {
10
10
  "node": ">=18.0.0"
11
11
  },
12
- "version": "0.2.9",
12
+ "version": "0.2.10",
13
13
  "main": "dist/index.js",
14
14
  "types": "dist/index.d.ts",
15
15
  "pepr": {
@@ -40,7 +40,7 @@
40
40
  "@rollup/plugin-json": "6.0.0",
41
41
  "@rollup/plugin-node-resolve": "15.0.2",
42
42
  "@rollup/plugin-typescript": "11.1.0",
43
- "@types/ramda": "0.29.0",
43
+ "@types/ramda": "0.29.1",
44
44
  "chokidar": "3.5.3",
45
45
  "commander": "10.0.1",
46
46
  "express": "4.18.2",
@@ -51,7 +51,7 @@
51
51
  "prettier": "2.8.8",
52
52
  "prompts": "2.4.2",
53
53
  "ramda": "0.29.0",
54
- "rollup": "3.21.0",
54
+ "rollup": "3.21.4",
55
55
  "ts-node": "10.9.1",
56
56
  "tslib": "2.5.0",
57
57
  "typescript": "5.0.4",
@@ -63,8 +63,8 @@
63
63
  "@types/node-forge": "1.3.2",
64
64
  "@types/prompts": "2.4.4",
65
65
  "@types/uuid": "9.0.1",
66
- "@typescript-eslint/eslint-plugin": "5.59.0",
67
- "@typescript-eslint/parser": "5.59.0",
66
+ "@typescript-eslint/eslint-plugin": "5.59.2",
67
+ "@typescript-eslint/parser": "5.59.2",
68
68
  "ava": "5.2.0",
69
69
  "eslint": "8.39.0",
70
70
  "nock": "13.3.1"
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "engines": {
10
10
  "node": ">=18.0.0"
11
11
  },
12
- "version": "0.2.9",
12
+ "version": "0.2.10",
13
13
  "main": "dist/index.js",
14
14
  "types": "dist/index.d.ts",
15
15
  "pepr": {
@@ -40,7 +40,7 @@
40
40
  "@rollup/plugin-json": "6.0.0",
41
41
  "@rollup/plugin-node-resolve": "15.0.2",
42
42
  "@rollup/plugin-typescript": "11.1.0",
43
- "@types/ramda": "0.29.0",
43
+ "@types/ramda": "0.29.1",
44
44
  "chokidar": "3.5.3",
45
45
  "commander": "10.0.1",
46
46
  "express": "4.18.2",
@@ -51,7 +51,7 @@
51
51
  "prettier": "2.8.8",
52
52
  "prompts": "2.4.2",
53
53
  "ramda": "0.29.0",
54
- "rollup": "3.21.0",
54
+ "rollup": "3.21.4",
55
55
  "ts-node": "10.9.1",
56
56
  "tslib": "2.5.0",
57
57
  "typescript": "5.0.4",
@@ -63,8 +63,8 @@
63
63
  "@types/node-forge": "1.3.2",
64
64
  "@types/prompts": "2.4.4",
65
65
  "@types/uuid": "9.0.1",
66
- "@typescript-eslint/eslint-plugin": "5.59.0",
67
- "@typescript-eslint/parser": "5.59.0",
66
+ "@typescript-eslint/eslint-plugin": "5.59.2",
67
+ "@typescript-eslint/parser": "5.59.2",
68
68
  "ava": "5.2.0",
69
69
  "eslint": "8.39.0",
70
70
  "nock": "13.3.1"