From 26dc761733dcc78184014a732daad1d45d55d683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Jun 2026 08:20:06 +0000 Subject: [PATCH] chore: update generated llms.txt files --- static/calico-cloud/llms-full.txt | 94 ++++++++++++++------------ static/calico-enterprise/llms-full.txt | 2 +- 2 files changed, 53 insertions(+), 43 deletions(-) diff --git a/static/calico-cloud/llms-full.txt b/static/calico-cloud/llms-full.txt index 57da0d4565..e94c39e466 100644 --- a/static/calico-cloud/llms-full.txt +++ b/static/calico-cloud/llms-full.txt @@ -1146,8 +1146,9 @@ The Calico Cloud installer may be able to successfully connect ## Kubernetes versions[​](#kubernetes-versions) -To install Calico Cloud v22.4.0, your Kubernetes distribution must be based on one of the following Kubernetes versions: +To install Calico Cloud v22.4.1, your Kubernetes distribution must be based on one of the following Kubernetes versions: +- Kubernetes 1.35 - Kubernetes 1.34 - Kubernetes 1.33 - Kubernetes 1.32 @@ -1157,6 +1158,9 @@ Kubernetes compatibility for older versions of Calico Cloud | Calico Cloud version | Kubernetes versions | | -------------------- | ------------------- | +| 22.4.0 | 1.31-1.34 | +| 22.3.0 | 1.31-1.34 | +| 22.2.0 | 1.31-1.34 | | 22.1.0 | 1.31-1.34 | | 22.0.1 | 1.31-1.33 | | 22.0.0 | 1.31-1.33 | @@ -1388,7 +1392,7 @@ You can quickly connect a cluster to Calico Cloud by generating a unique kubectl Example of generated kubectl command with alternate manifest ```bash - kubectl apply -f https://installer.calicocloud.io/manifests/cc-operator/latest/deploy-with-container-security.yaml && curl -H "Authorization: Bearer ..." "https://www.calicocloud.io/api/managed-cluster/deploy-with-container-security.yaml?version=v22.4.0" | kubectl apply -f - + kubectl apply -f https://installer.calicocloud.io/manifests/cc-operator/latest/deploy-with-container-security.yaml && curl -H "Authorization: Bearer ..." "https://www.calicocloud.io/api/managed-cluster/deploy-with-container-security.yaml?version=v22.4.1" | kubectl apply -f - ``` 6. From a terminal, paste and run the command. @@ -1598,7 +1602,7 @@ The following parameters are required for all Calico Cloud installations. | Parameter | Value | Example | Description | | ------------------------------ | ------ | -------------- | ------------------------------------------------------- | | `installer.clusterName` | string | `cluster-name` | The name given to your managed cluster in Calico Cloud. | -| `installer.calicoCloudVersion` | string | `v22.4.0` | The version of Calico Cloud you're installing. | +| `installer.calicoCloudVersion` | string | `v22.4.1` | The version of Calico Cloud you're installing. | Example from values.yaml with clusterName and calicoCloudVersion @@ -1607,7 +1611,7 @@ installer: clusterName: example-cluster - calicoCloudVersion: v22.4.0 + calicoCloudVersion: v22.4.1 ``` ### Optional parameters for private registries[​](#optional-parameters-for-private-registries) @@ -1693,7 +1697,7 @@ For many Calico Cloud components, you can specify node selectors, tolerations, a clusterName: example-cluster - calicoCloudVersion: v22.4.0 + calicoCloudVersion: v22.4.1 ``` 4. Add values for the optional parameters. For each resource you want to edit, uncomment the object, add a value, and save. @@ -1808,7 +1812,7 @@ Add the required Calico Cloud images to a private registry. ### Select your version: -v22.4.0 (latest)Helm command to add images for Calico Cloud v22.4.0 (latest) +v22.4.1 (latest)Helm command to add images for Calico Cloud v22.4.1 (latest) ```javascript helm repo add calico-cloud https://installer.calicocloud.io/charts @@ -3257,7 +3261,7 @@ To upgrade a managed cluster to the latest version of Calico Cloud: Example of generated kubectl command with alternate manifest ```bash - kubectl apply -f https://installer.calicocloud.io/manifests/cc-operator/latest/deploy-with-container-security.yaml && curl -H "Authorization: Bearer ..." "https://www.calicocloud.io/api/managed-cluster/deploy-with-container-security.yaml?version=v22.4.0" | kubectl apply -f - + kubectl apply -f https://installer.calicocloud.io/manifests/cc-operator/latest/deploy-with-container-security.yaml && curl -H "Authorization: Bearer ..." "https://www.calicocloud.io/api/managed-cluster/deploy-with-container-security.yaml?version=v22.4.1" | kubectl apply -f - ``` 5. From a terminal, paste and run the command. The cluster's status under **Connection Status** changes to **Disconnected: Installing**. When the upgrade is complete, the status changes to **Connected**. @@ -62622,10 +62626,16 @@ Go to [Calico Cloud Status](https://status.calicocloud.io) to view the current s ### Calico Cloud release notes -## May 19, 2026 (version 22.4.0) +## June 9, 2026 (version 22.4.1) ### New features and enhancements[​](#new-features-and-enhancements) +- Adds support for Kubernetes 1.35. + +## May 19, 2026 (version 22.4.0) + +### New features and enhancements[​](#new-features-and-enhancements-1) + #### Audit logs[​](#audit-logs) Calico Cloud now records audit events for user activity, including user sign-ins and group assignments. To view them in the web console, go to **Activity > Audit logs**. @@ -62636,7 +62646,7 @@ Calico Cloud now records audit events for user activity, including user sign-ins ## April 7, 2026 (version 22.3.0) -### New features and enhancements[​](#new-features-and-enhancements-1) +### New features and enhancements[​](#new-features-and-enhancements-2) #### Notifications for cluster connections[​](#notifications-for-cluster-connections) @@ -62646,7 +62656,7 @@ To configure notifications, click the user icon **> Notifications**. ## March 5, 2026 (version 22.2.0) -### New features and enhancements[​](#new-features-and-enhancements-2) +### New features and enhancements[​](#new-features-and-enhancements-3) #### Istio Ambient Mode (tech preview)[​](#istio-ambient-mode-tech-preview) @@ -62660,7 +62670,7 @@ For more information, see [Istio Ambient Mode](https://docs.tigera.io/calico-clo ## February 5, 2026 (web console update) -### New features and enhancements[​](#new-features-and-enhancements-3) +### New features and enhancements[​](#new-features-and-enhancements-4) #### Projects[​](#projects) @@ -62682,7 +62692,7 @@ For more information, see [Create and assign custom roles](https://docs.tigera.i ## December 1, 2025 (version 22.1.0) -### New features and enhancements[​](#new-features-and-enhancements-4) +### New features and enhancements[​](#new-features-and-enhancements-5) #### Dashboards are GA[​](#dashboards-are-ga) @@ -62716,7 +62726,7 @@ This release adds support for Kubernetes 1.34. ## October 21, 2025 (web console update) -### New features and enhancements[​](#new-features-and-enhancements-5) +### New features and enhancements[​](#new-features-and-enhancements-6) - Improved search and user experience for the **Policies** page in the Calico Cloud Free Tier web console. @@ -62732,7 +62742,7 @@ This release adds support for Kubernetes 1.34. ## September 8, 2025 (version 22.0.0) -### New features and enhancements[​](#new-features-and-enhancements-6) +### New features and enhancements[​](#new-features-and-enhancements-7) #### Calico Ingress Gateway is GA[​](#calico-ingress-gateway-is-ga) @@ -62780,7 +62790,7 @@ You can now install or upgrade to the following versions: ## August 5, 2025 (web console update) -### New features and enhancements[​](#new-features-and-enhancements-7) +### New features and enhancements[​](#new-features-and-enhancements-8) #### Predefined user roles for Entra ID groups[​](#predefined-user-roles-for-entra-id-groups) @@ -62790,7 +62800,7 @@ For more information, see [Give role-based access to an Entra ID group](https:/ ## June 23, 2025 (version 21.3.0) -### New features and enhancements[​](#new-features-and-enhancements-8) +### New features and enhancements[​](#new-features-and-enhancements-9) #### Policy recommendations for Calico Cloud Free Tier[​](#policy-recommendations-for-calico-cloud-free-tier) @@ -62845,7 +62855,7 @@ This release adds support for Kubernetes 1.32 and 1.33. ## May 5, 2025 (web console update)[​](#may-5-2025-web-console-update) -### New features and enhancements[​](#new-features-and-enhancements-9) +### New features and enhancements[​](#new-features-and-enhancements-10) #### Introducing Calico Cloud Free Tier[​](#introducing-calico-cloud-free-tier) @@ -62865,7 +62875,7 @@ For more information about Calico Cloud Free Tier, see the [overview](https://do ## April 29, 2025 (version 21.2.0) -### New features and enhancements[​](#new-features-and-enhancements-10) +### New features and enhancements[​](#new-features-and-enhancements-11) #### New pre-defined user roles[​](#new-pre-defined-user-roles) @@ -62922,7 +62932,7 @@ For more information, see [Install Calico Cloud](https://docs.tigera.io/calico-c ## March 10, 2025 (version 21.0.0) -### New features and enhancements[​](#new-features-and-enhancements-11) +### New features and enhancements[​](#new-features-and-enhancements-12) #### Custom dashboards (tech preview)[​](#custom-dashboards-tech-preview) @@ -62964,7 +62974,7 @@ You can now install or upgrade to the following versions: ## February 11, 2025 (version 20.4.0) -### New features and enhancements[​](#new-features-and-enhancements-12) +### New features and enhancements[​](#new-features-and-enhancements-13) #### Exporting custom dashboard cards as CSV files[​](#exporting-custom-dashboard-cards-as-csv-files) @@ -62980,7 +62990,7 @@ We added support for customizing the namespace labels on AKS clusters. By defaul ## January 9, 2025 (web console update)[​](#january-9-2025-web-console-update) -### New features and enhancements[​](#new-features-and-enhancements-13) +### New features and enhancements[​](#new-features-and-enhancements-14) #### Secure web console access with IP allowlists[​](#secure-web-console-access-with-ip-allowlists) @@ -62997,7 +63007,7 @@ To configure an IP allowlist, [open a support ticket](https://tigeraio.my.site.c ## December 17, 2024 (web console update)[​](#december-17-2024-web-console-update) -### New features and enhancements[​](#new-features-and-enhancements-14) +### New features and enhancements[​](#new-features-and-enhancements-15) #### Dashboards (tech preview)[​](#dashboards-tech-preview) @@ -63011,7 +63021,7 @@ For more information, see [Dashboards](https://docs.tigera.io/calico-cloud/obser > **INFO:** Because of a breaking change, this version is no longer available. Upgrade instead to [Calico Cloud 20.3.1](#20.3.1) or later. -### New features and enhancements[​](#new-features-and-enhancements-15) +### New features and enhancements[​](#new-features-and-enhancements-16) #### Image Assurance scan result management[​](#image-assurance-scan-result-management) @@ -63059,7 +63069,7 @@ For more information see [Deploy a dual ToR cluster](https://docs.tigera.io/cali ## November 6, 2024 (version 20.2.0)[​](#november-6-2024-version-2020) -### New features and enhancements[​](#new-features-and-enhancements-16) +### New features and enhancements[​](#new-features-and-enhancements-17) #### Image Assurance scan result management[​](#image-assurance-scan-result-management-1) @@ -63077,7 +63087,7 @@ In this release, you can more easily manage your Image Assurance scan results by ## October 1, 2024 (version 20.1.0)[​](#october-1-2024-version-2010) -### New features and enhancements[​](#new-features-and-enhancements-17) +### New features and enhancements[​](#new-features-and-enhancements-18) #### View and manage detectors for Container Threat Detection[​](#view-and-manage-detectors-for-container-threat-detection) @@ -63107,7 +63117,7 @@ Image Assurance scans results now include information using the [Exploit Predict ## September 10, 2024 (version 20.0.0)[​](#september-10-2024-version-2000) -### New features and enhancements[​](#new-features-and-enhancements-18) +### New features and enhancements[​](#new-features-and-enhancements-19) #### Helm customizations[​](#helm-customizations) @@ -63156,7 +63166,7 @@ For information about upgrading, see [Upgrade Calico Cloud](https://docs.tigera. ## July 9, 2024 (version 19.4.0)[​](#july-9-2024-version-1940) -## New features and enhancements[​](#new-features-and-enhancements-19) +## New features and enhancements[​](#new-features-and-enhancements-20) ### Bulk vulnerability exceptions for Image Assurance[​](#bulk-vulnerability-exceptions-for-image-assurance) @@ -63171,7 +63181,7 @@ For more information, see [Exclude vulnerabilities from scan results](https://do ## June 11, 2024 (version 19.3.0)[​](#june-11-2024-version-1930) -### New features and enhancements[​](#new-features-and-enhancements-20) +### New features and enhancements[​](#new-features-and-enhancements-21) #### Jira integration for Image Assurance scan results[​](#jira-integration-for-image-assurance-scan-results) @@ -63223,7 +63233,7 @@ Calico Cloud now provides the ability to set resource requests and limits for th ## April 30, 2024 (version 19.2.0)[​](#april-30-2024-version-1920) -### New features and enhancements[​](#new-features-and-enhancements-21) +### New features and enhancements[​](#new-features-and-enhancements-22) #### Automated installation with client credentials[​](#automated-installation-with-client-credentials) @@ -63251,7 +63261,7 @@ For more information, see [Configure exclusions for image scanning](https://docs ## February 28, 2024 (version 19.0.0)[​](#february-28-2024-version-1900) -### New features and enhancements[​](#new-features-and-enhancements-22) +### New features and enhancements[​](#new-features-and-enhancements-23) #### Improved flow log filtering for destination domains[​](#improved-flow-log-filtering-for-destination-domains) @@ -63280,7 +63290,7 @@ We've added the following improvements to the [Security events dashboard](https: ## January 31, 2024 (version 18.3.0)[​](#january-31-2024-version-1830) -### New features and enhancements[​](#new-features-and-enhancements-23) +### New features and enhancements[​](#new-features-and-enhancements-24) #### Assign custom roles to users automatically with Entra ID (formerly Azure AD) groups[​](#assign-custom-roles-to-users-automatically-with-entra-id-formerly-azure-ad-groups) @@ -63324,7 +63334,7 @@ This release adds support for Kubernetes 1.28. ## December 21, 2023 (version 18.2.0)[​](#december-21-2023-version-1820) -### New features and enhancements[​](#new-features-and-enhancements-24) +### New features and enhancements[​](#new-features-and-enhancements-25) #### Security Posture Overview dashboard[​](#security-posture-overview-dashboard) @@ -63344,7 +63354,7 @@ This release comes with support for connecting RKE2 clusters to Calico Cloud. ## November 29, 2023 (version 18.1.0)[​](#november-29-2023-version-1810) -### New features and enhancements[​](#new-features-and-enhancements-25) +### New features and enhancements[​](#new-features-and-enhancements-26) - We limited the permissions that are assigned to the Calico Cloud installer. Previously, the installer had cluster administrator privileges. Now the installer gets access only to what is required to install Calico Cloud. - **Image Assurance**. We added a filter that lets you sort your list of running images by severity rating. @@ -63360,7 +63370,7 @@ This release comes with support for connecting RKE2 clusters to Calico Cloud. ## October 23, 2023 (version 18.0.0)[​](#october-23-2023-version-1800) -### New features and enhancements[​](#new-features-and-enhancements-26) +### New features and enhancements[​](#new-features-and-enhancements-27) #### Image Assurance registry scanner[​](#image-assurance-registry-scanner) @@ -63419,7 +63429,7 @@ If you are experiencing any login issues, go to [https://calicocloud.io](https:/ ## September 11, 2023 (version 17.1.1)[​](#september-11-2023-version-1711) -### New features and enhancements[​](#new-features-and-enhancements-27) +### New features and enhancements[​](#new-features-and-enhancements-28) - We redesigned a section of the Image Assurance UI to make it easier to see how vulnerable an image is. - We made improvements to the way Container Threat Detection processes large volumes of alerts. @@ -63431,7 +63441,7 @@ If you are experiencing any login issues, go to [https://calicocloud.io](https:/ ## September 5, 2023 (version 17.1.0)[​](#september-5-2023-version-1710) -### New features and enhancements[​](#new-features-and-enhancements-28) +### New features and enhancements[​](#new-features-and-enhancements-29) #### Improvements to software versioning for Calico Cloud installations on managed clusters[​](#improvements-to-software-versioning-for-calico-cloud-installations-on-managed-clusters) @@ -63486,7 +63496,7 @@ This allows you to successfully reinstall or upgrade to Calico Cloud by followin ## August 21, 2023 (version 17.0.0)[​](#august-21-2023-version-1700) -### New features and enhancements[​](#new-features-and-enhancements-29) +### New features and enhancements[​](#new-features-and-enhancements-30) #### New policy recommendations engine for namespace isolation[​](#new-policy-recommendations-engine-for-namespace-isolation) @@ -63525,7 +63535,7 @@ You can now create custom role-based access controls for two new roles: "Usage M ## June 6, 2023[​](#june-6-2023) -### New features and enhancements[​](#new-features-and-enhancements-30) +### New features and enhancements[​](#new-features-and-enhancements-31) #### In-cluster scanning with Image Assurance[​](#in-cluster-scanning-with-image-assurance) @@ -63547,7 +63557,7 @@ Calico Cloud no longer supports installation on RKE or RKE2. ## April 11, 2023[​](#april-11-2023) -## New features and enhancements[​](#new-features-and-enhancements-31) +## New features and enhancements[​](#new-features-and-enhancements-32) ### Updates to Managed Clusters[​](#updates-to-managed-clusters) @@ -63584,7 +63594,7 @@ Calico Cloud components were updated with more restrictive access for pods and c ## February 28, 2023[​](#february-28-2023) -### New features and enhancements[​](#new-features-and-enhancements-32) +### New features and enhancements[​](#new-features-and-enhancements-33) - Adds Bottlerocket support for Container Threat Detection. - Adds support for scanning multiple images with Image Assurance @@ -63596,7 +63606,7 @@ Calico Cloud components were updated with more restrictive access for pods and c ## February 7, 2023[​](#february-7-2023) -### New features and enhancements[​](#new-features-and-enhancements-33) +### New features and enhancements[​](#new-features-and-enhancements-34) #### New and improved Dashboards[​](#new-and-improved-dashboards) @@ -63632,7 +63642,7 @@ Calico Cloud has improved the probes to check readiness and outbound connectivit ## December 13, 2022[​](#december-13-2022) -### New features and enhancements[​](#new-features-and-enhancements-34) +### New features and enhancements[​](#new-features-and-enhancements-35) #### Search by CVE in Image Assurance[​](#search-by-cve-in-image-assurance) diff --git a/static/calico-enterprise/llms-full.txt b/static/calico-enterprise/llms-full.txt index ed4fb43ef6..3053a14875 100644 --- a/static/calico-enterprise/llms-full.txt +++ b/static/calico-enterprise/llms-full.txt @@ -629,7 +629,7 @@ Kubernetes version support aligns with [upstream Kubernetes](#kubernetes-kubeadm | Calico Enterprise version | Kubernetes/kubeadm versions | Calico Enterprise support | | ------------------------- | --------------------------- | ----------------------------------------- | -| 3.22 | 1.31 - 1.34 | Calico Enterprise CNI with network policy | +| 3.22 | 1.31 - 1.35 | Calico Enterprise CNI with network policy | | 3.21 | 1.31 - 1.33 | Calico Enterprise CNI with network policy | | 3.20 | 1.29 - 1.31 | Calico Enterprise CNI with network policy |