Skip to content

Commit

Permalink
chore(release): v2.69.27
Browse files Browse the repository at this point in the history
  • Loading branch information
cdk8s-automation committed Dec 18, 2024
1 parent c28ca6e commit d107eb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed cdk8s/jsii/cdk8s-2.69.26.tgz
Binary file not shown.
Binary file added cdk8s/jsii/cdk8s-2.69.27.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions cdk8s/jsii/jsii.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
)

//go:embed cdk8s-2.69.26.tgz
//go:embed cdk8s-2.69.27.tgz
var tarball []byte

// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
Expand All @@ -22,5 +22,5 @@ func Initialize() {
constructs.Initialize()

// Load this library into the kernel
_jsii_.Load("cdk8s", "2.69.26", tarball)
_jsii_.Load("cdk8s", "2.69.27", tarball)
}
2 changes: 1 addition & 1 deletion cdk8s/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.69.26
2.69.27

0 comments on commit d107eb1

Please sign in to comment.