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

Automated Changelog update [skip ci] #6394

Merged
merged 2 commits into from
Nov 1, 2023
Merged
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
115 changes: 115 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,121 @@

<!--vale off-->

## Week 43

### [Minor update to Noname plugin description](https://github.com/Kong/docs.konghq.com/pull/6375) (2023-10-26)


Minor update to Noname plugin description.


#### Modified

- https://docs.konghq.com/hub/nonamesecurity/nonamesecurity-kongprevention/overview/


### [Update cert-manager guide to use Kuma labels](https://github.com/Kong/docs.konghq.com/pull/6371) (2023-10-25)

Kuma uses labels now instead of annotations.

#### Modified

- https://docs.konghq.com/gateway/3.0.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.1.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.2.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.3.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.4.x/production/access-control/enable-rbac


### [docs(mesh): update docs and changelog](https://github.com/Kong/docs.konghq.com/pull/6361) (2023-10-27)

Syncing docs from source code.

Generated by [action](https://github.com/Kong/kong-mesh/actions/runs/6651206297)

#### Modified

- https://docs.konghq.com/mesh/dev/kuma-cp.yaml


### [fix(portal) remove examples with path in portal gui host](https://github.com/Kong/docs.konghq.com/pull/6358) (2023-10-24)

### Summary
Removes examples of adding a path when configuring `portal_gui_host`

Related: https://github.com/Kong/docs.konghq.com/pull/4179

### Reason
Adding a path to `portal_gui_host` is not supported


#### Modified

- https://docs.konghq.com/gateway/3.0.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.1.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.2.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.3.x/production/access-control/enable-rbac
- https://docs.konghq.com/gateway/3.4.x/production/access-control/enable-rbac


### [Fix API URL in Konnect Custom Plugin docs](https://github.com/Kong/docs.konghq.com/pull/6357) (2023-10-24)

Fix the API URL for uploading custom plugin schemas

#### Modified

- https://docs.konghq.com/konnect/gateway-manager/plugins/add-custom-plugin


### [fix(jwt): state what happens when multiple JWTs are provided](https://github.com/Kong/docs.konghq.com/pull/6353) (2023-10-24)

A user asked to clarify the docs in scenario when multiple JWTs tokens are provided: https://github.com/Kong/kong/issues/11796. With the change from some time ago: https://github.com/Kong/kong/pull/9946 - kong rejects request when multiple JWTs were provided that differ from each other.

This PR explicitly states that the request will be rejected.

#### Modified

- https://docs.konghq.com/hub/kong-inc/jwt/overview/


### [Add GWAPI redirect instructions](https://github.com/Kong/docs.konghq.com/pull/6335) (2023-10-27)

Add GWAPI instructions to the KIC HTTPS redirect guide. Due to https://github.com/Kong/kubernetes-ingress-controller/issues/4890 this uses our vendor annotations.

Adds a TLS configuration include. This creates a certificate and injects configuration to use it into either an Ingress or Gateway. The certificate hostname is configurable. The Gateway and Ingress names are not and expect the standard `echo` Ingress or `kong` Gateway.

GWAPI does not easily allow adding HTTPS configuration without a TLS Listener, and these Listeners _must_ have a certificate as of GWAPI v0.8. We can't use the default Kong certificates if we don't care about the specific certificates, so we need this include for any guides that touch HTTPS-specific functionality.

#### Modified

- https://docs.konghq.com/gateway/3.2.x/kong-enterprise/fips-support/plugins
- https://docs.konghq.com/gateway/3.3.x/kong-enterprise/fips-support/plugins
- https://docs.konghq.com/gateway/3.4.x/kong-enterprise/fips-support/plugins


### [Guide to migrate Zone CP from On-Prem Global CP to Konnect](https://github.com/Kong/docs.konghq.com/pull/6320) (2023-10-23)

Added a new guide on how to migrate Zone from on-prem Global to Konnect


#### Added

- https://docs.konghq.com/assets/images/diagrams/diagram-mesh-migration-after.png
- https://docs.konghq.com/assets/images/diagrams/diagram-mesh-migration-before.png
- https://docs.konghq.com/konnect/mesh-manager/migrate-zone



### [Update: reflect latest FIPS support status](https://github.com/Kong/docs.konghq.com/pull/6286) (2023-10-24)


From https://docs.google.com/document/d/1PJCcO_5DSTbv_08XxDlaS2Cx2-YeYfAencrFhS190AA/edit
and https://github.com/Kong/kong/pull/11725

#### Modified

- https://docs.konghq.com/gateway/3.4.x/reference/configuration

## Week 42


Expand Down