Skip to content

Commit 010599e

Browse files
authored
Merge pull request #19 from tetratelabs/prepare-1.8.2
Prepare 1.8.2 release
2 parents 2c47f83 + ff589f2 commit 010599e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# limitations under the License.
1414

1515
# Terraform provider version
16-
PROVIDER_VERSION=1.8.1
16+
PROVIDER_VERSION=1.8.2
1717

1818
# Pulumi bridged provider version (this package)
19-
VERSION=1.8.1
19+
VERSION=1.8.2
2020

2121
default: build
2222

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/pulumi/pulumi-terraform-bridge/pf v0.21.0
1010
github.com/pulumi/pulumi-terraform-bridge/v3 v3.67.0
1111
github.com/pulumi/pulumi/sdk/v3 v3.95.0
12-
github.com/tetratelabs/terraform-provider-checkmate v1.8.1
12+
github.com/tetratelabs/terraform-provider-checkmate v1.8.2
1313
)
1414

1515
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1812,8 +1812,8 @@ github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG
18121812
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
18131813
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
18141814
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
1815-
github.com/tetratelabs/terraform-provider-checkmate v1.8.1 h1:iWxIMLMmrQq/ka6VOrFXdLOeQeWw8xSeUspiQw9yuxI=
1816-
github.com/tetratelabs/terraform-provider-checkmate v1.8.1/go.mod h1:umIZA/qQZJAGt/pNk90wcmB6lPtufmjGf8kIo/gvKNw=
1815+
github.com/tetratelabs/terraform-provider-checkmate v1.8.2 h1:6G1/iINvxHqzFad2vkxBF7eaNFpM/A7MC8H1ST0u5nw=
1816+
github.com/tetratelabs/terraform-provider-checkmate v1.8.2/go.mod h1:umIZA/qQZJAGt/pNk90wcmB6lPtufmjGf8kIo/gvKNw=
18171817
github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=
18181818
github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8=
18191819
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@tetratelabs/pulumi-checkmate",
3-
"version": "1.8.1",
4-
"description": ". Based on terraform-provider-checkmate: version v1.8.1",
3+
"version": "1.8.2",
4+
"description": ". Based on terraform-provider-checkmate: version v1.8.2",
55
"types": "dist/index.d.ts",
66
"scripts": {
77
"build": "tsc",
88
"prepare": "npm run build",
9-
"install": "node sdk/scripts/install-pulumi-plugin.js resource checkmate 1.8.1 --server github://api.github.com/tetratelabs"
9+
"install": "node sdk/scripts/install-pulumi-plugin.js resource checkmate 1.8.2 --server github://api.github.com/tetratelabs"
1010
},
1111
"dependencies": {
1212
"@pulumi/pulumi": "^3.0.0"

provider/cmd/pulumi-resource-checkmate/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"language": {
88
"nodejs": {
99
"packageName": "@tetratelabs/pulumi-checkmate",
10-
"packageDescription": ". Based on terraform-provider-checkmate: version v1.8.1",
10+
"packageDescription": ". Based on terraform-provider-checkmate: version v1.8.2",
1111
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/tetratelabs/terraform-provider-checkmate)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-checkmate` repo](/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-checkmate` repo](https://github.com/tetratelabs/terraform-provider-checkmate/issues).",
1212
"dependencies": {
1313
"@pulumi/pulumi": "^3.0.0"

provider/resources.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ func Provider() tfbridge.ProviderInfo {
5151
P: tfpfbridge.ShimProvider(provider.NewProvider()),
5252
Name: "checkmate",
5353
GitHubOrg: "tetratelabs",
54-
TFProviderVersion: "1.8.1",
55-
Version: "1.8.1",
54+
TFProviderVersion: "1.8.2",
55+
Version: "1.8.2",
5656
Resources: map[string]*tfbridge.ResourceInfo{
5757
"checkmate_http_health": {Tok: checkResourceTok(checkMod, "HttpHealth")},
5858
"checkmate_local_command": {Tok: checkResourceTok(checkMod, "LocalCommand")},

sdk/scripts/install-pulumi-plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var childProcess = require("child_process");
1717

1818
var args = process.argv.slice(2);
1919

20-
if (args.indexOf("v1.8.1") !== -1) {
20+
if (args.indexOf("v1.8.2") !== -1) {
2121
process.exit(0);
2222
}
2323

0 commit comments

Comments
 (0)