cdk8s-cli 2.198.30 → 2.198.31

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/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "organization": false
50
50
  },
51
51
  "devDependencies": {
52
- "@cdk8s/projen-common": "^0.0.477",
52
+ "@cdk8s/projen-common": "^0.0.483",
53
53
  "@types/fs-extra": "^8",
54
54
  "@types/glob": "^7.2.0",
55
55
  "@types/jest": "^27",
@@ -64,7 +64,7 @@
64
64
  "glob": "^7.2.3",
65
65
  "jest": "^27",
66
66
  "jest-junit": "^15",
67
- "projen": "^0.77.6",
67
+ "projen": "^0.79.2",
68
68
  "standard-version": "^9",
69
69
  "ts-jest": "^27",
70
70
  "ts-node": "^10.9.2",
@@ -74,14 +74,14 @@
74
74
  "dependencies": {
75
75
  "@types/node": "^16",
76
76
  "ajv": "^8.12.0",
77
- "cdk8s": "^2.68.24",
78
- "cdk8s-plus-25": "^2.22.68",
79
- "codemaker": "^1.93.0",
77
+ "cdk8s": "^2.68.27",
78
+ "cdk8s-plus-25": "^2.22.71",
79
+ "codemaker": "^1.94.0",
80
80
  "colors": "1.4.0",
81
81
  "constructs": "^10.3.0",
82
82
  "fs-extra": "^8",
83
- "jsii-pacmak": "^1.93.0",
84
- "jsii-srcmak": "^0.1.999",
83
+ "jsii-pacmak": "^1.94.0",
84
+ "jsii-srcmak": "^0.1.1009",
85
85
  "json2jsii": "^0.4.3",
86
86
  "semver": "^7.5.4",
87
87
  "sscaff": "^1.2.274",
@@ -102,7 +102,7 @@
102
102
  "node": ">= 16.20.0"
103
103
  },
104
104
  "license": "Apache-2.0",
105
- "version": "2.198.30",
105
+ "version": "2.198.31",
106
106
  "jest": {
107
107
  "testMatch": [
108
108
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/projenrc/integ.ts CHANGED
@@ -41,7 +41,7 @@ export function addIntegTests(project: typescript.TypeScriptProject) {
41
41
  },
42
42
  },
43
43
  permissions: { contents: github.workflows.JobPermission.READ },
44
- steps: runSteps([initTask.name], '16', true, true),
44
+ steps: runSteps([initTask.name], 'lts/*', true, true),
45
45
  });
46
46
 
47
47
  // run typescript app on node 18 as well
package/.gitattributes DELETED
@@ -1,46 +0,0 @@
1
- # ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
2
-
3
- *.snap linguist-generated
4
- /.backportrc.json linguist-generated
5
- /.eslintrc.json linguist-generated
6
- /.gitattributes linguist-generated
7
- /.github/ISSUE_TEMPLATE/bug.md linguist-generated
8
- /.github/ISSUE_TEMPLATE/config.yml linguist-generated
9
- /.github/ISSUE_TEMPLATE/feature-request.md linguist-generated
10
- /.github/pull_request_template.md linguist-generated
11
- /.github/workflows/auto-approve.yml linguist-generated
12
- /.github/workflows/backport.yml linguist-generated
13
- /.github/workflows/build.yml linguist-generated
14
- /.github/workflows/integ.yml linguist-generated
15
- /.github/workflows/pull-request-lint.yml linguist-generated
16
- /.github/workflows/release-1.x.yml linguist-generated
17
- /.github/workflows/release.yml linguist-generated
18
- /.github/workflows/security.yml linguist-generated
19
- /.github/workflows/stale.yml linguist-generated
20
- /.github/workflows/triage.yml linguist-generated
21
- /.github/workflows/upgrade-compiler-dependencies-1.x.yml linguist-generated
22
- /.github/workflows/upgrade-compiler-dependencies-2.x.yml linguist-generated
23
- /.github/workflows/upgrade-configuration-1.x.yml linguist-generated
24
- /.github/workflows/upgrade-configuration-2.x.yml linguist-generated
25
- /.github/workflows/upgrade-dev-dependencies-1.x.yml linguist-generated
26
- /.github/workflows/upgrade-dev-dependencies-2.x.yml linguist-generated
27
- /.github/workflows/upgrade-runtime-dependencies-1.x.yml linguist-generated
28
- /.github/workflows/upgrade-runtime-dependencies-2.x.yml linguist-generated
29
- /.gitignore linguist-generated
30
- /.mergify.yml linguist-generated
31
- /.npmignore linguist-generated
32
- /.projen/** linguist-generated
33
- /.projen/deps.json linguist-generated
34
- /.projen/files.json linguist-generated
35
- /.projen/tasks.json linguist-generated
36
- /CODE_OF_CONDUCT.md linguist-generated
37
- /DCO linguist-generated
38
- /git-hooks/prepare-commit-msg linguist-generated
39
- /git-hooks/README.md linguist-generated
40
- /git-hooks/setup.sh linguist-generated
41
- /LICENSE linguist-generated
42
- /package.json linguist-generated
43
- /SECURITY.md linguist-generated
44
- /tsconfig.dev.json linguist-generated
45
- /tsconfig.json linguist-generated
46
- /yarn.lock linguist-generated
package/.projenrc.ts DELETED
@@ -1,102 +0,0 @@
1
- import { Cdk8sTeamTypeScriptProject } from '@cdk8s/projen-common';
2
- import { DependencyType } from 'projen';
3
- import { addIntegTests } from './projenrc/integ';
4
-
5
- const project = new Cdk8sTeamTypeScriptProject({
6
- projenrcTs: true,
7
- release: true,
8
- name: 'cdk8s-cli',
9
- description: 'This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s).',
10
-
11
- // no need, we are configuring explicit exports.
12
- entrypoint: '',
13
-
14
- keywords: [
15
- 'k8s',
16
- 'cdk8s',
17
- 'kubernetes',
18
- 'cli',
19
- 'tools',
20
- 'automation',
21
- 'containers',
22
- ],
23
- workflowBootstrapSteps: [{ run: 'pip3 install pipenv' }],
24
- defaultReleaseBranch: '2.x',
25
- majorVersion: 2,
26
- releaseBranches: {
27
- '1.x': {
28
- majorVersion: 1,
29
- npmDistTag: 'latest-1',
30
- },
31
- },
32
- bin: {
33
- cdk8s: 'bin/cdk8s',
34
- },
35
- deps: [
36
- 'cdk8s',
37
- 'cdk8s-plus-25',
38
- 'codemaker',
39
- 'constructs',
40
- 'fs-extra@^8',
41
- 'jsii-srcmak',
42
- 'jsii-pacmak',
43
- 'sscaff',
44
- 'yaml',
45
- 'yargs@^15',
46
- 'json2jsii',
47
- 'colors',
48
- 'ajv',
49
- 'table',
50
- 'semver',
51
- ],
52
- devDeps: [
53
- '@cdk8s/projen-common',
54
- '@types/fs-extra@^8',
55
- '@types/json-schema',
56
- '@types/semver',
57
- 'glob',
58
- '@types/glob',
59
- 'typescript-json-schema',
60
- ],
61
- backport: true,
62
- backportBranches: ['1.x'],
63
- });
64
-
65
- project.tsconfig?.addInclude('src/schemas/*.json');
66
- project.tsconfigDev.addInclude('src/schemas/*.json');
67
-
68
- //
69
- // see https://nodejs.org/api/packages.html#exports
70
- project.addFields({
71
- exports: {
72
- './plugins': './lib/plugins/index.js',
73
- './package.json': './package.json',
74
- },
75
- });
76
-
77
- // ignore integration tests since they need to executed after packaging
78
- // and are defined in a separate tasks.
79
- project.jest?.addIgnorePattern('/test/integ/');
80
-
81
- project.gitignore.exclude('.vscode/');
82
-
83
- // add @types/node as a regular dependency since it's needed to during "import"
84
- // to compile the generated jsii code.
85
- project.deps.removeDependency('@types/node', DependencyType.BUILD);
86
- project.deps.addDependency('@types/node@^16', DependencyType.RUNTIME);
87
-
88
- const schemas = project.addTask('schemas');
89
- schemas.exec('ts-node scripts/crd.schema.ts');
90
-
91
- project.compileTask.spawn(schemas);
92
-
93
- // so that it works on windows as well
94
- // default projen uses $(npm pack) which fails
95
- project.packageTask.reset();
96
- project.packageTask.exec('mkdir -p dist/js');
97
- project.packageTask.exec('npm pack --pack-destination dist/js');
98
-
99
-
100
- addIntegTests(project);
101
-
102
- project.synth();