From 435794355d2cd6348bb4640a2f162ddae12362cf Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Mon, 9 Sep 2024 09:02:30 -0700 Subject: [PATCH 1/3] Replace beta warning message with GA message --- docs/resources/workers_service.md | 4 ++-- pkg/platform/resource_workers_service.go | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/resources/workers_service.md b/docs/resources/workers_service.md index 6c46b04..3262e7c 100644 --- a/docs/resources/workers_service.md +++ b/docs/resources/workers_service.md @@ -4,14 +4,14 @@ page_title: "platform_workers_service Resource - terraform-provider-platform" subcategory: "" description: |- Provides a JFrog Workers Service https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service resource. This can be used to create and manage Workers Service. - !>JFrog Workers Service is only available for JFrog Cloud customers to use free of charge during the beta period. The API may not be backward compatible after the beta period is over. Be aware of this caveat when you create workers during this period. + ->From Artifactory 7.94 the Workers service will be available in a general availability release to Enterprise X and Enterprise+ licenses. --- # platform_workers_service (Resource) Provides a JFrog [Workers Service](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service) resource. This can be used to create and manage Workers Service. -!>JFrog Workers Service is only available for JFrog Cloud customers to use free of charge during the beta period. The API may not be backward compatible after the beta period is over. Be aware of this caveat when you create workers during this period. +->From Artifactory 7.94 the Workers service will be available in a general availability release to Enterprise X and Enterprise+ licenses. ## Example Usage diff --git a/pkg/platform/resource_workers_service.go b/pkg/platform/resource_workers_service.go index 82e2cf8..7713d90 100644 --- a/pkg/platform/resource_workers_service.go +++ b/pkg/platform/resource_workers_service.go @@ -121,7 +121,8 @@ func (r *workersServiceResource) Schema(ctx context.Context, req resource.Schema }, }, }, - Description: "Provides a JFrog [Workers Service](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service) resource. This can be used to create and manage Workers Service.\n\n!>JFrog Workers Service is only available for JFrog Cloud customers to use free of charge during the beta period. The API may not be backward compatible after the beta period is over. Be aware of this caveat when you create workers during this period.", + Description: "Provides a JFrog [Workers Service](https://jfrog.com/help/r/jfrog-platform-administration-documentation/workers-service) resource. This can be used to create and manage Workers Service.\n\n" + + "->From Artifactory 7.94 the Workers service will be available in a general availability release to Enterprise X and Enterprise+ licenses.", } } From 0f9b14083219796c908bffef538d6ab633f80472 Mon Sep 17 00:00:00 2001 From: Alex Hung Date: Mon, 9 Sep 2024 09:06:54 -0700 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2780018..c881a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.11.1 (September 9, 2024) + +IMPROVEMENTS: + +* resource/platform_workers_service: Replace beta warning message in documentation with GA note. PR: [#124](https://github.com/jfrog/terraform-provider-platform/pull/124) + ## 1.11.0 (August 12, 2024). Tested on Artifactory 7.90.7 with Terraform 1.9.4 and OpenTofu 1.8.1 FEATURES: From 1461dc130b33e3b2e11ca237018ac84b4f191c69 Mon Sep 17 00:00:00 2001 From: JFrog CI Date: Mon, 9 Sep 2024 16:12:36 +0000 Subject: [PATCH 3/3] JFrog Pipelines - Add Artifactory version to CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c881a9f..9347888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.11.1 (September 9, 2024) +## 1.11.1 (September 9, 2024). Tested on Artifactory 7.90.9 with Terraform 1.9.5 and OpenTofu 1.8.2 IMPROVEMENTS: