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 #6476

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
183 changes: 183 additions & 0 deletions app/_data/docs_nav_mesh_2.5.x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
generate: true
assume_generated: true
max_depth: 3
inherit:
path: /.repos/kuma/app/_src
nav: ../_src/.repos/kuma/app/_data/docs_nav_kuma_dev.yml
slonka marked this conversation as resolved.
Show resolved Hide resolved
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
- title: Getting Started
action: insert
index: 1
icon: /assets/images/icons/documentation/icn-quickstart-color.svg
url: /gettingstarted
- 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, Secure your deployment, Kuma API access control ]
action: modify
text: Kong Mesh 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: [ Deploy ]
action: modify
icon: /assets/images/icons/documentation/icn-manager-color.svg
- path: [ Deploy, Explore Kuma with the Kubernetes demo app ]
text: Explore Kong Mesh with the Kubernetes demo app
action: modify
items: []
- path: [ Deploy, Explore Kuma with the Universal demo app ]
text: Explore Kong Mesh with the Universal demo app
action: modify
items: []
- path: [ Explore ]
action: modify
icon: /assets/images/icons/documentation/icn-solution-guide.svg
- path: [ Networking ]
action: modify
icon: /assets/images/icons/documentation/icn-brain-color.svg
- path: [ Monitor & manage ]
action: modify
icon: /assets/images/icons/konnect/icn-analytics-nav.svg
- path: [ Policies ]
action: modify
icon: /assets/images/icons/documentation/icn-documentation-small.svg
- path: [ 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, 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, Protocol support in Kuma ]
text: Protocol support in Kong Mesh
action: modify
url: /policies/protocol-support-in-kong-mesh
items: []
- path: [ Policies ]
action: insert
index: -1
text: OPA policy
url: /features/opa
generate: false
- path: [ Policies ]
action: insert
index: -1
text: MeshOPA (beta)
url: /features/meshopa
generate: false
- path: [ Policies ]
action: insert
index: -1
text: MeshGlobalRateLimit (beta)
url: /features/meshglobalratelimit
generate: false
- 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: UBI Images
url: /features/ubi-images
- 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
6 changes: 5 additions & 1 deletion app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,16 @@
endOfLifeDate: "2024-06-26"
branch: release-2.3
- edition: mesh
version: 2.4.3
version: 2.4.4
release: 2.4.x
latest: true
releaseDate: "2023-08-29"
endOfLifeDate: "2024-08-29"
branch: release-2.4
- edition: mesh
version: 2.5.0
release: 2.5.x
branch: release-2.5
- edition: mesh
version: preview
release: dev
Expand Down
25 changes: 25 additions & 0 deletions app/mesh/2.5.x/crds/access-audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: accessaudits.kuma.io
spec:
group: kuma.io
names:
kind: AccessAudit
plural: accessaudits
scope: Cluster
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
description: AccessAudit is the Schema for the accessaudit API
properties:
mesh:
type: string
spec:
x-kubernetes-preserve-unknown-fields: true
type: object
type: object
25 changes: 25 additions & 0 deletions app/mesh/2.5.x/crds/access-role-binding.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: accessrolebindings.kuma.io
spec:
group: kuma.io
names:
kind: AccessRoleBinding
plural: accessrolebindings
scope: Cluster
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
description: AccessRoleBinding is the Schema for the accessrolebinding API
properties:
mesh:
type: string
spec:
x-kubernetes-preserve-unknown-fields: true
type: object
type: object
25 changes: 25 additions & 0 deletions app/mesh/2.5.x/crds/access-role.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
name: accessroles.kuma.io
spec:
group: kuma.io
names:
kind: AccessRole
plural: accessroles
scope: Cluster
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
description: AccessRole is the Schema for the accessrole API
properties:
mesh:
type: string
spec:
x-kubernetes-preserve-unknown-fields: true
type: object
type: object
44 changes: 44 additions & 0 deletions app/mesh/2.5.x/crds/kuma.io_circuitbreakers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
name: circuitbreakers.kuma.io
spec:
group: kuma.io
names:
categories:
- kuma
kind: CircuitBreaker
listKind: CircuitBreakerList
plural: circuitbreakers
singular: circuitbreaker
scope: Cluster
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
mesh:
description: Mesh is the name of the Kuma mesh this resource belongs to.
It may be omitted for cluster-scoped resources.
type: string
metadata:
type: object
spec:
description: Spec is the specification of the Kuma CircuitBreaker resource.
x-kubernetes-preserve-unknown-fields: true
type: object
served: true
storage: true
Loading
Loading