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

Release: Gateway 3.3 #5531

Merged
merged 39 commits into from
May 19, 2023
Merged

Release: Gateway 3.3 #5531

merged 39 commits into from
May 19, 2023

Conversation

lena-larionova
Copy link
Contributor

@lena-larionova lena-larionova commented May 4, 2023

Description

Release roll-up PR for Gateway 3.3 release.

DO NOT COMMIT DIRECTLY TO THIS BRANCH. THIS PR IS FOR QA AND PREVIEW.

Please open PRs against release/gateway-3.3.

Preview: https://deploy-preview-5531--kongdocs.netlify.app/gateway/

Release checklist

Testing/QA

  • Visual check that content renders correctly
  • Check for broken links
make clean && make build
netlify dev
cd tools
cd broken-link-checker
node full.js --host http://localhost:8888

Checklist

  • Review label added
  • PR pointed to correct branch (main for immediate publishing, or a release branch: e.g. release/gateway-3.2, release/deck-1.17)

@lena-larionova lena-larionova added this to the Gateway 3.3 milestone May 4, 2023
@netlify
Copy link

netlify bot commented May 4, 2023

Deploy Preview for kongdocs ready!

Name Link
🔨 Latest commit 2eb00d4
🔍 Latest deploy log https://app.netlify.com/sites/kongdocs/deploys/6467a1c4df70ec000775890f
😎 Deploy Preview https://deploy-preview-5531--kongdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@lena-larionova lena-larionova added the review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly? label May 9, 2023
@github-actions
Copy link
Contributor

⚠️ This PR edits generated files. Please make sure that the source file is updated.

https://github.com/Kong/kong/blob/master/autodoc/admin-api/data/admin-api.lua:

  • app/_src/gateway/admin-api/index.md
  • app/konnect/api/runtime-groups-config/index.md

https://github.com/Kong/kong/tree/master/kong/pdk:

  • app/_src/gateway/plugin-development/pdk/kong.request.md
  • app/_src/gateway/plugin-development/pdk/kong.response.md
  • app/_src/gateway/plugin-development/pdk/kong.service.md
  • app/_src/gateway/plugin-development/pdk/kong.tracing.md
  • app/_src/gateway/plugin-development/pdk/kong.vault.md

https://github.com/Kong/kong-ee/blob/master/kong.conf.default:

  • app/_src/gateway/reference/configuration.md

lena-larionova and others added 16 commits May 16, 2023 12:24
…o be handled as lowercase (#5270)

* feat(proxy-cache): add cache_lowercase_uri param

* renaming parameter to ignore_uri_case

* feat(proxy-cache): apply suggestions from code review

Co-authored-by: Diana <[email protected]>

* feat(proxy-cache): removed in proxy-cache-advanced

* feat(proxy-cache): apply suggestions from code review

Co-authored-by: Samuele Illuminati <[email protected]>

* feat(proxy-cache): add param to plugin-ignore

---------

Co-authored-by: Diana <[email protected]>
Co-authored-by: Samuele Illuminati <[email protected]>
* docs(acme): add account_key for acme plugin

* docs(acme): add keys/keyset configuration for acme plugin

* Update app/_hub/kong-inc/acme/_index.md

Co-authored-by: lena-larionova <[email protected]>

* Update app/_hub/kong-inc/acme/_index.md

Co-authored-by: lena-larionova <[email protected]>

* Update app/_hub/kong-inc/acme/_index.md

Co-authored-by: lena-larionova <[email protected]>

* Update app/_hub/kong-inc/acme/_index.md

Co-authored-by: lena-larionova <[email protected]>

---------

Co-authored-by: lena-larionova <[email protected]>
* feat(plugins): added second available content-type option to http-log plugin

* add version tags and a changelog entry

---------

Co-authored-by: lena-larionova <[email protected]>
* docs(proxy-cache-advanced): add ignore_uri_case

add ignore_uri_case parameter to proxy-cache-advanced docs

* Update app/_hub/kong-inc/proxy-cache-advanced/_index.md

Co-authored-by: lena-larionova <[email protected]>

* Set minimum version on param

---------

Co-authored-by: lena-larionova <[email protected]>
add changelog for untrusted lua to request transformer and request
transformer advanced plugins
* docs(aws-lambda): add new disable_https field

* add changelog entry

* phrasing adjustment for changelog

---------

Co-authored-by: lena-larionova <[email protected]>
* docs(acme): support redis namespace

correspond to [Kong/kong#10562](Kong/kong#10562)

`namespace` will be treated as a prefix of key and is default to empty string `""` for backward compatibility.
`namespace` must not be prefixed with any of the reserved words.

[KAG-615](https://konghq.atlassian.net/browse/KAG-615)

* update

* Fix Vale errors

Signed-off-by: Diana <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: Diana <[email protected]>
Co-authored-by: Diana <[email protected]>
…nt_type (#5420)

* feat(proxy-cache): add wildcard and parameter match support for content_type

* Apply suggestions from code review

Co-authored-by: Michael Heap <[email protected]>

* set version tags for 3.3; add missing changelog entry for proxy cache

---------

Co-authored-by: lena-larionova <[email protected]>
Co-authored-by: Michael Heap <[email protected]>
Co-authored-by: lena.larionova <[email protected]>
* datadog: now host is referenceable

* Update app/_hub/kong-inc/datadog/_index.md

Co-authored-by: lena-larionova <[email protected]>

* kubernetes section

* Apply suggestions from code review

Co-authored-by: lena-larionova <[email protected]>

* Update app/_hub/kong-inc/datadog/_index.md

Co-authored-by: Harry <[email protected]>

* - fix indents
- add changelog entry
- adjust phrasing for intro to kubernetes section and add navtabs
- set version tags

---------

Co-authored-by: lena-larionova <[email protected]>
Co-authored-by: Victor Yu <[email protected]>
Co-authored-by: Harry <[email protected]>
Co-authored-by: lena.larionova <[email protected]>
* add status endpoint

* add absolute_url
* Fix description of routing priorities with multiple paths

* Apply suggestions from code review

---------

Co-authored-by: Diana <[email protected]>
#5547)

Revert "feat(logging): add workspace name in the logging payload (#5251)"

This reverts commit 37df8eb.
* fix(oauth2): add a changelog entry

* rephrase for clarity

---------

Co-authored-by: lena-larionova <[email protected]>
acgoldsmith and others added 13 commits May 16, 2023 12:42
* Create health-check.md

New page + tutorial tempalte for KAG-76

* docs: health check

* Update health-check.md

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Chrono <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Chrono <[email protected]>

* Update health-check.md

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Chrono <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Update app/_src/gateway/production/monitoring/health-check.md

Co-authored-by: Datong Sun <[email protected]>

* Change some phrasing

These are all small adjustments.

* Update status_listen enablement step

* s/configured/enabled/ to match other updates

* Add response examples to usage instructions

* Fixup code blocks

* Add health check link to navbar

* Fixup response code/messages

* Use the correct link syntax

* Add reference to monitoring index/overview

* Inline port number comment in yaml block

* Prettify JSON for readability

* Update app/_src/gateway/production/monitoring/index.md

Co-authored-by: Vinicius Mignot <[email protected]>

* readiness instead of health

* Apply suggestions from code review

Co-authored-by: Vinicius Mignot <[email protected]>

* s/ready to work/ready to accept requests/

* add control_plane explanation

* apply review suggestions

* more review comments addressing

* Update app/_src/gateway/production/monitoring/readiness-check.md

Co-authored-by: Harry <[email protected]>

* Revert "Update app/_src/gateway/production/monitoring/readiness-check.md"

This reverts commit d68d904.

* wording and formatting

* Copy edit

* link

---------

Co-authored-by: pluveto <[email protected]>
Co-authored-by: Zijing Zhang <[email protected]>
Co-authored-by: Chrono <[email protected]>
Co-authored-by: Datong Sun <[email protected]>
Co-authored-by: Michael Martin <[email protected]>
Co-authored-by: Michael Martin <[email protected]>
Co-authored-by: Chrono <[email protected]>
Co-authored-by: Vinicius Mignot <[email protected]>
Co-authored-by: Harry <[email protected]>
Co-authored-by: Angel <[email protected]>
* Reworked plugin queues documentation

 * Add queueing parameters to relevant plugin docs
 * Mention queues in sizing guidelines
 * Add batch queue overview and reference

* Remove consumer batching section, add results sentence to why queues are needed

Signed-off-by: Diana <[email protected]>

* Apply copy edits

Co-authored-by: Hans Hübner <[email protected]>

* Rework how queue parameters are included in plugin docs

* Can't include paramters

* Quote queue parameter names

* remove comment

* remove comment

* Change batch queue to queue, fix links, add link to Zipkin to about plugin queues

Signed-off-by: Diana <[email protected]>

* Fix links to queue reference

Signed-off-by: Diana <[email protected]>

* Apply conditional rendering to queue content

* Add conditional rendering to queue parameters

* Fix minimum_version spacing

Signed-off-by: Diana <[email protected]>

* Fix queue param spacing in http log plugin doc

Signed-off-by: Diana <[email protected]>

* Apply suggestions from code review

Co-authored-by: Diana <[email protected]>
Co-authored-by: Angel <[email protected]>

* Update app/_src/gateway/production/sizing-guidelines.md

Co-authored-by: Angel <[email protected]>

* Fix link and add conditional rendering to sizing guidelines page

---------

Signed-off-by: Diana <[email protected]>
Co-authored-by: Diana <[email protected]>
Co-authored-by: Angel <[email protected]>
* autodocs

* Apply suggestions from code review

* config.md add EE info

* Update app/_src/gateway/reference/configuration.md

Co-authored-by: lena-larionova <[email protected]>

---------

Co-authored-by: lena-larionova <[email protected]>
* Timeout support for dynamic log levels

KAG-5
DOCU-2903

* Update app/_src/gateway/production/logging/update-log-level-dynamically.md

* Update app/_src/gateway/production/logging/update-log-level-dynamically.md

---------

Co-authored-by: Angel <[email protected]>
add links to specs
* document using custom dp labels in konnect

* Update app/konnect/runtime-manager/runtime-instances/custom-dp-labels.md

---------

Co-authored-by: Angel <[email protected]>
* Add Amazon Linux 2023 to support page

Signed-off-by: Diana <[email protected]>

* Add Amazon Linux 2023 tab to install instructions

Signed-off-by: Diana <[email protected]>

* Apply suggestions from code review

Co-authored-by: lena-larionova <[email protected]>

* Add 3.3 to browser and third-party support, add AL2023 Yum repo tab

Signed-off-by: Diana <[email protected]>

* Update app/_data/tables/support/gateway/versions/33.yml

Co-authored-by: lena-larionova <[email protected]>

* Add Amazon Graviton note to install pages

Signed-off-by: Diana <[email protected]>

* Remove mentions of Graviton

Signed-off-by: Diana <[email protected]>

* Fix EOL date for 3.3

Signed-off-by: Diana <[email protected]>

---------

Signed-off-by: Diana <[email protected]>
Co-authored-by: lena-larionova <[email protected]>
Revert "[DOCU-3167] Add Amazon Linux 2023 to support page (#5536)"

This reverts commit 9c64603.
* update support pages for 3.3

* update one more version

Co-authored-by: Angel <[email protected]>

---------

Co-authored-by: Angel <[email protected]>
* feat: add aws iam authentication to rds feature document

* refine doc

* add more tips

* ssl maximum version is limited by rds

* add mentioning cluster resource id syntax for aurora

* adjust a bit about IAM role assignment and add the case of running kong locally

* make onboarding smoother by providing ways to connect to rds using psql; refine the wording on read/write and read/only mode description

* mention tlsv1.3 not supported one more time in the limitations; refine wording of the highlight of this feature

* Edit title, introduction, and start of prereqs section

Signed-off-by: Diana <[email protected]>

* Finish copy edits

Signed-off-by: Diana <[email protected]>

* Apply tech review feedback

Signed-off-by: Diana <[email protected]>

* Fix some grammar errors and spelling

Signed-off-by: Diana <[email protected]>

* Apply suggestions from code review

Co-authored-by: Qirui(Keery) Nie <[email protected]>

* Update app/_src/gateway/kong-enterprise/aws-iam-auth-to-rds-database.md

Co-authored-by: Qirui(Keery) Nie <[email protected]>

* Fix limitations descriptions based on tech review feedback

Signed-off-by: Diana <[email protected]>

---------

Signed-off-by: Diana <[email protected]>
Co-authored-by: Diana <[email protected]>
cloudjumpercat and others added 7 commits May 17, 2023 08:34
* Add plugin queue diagrams

Signed-off-by: Diana <[email protected]>

* Fix Figure number on second one

Signed-off-by: Diana <[email protected]>

---------

Signed-off-by: Diana <[email protected]>
add 3.3 compatability issues

Adds compatability issues for release 3.3.
* changelog for gateway 3.3.0.0

* added reminders about deprecations and links to API specs

* set release date
* Add upgrade table for 3.3

Signed-off-by: Diana <[email protected]>

* Fix rolling upgrades column for 3.1.x releases

* Add info about plugin queue breaking changes to upgrade doc

Signed-off-by: Diana <[email protected]>

* Add traditional_compat and Plugins to breaking changes section

Signed-off-by: Diana <[email protected]>

* Fix changelog link

Signed-off-by: Diana <[email protected]>

* Apply suggestions from code review

Co-authored-by: lena-larionova <[email protected]>

---------

Signed-off-by: Diana <[email protected]>
Co-authored-by: lena-larionova <[email protected]>
* add page

* Apply suggestions from code review

Co-authored-by: lena-larionova <[email protected]>

* rename

---------

Co-authored-by: lena-larionova <[email protected]>
@lena-larionova lena-larionova marked this pull request as ready for review May 18, 2023 22:14
@lena-larionova lena-larionova requested a review from a team as a code owner May 18, 2023 22:14
@lena-larionova lena-larionova added the do not merge Issues/ PRs whose changes should not be merged at this time label May 18, 2023
Guaris and others added 3 commits May 19, 2023 11:35
* fix 3.2.2 changelog

* move content into the right places

---------

Co-authored-by: lena.larionova <[email protected]>
* lmdb known issue

* adding more known issues

* spacing

* Apply suggestions from code review

Co-authored-by: Datong Sun <[email protected]>

---------

Co-authored-by: Angel <[email protected]>
Co-authored-by: Datong Sun <[email protected]>
@lena-larionova lena-larionova merged commit 8093865 into main May 19, 2023
@mheap mheap deleted the release/gateway-3.3 branch January 23, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:manual-approve:generated-files ci:manual-approve:link-validation do not merge Issues/ PRs whose changes should not be merged at this time review:general Review for general accuracy and presentation. Does the doc work? Does it output correctly?
Projects
None yet
Development

Successfully merging this pull request may close these issues.