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

Bump TF provider to v1.1.5 #9

Merged
merged 3 commits into from
Apr 19, 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
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.22
VERSION := v0.0.23

TESTPARALLELISM := 4

Expand Down
2 changes: 1 addition & 1 deletion genesiscloudshim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.1
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230912190043-e6d96b3b8f7e

require (
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.4
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.5
github.com/hashicorp/terraform-plugin-framework v1.7.0
)

Expand Down
4 changes: 2 additions & 2 deletions genesiscloudshim/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/genesiscloud/genesiscloud-go v1.0.7 h1:bew0WlAeZjxJeQ8fGDsk9KVtI2yoPwiBe5PRzMY1Zdw=
github.com/genesiscloud/genesiscloud-go v1.0.7/go.mod h1:OAMjSCejQTC4BBLWXleegT/fg+X46SZ6t/vW9RPtXWg=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.4 h1:HMrZe2PnIbrj7fklJzCJXSjrOYUjHNSjL9Yq251idBY=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.4/go.mod h1:HTAyCsunAu5oXKMEucmWvsFF4oVsf2k8o5VJ50mDtTc=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.5 h1:bSsV3/5zQSwFvCLoHmcNaQz4YQrv0xgMKsAUxIcNgUY=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.5/go.mod h1:HTAyCsunAu5oXKMEucmWvsFF4oVsf2k8o5VJ50mDtTc=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand Down
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-genesiscloud/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package main

import (
"context"
_ "embed"
_ "embed" // used by the //go:embed directive

genesiscloud "github.com/genesiscloud/pulumi-genesiscloud/provider"
"github.com/pulumi/pulumi-terraform-bridge/pf/tfbridge"
Expand Down
3 changes: 1 addition & 2 deletions 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.22",
"version": "v0.0.23",
"description": "A Pulumi package for creating and managing genesiscloud cloud resources.",
"keywords": ["pulumi", "genesiscloud", "category/cloud"],
"homepage": "https://www.pulumi.io",
Expand Down Expand Up @@ -1266,4 +1266,3 @@
}
}
}

4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
replace github.com/genesiscloud/terraform-provider-genesiscloud/genesiscloudshim => ../genesiscloudshim

require (
github.com/genesiscloud/terraform-provider-genesiscloud/genesiscloudshim v1.1.3
github.com/genesiscloud/terraform-provider-genesiscloud/genesiscloudshim v0.0.0
github.com/pulumi/pulumi-terraform-bridge/pf v0.26.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.73.0
)
Expand Down Expand Up @@ -79,7 +79,7 @@ require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
github.com/genesiscloud/genesiscloud-go v1.0.7 // indirect
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.4 // indirect
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.5 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-git/go-git/v5 v5.11.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 h1:Uc+IZ7gYqAf/rSG
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813/go.mod h1:P+oSoE9yhSRvsmYyZsshflcR6ePWYLql6UU1amW13IM=
github.com/genesiscloud/genesiscloud-go v1.0.7 h1:bew0WlAeZjxJeQ8fGDsk9KVtI2yoPwiBe5PRzMY1Zdw=
github.com/genesiscloud/genesiscloud-go v1.0.7/go.mod h1:OAMjSCejQTC4BBLWXleegT/fg+X46SZ6t/vW9RPtXWg=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.4 h1:HMrZe2PnIbrj7fklJzCJXSjrOYUjHNSjL9Yq251idBY=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.4/go.mod h1:HTAyCsunAu5oXKMEucmWvsFF4oVsf2k8o5VJ50mDtTc=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.5 h1:bSsV3/5zQSwFvCLoHmcNaQz4YQrv0xgMKsAUxIcNgUY=
github.com/genesiscloud/terraform-provider-genesiscloud v1.1.5/go.mod h1:HTAyCsunAu5oXKMEucmWvsFF4oVsf2k8o5VJ50mDtTc=
github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg=
github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ=
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"path"

_ "embed"
_ "embed" // used by the //go:embed directive

tfpf "github.com/pulumi/pulumi-terraform-bridge/pf/tfbridge"
"github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge"
Expand Down
Loading