Skip to content

Commit a1f7eb4

Browse files
authored
1 parent a409d62 commit a1f7eb4

32 files changed

+3010
-2638
lines changed

.backportrc.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitattributes

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release-k8s.31.yml .github/workflows/release-k8s.32.yml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-compiler-dependencies-k8s-29-main.yml .github/workflows/upgrade-compiler-dependencies-k8s-32-main.yml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-configuration-k8s-29-main.yml .github/workflows/upgrade-configuration-k8s-32-main.yml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-dev-dependencies-k8s-29-main.yml .github/workflows/upgrade-dev-dependencies-k8s-32-main.yml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-runtime-dependencies-k8s-29-main.yml .github/workflows/upgrade-runtime-dependencies-k8s-32-main.yml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/files.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
| k8s version | npm (JS/TS) | PyPI (Python) | Maven (Java) | Go |
88
| ----------- | --------------------------------------------------- | ----------------------------------------------- | ----------------------------------------------------------------- | --------------------------------------------------------------- |
9-
| 1.29.0 | [Link](https://www.npmjs.com/package/cdk8s-plus-29) | [Link](https://pypi.org/project/cdk8s-plus-29/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-29) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.29) |
109
| 1.30.0 | [Link](https://www.npmjs.com/package/cdk8s-plus-30) | [Link](https://pypi.org/project/cdk8s-plus-30/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-30) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.30) |
1110
| 1.31.0 | [Link](https://www.npmjs.com/package/cdk8s-plus-31) | [Link](https://pypi.org/project/cdk8s-plus-31/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-31) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.31) |
11+
| 1.32.0 | [Link](https://www.npmjs.com/package/cdk8s-plus-32) | [Link](https://pypi.org/project/cdk8s-plus-32/) | [Link](https://search.maven.org/artifact/org.cdk8s/cdk8s-plus-32) | [Link](https://github.com/cdk8s-team/cdk8s-plus-go/tree/k8s.32) |
1212

1313
**cdk8s+** is a software development framework that provides high level
1414
abstractions for authoring Kubernetes applications. Built on top of the auto

cdk8s.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ imports:
66
- k8s@1.29.0
77
- k8s@1.30.0
88
- k8s@1.31.0
9+
- k8s@1.32.0

0 commit comments

Comments
 (0)