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] #8048

Merged
merged 2 commits into from
Oct 18, 2024
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
55 changes: 55 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,61 @@

<!--vale off-->

## Week 41

### [Fix: broken table in AI RLA plugin](https://github.com/Kong/docs.konghq.com/pull/8045) (2024-10-11)

Issue reported on slack.

#### Modified

- https://docs.konghq.com/hub/kong-inc/ai-rate-limiting-advanced/overview/


### [fix: fix capitalization of GitHub](https://github.com/Kong/docs.konghq.com/pull/8041) (2024-10-11)

Fixes capitalization of GitHub.

#### Modified

- https://docs.konghq.com/konnect/service-catalog/
- https://docs.konghq.com/konnect/service-catalog/integrations/github


### [fix: fix the quickstart help command](https://github.com/Kong/docs.konghq.com/pull/8031) (2024-10-09)

We have to pass the `-s` command to the bash script in order to pass additional arguments to the quickstart script.

The original help command gives the following error:
```
$ curl -Ls https://get.konghq.com/quickstart | bash -- -h
bash: -h: No such file or directory
```


#### Modified

- https://docs.konghq.com/gateway/3.1.x/get-started/
- https://docs.konghq.com/gateway/3.2.x/get-started/
- https://docs.konghq.com/gateway/3.3.x/get-started/
- https://docs.konghq.com/gateway/3.4.x/get-started/
- https://docs.konghq.com/gateway/3.5.x/get-started/
- https://docs.konghq.com/gateway/3.6.x/get-started/
- https://docs.konghq.com/gateway/3.7.x/get-started/
- https://docs.konghq.com/gateway/3.8.x/get-started/
- https://docs.konghq.com/gateway/unreleased/get-started/


### [Bug bash: Logging correlation IDs doc does not specify the nginx context ](https://github.com/Kong/docs.konghq.com/pull/8006) (2024-10-07)

Fixes https://github.com/Kong/docs.konghq.com/issues/5123

Preview: https://deploy-preview-8006--kongdocs.netlify.app/hub/kong-inc/correlation-id/

#### Modified

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

## Week 40

### [chore: update konnect compatibility](https://github.com/Kong/docs.konghq.com/pull/8020) (2024-10-04)
Expand Down
Loading