Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#287)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]:
https://github.com/cdktf/cdktf-cdk8s/actions/runs/10764315687

------

*Automatically created by projen via the "upgrade-main" workflow*

---------

Signed-off-by: team-tf-cdk <[email protected]>
  • Loading branch information
team-tf-cdk authored Sep 9, 2024
1 parent c63dee4 commit ebffd90
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 143 deletions.
44 changes: 30 additions & 14 deletions .github/workflows/build.yml

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

30 changes: 19 additions & 11 deletions .github/workflows/release.yml

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

10 changes: 5 additions & 5 deletions .github/workflows/upgrade-main.yml

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

2 changes: 1 addition & 1 deletion .projen/tasks.json

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

4 changes: 2 additions & 2 deletions package.json

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

2 changes: 1 addition & 1 deletion test/cdktf-cdk8s.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import { App, Chart } from "cdk8s";
import { Testing } from "cdktf";
import { KubeDeployment, KubeNamespace } from "./imports/k8s";
import { CDK8sProvider } from "../src";
import { KubeDeployment, KubeNamespace } from "./imports/k8s";

describe("CDK8sProvider", () => {
test("synthesises YAML into CDKTF plan", () => {
Expand Down
Loading

0 comments on commit ebffd90

Please sign in to comment.