Skip to content

Commit e862a78

Browse files
authored
Upgrade terraform-provider-github to v6.5.0 (#852)
This PR was generated via `$ upgrade-provider pulumi/pulumi-github --kind=all --target-version=6.5.0`. --- - Upgrading terraform-provider-github from 6.4.0 to 6.5.0. Fixes #851
1 parent d06b56a commit e862a78

File tree

63 files changed

+4063
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4063
-191
lines changed

provider/cmd/pulumi-resource-github/bridge-metadata.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,9 @@
582582
"current": "github:index/repositoryCollaborators:RepositoryCollaborators",
583583
"majorVersion": 6,
584584
"fields": {
585+
"ignore_team": {
586+
"maxItemsOne": false
587+
},
585588
"team": {
586589
"maxItemsOne": false
587590
},
@@ -590,6 +593,15 @@
590593
}
591594
}
592595
},
596+
"github_repository_custom_property": {
597+
"current": "github:index/repositoryCustomProperty:RepositoryCustomProperty",
598+
"majorVersion": 6,
599+
"fields": {
600+
"property_value": {
601+
"maxItemsOne": false
602+
}
603+
}
604+
},
593605
"github_repository_dependabot_security_updates": {
594606
"current": "github:index/repositoryDependabotSecurityUpdates:RepositoryDependabotSecurityUpdates",
595607
"majorVersion": 6
@@ -1273,6 +1285,22 @@
12731285
}
12741286
}
12751287
},
1288+
"github_repository_custom_properties": {
1289+
"current": "github:index/getRepositoryCustomProperties:getRepositoryCustomProperties",
1290+
"majorVersion": 6,
1291+
"fields": {
1292+
"property": {
1293+
"maxItemsOne": false,
1294+
"elem": {
1295+
"fields": {
1296+
"property_value": {
1297+
"maxItemsOne": false
1298+
}
1299+
}
1300+
}
1301+
}
1302+
}
1303+
},
12761304
"github_repository_deploy_keys": {
12771305
"current": "github:index/getRepositoryDeployKeys:getRepositoryDeployKeys",
12781306
"majorVersion": 6,

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

Lines changed: 211 additions & 18 deletions
Large diffs are not rendered by default.

sdk/dotnet/GetRepositoryCustomProperties.cs

Lines changed: 143 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RepositoryCollaboratorsIgnoreTeamArgs.cs

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RepositoryCollaboratorsIgnoreTeamGetArgs.cs

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RepositoryCollaboratorsTeamArgs.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RepositoryCollaboratorsTeamGetArgs.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RepositoryRulesetBypassActorArgs.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RepositoryRulesetBypassActorGetArgs.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RepositoryRulesetRulesRequiredStatusChecksArgs.cs

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)