Skip to content

Commit

Permalink
Upgrade terraform-provider-github to v5.26.0 (#367)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks

---------

Co-authored-by: pulumi-bot <runner@fv-az796-259.g5touaexsuoenia5rc2vk0vpac.phxx.internal.cloudapp.net>
  • Loading branch information
pulumi-bot and pulumi-bot committed Jun 2, 2023
1 parent d896ebd commit e356266
Show file tree
Hide file tree
Showing 67 changed files with 4,132 additions and 140 deletions.
6 changes: 4 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ module github.com/pulumi/pulumi-github/examples/v4

go 1.19

require github.com/pulumi/pulumi/pkg/v3 v3.19.0
require (
github.com/pulumi/pulumi/pkg/v3 v3.19.0
github.com/stretchr/testify v1.8.1
)

require (
cloud.google.com/go v0.110.0 // indirect
Expand Down Expand Up @@ -100,7 +103,6 @@ require (
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6 // indirect
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
github.com/uber/jaeger-client-go v2.22.1+incompatible // indirect
Expand Down
29 changes: 29 additions & 0 deletions provider/cmd/pulumi-resource-github/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,12 +552,18 @@
"github_repository": {
"current": "github:index/getRepository:getRepository"
},
"github_repository_autolink_references": {
"current": "github:index/getRepositoryAutolinkReferences:getRepositoryAutolinkReferences"
},
"github_repository_branches": {
"current": "github:index/getRepositoryBranches:getRepositoryBranches"
},
"github_repository_deploy_keys": {
"current": "github:index/getRepositoryDeployKeys:getRepositoryDeployKeys"
},
"github_repository_environments": {
"current": "github:index/getRepositoryEnvironments:getRepositoryEnvironments"
},
"github_repository_file": {
"current": "github:index/getRepositoryFile:getRepositoryFile"
},
Expand All @@ -576,6 +582,9 @@
"github_repository_webhooks": {
"current": "github:index/getRepositoryWebhooks:getRepositoryWebhooks"
},
"github_rest_api": {
"current": "github:index/getRestApi:getRestApi"
},
"github_ssh_keys": {
"current": "github:index/getSshKeys:getSshKeys"
},
Expand Down Expand Up @@ -687,14 +696,17 @@
"github:index/getRelease:getRelease": "github_release",
"github:index/getRepositories:getRepositories": "github_repositories",
"github:index/getRepository:getRepository": "github_repository",
"github:index/getRepositoryAutolinkReferences:getRepositoryAutolinkReferences": "github_repository_autolink_references",
"github:index/getRepositoryBranches:getRepositoryBranches": "github_repository_branches",
"github:index/getRepositoryDeployKeys:getRepositoryDeployKeys": "github_repository_deploy_keys",
"github:index/getRepositoryEnvironments:getRepositoryEnvironments": "github_repository_environments",
"github:index/getRepositoryFile:getRepositoryFile": "github_repository_file",
"github:index/getRepositoryMilestone:getRepositoryMilestone": "github_repository_milestone",
"github:index/getRepositoryPullRequest:getRepositoryPullRequest": "github_repository_pull_request",
"github:index/getRepositoryPullRequests:getRepositoryPullRequests": "github_repository_pull_requests",
"github:index/getRepositoryTeams:getRepositoryTeams": "github_repository_teams",
"github:index/getRepositoryWebhooks:getRepositoryWebhooks": "github_repository_webhooks",
"github:index/getRestApi:getRestApi": "github_rest_api",
"github:index/getSshKeys:getSshKeys": "github_ssh_keys",
"github:index/getTeam:getTeam": "github_team",
"github:index/getTree:getTree": "github_tree",
Expand Down Expand Up @@ -756,6 +768,7 @@
"protectedBranches": "protected_branches"
},
"github:index/RepositoryPages:RepositoryPages": {
"buildType": "build_type",
"custom404": "custom_404",
"htmlUrl": "html_url"
},
Expand Down Expand Up @@ -1113,10 +1126,21 @@
"sshCloneUrl": "ssh_clone_url",
"svnUrl": "svn_url"
},
"github:index/getRepositoryAutolinkReferences:getRepositoryAutolinkReferences": {
"autolinkReferences": "autolink_references"
},
"github:index/getRepositoryAutolinkReferencesAutolinkReference:getRepositoryAutolinkReferencesAutolinkReference": {
"isAlphanumeric": "is_alphanumeric",
"keyPrefix": "key_prefix",
"targetUrlTemplate": "target_url_template"
},
"github:index/getRepositoryBranches:getRepositoryBranches": {
"onlyNonProtectedBranches": "only_non_protected_branches",
"onlyProtectedBranches": "only_protected_branches"
},
"github:index/getRepositoryEnvironmentsEnvironment:getRepositoryEnvironmentsEnvironment": {
"nodeId": "node_id"
},
"github:index/getRepositoryFile:getRepositoryFile": {
"commitAuthor": "commit_author",
"commitEmail": "commit_email",
Expand Down Expand Up @@ -1169,9 +1193,14 @@
"github:index/getTeam:getTeam": {
"membershipType": "membership_type",
"nodeId": "node_id",
"repositoriesDetaileds": "repositories_detailed",
"resultsPerPage": "results_per_page",
"summaryOnly": "summary_only"
},
"github:index/getTeamRepositoriesDetailed:getTeamRepositoriesDetailed": {
"repoId": "repo_id",
"roleName": "role_name"
},
"github:index/getTree:getTree": {
"treeSha": "tree_sha"
},
Expand Down
Loading

0 comments on commit e356266

Please sign in to comment.