Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cdk8s): deprecate cdk8sPlusVersion option #1273

Merged
merged 2 commits into from
Dec 1, 2021

Conversation

Hunter-Thompson
Copy link
Contributor

@Hunter-Thompson Hunter-Thompson commented Nov 30, 2021

REFACTOR: removes cdk8sPlusVersion options

Signed-off-by: Hunter Thompson aatman@auroville.org.in

Closes #1272

BREAKING CHANGE: cdk8s-plus is not included automatically in cdk8s project. Users need to add this dependency explicitly.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

REFACTOR: removes cdk8sPlusVersion options

Signed-off-by: Hunter Thompson <aatman@auroville.org.in>
@codecov-commenter
Copy link

Codecov Report

Merging #1273 (667d6b6) into main (377966e) will increase coverage by 9.27%.
The diff coverage is 93.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1273      +/-   ##
==========================================
+ Coverage   78.46%   87.74%   +9.27%     
==========================================
  Files          88      129      +41     
  Lines        3181     4879    +1698     
  Branches      809     1259     +450     
==========================================
+ Hits         2496     4281    +1785     
+ Misses        683      560     -123     
- Partials        2       38      +36     
Impacted Files Coverage Δ
src/clobber.ts 100.00% <ø> (ø)
src/github/index.ts 100.00% <ø> (ø)
src/java/pom.ts 93.84% <ø> (ø)
src/object-file.ts 100.00% <ø> (+2.38%) ⬆️
src/release/tag-version.ts 86.66% <ø> (ø)
src/release/update-changelog.ts 100.00% <ø> (ø)
src/sample-file.ts 93.61% <ø> (-2.82%) ⬇️
src/source-code.ts 95.45% <ø> (ø)
src/tasks/runtime.ts 12.59% <ø> (-3.72%) ⬇️
src/tasks/task.ts 94.44% <ø> (-0.20%) ⬇️
... and 129 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d36d963...667d6b6. Read the comment docs.

@mergify mergify bot merged commit 6532fc9 into projen:main Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate the cdk8sPlusVersion option in cdk8s classes
3 participants