Skip to content

Commit

Permalink
Merge pull request #871 from jfrog/migrate-proxy-resource-to-framework
Browse files Browse the repository at this point in the history
Migrate 'artifactory_proxy' resource to plugin-framework
  • Loading branch information
alexhung authored Jan 17, 2024
2 parents 81bb9ad + 6d90129 commit 5f5e377
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 234 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 10.1.1 (Jan 12, 2024)

IMPROVEMENTS:

* resource/artifactory_proxy is migrated to Plugin Framework. PR: [#871](https://github.com/jfrog/terraform-provider-artifactory/pull/871)

## 10.1.0 (Jan 12, 2024)

FEATURES:
Expand Down
1 change: 1 addition & 0 deletions pkg/artifactory/provider/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func (p *ArtifactoryProvider) Resources(ctx context.Context) []func() resource.R
configuration.NewLdapGroupSettingResource,
configuration.NewBackupResource,
configuration.NewMailServerResource,
configuration.NewProxyResource,
}
}

Expand Down
1 change: 0 additions & 1 deletion pkg/artifactory/provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func resourcesMap() map[string]*schema.Resource {
"artifactory_ldap_group_setting": configuration.ResourceArtifactoryLdapGroupSetting(),
"artifactory_repository_layout": configuration.ResourceArtifactoryRepositoryLayout(),
"artifactory_property_set": configuration.ResourceArtifactoryPropertySet(),
"artifactory_proxy": configuration.ResourceArtifactoryProxy(),
}

for _, repoType := range local.PackageTypesLikeGeneric {
Expand Down
Loading

0 comments on commit 5f5e377

Please sign in to comment.