Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.8.2 release #19

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# limitations under the License.

# Terraform provider version
PROVIDER_VERSION=1.8.1
PROVIDER_VERSION=1.8.2

# Pulumi bridged provider version (this package)
VERSION=1.8.1
VERSION=1.8.2

default: build

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/pulumi/pulumi-terraform-bridge/pf v0.21.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.67.0
github.com/pulumi/pulumi/sdk/v3 v3.95.0
github.com/tetratelabs/terraform-provider-checkmate v1.8.1
github.com/tetratelabs/terraform-provider-checkmate v1.8.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1812,8 +1812,8 @@ github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
github.com/tetratelabs/terraform-provider-checkmate v1.8.1 h1:iWxIMLMmrQq/ka6VOrFXdLOeQeWw8xSeUspiQw9yuxI=
github.com/tetratelabs/terraform-provider-checkmate v1.8.1/go.mod h1:umIZA/qQZJAGt/pNk90wcmB6lPtufmjGf8kIo/gvKNw=
github.com/tetratelabs/terraform-provider-checkmate v1.8.2 h1:6G1/iINvxHqzFad2vkxBF7eaNFpM/A7MC8H1ST0u5nw=
github.com/tetratelabs/terraform-provider-checkmate v1.8.2/go.mod h1:umIZA/qQZJAGt/pNk90wcmB6lPtufmjGf8kIo/gvKNw=
github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=
github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@tetratelabs/pulumi-checkmate",
"version": "1.8.1",
"description": ". Based on terraform-provider-checkmate: version v1.8.1",
"version": "1.8.2",
"description": ". Based on terraform-provider-checkmate: version v1.8.2",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"install": "node sdk/scripts/install-pulumi-plugin.js resource checkmate 1.8.1 --server github://api.github.com/tetratelabs"
"install": "node sdk/scripts/install-pulumi-plugin.js resource checkmate 1.8.2 --server github://api.github.com/tetratelabs"
},
"dependencies": {
"@pulumi/pulumi": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-checkmate/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"language": {
"nodejs": {
"packageName": "@tetratelabs/pulumi-checkmate",
"packageDescription": ". Based on terraform-provider-checkmate: version v1.8.1",
"packageDescription": ". Based on terraform-provider-checkmate: version v1.8.2",
"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).",
"dependencies": {
"@pulumi/pulumi": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func Provider() tfbridge.ProviderInfo {
P: tfpfbridge.ShimProvider(provider.NewProvider()),
Name: "checkmate",
GitHubOrg: "tetratelabs",
TFProviderVersion: "1.8.1",
Version: "1.8.1",
TFProviderVersion: "1.8.2",
Version: "1.8.2",
Resources: map[string]*tfbridge.ResourceInfo{
"checkmate_http_health": {Tok: checkResourceTok(checkMod, "HttpHealth")},
"checkmate_local_command": {Tok: checkResourceTok(checkMod, "LocalCommand")},
Expand Down
2 changes: 1 addition & 1 deletion sdk/scripts/install-pulumi-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var childProcess = require("child_process");

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

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

Expand Down
Loading