Skip to content

Commit

Permalink
chore(release): v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 26, 2025
1 parent 4416d0e commit b3845f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions mavogelcdkvscodeserver/VSCodeServerProps.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ type VSCodeServerProps struct {
// Default: - [].
//
AdditionalInstanceRolePolicies *[]awsiam.PolicyStatement `field:"optional" json:"additionalInstanceRolePolicies" yaml:"additionalInstanceRolePolicies"`
// Additional tags to add to the instance.
// Default: - {}.
//
AdditionalTags *map[string]*string `field:"optional" json:"additionalTags" yaml:"additionalTags"`
// Base path for the application to be added to Nginx sites-available list.
// Default: - app.
//
Expand Down
4 changes: 2 additions & 2 deletions mavogelcdkvscodeserver/jsii/jsii.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
cdknag "github.com/cdklabs/cdk-nag-go/cdknag/v2/jsii"
)

//go:embed mavogel-cdk-vscode-server-0.0.17.tgz
//go:embed mavogel-cdk-vscode-server-0.0.18.tgz
var tarball []byte

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

// Load this library into the kernel
_jsii_.Load("@mavogel/cdk-vscode-server", "0.0.17", tarball)
_jsii_.Load("@mavogel/cdk-vscode-server", "0.0.18", tarball)
}
2 changes: 1 addition & 1 deletion mavogelcdkvscodeserver/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.17
0.0.18

0 comments on commit b3845f8

Please sign in to comment.