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

Rhel pxk fips #2728

Merged
merged 19 commits into from
May 13, 2024
Merged

Rhel pxk fips #2728

merged 19 commits into from
May 13, 2024

Conversation

karl-cardenas-coding
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding commented Apr 30, 2024

Describe the Change

This PR provides guidance on how to create a custom image containing RHEL for vSphere. The image can be used with the BYOOS pack along with the PXK distro.

Other changes include a reference table for BYOOS usecases and the value to assign to the osImageOverride field.

Changed Pages

💻 Preview URL for Page

Jira Tickets

🎫 DOC-1078
🎫 DOC-1136
🎫 DOC-1162

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.

@karl-cardenas-coding karl-cardenas-coding added auto-backport Enable backport backport-version-4-3 Backport change to version 4.3 labels Apr 30, 2024
Copy link

netlify bot commented Apr 30, 2024

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit f94a31d
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/66428ec8ca35770009c85169
😎 Deploy Preview https://deploy-preview-2728--docs-spectrocloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@karl-cardenas-coding karl-cardenas-coding marked this pull request as ready for review May 1, 2024 21:10
@karl-cardenas-coding karl-cardenas-coding requested a review from a team as a code owner May 1, 2024 21:10
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

vale

docs/docs-content/byoos/usecases/vmware/rhel-pxk.md|390 col 55| [Vale.Spelling] Did you really mean 'datacenter'?
docs/docs-content/byoos/usecases/vmware/rhel-pxk.md|446 col 60| [Vale.Spelling] Did you really mean 'semver'?

@@ -1182,3 +1182,5 @@ data "spectrocloud_pack_simple" "k8s" {
- [Kubernetes Documentation](https://kubernetes.io/docs/concepts/overview/)

- [Image Swap with Palette](../clusters/cluster-management/image-swap.md)

- [RHEL and PXK for Vmware](../byoos/usecases/vmware/rhel-pxk.md)
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'VMware' instead of 'Vmware'.

| -------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| AWS | `ami-0f4804aff4cf9c5a2` | `ami-0f4804aff4cf9c5a2` | Ensure the AMI is available in the same region as the workload cluster. |
| Azure | `https://docs.blob.core.windows.net/vhds/ubuntu20-1243.vhd` | `https://docs.blob.core.windows.net/vhds/ubuntu20-1243.vhd` | You must reference the Azure blob URL of a Virtual Hard Disk (VHD). Image Gallery ID reference is not supported. |
| Vmware vSphere | `r_u-2004-0-k-1243-0-new.ova` | `path/to/template/r_u-2004-0-k-1243-0-new.ova` | Point to the path to where the custom template is located. Palette and VerteX expect OVAs to have the `r_u-` prefix. |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'VMware' instead of 'Vmware'.

| AWS | `ami-0f4804aff4cf9c5a2` | `ami-0f4804aff4cf9c5a2` | Ensure the AMI is available in the same region as the workload cluster. |
| Azure | `https://docs.blob.core.windows.net/vhds/ubuntu20-1243.vhd` | `https://docs.blob.core.windows.net/vhds/ubuntu20-1243.vhd` | You must reference the Azure blob URL of a Virtual Hard Disk (VHD). Image Gallery ID reference is not supported. |
| Vmware vSphere | `r_u-2004-0-k-1243-0-new.ova` | `path/to/template/r_u-2004-0-k-1243-0-new.ova` | Point to the path to where the custom template is located. Palette and VerteX expect OVAs to have the `r_u-` prefix. |
| Vmware vSphere | `rhel-8-kube-v1.27.11` | `path/to/template/rhel-8-kube-v1.27.11` | Point to the path to where the custom template is located. |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'VMware' instead of 'Vmware'.

docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
- A valid [RHEL subscription](https://www.redhat.com/en/store/linux-platforms). You will need to provide the username
and password for the subscription during the build process.

- An x86_64 Linux VM with the following resources:
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[spectrocloud.colon] Use colons only to introduce lists, unless in code blocks or inline code.


```bash
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[spectrocloud.longform] Avoid using the short form of commands. Replace the short form flag in 'lsb_release -cs' with the corresponding long form flag.

5. Install anisble, make, jq, unzip, and python3.

```bash
sudo apt-get install -y make unzip jq python3-pip git && \
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[spectrocloud.longform] Avoid using the short form of commands. Replace the short form flag in 'install -y' with the corresponding long form flag.


```bash
sudo apt-get install -y make unzip jq python3-pip git && \
sudo apt install -y software-properties-common
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[spectrocloud.longform] Avoid using the short form of commands. Replace the short form flag in 'install -y' with the corresponding long form flag.

sudo apt-get install -y make unzip jq python3-pip git && \
sudo apt install -y software-properties-common
sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install -y ansible
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[spectrocloud.longform] Avoid using the short form of commands. Replace the short form flag in 'install -y' with the corresponding long form flag.

| Field Name | Description |
| --------------------- | -------------------------------------------------------------------------- |
| `cluster` | The name of the vSphere cluster where the Packer VM will be created. |
| `datacenter` | The name of the vSphere datacenter where the Packer VM will be created. |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Avoid] Avoid using 'datacenter'.

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.

Some minor comments that I found through testing on VMware. Will test again on Monday on a larger instance and send the approval through once I complete that 🚀

docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
```bash
git clone git@github.com:spectrocloud/image-builder.git
cd image-builder/images/capi
git checkout rhel-pxk-fips
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps out of scope for this PR, but relying on branches seems brittle. Could we do a tag?

docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
```

14. The custom RHEL image with PXK is now built and available in the VMware vSphere environment. You can use this image
to deploy a Kubernetes cluster. To use the image, create a cluster profile with and select the BYOOS pack. Refer to
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we highlight swapping over to Palette for the cluster profile?


- 4 CPU
- 8 GB of RAM
- 50 GB of free disk space
Copy link
Contributor

Choose a reason for hiding this comment

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

Ran out of space on 50Gs. 😆

Copy link
Contributor

Choose a reason for hiding this comment

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

The final usage was 50.42GB when I retried on a larger instance.

docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved

:::tip

Use the direct link to download the RHEL ISO locally through either `curl` or `wget`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a quick note that once I used wget the file downloaded had an auth token appended to the name and had quotes around it too like rhel-8.8-x86_64-dvd.iso?_auth_=XXXXX

docs/docs-content/byoos/usecases/vmware/rhel-pxk.md Outdated Show resolved Hide resolved
2. The custom RHEL image template is specified in the `osImageOverride` field.
3. The Kubernetes version is set to `1.27.11`, the same version specified in the `kubernetes.json` file.

![A cluster profile using a custom RHEL image](/byoos_vmware_rhewl-pxk_cluster-profile-non-fips.webp)
Copy link
Contributor

Choose a reason for hiding this comment

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

Your name is not blurred in this image.


- 4 CPU
- 8 GB of RAM
- 50 GB of free disk space
Copy link
Contributor

Choose a reason for hiding this comment

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

The final usage was 50.42GB when I retried on a larger instance.

@addetz
Copy link
Contributor

addetz commented May 8, 2024

Verified FIPS workflow with VerteX 4.3.5 🚀


</TabItem>
<TabItem value="non-fips" label="Non-FIPS">
1. Open a teminal session and log in to the Linux VM.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
1. Open a teminal session and log in to the Linux VM.
1. Open a terminal session and log in to the Linux VM.

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
| Field Name | Description |
| --------------------- | -------------------------------------------------------------------------- |
| `cluster` | The name of the vSphere cluster where the Packer VM will be created. |
| `datacenter` | The name of the vSphere datacenter where the Packer VM will be created. |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'datacenter'?

| Field Name | Description |
| ------------------------ | --------------------------------------------- |
| `kubernetes_rpm_version` | The version of the Kubernetes RPM to install. |
| `kubernetes_semver` | The Kubernetes version in semver format. |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'semver'?

@vault-token-factory-spectrocloud
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 71.5%, saving 761.46 KB.

Filename Before After Improvement Visual comparison
static/assets/docs/images/byoos_vmware_rhewl-pxk_cluster-profile-non-fips.webp 556.28 KB 154.70 KB -72.2% View diff
static/assets/docs/images/byoos_vmware_rhewl-pxk_cluster-profile.webp 508.18 KB 148.30 KB -70.8% View diff

694 images did not require optimisation.

@vault-token-factory-spectrocloud
Copy link
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 1.8%, saving 5.60 KB.

Filename Before After Improvement Visual comparison
static/assets/docs/images/byoos_vmware_rhewl-pxk_cluster-profile-non-fips.webp 154.70 KB 151.41 KB -2.1% View diff
static/assets/docs/images/byoos_vmware_rhewl-pxk_cluster-profile.webp 148.30 KB 145.99 KB -1.6% View diff

694 images did not require optimisation.

@karl-cardenas-coding karl-cardenas-coding added the backport-version-4-2 Backport change to version 4.2 label May 13, 2024
@karl-cardenas-coding karl-cardenas-coding merged commit cd513cf into master May 13, 2024
26 of 30 checks passed
@karl-cardenas-coding karl-cardenas-coding deleted the rhel-pxk-fips branch May 13, 2024 22:20
@vault-token-factory-spectrocloud
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
version-4-0 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-0:
- docs: updated URLs to use file path context
version-4-1 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-1:
- docs: DOC-1118 Image Conversion to webp (#2439)
version-4-2 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-2:
- docs: fix userdata indentation (#2784)
- chore: bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#2730)
- docs: fixed broken URLs (#2749)
version-4-3

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

backport --pr 2728

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request May 13, 2024
* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
(cherry picked from commit cd513cf)
vault-token-factory-spectrocloud bot added a commit that referenced this pull request May 13, 2024
* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
(cherry picked from commit cd513cf)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request May 13, 2024
* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request May 13, 2024
* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request May 13, 2024
* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request May 13, 2024
* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review



* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request May 13, 2024
…2827)

* docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

* chore: added missing index page

* chore: fixes byoos tf

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request May 13, 2024
…2828)

* docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

* chore: fix tf in byoos

---------

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
addetz added a commit that referenced this pull request May 22, 2024
…librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189
addetz added a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)
vault-token-factory-spectrocloud bot added a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887) (#2906)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
vault-token-factory-spectrocloud bot added a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887) (#2905)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
addetz added a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189
vault-token-factory-spectrocloud bot added a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887) (#2907)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
vault-token-factory-spectrocloud bot added a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887) (#2908)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189

(cherry picked from commit 4a330f3)

Co-authored-by: Adelina Simion <43963729+addetz@users.noreply.github.com>
addetz added a commit that referenced this pull request May 23, 2024
…librarium DOC-1189 (#2887) (#2909)

* docs: add PartialsComponent to handle Docusaurus Markdown Imports in librarium DOC-1189

docs: prototype partials DOC-1159

docs: add comments to component

docs: add partial categories

docs: add partial categories

docs: add frontmatter approach

docs: add duplicate key validation

docs: add generate-partials script

docs: add more error handling

docs: add generate-partials to build

docs: add partials to npm run

docs: adjust build with partials

docs: demo

docs: demo

docs: done

docs: done

docs: done

docs: add VersionedLink

docs:add final version of partials importer DOC-1189

docs: fix formatting DOC-1189

docs: fix eslint

docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174 (#2786)

* docs: add kubernetes version downgrade warning and hello-universe pack version DOC-1165 DOC-1174

This patch makes the following changes:
- Adds Kubernetes downgrade warning to cluster update and Kubernetes packs
- Adds version 1.1.2 to the hello-universe pack

* docs: fix formatting

* Apply suggestions from code review

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

* docs: fix formatting

* docs: fix broken table

* docs: add warning to microk8s, k3s and rke2

---------

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

docs: 4.3 API Docs (#2807)

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

docs: update hardware-requirements.md (#2809)

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

docs: DOC-1150 deprecated packs clarification (#2682)

* docs: DOC-1150

* chore: final touches

* Apply suggestions from code review

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

* chore: prettier

---------

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

docs: DOC-1162 DOC-1078 DOC-1136 Rhel pxk fips (#2728)

* docs: DOC-1162

* docs: fixed BYOOS issue

* chore: updated table

* docs: added BYOOS table

* docs: FIPS draft-1

* docs: fips steps

* docs: added non-fips workflow

* Apply suggestions from code review

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

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: feedback

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* chore: update to URL

---------

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

chore: fix tf code (#2830)

docs: DOC-1166 image update (#2773)

* docs: DOC-1166 image update

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: language touch-up

* Update docs/docs-content/architecture/orchestration-spectrocloud.md

* Apply suggestions from code review

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

* chore: updated language

---------

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

docs: update crossplane provider version (#2837)

chore: bump eslint-plugin-react from 7.33.2 to 7.34.1 (#2734)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: DOC-1149 airgap Support VM custom SSL Certs (#2846)

* docs: DOC-1149

* chore: updated SSL cert message

* Apply suggestions from code review

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

* chore: fix format

* chore: fix typo

---------

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

docs: cluster profile resource usage computation (#2802)

* Cluster profile resource usage computation

Every version of the profile has a unique identifier and gets counted towards the profile resource usage.

* chore: style update

* chore: fixed page location

---------

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

chore: bump @commitlint/cli from 17.8.1 to 19.3.0 (#2733)

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.8.1 to 19.3.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>

docs: rename local mgmt api (#2845)

* docs: rename local mgmt api

* docs: incorprate feedback

---------

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

chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2 (#2735)

* chore: bump @commitlint/config-conventional from 17.8.1 to 19.2.2

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.8.1 to 19.2.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* resolve conflicts

* Resolve conflicts

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <lenny.chen@spectrocloud.com>

docs: PAD-219 chore: update validator URL (#2875)

docs: DOC-1188 (#2878)

chore: fix path release date (#2880)

docs: make minor fixes to local ui docs (#2854)

* docs: make minor fixes to local ui docs

* Update docs/docs-content/clusters/edge/edge-configuration/installer-reference.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: change fix build branch (#2884)

* docs: change fips build branch

* docs: remove main

---------

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

docs: make frontmatter anonymous class DOC-1189

docs: fix formatting

docs: fix last lints

ci: updated logic to enable Netlify previews for release branch PRs (#2888)

docs: add readme instructions and extra tests DOC-1189

* docs: add partial example DOC-1189
@vault-token-factory-spectrocloud
Copy link
Contributor

🎉 This PR is included in version 4.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Enable backport backport-version-4-0 Backport change to version 4.0 backport-version-4-1 Backport change to version 4.1 backport-version-4-2 Backport change to version 4.2 backport-version-4-3 Backport change to version 4.3 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants