Skip to content

Commit

Permalink
update instance examples
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkrueck committed Apr 9, 2024
1 parent 332bb2c commit b20b9d4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version
TFGEN := pulumi-tfgen-${PACK}
PROVIDER := pulumi-resource-${PACK}

VERSION := v0.0.12
VERSION := v0.0.13

TESTPARALLELISM := 4

Expand Down
2 changes: 1 addition & 1 deletion examples/instance/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pulumi>=3.0.0,<4.0.0
pulumi-genesiscloud>=0.0.9,<0.0.10
pulumi-genesiscloud>=0.0.12,<0.0.13
8 changes: 4 additions & 4 deletions examples/instance/ts/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/instance/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"@genesiscloud/pulumi-genesiscloud": "^0.0.9"
"@genesiscloud/pulumi-genesiscloud": "^0.0.12"
}
}
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-genesiscloud/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genesiscloud",
"displayName": "Genesis Cloud",
"version": "v0.0.12",
"version": "v0.0.13",
"description": "A Pulumi package for creating and managing genesiscloud cloud resources.",
"keywords": ["pulumi", "genesiscloud", "category/cloud"],
"homepage": "https://www.pulumi.io",
Expand Down

0 comments on commit b20b9d4

Please sign in to comment.