Skip to content

Commit 6a37561

Browse files
authored
docs: DOC-2115 Remove Deprecated spec.jsonCredentialsFileUid API (#7990)
* Removing spec.jsonCredentialsFileUid, now obsolete * Empty commit to trigger Netlify preview
1 parent 1aea08e commit 6a37561

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/docs-content/release-notes/announcements.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This page lists the upcoming breaking changes, deprecations, and removals in Pal
1818
Stay informed about the upcoming breaking changes in Palette and Palette VerteX. Use the information below to prepare
1919
for the changes in your environment.
2020

21-
| Change | Target Date | Published Date |
22-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | -------------- |
23-
| The `spec.jsonCredentialsFileUid` field in API requests is deprecated and will be removed in an upcoming release. Users who create GCP cloud accounts using the API should now use the `spec.jsonCredentials` field to supply their credentials in JSON format. Any API `GET` operations on GCP cloud accounts will continue to be available until the `spec.jsonCredentialsFileUid` is removed. Refer to the [API documentation](/api/introduction) for further details. | September 13, 2025 | April 19, 2025 |
21+
| Change | Target Date | Published Date |
22+
| ----------------------------- | ----------- | -------------- |
23+
| No upcoming breaking changes. | - | - |
2424

2525
<!-- vale off -->
2626

@@ -43,6 +43,7 @@ release version's [Release Notes](./release-notes.md) for more information.
4343

4444
| Change | Release | Date |
4545
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ------------------ |
46+
| The `spec.jsonCredentialsFileUid` field in API requests is no longer available. Users who create GCP cloud accounts using the API should use the `spec.jsonCredentials` field to supply their credentials in JSON format. Refer to the [API documentation](/api/introduction) for further details. | 4.7.b | September 13, 2025 |
4647
| The `spectrocloud_macro` Terraform resource is no longer available. We recommend using the `spectrocloud_macros` resource to create and manage service output variables and macros. For more information, refer to the Spectro Cloud Terraform provider [documentation](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs). | 4.7.b | September 13, 2025 |
4748
| The `tc` subcommand of the [Palette CLI](../automation/palette-cli/palette-cli.md) is no longer available. This command provided functionality for deploying target clusters using the Palette CLI. We recommend using the [Spectro Cloud Terraform provider](https://registry.terraform.io/providers/spectrocloud/spectrocloud/latest/docs) for cluster deployment automation. | 4.7.13 | August 17, 2025 |
4849
| The `PROXY_CERT_PATH` variable is no longer available in the CanvOS build process. Use the **certs** folder in the root of the project directory to store proxy certificates. The **certs** folder is automatically included in the CanvOS build process. Refer to the [Build Provider Images](../clusters/edge/edgeforge-workflow/palette-canvos/build-provider-images.md) for guidance on using the **certs** folder to pass proxy certificates to the CanvOS build process. | 4.6.12 | March 15, 2025 |

docs/docs-content/release-notes/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ tags: ["release-notes"]
2121

2222
#### Breaking Changes {#breaking-changes-4.7.b}
2323

24+
- The `spec.jsonCredentialsFileUid` field in API requests is no longer available. Users who create GCP cloud accounts
25+
using the API should use the `spec.jsonCredentials` field to supply their credentials in JSON format. Refer to the
26+
[API documentation](/api/introduction) for further details.
27+
2428
#### Features
2529

2630
#### Improvements
@@ -33,6 +37,9 @@ tags: ["release-notes"]
3337
or later because content created with older CLI versions lacks required images. We recommend
3438
[downloading](downloads/cli-tools.md) and using Palette CLI version 4.7.b or later to build content for Palette 4.7.b
3539
or later.
40+
41+
#### Breaking Changes
42+
3643
- Edge clusters with the Palette agent versions prior to 4.7.b do not support upgrading to the following Kubernetes pack
3744
versions released in 4.7.b:
3845
<VersionedLink text="Palette Optimized Canonical" url="/integrations/packs/?pack=edge-canonical" /> 1.32.8 and 1.33.4;

0 commit comments

Comments
 (0)