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

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

Merged
merged 2 commits into from
May 22, 2024

Conversation

karl-cardenas-coding
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding commented May 22, 2024

Describe the Change

This PR updates Netlify logic to support the Netlify collab drawer on release branch PRs. A limitation on the Netlify platform is to only support the collab drawer on deploy-previews generated from a PR. You cannot get the drawer when triggering a Netlify build manually (API, CLI, UI). The other catch is the automatic Netlify triggers from a PR, only work for a PR against a default branch OR, a branch you have specified in Netlify to have branch deploy deatures.

The workaround is to explicitly add a branch as a deploy branch in the UI. The logic in this PR handles this manual insertion through a script and ensures the branch is removed after a PR is merged so the branch deploy list does not get polluted.

The following is a screenshot of where in Netlify these branches are updated in the deploy settings screen.
CleanShot 2024-05-22 at 09 54 19

❗ This PR only affects release branch PRs targeting a release-* branch.

Files

  • netlify_add_branch - This script is invoked by the CI, and ensures the new PR branch is added to the Netlify branch list.
  • netlify_remove_branch - This script is invoked by the CI and removes the PR branch from the Netlify branch list. This script is only invoked after a PR is merged and the branch is deleted.
  • netlify.sh - The logic has been updated to only allow branch builds for branches that start with version-*. These are the only branches we want a branch build for. All other branch builds will get canceled. This prevents duplicate builds for different context when working on a release PR.

Changed Pages

💻 Preview URL for Page

Jira Tickets

🎫 Jira Ticket

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 backport-version-4-0 Backport change to version 4.0 auto-backport Enable backport backport-version-3-4 Backport change to version 3.4 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 labels May 22, 2024
@karl-cardenas-coding karl-cardenas-coding requested a review from a team as a code owner May 22, 2024 16:54
Copy link

netlify bot commented May 22, 2024

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit 068770b
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/664e2590b4e7b8000915213d
😎 Deploy Preview https://deploy-preview-2888--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 added the CI/CD CI/CD related changes label May 22, 2024
@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
version-3-4 Backport failed because of merge conflicts
version-4-1 Backport failed because of merge conflicts
version-4-2
version-4-3

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

Manual backport

To create the backport manually run:

backport --pr 2888

Questions ?

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

vault-token-factory-spectrocloud bot added a commit that referenced this pull request May 22, 2024
…2888) (#2891)

(cherry picked from commit 7c314b0)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
vault-token-factory-spectrocloud bot added a commit that referenced this pull request May 22, 2024
…2888) (#2890)

(cherry picked from commit 7c314b0)

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request May 22, 2024
…e branch PRs (… (#2893)

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

* chore: fixed comment
karl-cardenas-coding added a commit that referenced this pull request May 22, 2024
…e branch PRs (… (#2894)

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

* chore: fix comment
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-3-4 Backport change to version 3.4 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 CI/CD CI/CD related changes released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants