Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIPS Validate Command #2384

Merged
merged 8 commits into from
Mar 8, 2024
Merged

FIPS Validate Command #2384

merged 8 commits into from
Mar 8, 2024

Conversation

karl-cardenas-coding
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding commented Mar 7, 2024

Describe the Change

This PR documents the fips-validate command that is available in the Palette CLI.

Changed Pages

💻 Preview URL

Jira Tickets

🎫 PLT-1080

Backports

Can this PR be backported?

  • Yes. Remember to add the relevant backport labels to your PR.
  • No. Please leave a short comment below about why this PR cannot be backported.
    Release PR.

@karl-cardenas-coding karl-cardenas-coding added the 4.3 4.3 Release label Mar 7, 2024
Copy link
Contributor

@addetz addetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Such a cool tool! ⭐ Left a couple of questions as comments, but nothing major.

docs/docs-content/palette-cli/commands/fips-validate.md Outdated Show resolved Hide resolved
| `-f` | `--out` | The output file path to save the scan results. The default output is the terminal. | string |
| `-h` | `--help` | Display the help message for the `images` subcommand. | boolean |

### Limitations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think all the limitations could be put under a single ## Limitations section, which would be cleaner.


### Supported Languages

The `fips-validate` currently only supports Go binaries. Images with binaries compiled in other languages are marked as
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this just be a limitation?

docs/docs-content/palette-cli/commands/fips-validate.md Outdated Show resolved Hide resolved
| `CRYPTO` | The cryptographic library used to compile the binary. |

The following is an example of the FIPS compliance report. The following image is FIPS compliant as the binary is
compiled with the BoringSSL cryptographic library.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the only check it does? Asking as I don't see a similar checks table as under services

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, that's it

## Clean

The `clean` subcommand removes the FIPS validation resources from your clusters. The command is intended to be used in
scenarios where the `images` or `services` subcommands fail to clean up the resources from the cluster. The `clean`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would they fail? Perhaps they are still in use or the cluster is no longer healthy?

karl-cardenas-coding and others added 2 commits March 8, 2024 09:52
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Mar 8, 2024

🚀 Netlify preview deployed succesfully for commit cc5f2df. Click here to preview the changes.

@karl-cardenas-coding karl-cardenas-coding merged commit f5462ef into release-4-3 Mar 8, 2024
6 checks passed
@karl-cardenas-coding karl-cardenas-coding deleted the fips-cli-cmd branch March 8, 2024 18:10
karl-cardenas-coding added a commit that referenced this pull request Apr 15, 2024
* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: Fix formatting

* docs: Change the optional field description

---------

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: update release notes date

* docs: add cluster upgrade note (#2588)

* docs: add cluster upgrade note

* edit for completeness

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: DOC-1133 (#2582)

* docs: DOC-1133

* chore: added steps

* docs: updated steps

* docs: vale feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: prettier fix

* Apply suggestions from code review

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: updated PCG version

* docs: add security section (#2611)

* docs: add rook-ceph known issue (#2601)

* docs: add rook-ceph known issue

* docs: fix vale issues

* minor edit

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* implement suggestions

* add meta description

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: add Arm64 known issue (#2614)

* docs: add arm64 limitation

* modify phrasing

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: clarify arm64 support (#2616)

* docs: clarify arm64 support

* fix typo

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* save

* chore:  jest fix

* chore: revert fuse

* docs: PCP-2797  PLT-1127 updates to release notes (#2613)

* docs: updates to release notes

* docs: updated

* chore: update

* docs: PCP-2797

* docs: updated binaries list

* chore: updated release notes

* docs: cli updates

* docs:  PLT-1127

* chore: vale feedback

* chore: more vale feedback

* Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* chore: fix format

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: 4.3 security advisories (#2615)

* 4.3 security advisories

* docs: apply style guide

* docs: fix grammar

* chore: minor clarification

* chore: fix typo

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: PE-4239

---------

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Fayas Ahamed <fayasmech@gmail.com>
lennessyy added a commit that referenced this pull request Jun 6, 2024
* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: Fix formatting

* docs: Change the optional field description

---------

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: update release notes date

* generate keys

* add more content about keys

* docs: add information about keys

* Apply suggestions from code review

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* add key table

* Update key-management.md

* enroll keys file start

* add instructions for exporting keys

* create skeleton documents

* docs: add install document

* add installation instructions

* docs: add additional pages to trusted boot

* remove redundant redirect

* make further updates to trusted boot

* change to webp

* update image format

* add boot diagram

* add resources to index page

* add image

* add image

* fix redirects

* arrange pages in order

* fix broken links

* add instructions for corporate CA

* update folder structure

* add two new topics

* partial update efi limit

* add instructions on how to add content

* add new image

* docs: update image format

* docs: add EFI check documentation

* docs: add warning for trusted boot

* docs: address vale

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: updated netlify.sh

* docs: incorporate feedback

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: address comments

* docs: edit for clarify

* copy edit

* docs: address comments

* docs: update images

* update image

* Optimised images with calibre/image-actions

* docs: fix image ref

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* update image

* update image

* Optimised images with calibre/image-actions

* docs: add limitation

* PE-4465 add warning about manual key enrollment

* docs: adjust page ordering

* docs: incorporate feedback

* docs: address review comments

* docs: address review comments

* docs: minor edits

* docs: minior edits

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: prettier format

* docs: copy edits

* docs: add crosslink

* docs: vale comments

* docs: fix typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: add links to parent pages

* docs: add preview flag to trusted boot

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: address feedback

* prettier formatting

* docs: add limitation and git link

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
lennessyy added a commit that referenced this pull request Jun 16, 2024
* feat: Splitting off a release branch for 4.4.x

* Update profile variables docs (#2729)

* docs: Interim on profile variable updates

* docs: Update the profile variables docs

* chore: Update image formats

* docs: Implement peer review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: Fix formatting

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* PLT-1117: Add Palette CLI Import docs (#2599)

* Add Palette CLI Import docs

* Add Import Reference within Commands

* chore: minor tocuhes

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: document new hw requirements (#2787)

* docs: added rl notes for 4.3.7 (#2715)

* docs: added rl notes for 4.3.7

* chore: vale suggestion

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

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: fixed format

---------

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* chore: Fix broken links (#2778)

* fix indentation issue

* Revert "fix indentation issue"

This reverts commit f7e1d10.

* docs: add hardware requirements page

* fix build issue

* docs: fix broken anchors

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* incorporate suggestions

* increase boot size limit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* acronyms

* prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: PLT-1194 VerteX and RHEL (#2867)

* docs: PLT-1194

* chore: updated language

* chore: updated vertex install CLI video

* chore: test netlify drawer

* ci: add preview syntax

* chore: test  netlify trigger

* chote: test

* chore: more test

* chore: test new logic

* chore: more test

* chore: verify context

* chore: test new logic

* chore: fix logic

* chore: new logic

* chore: verify setting took effect

* save

* chore: save

* chore: test update logic

* more test

* chore: file rename

* chore: update

* chore: branch name

* chore: verify no new curl is made

* chore: update

* chore: updated

* chore: ready for merge

* chore: update comment

* chore: fix typo

* Day-2 operations for profile variables (#2911)

* docs: Profile variables day-2 draft

* docs: Replace relative links with absolute

* docs: Revert absolute paths to relative paths

* chore: Fix formatting

* docs: update palette 4.4 API docs (#2919)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: name change to palette tui (#2847)

* docs: change spectro edge console to tui

* docs: add glossary entry

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: updated airgap video (#2904)

* docs: PEM-4569 (#2776)

* docs: PEM-4569

* chore: removed tke example with master

* chore: removed comment

* chore: fixed example format

* Update the self-hosted and VerteX upgrade matrices (#2923)

* docs: Update the self-hosted and VerteX upgrade matrices

* chore: Trigger Netlify (hopefully)

* docs: cert renewal airgap (#2883)

* docs: cert renewal first draft

* docs: add api call

* fix broken links

* docs: change section names

* docs: add a link to local ui page

* docs: address comments

* fix broken link

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: Document Custom Links for Local UI (#2865)

* docs: document custom links for localui

* docs: add screenshot

* docs: fix custom link image issue

* docs: change to webp

* docs: emphasize absolute path

* docs: add custom link

* docs: add iframe accessibility warning

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* address vale

* address comments

* docs: call out ssl cert

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: PEM-5061 Document the KubeVirt CPU hotplug feature (#2945)

* docs: Structure and intro

* docs: KubeVirt CPU hotplug feature guide

* Optimised images with calibre/image-actions

* chore: Convert image

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/vm-management/create-manage-vm/standard-vm-operations/enable-cpu-hotplug.md

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: local ui diagnostic tools (#2917)

* docs: local ui diagnostic tools

* docs: address vale

* docs: address vale and ablism

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: formatting

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: document creating bind mount  (#2946)

* docs: add bind mount info

* docs: clarify edge requirements

* docs: fix broken anchor

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: change example

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: Update the MicroK8s page to reflect 4.4 changes (#2805)

* docs: first draft of the microk8s pack page

* docs: first draft of the new microk8s page

* docs: rename image png->webp

* docs: vale feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: apply suggestions from code review

* docs: address pcp-2882 and pcp-2886 microk8s limitations

* docs: vale feedback

* docs: add known issues section, clean up upgrade section

* docs: small changes in the known issues section

* docs: small fix

* docs: remove known issues section and reference the global known issues page

* docs: add tech preview to microk8s pack page

* docs: comment out 1.28 tab as this version wont be included in 4.4

* docs: delete partials/index.ts file

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: update pack version in the terraform snippet (#3003)

* docs: update pack version in the terraform snippet

* docs: fix prettier issue on metallb file

* docs: Edge mgmt api 4 4 (#3010)

* docs: update edge management api to 4.4

* docs: name change

* docs: name change

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: add steps for new edge cli command (#2918)

* docs: add steps for new edge cli command

* fix broken links

* docs: add redirects

* fix broken links

* docs: address vale comments

* docs: move page to deprecated

* docs: swap api file

* docs: fix layout issue

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: fix typo

* docs: address feedback

* docs: add validate section

* docs: add paragraph about duplicate packs

* docs: fix typo

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: document trusted boot (#2612)

* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: Fix formatting

* docs: Change the optional field description

---------

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: update release notes date

* generate keys

* add more content about keys

* docs: add information about keys

* Apply suggestions from code review

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* add key table

* Update key-management.md

* enroll keys file start

* add instructions for exporting keys

* create skeleton documents

* docs: add install document

* add installation instructions

* docs: add additional pages to trusted boot

* remove redundant redirect

* make further updates to trusted boot

* change to webp

* update image format

* add boot diagram

* add resources to index page

* add image

* add image

* fix redirects

* arrange pages in order

* fix broken links

* add instructions for corporate CA

* update folder structure

* add two new topics

* partial update efi limit

* add instructions on how to add content

* add new image

* docs: update image format

* docs: add EFI check documentation

* docs: add warning for trusted boot

* docs: address vale

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: updated netlify.sh

* docs: incorporate feedback

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: address comments

* docs: edit for clarify

* copy edit

* docs: address comments

* docs: update images

* update image

* Optimised images with calibre/image-actions

* docs: fix image ref

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* update image

* update image

* Optimised images with calibre/image-actions

* docs: add limitation

* PE-4465 add warning about manual key enrollment

* docs: adjust page ordering

* docs: incorporate feedback

* docs: address review comments

* docs: address review comments

* docs: minor edits

* docs: minior edits

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: prettier format

* docs: copy edits

* docs: add crosslink

* docs: vale comments

* docs: fix typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: add links to parent pages

* docs: add preview flag to trusted boot

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: address feedback

* prettier formatting

* docs: add limitation and git link

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: record known issue regarding auto key enrollment

* Update the open-source licenses table (#3029)

* chore: Update the open-source licenses table

* chore: Trigger Netlify (hopefully)

* chore: Remove the partials file from release-4-4 (#3041)

* chore: updated versions script for next release

* docs:  DOC-1186 PCP-2886 4.4 Release Notes (#2873)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1186 PCP-2886 Minor Pack Updates (#3044)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: pack updates

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: feedback update

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* merge master

* docs: PPD-1446 new known issue (#3103)

* docs: new known issue

* chore: PPD-1446 added know issue entry

* docs: feedback

* chore: added troubleshooting steps

* docs: feedback

* docs: feedback

---------

Co-authored-by: Karl Cardenas <>

* Update the Palette and Edge CLIs download information (#3102)

* chore: Update the Palette CLI download info

* docs: added Edge CLI

* chore: Add the download link to Edge CLI

---------

Co-authored-by: Karl Cardenas <>

* docs: updated CLI

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: will <30413278+wcrum@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
nage1234 pushed a commit that referenced this pull request Jun 28, 2024
* feat: Splitting off a release branch for 4.4.x

* Update profile variables docs (#2729)

* docs: Interim on profile variable updates

* docs: Update the profile variables docs

* chore: Update image formats

* docs: Implement peer review

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: Fix formatting

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* PLT-1117: Add Palette CLI Import docs (#2599)

* Add Palette CLI Import docs

* Add Import Reference within Commands

* chore: minor tocuhes

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: document new hw requirements (#2787)

* docs: added rl notes for 4.3.7 (#2715)

* docs: added rl notes for 4.3.7

* chore: vale suggestion

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

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: fixed format

---------

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* chore: Fix broken links (#2778)

* fix indentation issue

* Revert "fix indentation issue"

This reverts commit f7e1d10.

* docs: add hardware requirements page

* fix build issue

* docs: fix broken anchors

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* incorporate suggestions

* increase boot size limit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* acronyms

* prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: PLT-1194 VerteX and RHEL (#2867)

* docs: PLT-1194

* chore: updated language

* chore: updated vertex install CLI video

* chore: test netlify drawer

* ci: add preview syntax

* chore: test  netlify trigger

* chote: test

* chore: more test

* chore: test new logic

* chore: more test

* chore: verify context

* chore: test new logic

* chore: fix logic

* chore: new logic

* chore: verify setting took effect

* save

* chore: save

* chore: test update logic

* more test

* chore: file rename

* chore: update

* chore: branch name

* chore: verify no new curl is made

* chore: update

* chore: updated

* chore: ready for merge

* chore: update comment

* chore: fix typo

* Day-2 operations for profile variables (#2911)

* docs: Profile variables day-2 draft

* docs: Replace relative links with absolute

* docs: Revert absolute paths to relative paths

* chore: Fix formatting

* docs: update palette 4.4 API docs (#2919)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: name change to palette tui (#2847)

* docs: change spectro edge console to tui

* docs: add glossary entry

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: updated airgap video (#2904)

* docs: PEM-4569 (#2776)

* docs: PEM-4569

* chore: removed tke example with master

* chore: removed comment

* chore: fixed example format

* Update the self-hosted and VerteX upgrade matrices (#2923)

* docs: Update the self-hosted and VerteX upgrade matrices

* chore: Trigger Netlify (hopefully)

* docs: cert renewal airgap (#2883)

* docs: cert renewal first draft

* docs: add api call

* fix broken links

* docs: change section names

* docs: add a link to local ui page

* docs: address comments

* fix broken link

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: Document Custom Links for Local UI (#2865)

* docs: document custom links for localui

* docs: add screenshot

* docs: fix custom link image issue

* docs: change to webp

* docs: emphasize absolute path

* docs: add custom link

* docs: add iframe accessibility warning

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* address vale

* address comments

* docs: call out ssl cert

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: PEM-5061 Document the KubeVirt CPU hotplug feature (#2945)

* docs: Structure and intro

* docs: KubeVirt CPU hotplug feature guide

* Optimised images with calibre/image-actions

* chore: Convert image

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Update docs/docs-content/vm-management/create-manage-vm/standard-vm-operations/enable-cpu-hotplug.md

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: local ui diagnostic tools (#2917)

* docs: local ui diagnostic tools

* docs: address vale

* docs: address vale and ablism

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: formatting

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: document creating bind mount  (#2946)

* docs: add bind mount info

* docs: clarify edge requirements

* docs: fix broken anchor

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: change example

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: Update the MicroK8s page to reflect 4.4 changes (#2805)

* docs: first draft of the microk8s pack page

* docs: first draft of the new microk8s page

* docs: rename image png->webp

* docs: vale feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: apply suggestions from code review

* docs: address pcp-2882 and pcp-2886 microk8s limitations

* docs: vale feedback

* docs: add known issues section, clean up upgrade section

* docs: small changes in the known issues section

* docs: small fix

* docs: remove known issues section and reference the global known issues page

* docs: add tech preview to microk8s pack page

* docs: comment out 1.28 tab as this version wont be included in 4.4

* docs: delete partials/index.ts file

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: update pack version in the terraform snippet (#3003)

* docs: update pack version in the terraform snippet

* docs: fix prettier issue on metallb file

* docs: Edge mgmt api 4 4 (#3010)

* docs: update edge management api to 4.4

* docs: name change

* docs: name change

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: add steps for new edge cli command (#2918)

* docs: add steps for new edge cli command

* fix broken links

* docs: add redirects

* fix broken links

* docs: address vale comments

* docs: move page to deprecated

* docs: swap api file

* docs: fix layout issue

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: fix typo

* docs: address feedback

* docs: add validate section

* docs: add paragraph about duplicate packs

* docs: fix typo

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: document trusted boot (#2612)

* feat: release 4.3

* docs: add instructions for first boot tui (#2141)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update docs/docs-content/clusters/edge/site-deployment/site-installation/edge-host-registration.md

* make format

* add additional detail

* docs: add changes to tui

* add installer reference

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Update Nutanix Docs to capture changes in the cluster creation workflows (#2226)

* chore: Fix alignment in all Nutanix topics

* chore: Fix command template

* docs: Interim progress for the new Nutanix cluster creation UI

* docs: Finish describing fields for node pool configuration

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: Fix formatting

* docs: Change the optional field description

---------

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: add cluster update behavior (#2134)

* docs: airgap refactor DOC-1044 DOC-1043 DOC-973

* docs: updated diagram

* chore: more content

* docs: added more steps

* chore: save

* chore: save

* chore: merged master

* docs: more step

* save

* docs: updated airgap VMware step

* docs: DOC-1044 metalLB limitation

* docs: DOC-1043 Grafana issue

* docs: language cleanup

* docs: ready for ent refactpr

* docs: added OVAs

* docs: prep for palette airgap

* docs: save

* docs: final touches

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback - manual

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: ready for merge

* chore: prettier fix

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add cluster update behavior

* chore: added missing refactor page (#2137)

* chore: added missing refactor page

* chore: vale feedback

* add repage behavior

* fix linking issue

* address vale comments

* Apply suggestions from code review

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* incorporate feedback

* docs: change minimum disk size for Edge (#2132)

* change minimum disk size

* Update docs/docs-content/clusters/edge/architecture.md

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* change li elements

* run prettier

* fix orphan

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* docs: PEM-4571 multi-account (#2296)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PM feedback

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PEM-4571 Password Blocklist (#2304)

* docs: PEM-4571 multi-account

* docs: ready for review

* docs: fixed broken link

* Optimised images with calibre/image-actions

* docs: updated passwork reset link limitation

* docs: updated header

* docs: PEM-4299

* chore: pwd lenght

* docs: updated content

* docs: apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: added blocklist content to Palette

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: PCP-2510 Konvoy (#2319)

* docs: PCP-2510

* docs: added folders

* docs: added more content

* docs: konvoy build steps

* docs: minor adjustment

* docs: added packs page

* docs: merged release-4-3

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: document EMC API endpoints (#2340)

* chore: edge API WIP

* modify emc api

* modify base URL

* clean up script to generate edge API

* update emc swagger file

* Update docs/api-content/api-docs/1-introduction.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/api-content/api-docs/1-introduction.md

* docs: removed TP from H2 heading

* chore: adding tech previw callout

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: document namespace-based image swap diabling (#2352)

* docs: add imageswap disabling documentation

* slight edits

* Vale comments

* nginx

* typo

* mode content out of tab

* Update docs/docs-content/integrations/harbor-edge.md

* address review comments

* fix typo

* add example

* Update docs/docs-content/integrations/harbor-edge.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: PCP-2494 custom MAAS Endpoint (#2363)

* docs: PCP-2494 content

* docs: vale feedback

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2494

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: PCP-2607 (#2369)

* docs: document edge management console (#2186)

* add instructions for first boot tui

* change page position

* remove QR code registration

* add cross reference

* add first boot condition

* add emc login functionality

* add draft on customizing ui

* add steps on creating local cluster

* modify build artifacts step

* docs: write about provider images

* add steps for building iso

* edit provider image

* docs: add upload content

* fix bad quotes

* fix broken link

* minor fixes

* add credential providing instructions

* fix tab item issue

* add instructions for exporting cluster definition

* add arg files instructions

* fix repeated word

* Optimised images with calibre/image-actions

* add info note on provider images page

* modify wording about user data

* add proxy configuration steps

* add new changes

* repeated word

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* small changes

* work on feedback

* Optimised images with calibre/image-actions

* Address feedback

* fix broken links

* fix broken links

* address comments

* address feedback

* address more comments

* address review comments

* add QR code registration back

* add note about proxy setting after reset

* add note about local registry

* Optimised images with calibre/image-actions

* docs: add note about duplicate profile layers

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.md

* fix tui acronym use

* docs: fix prereq

* update diagram

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: 4.3 API Docs (#2376)

* 4.3 API Docs

* chore: fix prettier

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Update the TechPreview component to also accept custom text (#2377) (#2379)

* chore: Update the TechPreview component to also accept custom text

* chore: Fix the linter warning and clean up CSS a bit

* docs:  PLT-1080 FIPS Validate Command (#2384)

* save

* docs: PLT-1080

* docs: add more content

* docs: updates

* docs: vale feedback

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add the command to bring up TUI before cluster deployment (#2387)

* docs: add tui day 2 instructions

* minor edits

* Update docs/docs-content/clusters/edge/site-deployment/initial-setup.md

Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>

* Cluster Profile Variables (#2343)

* docs: Prelim profile variables topic placement + fix alignment in the Profiles section

* docs: Profile variables draft

* docs: Implement Vale review

* Optimised images with calibre/image-actions

* docs: Implement SME review and edit the text a bit

* docs: Define profile variables in the glossary

* docs: Implement peer review

* Optimised images with calibre/image-actions

* docs: Update the structure

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: DOC-1100 validator updates (#2388)

* docs: validator updates

* docs: update describe section

* docs: added example

* docs: added more context to the upgrade command

* docs: aDOC-1100 apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: replace EMC with local ui (#2392)

* replace EMC with local UI

* change filename to local-ui.md

* fix broken anchors

* fix broken link

* make local ui common noun

* common noun local ui

* fix typos

* change edge host API name

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* Change EMC to local UI and fix all links (#2406)

* chore: Fix link formatting

* chore: Change EMC to local UI and fix all links

* Update cluster creation guides + Refactor Azure AKS (#2405)

* docs: Update the AWS EKS guide

* docs: Update the AWS IaaS guide

* docs: Update the Azure IaaS guide

* docs: Start updating the Azure AKS guide

* docs: Update the GCP IaaS guide

* docs: Update the GCP GKE guide

* docs: Update the TKE guide

* docs: Remove a note from the TKE guide

* docs: Continue  updating the Azure AKS guide

* docs: Continue  updating the Azure AKS guide

* docs: Finish updating the Azure AKS guide

* docs: Update the MAAS guide

* docs: Update the Nutanix guide

* chore: Fix a broken anchor

* chore: Implement the Vale feedback

* chore: Fix more broken anchors

* chore: Fix even more broken anchors

* docs: Implement peer review

* docs: address PE-4011 and PE-3874 (#2398)

* docs: address PE-4011

* docs: add PE-3874

* address review comments

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: add section for custom image registry options (#2386)

* docs: add content for custom image registries

* fix broken link

* docs: add prerequisites

* add corrections

* add redirects

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* address review comments

* docs: add instructions for using palette edge cli

* fix broken links

* add clarification

* docs: add clarifications

* Optimised images with calibre/image-actions

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: add rook ceph documentation (#2412)

* docs: add rook ceph documentation

* docs: small edit

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* prettier

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: Update the PXK and PXK-E packs docs (#2423)

* docs: Update the PXK and PXK-E packs docs

* docs: Implement Vale feedback

* chore: Fix gitleaks

* docs: Update the K3s and RKE2 packs docs

* docs: DOC-1090 PCP-2590 PE-3943  4.3 Release Notes (#2342)

* docs: DOC-1090

* save

* docs: PCP-2590

* chore: branch switch

* docs: save

* docs: more content

* chore: save

* chore: added css property

* chore: added TechnicalPreviewReleaseNoteBadge component

* docs: ready to implement

* chore: updated README

* docs: new content

* docs: more content

* chore: added packs

* docs: added reference page

* docs: fixed vertex label

* docs: fixed broken link

* docs: update

* docs: updated packs

* chore: updated release notes

* docs: added new links

* docs: updated release notes with PCG update

* chore: vale feedback

* chore: fix jest

* modify private external registry bullet

* docs: Apply suggestions from code review

Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: feedback

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

* docs: change edge harbor hardware requirements (#2413)

* docs: change edge harbor hardware requirements

* fix unfinished sentence

* clarify single node

* add fixes

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: PLT-1100 added docs for Palette EC install (#2428)

* docs: PLT-1100 added docs for Palette EC install

* docs: add VerteX steps

* chore: fixed gitleaks

* chore: gitleaks

* chore: revert eager load removal

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: prettier fix

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: fix find/replace issue

* docs: merge master and DOC-1117

* docs: updated release notes

* Update download URLs (#2481)

* docs: Update download URLs

* docs: Edit a missed version reference

* docs: document how to generate FIPS-compliant Edge artifacts (#2462)

* docs: WIP fips images

* docs: fips first draft

* docs: fips-canvos

* docs: add fips instructions

* docs: fix tabs issue

* docs: copyedits

* fix vale issues

* docs: minor edits

* fix vale

* fix step numbering

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* make format

* clarify pxk-e

* punctuation

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: update open source licenses list (#2485)

* docs: add update cluster section (#2482)

* docs: add update cluster section

* docs: apply suggestions from review

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: add suggestions from pr review

---------

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1127 (#2486)

* docs: DOC-1127

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* chore: fix format issue

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>

* docs: add note to change Longhorn images to reference harbor (#2497)

* docs: add requirement to change longhorn image base URL

* Update docs/docs-content/integrations/longhorn.md

* Update docs/docs-content/integrations/longhorn.md

* move procedure to usage

* fix syntax issue

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: update release notes date

* generate keys

* add more content about keys

* docs: add information about keys

* Apply suggestions from code review

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* add key table

* Update key-management.md

* enroll keys file start

* add instructions for exporting keys

* create skeleton documents

* docs: add install document

* add installation instructions

* docs: add additional pages to trusted boot

* remove redundant redirect

* make further updates to trusted boot

* change to webp

* update image format

* add boot diagram

* add resources to index page

* add image

* add image

* fix redirects

* arrange pages in order

* fix broken links

* add instructions for corporate CA

* update folder structure

* add two new topics

* partial update efi limit

* add instructions on how to add content

* add new image

* docs: update image format

* docs: add EFI check documentation

* docs: add warning for trusted boot

* docs: address vale

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: updated netlify.sh

* docs: incorporate feedback

* Apply suggestions from code review

Co-authored-by: antongisli <anton@spectrocloud.com>

* docs: address comments

* docs: edit for clarify

* copy edit

* docs: address comments

* docs: update images

* update image

* Optimised images with calibre/image-actions

* docs: fix image ref

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* update image

* update image

* Optimised images with calibre/image-actions

* docs: add limitation

* PE-4465 add warning about manual key enrollment

* docs: adjust page ordering

* docs: incorporate feedback

* docs: address review comments

* docs: address review comments

* docs: minor edits

* docs: minior edits

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: prettier format

* docs: copy edits

* docs: add crosslink

* docs: vale comments

* docs: fix typo

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: add links to parent pages

* docs: add preview flag to trusted boot

* Apply suggestions from code review

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: address feedback

* prettier formatting

* docs: add limitation and git link

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>

* docs: record known issue regarding auto key enrollment

* Update the open-source licenses table (#3029)

* chore: Update the open-source licenses table

* chore: Trigger Netlify (hopefully)

* chore: Remove the partials file from release-4-4 (#3041)

* chore: updated versions script for next release

* docs:  DOC-1186 PCP-2886 4.4 Release Notes (#2873)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: DOC-1186 PCP-2886 Minor Pack Updates (#3044)

* docs: DOC-1186 PCP-2886

* docs: add microk8s known issues

* chore: updated notes

* save

* docs: updated release notes

* chore: updated release notes

* docs: add bc note

* docs: Start filling out the packs tables in RN

* docs: Update pack lists in the 4.4 release notes

* docs: Remove deprecated packs from the pack lists (added them by mistake)

* docs: Implement peer review

* chore: updated rl notes

* Add K8s 1.29.4 known issue

* docs: updated release notes

* chore: intro sentence

* chore: updates

* docs: comment out vertex

* docs: add known issue about manual enrollment

* chore: updated release notes

* docs: DOC-1208

* docs: document the rhel fips known issue (#3043)

* docs: document the rhel fips known issue

* remove accidental commit

* restore release notes

* docs: remove accidental change

* docs: add windows key combination

* Update docs/docs-content/troubleshooting/edge.md

* docs: add entry to global known issues

* docs: fix crosslink

---------

Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

* docs: pack updates

* chore: fix prettier

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* docs: feedback inline

* chore: added spacing to warning box

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* chore: feedback update

---------

Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Co-authored-by: yuliiiah <horbenko.yuliya@gmail.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>

* merge master

* docs: PPD-1446 new known issue (#3103)

* docs: new known issue

* chore: PPD-1446 added know issue entry

* docs: feedback

* chore: added troubleshooting steps

* docs: feedback

* docs: feedback

---------

Co-authored-by: Karl Cardenas <>

* Update the Palette and Edge CLIs download information (#3102)

* chore: Update the Palette CLI download info

* docs: added Edge CLI

* chore: Add the download link to Edge CLI

---------

Co-authored-by: Karl Cardenas <>

* docs: updated CLI

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: will <30413278+wcrum@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: caroldelwing <carolina.delwing@spectrocloud.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Ravikumar Kondepati <ravikum12@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.3 4.3 Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants