Skip to content

Commit

Permalink
feat: release @aws-cdk/lambda-layer-kubectl-v24 (#40)
Browse files Browse the repository at this point in the history
Release a `KubectlLayer` construct with version 1.24 of kubectl
  • Loading branch information
madeline-k committed Oct 20, 2022
1 parent 6776955 commit fe1bd53
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 542 deletions.
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { awscdk, JsonPatch } = require('projen');
const { NpmAccess } = require('projen/lib/javascript');

// the version of k8s this branch supports
const SPEC_VERSION = '21';
const SPEC_VERSION = '24';
const releaseWorkflowName = `release-kubectl-v${SPEC_VERSION}`;
const defaultReleaseBranchName = `kubectl-v${SPEC_VERSION}/main`;

Expand Down
Loading

0 comments on commit fe1bd53

Please sign in to comment.