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

Add devrel section to the docs #1124

Merged
merged 57 commits into from
Apr 13, 2023

Conversation

Princesso
Copy link
Contributor

I created the Kubernetes School section of the docs, along with its folder structure.

@spectro-prow
Copy link

Hi @Princesso. Thanks for your PR.

I'm waiting for a spectrocloud member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@netlify
Copy link

netlify bot commented Feb 10, 2023

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit 4aeafeb
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/643817766beff50008ee38bd
😎 Deploy Preview https://deploy-preview-1124--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 settings.

@karl-cardenas-coding karl-cardenas-coding added the future release Targeted for future release. label Feb 16, 2023
@Princesso Princesso requested a review from a team as a code owner April 6, 2023 11:31
@spectro-prow spectro-prow added size/L and removed size/M labels Apr 6, 2023
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding left a comment

Choose a reason for hiding this comment

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

@Princesso I went ahead and reviewed the last file. I left you with several suggestions. Most of them are related to the long form of the command. I also shortended some of the tiles and removed bold and periods that some of them had. You can also make them all # H1 headings if you want to, that way the user can find them easier in the right-hand side navbar, but that's your call.

Once @ritawatson does the final copy-edits we can get this merged. 🚀

Copy link
Contributor

@ritawatson ritawatson left a comment

Choose a reason for hiding this comment

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

Some comments. A resource for Spectro Cloud Tutorials, which you might already be aware of, can be found here: https://spectrocloud.atlassian.net/wiki/spaces/DE/pages/1765605393/Tutorials

@karl-cardenas-coding, you may want to double check my suggested links at line 35 to be sure they're on the right track.

kubectl get secret myregistrykey -o jsonpath='{.data.registry-creds\.json}' | base64 --decode
```

The output of issuing the command above is the content of the JSON file you used to create the secret.
Copy link
Contributor

Choose a reason for hiding this comment

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

This sentence a bit awkward, but I'm not sure how to correct it because I'm not sure what's happening with decoding.

As a follow-up to my comment about line 90, I'm not sure how line 96 ties in. Did we decode a secret and then re-encode it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This sentence a bit awkward, but I'm not sure how to correct it because I'm not sure what's happening with decoding.

As a follow-up to my comment about line 90, I'm not sure how line 96 ties in. Did we decode a secret and then re-encode it?

Thanks for taking the time to review this piece. In this section, we created a secret. When a secret is created with Kubernetes it is automatically base64 encoded.

We, however, added that the fact that a secret is base64 encoded does not make it safe. So we went ahead to decode the secret to demonstrate that encoded secrets can be decoded.

Princesso and others added 4 commits April 12, 2023 09:47
…trieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
…trieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
…trieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
…trieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Princesso and others added 3 commits April 12, 2023 10:28
…trieve-images-from-private-registry.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
…trieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
…trieve-images-from-private-registry.md

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

## Add Secret to Deployment Config
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'config' instead of 'Config'.



- An installation of the [kubectl command-line tool](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) on your machine and connected to your cluster.
- A LoadBalancer. You can [create a LoadBanlacer](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/) with a public cloud provider, or use the [minikube tunnel](https://minikube.sigs.k8s.io/docs/commands/tunnel/) to trick a local cluster into exposing a resource.
Copy link
Contributor

Choose a reason for hiding this comment

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

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

@Princesso
Copy link
Contributor Author

Thank you so much for your review @ritawatson and @karl-cardenas-coding. I've fixed all the issues with this PR. Can you confirm that this PR is good to go? Also, merging is blocked on my end, will the merging be done by your team? Warm regards.

Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding left a comment

Choose a reason for hiding this comment

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

I left some comments that contain minor changes that we need to address before merging.

content/docs/19-kubernetes-knowlege-hub/01-tutorials.md Outdated Show resolved Hide resolved
Comment on lines 27 to 30
- [Tutorials](/kubernetes-knowlege-hub/tutorials)


- [Community](/kubernetes-knowlege-hub/community)
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's remove these as one page is empty, and the other does not exists.

Princesso and others added 4 commits April 13, 2023 15:45
…trieve-images-from-private-registry.md

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
…trieve-images-from-private-registry.md

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

@karl-cardenas-coding karl-cardenas-coding left a comment

Choose a reason for hiding this comment

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

LGTM

@spectro-prow
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: karl-cardenas-coding, Princesso, ritawatson
To complete the pull request process, please assign
You can assign the PR to them by writing /assign in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@Princesso Princesso merged commit 2c45a58 into master Apr 13, 2023
@Princesso Princesso deleted the Doc-devrel-Create_Devrel_Section_On_Docs branch April 13, 2023 15:27
karl-cardenas-coding added a commit that referenced this pull request Apr 28, 2023
* Add devrel section to the docs

* Fix exclamation mark not allowed

* Fix PR comments

* Add approved articles to docs

* Fix spellings

* Rename Kubernetes School with Kubernetes Knowlege hub

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update with PR comments

* Apply suggestions from code review

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/01-tutorials.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Remove tutorial and community sections

---------

Co-authored-by: Princess <princess@Princesss-MacBook-Pro.local>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request May 11, 2023
* added tutorial about deploy an app with Palette

* edit tutorial structure

* added terraform configuration

* added Azure terraform config

* fixed terraform for Azure

* added Azure cluster configuration and completed clean-up

* added GCP cluster creation with Terraform

* update Terraform scripts and Terraform's section structure

* revise the tabs structure

* fixed missing images and revised some sentences

* added create account verify profile paragraphs

* moved section verify the profile

* removed typos

* removed typos

* removed typos

* tutorial revision

* tutorial revisions

* tutorial revisions

* tutorial revisions

* chore: updated image locations

* chore: updated image locations

* added images

* Apply suggestions from code review

Tutorial review

Co-authored-by: Karl Cardenas <cardenas88karl@gmail.com>

* Apply suggestions from code review

Tutorial review

Co-authored-by: Karl Cardenas <cardenas88karl@gmail.com>

* Apply suggestions from code review

Tutorial review

Co-authored-by: Karl Cardenas <cardenas88karl@gmail.com>

* merged the ui and terraform tabs into a single tab

* replaced the cloud account creation paragraph with the creation of Palette account

* added how to create an api key and removed as terraform variable

* images cleanup

* added image for api key

* added the outputs for terraform commands

* added the outputs for terraform commands

* removed tabs in verify the profile

* modified images

* added ssh key creation

* review the tutorial

* modified the K8s and csi driver versions for aws

* updated images with new version of K8s and csi driver for aws

* fixed aws image

* tutorial revision

* Update 35-installer-reference.md (#1233)

* Update 35-installer-reference.md

* Update content/docs/04-clusters/03-edge/02-edge-configuration/35-installer-reference.md

* Table Removal  (#1234)

* docs: updated resources in Palette Onboarding WF

* Apply suggestions from code review

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

---------

Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: adding more Helm context (#1231)

* docs: adding more Helm context

* docs: updated helm language

* docs: updated language

* Apply suggestions from code review

Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>

* save

* save

* Update content/docs/12-enterprise-version/03-deploying-palette-with-helm.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: fixed broken URL in release notes (#1235)

* fix: upgrade react-instantsearch-dom from 6.39.0 to 6.39.1 (#1238)

Snyk has created this PR to upgrade react-instantsearch-dom from 6.39.0 to 6.39.1.

See this package in npm:
https://www.npmjs.com/package/react-instantsearch-dom

See this project in Snyk:
https://app.snyk.io/org/karl-gna/project/3ec260b4-eb0f-4900-9b11-44493bb585f9?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Update 09-registries-and-packs.md (#1237)

* Update 09-registries-and-packs.md

since the CLI should be usable for any pack registry, we should not use a definite article as it is confusing.

* Update content/docs/09-registries-and-packs.md

---------

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

* Add devrel section to the docs (#1124)

* Add devrel section to the docs

* Fix exclamation mark not allowed

* Fix PR comments

* Add approved articles to docs

* Fix spellings

* Rename Kubernetes School with Kubernetes Knowlege hub

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update with PR comments

* Apply suggestions from code review

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/01-tutorials.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Remove tutorial and community sections

---------

Co-authored-by: Princess <princess@Princesss-MacBook-Pro.local>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: updated IAM policies page with a warning (#1240)

* chore: fixed broken urls and reported typo (#1244)

* chore: fixed broken urls and reported typo

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated downloads URL PE-1440 (#1245)

* docs: updated downloads URL PE-1440

* Update content/docs/16-spectro-downloads.md

* Update 10-create-manage-vm.md (#1248)

small change

* Update 15-vm-roles-permissions.md (#1247)

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

* Palette self-hosted airgap refactor (#1230)

* docs: updated intro and reqs

* docs: updated install steps for Airgap DOC-745

* save

* docs: updated install steps for Airgap DOC-745

* docs: added validation steps

* docs: added validation steps

* docs: added a diagram to improve the airgap steps

* docs: updated instructions for validation

* docs: improve validation steps

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Optimised images with calibre/image-actions

* Apply suggestions from code review

* docs: updated image

* Optimised images with calibre/image-actions

* docs: added feedback from Zulfi

---------

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

* docs: Prometheus Cluster Metrics (#1239)

* docs: started documenting the Palette metrics steps

* docs: added steps for metrics pack in host agent guide PEM-1523

* docs: added image of cluster metrics pack

* docs: added packs page for Prometheus cluster metrics

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: fixed URLs

* Update content/docs/04-clusters/06-cluster-management/01.9-monitoring/20-deploy-agent.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

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

* docs: added new macros for pack PEM-1603 (#1250)

* docs: added new macros for pack PEM-1603

* docs: vale feedback

* docs: vale feedback

* docs: added warning about missing metrics PEM-1615 (#1252)

* docs: added warning about missing metrics PEM-1615

* Apply suggestions from code review

* docs: updated broken links (#1255)

* Helm Chart Install Reference (#1241)

* DOC-751_v3.4

* DOC-751_v3.4

* DOC-751_v3.4

* doc_751_draft_changes

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* DOC_751_Reviewed_Changes_1

* DOC_751_Changes

* DOC_751_Review_Changes_2

* DOC_751_review_changes

* DOC_751_review_changes_3

* Doc_751_with_added_images

* DOC_751_review_changes_5

* DOC_751_review_changes_6

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* DOC_751_Review_changes_7

* Doc_751_review_9

* DOC_751_Review_Changes_10_Proofread_Complete

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* DOC_751_review_changes

* Docs_751_review_changes_11

* DOC_751_review_changes_12

* DOC_751_Review_changes_13

* DOC_751_Review_Changes_14

* DOC_751_Review_changes_15

* DOC_751

* DOC_751_review_changes_16

* Doc_751_edits

* DOC_751_edits

* DOC_751_edits

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* DOC_751

* Doc_751_reviewd_changes_19

* DOC_751_reviewed_changes_20

---------

Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update 16-spectro-downloads.md (#1259)

* docs: fixed Helm chart variable name (#1260)

* Update 03-prepare-user-data.md (#1261)

* Update 03-prepare-user-data.md

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* PE-1563 Updating palette-edge-installer cli link (#1264)

* Updating palette-edge-installer cli link

* docs: updated the remaining Edge URLs

---------

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

* docs: updated tutorial location

* chore: renamed files

* chore: updated image names and look

* docs: reviewed AWS section

* docs: reviewed azure steps (UI)

* docs: updated SSH key guide

* docs: finished reviewing the UI workflow

* chore: save

* chore: added local install steps

* docs: save

* docs: pre-video

* docs: added video package

* docs: added video package

* docs: tf cleanup section

* docs: ready for review

* docs: minor typo fix

* docs: minor typo fix

* docs: minor typo fix

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Sudhanshu Kulshrestha <127401152+sudkul87@users.noreply.github.com>

* chore: investigating failed builds

* chore: investigating failed builds

* chore: investigating failed builds

* Optimised images with calibre/image-actions

* chore: investigating failed builds

* save

* chore: added screenshots per feeeback

* Optimised images with calibre/image-actions

* docs: updated image and wording

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: minor tutorials cleanup

* chore: cleaned up PDE app section

* chore: cleaned up PDE app section

* chore: cleaned up PDE app section

* chore: cleaned up PDE app section

---------

Co-authored-by: Alessandro <alessandro.zanni87@gmail.com>
Co-authored-by: Alessandro <6255369+Alez87@users.noreply.github.com>
Co-authored-by: Rahul Hazra <126905240+rahulhazra97@users.noreply.github.com>
Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Princess Oluebube Egbuna <13929923+Princesso@users.noreply.github.com>
Co-authored-by: Princess <princess@Princesss-MacBook-Pro.local>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rishi Anand <rishi@spectrocloud.com>
Co-authored-by: Sudhanshu Kulshrestha <127401152+sudkul87@users.noreply.github.com>
sudkul87 added a commit that referenced this pull request May 23, 2023
* feat: release 3.4

* Pde self hosted (#1246)

* docs: updated language that lists the available Palette platforms PDE can be used

* docs: added Palette version PPD-1171

* Add kube-api audit logging how-to (#906)

* add kube-api audit logging how-to

* update docs with use-cases

* docs: added a folder and intro paragraph

* docs: fixed missing infobox element

* docs: rafactored to fit how-to layout and style guide

* docs: removed parameter table

* fixed symbol leak

* Update 10-create-manage-vm.md (#1248)

small change

* Update 15-vm-roles-permissions.md (#1247)

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

* docs: updated guide with missing content

* Apply suggestions from code review

* Apply suggestions from code review

---------

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

* updating aws trust policies (#1254)

* Update 10-create-manage-vm.md (#1248)

small change

* Update 15-vm-roles-permissions.md (#1247)

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

* Palette self-hosted airgap refactor (#1230)

* docs: updated intro and reqs

* docs: updated install steps for Airgap DOC-745

* save

* docs: updated install steps for Airgap DOC-745

* docs: added validation steps

* docs: added validation steps

* docs: added a diagram to improve the airgap steps

* docs: updated instructions for validation

* docs: improve validation steps

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Optimised images with calibre/image-actions

* Apply suggestions from code review

* docs: updated image

* Optimised images with calibre/image-actions

* docs: added feedback from Zulfi

---------

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

* docs: Prometheus Cluster Metrics (#1239)

* docs: started documenting the Palette metrics steps

* docs: added steps for metrics pack in host agent guide PEM-1523

* docs: added image of cluster metrics pack

* docs: added packs page for Prometheus cluster metrics

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: fixed URLs

* Update content/docs/04-clusters/06-cluster-management/01.9-monitoring/20-deploy-agent.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

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

* updating aws trust policies

* docs: PCP-1071 updated styling and minor lanaguage addition

---------

Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: doc-755 added public IP addresses (#1256)

* docs: doc-755 added public IP addresses

* Update content/docs/02.5-architecture/04.5-palette-public-ips.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: PEM-1632 added new macro variable (#1262)

* DOC-725 Nested API Tree (#1210)

* WIP DOC-725 Nested API Tree

* Filtered + Mapped Original Titles over the JSON object

* Small fix

* Deleted unnecessary files

* Added line on Folders

* Small fix

* Helm Chart Install Reference (#1241)

* DOC-751_v3.4

* DOC-751_v3.4

* DOC-751_v3.4

* doc_751_draft_changes

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* DOC_751_Reviewed_Changes_1

* DOC_751_Changes

* DOC_751_Review_Changes_2

* DOC_751_review_changes

* DOC_751_review_changes_3

* Doc_751_with_added_images

* DOC_751_review_changes_5

* DOC_751_review_changes_6

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* DOC_751_Review_changes_7

* Doc_751_review_9

* DOC_751_Review_Changes_10_Proofread_Complete

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* DOC_751_review_changes

* Docs_751_review_changes_11

* DOC_751_review_changes_12

* DOC_751_Review_changes_13

* DOC_751_Review_Changes_14

* DOC_751_Review_changes_15

* DOC_751

* DOC_751_review_changes_16

* Doc_751_edits

* DOC_751_edits

* DOC_751_edits

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* DOC_751

* Doc_751_reviewd_changes_19

* DOC_751_reviewed_changes_20

---------

Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* DOC-725 Improve SideBar Behavior [docs && api]

* Update 16-spectro-downloads.md (#1259)

* improvements for main sidebar

* docs: fixed Helm chart variable name (#1260)

* Update 03-prepare-user-data.md (#1261)

* Update 03-prepare-user-data.md

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* minor style update

* style improvements

---------

Co-authored-by: Mircea Bozianu <mircea@spectrocloud.com.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rahul Hazra <126905240+rahulhazra97@users.noreply.github.com>
Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: Alex Leleu <alex.leleu@nops.io>
Co-authored-by: Rishi Anand <rishi@spectrocloud.com>

* docs: added MaaS image (#1265)

* docs: added MaaS image

* Update content/docs/04-clusters/02-data-center/01-maas/05-install-manage-maas-pcg.md

Co-authored-by: Rahul Hazra <126905240+rahulhazra97@users.noreply.github.com>

---------

Co-authored-by: Rahul Hazra <126905240+rahulhazra97@users.noreply.github.com>

* Cloudanix Update (#1276)

* docs: updated vale rule

* Cloudanix (#1274)

* Added integration document for cloudanix

* Added logo

* Logo url added

* Removed mention of falco and Notable Parameters

* Removed mention of falco and Notable Parameters

* Minor typo and grammar corrected

* cloudanix documentation updated

* k8s version updated to 1.19

* Revised resource limits and added misconfig-cron

* PR related changes as suggested byt Rita

* PR related changes as suggested byt Rita

* Added examples for threats and unusual events

* Added description, parameters, reference and minor changes

* Minor change in description of misconfig-cron

* Added kubernetes from 1.19 to 1.24

* Added kubernetes version from 1.19.x to 1.24.x and included changes made by spectroclould

* Update 00-cloudanix.md

* Added support documentation for kubernetes 1.25 and higher

* Added entire labels yaml

* Added enitre labels yaml

* Added steps to create a labels pack

* Minor PR comment changes

---------

Co-authored-by: Purusottam <mpurusottamc@gmail.com>
Co-authored-by: ajinkyajawalkar <ajinkya@cloudanix.com>

* Move install steps to Usage section

* Format added info in 1.0.x tab only

* Update content/docs/06-integrations/00-cloudanix.md

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

* Update content/docs/06-integrations/00-cloudanix.md

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

* Add review comments

---------

Co-authored-by: Ajinkya Jawalkar <63242389+ajinkya1986@users.noreply.github.com>
Co-authored-by: Purusottam <mpurusottamc@gmail.com>
Co-authored-by: ajinkyajawalkar <ajinkya@cloudanix.com>
Co-authored-by: Rita Watson <rita@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* ci: add preview logic to release branch

* ci: add preview logic to release branch

* docs: PEM-1772 updated Helm Chart requirements (#1287)

* docs: Deploy a Cluster with Palette [Tutorial] (#1267)

* added tutorial about deploy an app with Palette

* edit tutorial structure

* added terraform configuration

* added Azure terraform config

* fixed terraform for Azure

* added Azure cluster configuration and completed clean-up

* added GCP cluster creation with Terraform

* update Terraform scripts and Terraform's section structure

* revise the tabs structure

* fixed missing images and revised some sentences

* added create account verify profile paragraphs

* moved section verify the profile

* removed typos

* removed typos

* removed typos

* tutorial revision

* tutorial revisions

* tutorial revisions

* tutorial revisions

* chore: updated image locations

* chore: updated image locations

* added images

* Apply suggestions from code review

Tutorial review

Co-authored-by: Karl Cardenas <cardenas88karl@gmail.com>

* Apply suggestions from code review

Tutorial review

Co-authored-by: Karl Cardenas <cardenas88karl@gmail.com>

* Apply suggestions from code review

Tutorial review

Co-authored-by: Karl Cardenas <cardenas88karl@gmail.com>

* merged the ui and terraform tabs into a single tab

* replaced the cloud account creation paragraph with the creation of Palette account

* added how to create an api key and removed as terraform variable

* images cleanup

* added image for api key

* added the outputs for terraform commands

* added the outputs for terraform commands

* removed tabs in verify the profile

* modified images

* added ssh key creation

* review the tutorial

* modified the K8s and csi driver versions for aws

* updated images with new version of K8s and csi driver for aws

* fixed aws image

* tutorial revision

* Update 35-installer-reference.md (#1233)

* Update 35-installer-reference.md

* Update content/docs/04-clusters/03-edge/02-edge-configuration/35-installer-reference.md

* Table Removal  (#1234)

* docs: updated resources in Palette Onboarding WF

* Apply suggestions from code review

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

---------

Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: adding more Helm context (#1231)

* docs: adding more Helm context

* docs: updated helm language

* docs: updated language

* Apply suggestions from code review

Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>

* save

* save

* Update content/docs/12-enterprise-version/03-deploying-palette-with-helm.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: fixed broken URL in release notes (#1235)

* fix: upgrade react-instantsearch-dom from 6.39.0 to 6.39.1 (#1238)

Snyk has created this PR to upgrade react-instantsearch-dom from 6.39.0 to 6.39.1.

See this package in npm:
https://www.npmjs.com/package/react-instantsearch-dom

See this project in Snyk:
https://app.snyk.io/org/karl-gna/project/3ec260b4-eb0f-4900-9b11-44493bb585f9?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Update 09-registries-and-packs.md (#1237)

* Update 09-registries-and-packs.md

since the CLI should be usable for any pack registry, we should not use a definite article as it is confusing.

* Update content/docs/09-registries-and-packs.md

---------

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

* Add devrel section to the docs (#1124)

* Add devrel section to the docs

* Fix exclamation mark not allowed

* Fix PR comments

* Add approved articles to docs

* Fix spellings

* Rename Kubernetes School with Kubernetes Knowlege hub

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/06-deploy-stateless-frontend-app.md

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

* Update with PR comments

* Apply suggestions from code review

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Update content/docs/19-kubernetes-knowlege-hub/01-tutorials.md

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

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

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

* Remove tutorial and community sections

---------

Co-authored-by: Princess <princess@Princesss-MacBook-Pro.local>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: updated IAM policies page with a warning (#1240)

* chore: fixed broken urls and reported typo (#1244)

* chore: fixed broken urls and reported typo

* Update content/docs/19-kubernetes-knowlege-hub/00-how-to/02-how-to-retrieve-images-from-private-registry.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated downloads URL PE-1440 (#1245)

* docs: updated downloads URL PE-1440

* Update content/docs/16-spectro-downloads.md

* Update 10-create-manage-vm.md (#1248)

small change

* Update 15-vm-roles-permissions.md (#1247)

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

* Palette self-hosted airgap refactor (#1230)

* docs: updated intro and reqs

* docs: updated install steps for Airgap DOC-745

* save

* docs: updated install steps for Airgap DOC-745

* docs: added validation steps

* docs: added validation steps

* docs: added a diagram to improve the airgap steps

* docs: updated instructions for validation

* docs: improve validation steps

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Optimised images with calibre/image-actions

* Apply suggestions from code review

* docs: updated image

* Optimised images with calibre/image-actions

* docs: added feedback from Zulfi

---------

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

* docs: Prometheus Cluster Metrics (#1239)

* docs: started documenting the Palette metrics steps

* docs: added steps for metrics pack in host agent guide PEM-1523

* docs: added image of cluster metrics pack

* docs: added packs page for Prometheus cluster metrics

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Optimised images with calibre/image-actions

* docs: fixed URLs

* Update content/docs/04-clusters/06-cluster-management/01.9-monitoring/20-deploy-agent.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

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

* docs: added new macros for pack PEM-1603 (#1250)

* docs: added new macros for pack PEM-1603

* docs: vale feedback

* docs: vale feedback

* docs: added warning about missing metrics PEM-1615 (#1252)

* docs: added warning about missing metrics PEM-1615

* Apply suggestions from code review

* docs: updated broken links (#1255)

* Helm Chart Install Reference (#1241)

* DOC-751_v3.4

* DOC-751_v3.4

* DOC-751_v3.4

* doc_751_draft_changes

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* Update content/docs/12-enterprise-version/Helm Chart Install References

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

* DOC_751_Reviewed_Changes_1

* DOC_751_Changes

* DOC_751_Review_Changes_2

* DOC_751_review_changes

* DOC_751_review_changes_3

* Doc_751_with_added_images

* DOC_751_review_changes_5

* DOC_751_review_changes_6

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* DOC_751_Review_changes_7

* Doc_751_review_9

* DOC_751_Review_Changes_10_Proofread_Complete

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* Update content/docs/12-enterprise-version/03.5-helm-chart-install-reference.md

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

* DOC_751_review_changes

* Docs_751_review_changes_11

* DOC_751_review_changes_12

* DOC_751_Review_changes_13

* DOC_751_Review_Changes_14

* DOC_751_Review_changes_15

* DOC_751

* DOC_751_review_changes_16

* Doc_751_edits

* DOC_751_edits

* DOC_751_edits

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* DOC_751

* Doc_751_reviewd_changes_19

* DOC_751_reviewed_changes_20

---------

Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update 16-spectro-downloads.md (#1259)

* docs: fixed Helm chart variable name (#1260)

* Update 03-prepare-user-data.md (#1261)

* Update 03-prepare-user-data.md

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* PE-1563 Updating palette-edge-installer cli link (#1264)

* Updating palette-edge-installer cli link

* docs: updated the remaining Edge URLs

---------

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

* docs: updated tutorial location

* chore: renamed files

* chore: updated image names and look

* docs: reviewed AWS section

* docs: reviewed azure steps (UI)

* docs: updated SSH key guide

* docs: finished reviewing the UI workflow

* chore: save

* chore: added local install steps

* docs: save

* docs: pre-video

* docs: added video package

* docs: added video package

* docs: tf cleanup section

* docs: ready for review

* docs: minor typo fix

* docs: minor typo fix

* docs: minor typo fix

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Sudhanshu Kulshrestha <127401152+sudkul87@users.noreply.github.com>

* chore: investigating failed builds

* chore: investigating failed builds

* chore: investigating failed builds

* Optimised images with calibre/image-actions

* chore: investigating failed builds

* save

* chore: added screenshots per feeeback

* Optimised images with calibre/image-actions

* docs: updated image and wording

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: minor tutorials cleanup

* chore: cleaned up PDE app section

* chore: cleaned up PDE app section

* chore: cleaned up PDE app section

* chore: cleaned up PDE app section

---------

Co-authored-by: Alessandro <alessandro.zanni87@gmail.com>
Co-authored-by: Alessandro <6255369+Alez87@users.noreply.github.com>
Co-authored-by: Rahul Hazra <126905240+rahulhazra97@users.noreply.github.com>
Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Princess Oluebube Egbuna <13929923+Princesso@users.noreply.github.com>
Co-authored-by: Princess <princess@Princesss-MacBook-Pro.local>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rishi Anand <rishi@spectrocloud.com>
Co-authored-by: Sudhanshu Kulshrestha <127401152+sudkul87@users.noreply.github.com>

* Release Notes 3.4 (#1285)

* docs: initial commit

* docs: draft the release notes

* docs: check the language

* docs: voice check

* docs: add new packs

* docs: up-to-date till May 12

* docs: add more packs

* docs: cleaned up the release notes 1/2

* chore: final touches to release notes draft

* chore: final touches to release notes draft

* chore: final touches to release notes draft

---------

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

* BYOOS (non-Edge) (#1257)

* docs: PCP-800 PCP-895 initial entry

* docs: added overview and intro

* PCP-895 added content to the how-to

* PCP-895 PCP-800 added content to the how-to

* Update content/docs/03-cluster-profiles/10-byoos.md

* docs: PCP-895 PCP-800 ready for review

* Optimised images with calibre/image-actions

* docs: PCP-895 PCP-800 ready for review

* docs: PCP-895 PCP-800 ready for review

* docs: PCP-895 PCP-800 added OS activation content

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Rahul Hazra <126905240+rahulhazra97@users.noreply.github.com>

* Apply suggestions from code review

* Update content/docs/17-glossary-all.md

---------

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

* docs: updated BYOOS steps for non-Edge scenario

* GCP Refactor & GKE Documentation (#1284)

* docs: PCP-1076 DOC-444 refactored GCP pages

* docs: PCP-1076 DOC-444 updated broken AWS page

* docs: PCP-1076 DOC-444 added GKE content

* docs: ready for review

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated release notes

* docs: updated release notes

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated release notes

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: updated release notes

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

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

* docs: api JSON schema update

* Vm management updates (#1236)

* Add rwx to prereqs plus small fixes

* Work on Feature Gates

* Revise Feature Gate section

* Move KubeVirt additnl info  to top level, add link

* Change email from sales to support

* Fix next steps

* Add support email information with bullet list

* Add evictStrategy, small fixes

* Move some information around

* Small fixes

* Change colon to period.

* title changes, wording fixes, some rearrangement

* Add links to virtctl and namespace creation docs

* Add virtctl how to and Namespace doc

* Add namespace doc and rename virtctl doc

* Fix occurences of Enablement heading

* heading mod, clarify sentence in FG section

* Move virtctl doc to VM section

* Add link in kubectl doc to virtctl doc

* Fix link

* Fix typo

* Add command to disable SELinux for snapshot (Jira)

* Add new Namespace Management doc

* Remove namespace info from Dashbrd doc

* Changed snapshot/Enforce mode from prereq to steps

* Step 5-Snapshot, add manual migrate

* Improve Feature Gates section

* Add two images for namespaces

* Update the snapshot section for Fedora + SElinux

* Small fix

* Add reviewer comments to existing Live Migration

* Add review comments to manual migration section

* Temp text for steps 1-4 in manual migration section

* Add a resource link

* Add reviewer comments

* Fix capitalization

* convenience -> convenient

* Make fedora snapshot info a Warningbox vs InfoBox

* Fine tune manual migration steps

* Add virtctl details about SCP

* Modify step 1 in Manual Migration

* Add VM Oversubscription

* Update content/docs/04-clusters/06-cluster-management/09.5-namespace-management.md

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

* Update content/docs/04-clusters/06-cluster-management/09.5-namespace-management.md

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

* Optimised images with calibre/image-actions

* Update content/docs/04-clusters/06-cluster-management/09.5-namespace-management.md

Co-authored-by: Romain Decker <deckerromain@gmail.com>

* Update content/docs/04-clusters/06-cluster-management/09.5-namespace-management.md

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

* Update content/docs/04-clusters/06-cluster-management/09.5-namespace-management.md

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

* Update content/docs/04-clusters/06-cluster-management/09.5-namespace-management.md

Co-authored-by: Romain Decker <deckerromain@gmail.com>

* Update content/docs/04-clusters/06-cluster-management/12-palette-webctl.md

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

* Update content/docs/04.6-vm-management.md

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

* Update content/docs/04.6-vm-management.md

Co-authored-by: Romain Decker <deckerromain@gmail.com>

* Apply suggestions from code review

Commit suggestions

Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* Apply suggestions from code review

Add more review comments

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>

* Apply suggestions from code review

Add more reviewer comments.

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>

* Clarify a couple sentences.

* Add more reviewer comments.

* Polish several docs

* More polishing

* Fix typo

* Fix typo

* Fix another typo

---------

Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* API docs - 3.4 release

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

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

* docs: PDE Updates (#1293)

* docs: PPD-1219 PPD-1220 new PDE content

* docs: updated with more content

* docs: added content for PPD-1218

* docs: added image for PPD-1220

* ci: updated CI to include triggers for PR

* Optimised images with calibre/image-actions

* chore: updated release notes

* chore: updated release notes

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* save

* docs: added section for Palette CLI

* vale feedback

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/12.5-palette-cli/20-commands.md

---------

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

* * docs: PCP-1072 added content for the image swap feature.


* save

* save

* docs: added final content to image swap guide

* docs: vale feedback

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: acronym fix

* docs: feedback suggestions

---------

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

* docs: Disable workloads Settting (#1296)

* docs: PE-1530 content

* docs: updated language to specify reporting

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: added Harbor registry release note

* docs: added Harbor registry release note

* docs: updated validate to match style guide. (#1300)

* docs: added Harbor registry release note

* docs: auto registration req

* 1602_autoregister

* 1308_build_image_config

* pe_1602

* pe-1602

* pe_1602

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

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

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

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

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

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

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

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

* Update content/docs/04-clusters/03-edge/09-site-deployment/05-site-installation/06-edge-host-registration.md

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

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/04-build-images.md

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

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/04-build-images.md

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

* Update content/docs/04-clusters/03-edge/02-edge-configuration/35-installer-reference.md

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

* pe_1602

* pe_1602_prereq_edit

* PE_1602_

* docs: added create token page

* docs: added create token page

---------

Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* docs: updated imageSwap image

* Edge BYOOS  (#1277)

* PCP_1146_BYOOS_Edge

* PCP1146_EdgeBYOOS

* PCP-1146_edge_byoos

* PCP-1146_Build_images

* PCP_1126_build_image

* 1146_BYOS_(minor)

* 1146_build_images(minor)

* PCP_1146_model_profile

* pcp_1146_model_profile

* pcp_1146_model_profiles

* pcp_1146_model_profiles

* pcp_1146_model_profile

* pcp_1145_packs_page

* pcp_1145_byoos_packs

* 1145_byoos_packs

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/01-build-kairos-os.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/01-build-kairos-os.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/01-build-kairos-os.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/01-build-kairos-os.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/04-build-images.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/06-integrations/00-byoos.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/06-integrations/00-byoos.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/06-integrations/00-byoos.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/06-integrations/00-byoos.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/09-site-deployment/01-model-profile.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/06-integrations/00-byoos.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/06-integrations/00-byoos.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/06-integrations/00-byoos.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* pcp_1146_build

* Paramters

* pcp_1145_infobox_removed

* pcp_1145_double_space

* pcp_1146

* pcp_1145_packs

* pcp_1145_packs

* pcp_1145

* pcp_1145_packs

* chore: minor updates

* pcp_1146_insert_tabs

* pcp_1145_tabs

* chore: minor updates

* chore: minor updates

* chore: minor updates

* pcp_1145

* pcp_1145

* pcp_1145_packs

* pcp_1145_packs_non_edge_usage

* pcp_1145_prepare_user_data_apply_proxy_codefix

* pcp_1145_packs_usage_edge

* pcp_1145_

* pcp_1145

* pcp_1145

* PE_1513_Device_config_edit

* docs: updated BYOOS with language fixes and content

* Optimised images with calibre/image-actions

* docs: updated BYOOS with language fixes and content

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Update content/docs/04-clusters/03-edge/04-edgeforge-workflow/01-build-kairos-os.md

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* docs: updated download URLs (#1304)

* docs: updated download URLs

* docs: updated CLIs and release notes

* docs: updated compatibility page

* docs: updated Palette CLI install steps

* docs: updated imageSwap image

* docs: updated release notes date

* docs: added upgrade notes DOC-773 (#1307)

* docs: added upgrade notes DOC-773

* Apply suggestions from code review

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

---------

Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>

* docs: update Edge CLI downloads URL

* Optimised images with calibre/image-actions

---------

Co-authored-by: Ross Kirkpatrick <rosskirkpat@outlook.com>
Co-authored-by: antongisli <anton@spectrocloud.com>
Co-authored-by: Luther Monson <luther.monson@gmail.com>
Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mirceabozi <92573083+mirceabozi@users.noreply.github.com>
Co-authored-by: Mircea Bozianu <mircea@spectrocloud.com.com>
Co-authored-by: Rahul Hazra <126905240+rahulhazra97@users.noreply.github.com>
Co-authored-by: Rahul Hazra <rahulhazra@Rahuls-MacBook-Pro.local>
Co-authored-by: Alex Leleu <alex.leleu@nops.io>
Co-authored-by: Rishi Anand <rishi@spectrocloud.com>
Co-authored-by: Ajinkya Jawalkar <63242389+ajinkya1986@users.noreply.github.com>
Co-authored-by: Purusottam <mpurusottamc@gmail.com>
Co-authored-by: ajinkyajawalkar <ajinkya@cloudanix.com>
Co-authored-by: Rita Watson <rita@spectrocloud.com>
Co-authored-by: Alessandro <alessandro.zanni87@gmail.com>
Co-authored-by: Alessandro <6255369+Alez87@users.noreply.github.com>
Co-authored-by: Tyler Gillson <tyler.gillson@gmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Princess Oluebube Egbuna <13929923+Princesso@users.noreply.github.com>
Co-authored-by: Princess <princess@Princesss-MacBook-Pro.local>
Co-authored-by: Sudhanshu Kulshrestha <127401152+sudkul87@users.noreply.github.com>
Co-authored-by: Prathab Kali <prathab@spectrocloud.com>
Co-authored-by: Romain Decker <deckerromain@gmail.com>
@github-actions
Copy link
Contributor

🎉 This PR is included in version 3.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
future release Targeted for future release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants