Skip to content

Commit fc099bd

Browse files
addetzachuribooks
andauthored
docs: add 4.7.a release notes DOC-1923 DOC-1928 (#7783)
* docs: add 4.7.a release notes DOC-1923 * docs: update announcements * docs: add packs * docs: add edge * docs: vale fix * Apply suggestions from code review Co-authored-by: Amanda Churi Filanowski <[email protected]> * docs: artifact studio * docs: add bug fixes * docs: add bug fixes * Apply suggestions from code review Co-authored-by: Amanda Churi Filanowski <[email protected]> * format * docs: packs updates * docs update RL notes --------- Co-authored-by: Amanda Churi Filanowski <[email protected]>
1 parent 7d7891e commit fc099bd

File tree

3 files changed

+176
-29
lines changed

3 files changed

+176
-29
lines changed

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

Lines changed: 9 additions & 9 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. | July 19, 2025 | April 19, 2025 |
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 |
2424

2525
<!-- vale off -->
2626

@@ -31,12 +31,11 @@ for the changes in your environment.
3131
The table below lists the upcoming deprecations in Palette and Palette VerteX. Review the information to below and take
3232
necessary actions to avoid any disruptions in your environment.
3333

34-
| Change | Target Removal Date | Published Date |
35-
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | -------------- |
36-
| The [Palette Edge CLI](../downloads/cli-tools.md#palette-edge-cli) is deprecated and will be removed in a future release. We recommend using the [Palette CLI](../automation/palette-cli/palette-cli.md) for the creation and management of content bundles. Refer to the [Build Content Bundle](../clusters/edge/edgeforge-workflow/palette-canvos/build-content-bundle.md) guide for further information. | _To be announced_ | May 25, 2025 |
37-
| The `stylus.installationMode` [Edge Installer Configuration](../clusters/edge/edge-configuration/installer-reference.md) flag is deprecated. We recommend using the `stylus.managementMode` flag instead, which has two allowed values: `central`, which means the Edge host is connected to Palette, and `local`, which means the Edge host has no connection to a Palette instance. Refer to the [Prepare User Data](../clusters/edge/edgeforge-workflow/prepare-user-data.md) for further information. | August 15, 2025 | May 25, 2025 |
38-
| The `spectrocloud_macro` Terraform resource is deprecated. 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). | August 15, 2025 | May 25, 2025 |
39-
| The `tc` subcommand of the [Palette CLI](../automation/palette-cli/palette-cli.md) is deprecated. 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. | June 7, 2025 | March 15, 2025 |
34+
| Change | Target Removal Date | Published Date |
35+
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | -------------- |
36+
| The [Palette Edge CLI](../downloads/cli-tools.md#palette-edge-cli) is deprecated and will be removed in a future release. We recommend using the [Palette CLI](../automation/palette-cli/palette-cli.md) for the creation and management of content bundles. Refer to the [Build Content Bundle](../clusters/edge/edgeforge-workflow/palette-canvos/build-content-bundle.md) guide for further information. | _To be announced_ | May 25, 2025 |
37+
| The `stylus.installationMode` [Edge Installer Configuration](../clusters/edge/edge-configuration/installer-reference.md) flag is deprecated. We recommend using the `stylus.managementMode` flag instead, which has two allowed values: `central`, which means the Edge host is connected to Palette, and `local`, which means the Edge host has no connection to a Palette instance. Refer to the [Prepare User Data](../clusters/edge/edgeforge-workflow/prepare-user-data.md) guide for further information. | September 13, 2025 | May 25, 2025 |
38+
| The `spectrocloud_macro` Terraform resource is deprecated. 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). | September 13, 2025 | May 25, 2025 |
4039

4140
## Removals
4241

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

4645
| Change | Release | Date |
4746
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ---------------- |
47+
| The `tc` subcommand of the [Palette CLI](../automation/palette-cli/palette-cli.md) is deprecated. 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.a | August 16, 2025 |
4848
| 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 |
4949
| Palette's internal message communication between components transitioned from NATS to gRPC. The previous usage of NATS has been removed. This change primarily affects customers using Palette agents on versions older than 4.0. If your clusters still use agents on version 3.x or older, [resume agent upgrades](../clusters/cluster-management/platform-settings/pause-platform-upgrades.md) to avoid disrupting critical functions such as health monitoring and heartbeat publishing. To learn more about Palette's internal network architecture, refer to the [Network Ports](../architecture/networking-ports.md) page. If you are using network proxies, we recommend you review the [gRPC and Proxies](../architecture/grps-proxy.md) documentation for potential issues. | 4.6.12 | March 15, 2025 |
5050
| The Palette CLI now requires an encryption passphrase for various commands. The passphrase can be set as an environment variable or using a CLI command flag. The passphrase encrypts and decrypts sensitive data, such as secrets, in the CLI configuration files. Refer to the [Palette CLI Encryption](../automation/palette-cli/palette-cli.md#encryption) section to learn more about the encryption passphrase. | 4.5.20 | January 18, 2024 |

0 commit comments

Comments
 (0)