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

docs(mesh): update docs and changelog #8062

Merged
merged 3 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
182 changes: 182 additions & 0 deletions app/_data/docs_nav_mesh_2.10.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
generate: true
assume_generated: true
release: 2.10.x
max_depth: 3
inherit:
path: /.repos/kuma/app/_src
nav: ../_src/.repos/kuma/app/_data/docs_nav_kuma_dev.yml
patches:
- path: [ Introduction ]
action: modify
icon: /assets/images/icons/documentation/icn-flag.svg
- path: [ Introduction, Overview of Kuma ]
text: Overview of Kong Mesh
url: /
src: null
action: modify
- path: [ Introduction, How Kuma works ]
text: How Kong Mesh works
url: /introduction/how-kong-mesh-works
action: modify
items: []
- path: [ Introduction, Kuma requirements ]
text: Mesh requirements
action: modify
- path: [ Introduction ]
text: Stages of software availability
url: /availability-stages/
action: insert
index: -3
- path: [ Introduction ]
text: Version support policy
url: /support-policy/
action: insert
index: -3
- path: [ Introduction, Release notes]
url: /mesh/changelog
src: /mesh/changelog
action: modify
- path: [ Kuma in Production ]
action: modify
title: Kong Mesh in Production
icon: /assets/images/icons/documentation/icn-deployment-color.svg
- path: [ Kong Mesh in Production, Kuma user interface ]
action: modify
text: Kong Mesh user interface
- path: [ Kong Mesh in Production, Use Kuma ]
action: modify
text: Use Kong Mesh
- path: [ Kong Mesh in Production, Control plane deployment ]
action: insert
index: 0
text: Kong Mesh license
url: /production/cp-deployment/license
- path: [ Kong Mesh in Production, Control plane deployment ]
action: insert
index: -1
text: Deploy Kong Mesh in Production with Helm
url: /production/cp-deployment/production-usage-values
- path: [ Kong Mesh in Production, Secure your deployment ]
action: delete
entries: [ Kuma API access control ]
- path: [ Kong Mesh in Production, Secure your deployment ]
action: insert
index: -1
text: Kong Mesh RBAC
url: /features/rbac
- path: [ Kong Mesh in Production, Secure your deployment ]
action: insert
index: -1
text: FIPS support
url: /features/fips-support
- path: [ Kong Mesh in Production, Data plane configuration, Configure the Kuma CNI ]
action: modify
text: Configure the Kong Mesh CNI
- path: [ Kong Mesh in Production, Upgrades and tuning, Upgrade Kuma ]
action: modify
text: Upgrade Kong Mesh
- path: [ Quickstart ]
action: modify
icon: /assets/images/icons/documentation/icn-quickstart-color.svg
- path: [ Quickstart, Deploy Kuma on Kubernetes ]
text: Deploy Kong Mesh on Kubernetes
action: modify
items: []
- path: [ Using Kuma ]
title: Using Kong Mesh
action: modify
icon: /assets/images/icons/documentation/icn-overview-color.svg
- path: [ Using Kong Mesh, Route & Traffic shaping, Protocol support in Kuma ]
text: Protocol support in Kong Mesh
action: modify
url: /policies/protocol-support-in-kong-mesh
items: []
- path: [ Policies ]
action: modify
icon: /assets/images/icons/documentation/icn-documentation-small.svg
- path: [ Policies, Previous Policies, General notes about Kuma policies ]
text: General notes about Kong Mesh policies
url: /policies/general-notes-about-kong-mesh-policies
action: modify
- path: [ Policies, Previous Policies, How Kuma chooses the right policy to apply ]
text: How Kong Mesh chooses the right policy to apply
action: modify
url: /policies/how-kong-mesh-chooses-the-right-policy-to-apply
items: []
- path: [ Policies, Previous Policies ]
action: insert
index: -1
text: OPA policy
url: /features/opa
generate: false
- path: [ Policies ]
action: insert
index: -2
text: MeshOPA
url: /features/meshopa
generate: false
- path: [ Policies ]
action: insert
index: -2
text: MeshGlobalRateLimit (beta)
url: /features/meshglobalratelimit
generate: false
- path: [ Guides ]
action: modify
icon: /assets/images/icons/documentation/icn-learning.svg
- title: Enterprise Features
action: insert
index: -3
icon: /assets/images/icons/documentation/icn-enterprise-blue.svg
items:
- text: Overview
url: /features/
- text: HashiCorp Vault CA
url: /features/vault
- text: Amazon ACM Private CA
url: /features/acmpca
- text: cert-manager Private CA
url: /features/cert-manager
- text: OPA policy support
url: /features/opa
- text: MeshOPA (beta)
url: /features/meshopa
- text: Multi-zone authentication
url: /features/kds-auth
- text: FIPS support
url: /features/fips-support
generate: false
- text: Certificate Authority rotation
url: /features/ca-rotation
- text: Role-Based Access Control
url: /features/rbac
generate: false
- text: Red Hat
items:
- text: UBI Images
url: /features/ubi-images
- text: Red Hat OpenShift Quickstart
url: /features/openshift-quickstart
- text: ECS Support
url: /installation/ecs
- text: Auditing
url: /features/access-audit
- text: MeshGlobalRateLimit (beta)
url: /features/meshglobalratelimit
- path: [ Reference ]
action: modify
icon: /assets/images/icons/documentation/icn-references-color.svg
- path: [ Community ]
action: modify
icon: /assets/images/icons/documentation/icn-references-color.svg
- path: [ Community ]
action: delete
entries: [ License ]
- path: [ Community, Contribute to Kuma ]
action: modify
src: null
absolute_url: true
url: https://kuma.io/community
unlisted:
- url: /install
src: /mesh/install
4 changes: 3 additions & 1 deletion app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,13 +407,15 @@
- edition: mesh
version: 2.8.4
release: 2.8.x
latest: true
releaseDate: "2024-06-24"
endOfLifeDate: "2025-06-24"
branch: release-2.8
- edition: mesh
version: 2.9.0
release: 2.9.x
latest: true
releaseDate: "2024-10-22"
endOfLifeDate: "2025-10-22"
branch: release-2.9
- edition: mesh
version: preview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: circuitbreakers.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: containerpatches.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: dataplaneinsights.kuma.io
spec:
group: kuma.io
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_dataplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: dataplanes.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: externalservices.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: faultinjections.kuma.io
spec:
group: kuma.io
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_healthchecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: healthchecks.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: hostnamegenerators.kuma.io
spec:
group: kuma.io
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_meshaccesslogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshaccesslogs.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshcircuitbreakers.kuma.io
spec:
group: kuma.io
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_meshes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshes.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshexternalservices.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshfaultinjections.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshgatewayconfigs.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshgatewayinstances.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshgatewayroutes.kuma.io
spec:
group: kuma.io
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_meshgateways.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshgateways.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshglobalratelimits.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshhealthchecks.kuma.io
spec:
group: kuma.io
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_meshhttproutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshhttproutes.kuma.io
spec:
group: kuma.io
Expand Down
2 changes: 1 addition & 1 deletion app/assets/mesh/dev/raw/crds/kuma.io_meshinsights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshinsights.kuma.io
spec:
group: kuma.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.16.3
controller-gen.kubebuilder.io/version: v0.16.4
name: meshloadbalancingstrategies.kuma.io
spec:
group: kuma.io
Expand Down
Loading
Loading