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.0 #4323

Merged
merged 225 commits into from
Sep 10, 2022
Merged

Release: Gateway 3.0 #4323

merged 225 commits into from
Sep 10, 2022

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    88af2e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2c2c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95ca2af View commit details
    Browse the repository at this point in the history
  4. Fix tests

    mheap authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b2a30bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d04b34a View commit details
    Browse the repository at this point in the history
  6. Archive Gateway documentation before 2.x (#3892)

    * move everything before 2.0 into an archive directory
    * set archive version to 2.0; link to archive netlify site
    * add missing menu entry for enterprise dropdown
    * update enterprise version
    * Fix version switcher smoke tests
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    lena-larionova and mheap committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8ea598e View commit details
    Browse the repository at this point in the history
  7. Remove deprecated blacklist/whitelist params and single-source plugins (

    #3932)
    
    * single-source ip restriction plugin, delete old versions
    
    * single-source bot detection plugin, delete old version
    
    * single source acl plugin, delete old version
    
    * Fix field.maximum_version for plugin table
    
    * add version-specific text; switch acl plugin to delegate_versions
    
    * add missing note for ip restriction plugin
    
    * apply feedback
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    lena-larionova and mheap committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    ba1ca41 View commit details
    Browse the repository at this point in the history
  8. [ENGEN-450] Chore(debian 8): add deprecations of Debian 8 "Jessie" (#…

    …3944)
    
    * chore(debian 8) add deprecation notice ala centos
    
    * fix(ci) double wait timeout for netlify (w. 60)
    curiositycasualty authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    9edb5ba View commit details
    Browse the repository at this point in the history
  9. [ENGEN-453] chore(amzn) add amazon linux 1 deprecate notice (#3966)

    * chore(amzn) add amazon linux 1 deprecate notice
    
    * fix(amzn1) rm redundant dep notice lines
    
    per PR feedback
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    curiositycasualty and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    975f05b View commit details
    Browse the repository at this point in the history
  10. chore(*) remove config cache

    aboudreault authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    77acdd0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa6fab9 View commit details
    Browse the repository at this point in the history
  12. fix(httplog) update for 3.0 changes (#3929)

    * fix(httplog) render custom_fields_by_lua properly
    
    * change(httplog) update docs to 3.0.0
    
    and clarify 2.x
    
    * fix(http-log) fix example
    
    * single-source the http log plugin docs
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    Tieske and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    c73602f View commit details
    Browse the repository at this point in the history
  13. docs(gateway): dynamic plugin ordering (#3905)

    * docs(gateway): dynamic plugin ordering
    
    https://konghq.atlassian.net/browse/DOCU-2305
    
    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    
    * split plugin ordering doc into two; minor edits
    
    * formatting, phrasing, typo cleanup; pulled 'workspaces' into 'performance limitations'
    
    * docs(gateway): drop kong manager instructions
    
    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    
    * grammar, spelling, formatting cleanup; added info about Kong Manager to the overview
    
    * fix typos; improve formatting and phrasing
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    jschmid1 and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    dd9f100 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    139c1f9 View commit details
    Browse the repository at this point in the history
  15. [DOCU-2349] GraphQL server path (#3960)

    * add graphql_server_path; set up single-sourced version; minor grammar and formatting cleanup
    
    * minor grammar edits
    
    * set required: true for graphql_server_path
    
    * attempt to rephrase
    lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    3e3360b View commit details
    Browse the repository at this point in the history
  16. [DOCU-2329] Linux OS support and deprecation (#4000)

    * create one topic for all supported and deprecated linux OSes
    
    * remove centos from 3.0 doc and set up redirect
    
    * add links to support tables; move deprecation notices to changelog; remove link blocks
    
    * remove unused 'os_version'
    
    * add note to install doc; fix typo
    
    * group linux distibutions into their own section
    
    * update smoke test
    lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    e077d05 View commit details
    Browse the repository at this point in the history
  17. Fix layout type in Working with Templates (#4055)

    Fix `layout` type
    
    Changed `layout` type from boolean to string.
    cloudjumpercat authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    5c9c2cc View commit details
    Browse the repository at this point in the history
  18. update description of route.path about URI normalization (#4068)

    * update description of route.path about URI normalization
    
    * grammar
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    2 people authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    73eadca View commit details
    Browse the repository at this point in the history
  19. docs(keyring) add recovery key for 3.0 (#4053)

    * docs(keyring) add recovery key
    
    * Fix typo
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Add refer link
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    2 people authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    598543f View commit details
    Browse the repository at this point in the history
  20. feat(plugin) add consumer_identifier_default, service_identifier_defa…

    …ult and workspace_identifier_default (#4067)
    
    * feat(plugin) add consumer_identifier_default, service_identifier_default and workspace_identifier_default
    
    * copy edit
    
    * changes to future proof this PR
    
    * formatting issues
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    2 people authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    39b02d2 View commit details
    Browse the repository at this point in the history
  21. docs(perf) add new API to perf test framework and mark it support (#4059

    )
    
    * docs(perf) add new API to perf test framework and mark it support
    Enterprise
    
    * copy edit
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    2 people authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    4c2c2a2 View commit details
    Browse the repository at this point in the history
  22. doc(keyring) reorder the structure, mention new options for Data Plane (

    #4097)
    
    * doc(keyring) reorder the structure, mention new options for Data Plane
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    2 people authored and lena-larionova committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    650fd31 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    31fa552 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. chore/Copy changes from 2.8.x to src directory (#4125)

    * copy changes from #4080
    
    * copy changes from #4081
    
    * copy changes from #4060
    
    * copy changes from #4063
    
    * copy chnges from #4061
    
    * copy changes from #4069
    
    * copy changes from #4038, #3999, #3995, and #3982
    
    * copy changes from #4015
    
    * copy changes from #3999
    
    * copy changes from 67b6df8
    
    * copy changes from 7e53c74
    
    * copy changes from  #3950
    
    * copy changes from #3948
    
    * copy changes from #3925
    
    * copy changes from e2c1040
    
    * copy changes from #3926
    
    * copy changes from 68a340e
    
    * copy change from 935189c
    
    * copy changes from #3807 and c3556fd
    
    * copy changes from #3895
    
    * copy changes from #3861
    
    * update nav for 3.0 and fix tests
    lena-larionova authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5ba1f4c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Single source plugin batch (#4136)

    * single-source azure plugin
    
    * single-source cors
    
    * single-source exit transformer
    
    * single-source graphql proxy cache
    
    * single-source graphql rate limiting
    
    * single-source newer plugins
    
    * vale edits
    
    * delete plugins that haven't existed for many releases
    
    * redirects for removed plugin folders
    lena-larionova authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    fd70edf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. [DOCU-2402] Remove KM and decK, and HTTPie instructions from comprehe…

    …nsive docs. (#4137)
    
    * remove KM, Deck, and HTTPIE instructions
    
    * Apply suggestions from code review
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Integrate Diana feedback
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    3 people authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    aaf0f9b View commit details
    Browse the repository at this point in the history
  2. [chore] Update 3.0 Config.md file (#4148)

    update 3.0
    Guaris authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5f26984 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Add OpenTelemetry plugin for gateway 3.0 (#4154)

    * wip
    
    * add otel plugin
    
    * add otel to nav bar
    
    * Render map examples correctly in Plugin Hub
    
    * Apply suggestions from code review
    
    * Fix Vale issues
    
    * Update version to single src
    
    * add otel icon
    
    * add recommendation & apply suggestions
    
    * Apply suggestions from code review
    
    * Update app/_hub/kong-inc/opentelemetry/_index.md
    
    * Update app/_hub/kong-inc/opentelemetry/_index.md
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    3 people authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    44d9870 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    e857891 View commit details
    Browse the repository at this point in the history
  2. initialize gateway 3.0 doc

    lena-larionova authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d8ba9d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    377a3c8 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    mheap authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    75fada7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4a05a7 View commit details
    Browse the repository at this point in the history
  6. Archive Gateway documentation before 2.x (#3892)

    * move everything before 2.0 into an archive directory
    * set archive version to 2.0; link to archive netlify site
    * add missing menu entry for enterprise dropdown
    * update enterprise version
    * Fix version switcher smoke tests
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    2 people authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    56bb8c1 View commit details
    Browse the repository at this point in the history
  7. Remove deprecated blacklist/whitelist params and single-source plugins (

    #3932)
    
    * single-source ip restriction plugin, delete old versions
    
    * single-source bot detection plugin, delete old version
    
    * single source acl plugin, delete old version
    
    * Fix field.maximum_version for plugin table
    
    * add version-specific text; switch acl plugin to delegate_versions
    
    * add missing note for ip restriction plugin
    
    * apply feedback
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    2 people authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    be95801 View commit details
    Browse the repository at this point in the history
  8. [ENGEN-450] Chore(debian 8): add deprecations of Debian 8 "Jessie" (#…

    …3944)
    
    * chore(debian 8) add deprecation notice ala centos
    
    * fix(ci) double wait timeout for netlify (w. 60)
    curiositycasualty authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2560220 View commit details
    Browse the repository at this point in the history
  9. [ENGEN-453] chore(amzn) add amazon linux 1 deprecate notice (#3966)

    * chore(amzn) add amazon linux 1 deprecate notice
    
    * fix(amzn1) rm redundant dep notice lines
    
    per PR feedback
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    2 people authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5466e62 View commit details
    Browse the repository at this point in the history
  10. chore(*) remove config cache

    aboudreault authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7c4dcd0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    017dde3 View commit details
    Browse the repository at this point in the history
  12. fix(httplog) update for 3.0 changes (#3929)

    * fix(httplog) render custom_fields_by_lua properly
    
    * change(httplog) update docs to 3.0.0
    
    and clarify 2.x
    
    * fix(http-log) fix example
    
    * single-source the http log plugin docs
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    2 people authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    fb0e592 View commit details
    Browse the repository at this point in the history
  13. docs(gateway): dynamic plugin ordering (#3905)

    * docs(gateway): dynamic plugin ordering
    
    https://konghq.atlassian.net/browse/DOCU-2305
    
    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    
    * split plugin ordering doc into two; minor edits
    
    * formatting, phrasing, typo cleanup; pulled 'workspaces' into 'performance limitations'
    
    * docs(gateway): drop kong manager instructions
    
    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    
    * grammar, spelling, formatting cleanup; added info about Kong Manager to the overview
    
    * fix typos; improve formatting and phrasing
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    2 people authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    69d85fc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7e03c33 View commit details
    Browse the repository at this point in the history
  15. [DOCU-2349] GraphQL server path (#3960)

    * add graphql_server_path; set up single-sourced version; minor grammar and formatting cleanup
    
    * minor grammar edits
    
    * set required: true for graphql_server_path
    
    * attempt to rephrase
    lena-larionova authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    da84fef View commit details
    Browse the repository at this point in the history
  16. [DOCU-2329] Linux OS support and deprecation (#4000)

    * create one topic for all supported and deprecated linux OSes
    
    * remove centos from 3.0 doc and set up redirect
    
    * add links to support tables; move deprecation notices to changelog; remove link blocks
    
    * remove unused 'os_version'
    
    * add note to install doc; fix typo
    
    * group linux distibutions into their own section
    
    * update smoke test
    lena-larionova authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2defa5b View commit details
    Browse the repository at this point in the history
  17. Fix layout type in Working with Templates (#4055)

    Fix `layout` type
    
    Changed `layout` type from boolean to string.
    cloudjumpercat authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a07cf86 View commit details
    Browse the repository at this point in the history
  18. update description of route.path about URI normalization (#4068)

    * update description of route.path about URI normalization
    
    * grammar
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    StarlightIbuki and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6f648f1 View commit details
    Browse the repository at this point in the history
  19. docs(keyring) add recovery key for 3.0 (#4053)

    * docs(keyring) add recovery key
    
    * Fix typo
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Add refer link
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    mayocream and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6fcaa2a View commit details
    Browse the repository at this point in the history
  20. feat(plugin) add consumer_identifier_default, service_identifier_defa…

    …ult and workspace_identifier_default (#4067)
    
    * feat(plugin) add consumer_identifier_default, service_identifier_default and workspace_identifier_default
    
    * copy edit
    
    * changes to future proof this PR
    
    * formatting issues
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    vm-001 and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3c5ee48 View commit details
    Browse the repository at this point in the history
  21. docs(perf) add new API to perf test framework and mark it support (#4059

    )
    
    * docs(perf) add new API to perf test framework and mark it support
    Enterprise
    
    * copy edit
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    fffonion and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3bef631 View commit details
    Browse the repository at this point in the history
  22. doc(keyring) reorder the structure, mention new options for Data Plane (

    #4097)
    
    * doc(keyring) reorder the structure, mention new options for Data Plane
    
    * Update src/gateway/plan-and-deploy/security/db-encryption.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    fffonion and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3ff06c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9802183 View commit details
    Browse the repository at this point in the history
  24. chore/Copy changes from 2.8.x to src directory (#4125)

    * copy changes from #4080
    
    * copy changes from #4081
    
    * copy changes from #4060
    
    * copy changes from #4063
    
    * copy chnges from #4061
    
    * copy changes from #4069
    
    * copy changes from #4038, #3999, #3995, and #3982
    
    * copy changes from #4015
    
    * copy changes from #3999
    
    * copy changes from 67b6df8
    
    * copy changes from 7e53c74
    
    * copy changes from  #3950
    
    * copy changes from #3948
    
    * copy changes from #3925
    
    * copy changes from e2c1040
    
    * copy changes from #3926
    
    * copy changes from 68a340e
    
    * copy change from 935189c
    
    * copy changes from #3807 and c3556fd
    
    * copy changes from #3895
    
    * copy changes from #3861
    
    * update nav for 3.0 and fix tests
    lena-larionova authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d841133 View commit details
    Browse the repository at this point in the history
  25. rebase

    Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    3bc5e88 View commit details
    Browse the repository at this point in the history
  26. [DOCU-2402] Remove KM and decK, and HTTPie instructions from comprehe…

    …nsive docs. (#4137)
    
    * remove KM, Deck, and HTTPIE instructions
    
    * Apply suggestions from code review
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Integrate Diana feedback
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    3 people committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9b90265 View commit details
    Browse the repository at this point in the history
  27. [chore] Update 3.0 Config.md file (#4148)

    update 3.0
    Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5202334 View commit details
    Browse the repository at this point in the history
  28. Add OpenTelemetry plugin for gateway 3.0 (#4154)

    * wip
    
    * add otel plugin
    
    * add otel to nav bar
    
    * Render map examples correctly in Plugin Hub
    
    * Apply suggestions from code review
    
    * Fix Vale issues
    
    * Update version to single src
    
    * add otel icon
    
    * add recommendation & apply suggestions
    
    * Apply suggestions from code review
    
    * Update app/_hub/kong-inc/opentelemetry/_index.md
    
    * Update app/_hub/kong-inc/opentelemetry/_index.md
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    3 people authored and Guaris committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    ca090e1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4023992 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Infrastructure Architecture navigation bar (#4173)

    * Starting point
    
    * IA rework
    
    * netlify
    
    * rename folder
    
    * rename folder part 2
    
    * reorder topologies section
    
    * Update app/_data/docs_nav_gateway_3.0.x.yml
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * changes from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dd799bf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. How-To Kong (#4155)

    * Adds how-to kong gateway to how-to section of docs
    
    * Adds how-to request transformations
    
    * Adds how-to request transformations
    
    * Address Vale flagged errors
    
    * updates kong how-to guide with new information on the quickstart script
    
    * remove docker version
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Tidy copy around the mock request
    
    * tidy copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy teardown instructions
    
    * tidy cleanup instructions
    
    * tidy request-transformation copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy request-transformation copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy request-transformation copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy request-transformation copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy request-transformation copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy request-transformation copy
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy request-transformation copy
    
    * tidy request-transformation copy
    
    * tidy copy for request-transformation how-to
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Use admin api env var instead of well known url
    
    * Use connection env vars over well known localhost:ports
    
    * tidy copy in request-transformations
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy in request-transformations.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy in request-transformations.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy in request-transformations.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy in request-transformations.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy copy in request-transformations.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Clarify the connection pre-reqs
    
    * tidy copy in kong-gateway.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Tidy the kong-gateway how-to copy
    
    * rebase
    
    * tidy how-to/kong-gateway
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * tidy how-to/kong-gateway
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * how-to-kong tidy kong-gateway
    
    * how-to request-transformations tidy copy
    
    * mostly broken links
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    Co-authored-by: angel <angel.guarisma@konghq.com>
    3 people authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fa28d14 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. [DOCU-2418] Kong.conf config (#4186)

    * Configuration how-to, environment variables how-to
    
    * Update src/gateway/kong-production/kong-conf.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Update src/gateway/kong-production/kong-conf.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * use the kong gate way variable
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    67c80e3 View commit details
    Browse the repository at this point in the history
  2. [DOCU-2419] Open Resty (#4187)

    * IA Open Resty
    
    * retitle
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a030e31 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. [fix] Port changes to serverless functions doc to Gateway 3.0 (#4199)

    * Update plugin serverless-function scopes
    
    * fix vale errors and copy edit
    
    Co-authored-by: raoxiaoyan <13718259572@163.com>
    Guaris and raoxiaoyan authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a8bf853 View commit details
    Browse the repository at this point in the history
  2. 3.0 Add status enum docs to Admin endpoint (#4198)

    * Add status enum docs to Admin endpoint
    
    * mirror 4194 in 3.0 docs
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    Guaris and mheap authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    62b0b70 View commit details
    Browse the repository at this point in the history
  3. docs(perf) update perf test framework API (#4158)

    * docs(perf) update perf test framework API
    
    * Update performance-testing-framework.md
    
    * Update performance-testing-framework.md
    
    * Apply suggestions from code review
    
    * Fix Vale issues
    
    * docs(perf) add environment variables and more usage guides
    
    * docs(perf) mention docker environment like gojira and pongo
    
    * Fix Vale issues
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    fffonion and cloudjumpercat authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ea7d216 View commit details
    Browse the repository at this point in the history
  4. [docu-2420] Website and API in the same Kong Gateway instance (#4200)

    * website and API same Kong
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * vale
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4f39a37 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. [Docu-2446] Nginx directives reference (#4202)

    * nginx-directives
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    a662ac9 View commit details
    Browse the repository at this point in the history
  2. [DOCU-2424] Kong in Production: Blue Green deployments (#4203)

    * Move content
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Fix Vale issues
    
    * Fix more Vale issues
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    cloudjumpercat and Guaris authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f8aecfc View commit details
    Browse the repository at this point in the history
  3. docs(prometheus) add new options for 3.0 (#4183)

    * docs(prometheus) add new options for 3.0
    
    * Update for single sourcing
    
    * Fix Vale issues
    
    * Apply suggestions from code review
    
    * fix(prometheus-switch-3.0.0): Adding 3.0.0 prometheus changelog docs (#4185)
    
    * fix(prometheus-switch-3.0.0): Adding 3.0.0 prometheus changelog docs
    
    * Apply suggestions from code review
    
    * Add changelog to _index.md
    
    * Bringing over example output from prometheus/_3.0.0.md to _index.md
    
    * Delete 3.0.0.md
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Fix plugin version
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Co-authored-by: Hiroshi Fukada <hiroshi@fukada.us>
    3 people authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    8ee6b03 View commit details
    Browse the repository at this point in the history
  4. [FTI-2203] tls-metdata-headers plugin docs (#3708)

    * feat(plugin) add docs for tls-metadata-headers [FTI-2203]
    
    * change compatible version
    
    * Fix typo
    
    * remove value_in_example props
    
    * remove autogenerated examples
    
    * Add more information to the docs
    
    * add versions file and default icon; add plugin entry in compat table; clean up style & format; remove manually written examples and re-enable auto-examples
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    KongSteve and lena-larionova authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    28f8d0e View commit details
    Browse the repository at this point in the history
  5. [FTI-2203] tls-handshake-modifier plugin docs (#3710)

    * feat(plugin) docs for the tls-handshake-modifier plugin
    
    1st draft of the docs. I copied the SNI section from the mtls-auth plugin since this plugins uses the same functionality.
    
    * add icon; enable examples, exclude cloud; create version file; style cleanup; format for single-sourcing
    
    * add plugin to compatibility table
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    KongSteve and lena-larionova authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9f52bd5 View commit details
    Browse the repository at this point in the history
  6. Add tracing sections for gateway 3.0 (#4014)

    * add tracing
    
    * fix links
    
    * fix broken links
    
    * placeholder
    
    * copy edit
    
    * remove plugin development doc
    
    * move tracing to kong production
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    mayocream and Guaris authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d41bde2 View commit details
    Browse the repository at this point in the history
  7. [docu-2441-2443] Write plugins in other languages (#4208)

    * plugins in other languages docs
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * vale
    
    * still vale
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b08e0fe View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. [DOCU-2408] Understanding Kong: Services (#4201)

    * Add services overview content
    
    * Fix link
    
    * Draft changes
    
    * Add content
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Move service config section
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    cloudjumpercat and Guaris authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    743d160 View commit details
    Browse the repository at this point in the history
  2. [chore] OPA documents undefined return 3.0 (#4212)

    * [FT-2788]fix opa documents undefined return
    
    * add missing config params
    
    * copy edit + vale
    
    * Mirror main branch open policy agent fix
    
    Co-authored-by: windmgc <windmgc@gmail.com>
    Guaris and windmgc authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    1ad3d24 View commit details
    Browse the repository at this point in the history
  3. Update smoke tests for new IA (#4213)

    update smoke tests for new IA
    lena-larionova authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c073328 View commit details
    Browse the repository at this point in the history
  4. [DOCU-2413] and [DOCU-2447] Performance Testing Framework IA rework (#…

    …4210)
    
    * Move content
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    cloudjumpercat and Guaris authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    7273469 View commit details
    Browse the repository at this point in the history
  5. [DOCU 2411] and [DOCU-2444] Plugin Overviews (#4209)

    * Add overview content, make include file
    
    * Move content to include file
    
    * Fix support link
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Add other key concepts section
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    cloudjumpercat and Guaris authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    29303e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. [DOCU-2425] Kong in Production: Canary Deployments (#4206)

    * Add canary content
    
    * Update src/gateway/kong-production/canary.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    cloudjumpercat and Guaris authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    4da7210 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Fix statsd plugin doc (#4225)

    * feat(plugin) Merge statsd-advanced to statsd
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update app/_hub/kong-inc/statsd/_index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * indent to fix failing build
    
    * Formatting + grammar
    
    * More formatting
    
    * single-source the statsd plugin
    
    * set compatibility to true for OSS and EE
    
    Co-authored-by: Yusheng Li <leeys.top@gmail.com>
    lena-larionova and vm-001 authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2ad9323 View commit details
    Browse the repository at this point in the history
  2. Port vaults doc updates into 3.0 (#4227)

    * Vaults GA changes (#4226)
    
    update some leftover instances of vaults=bundled
    
    * port changes from 2.8 to 3.0; adjust for latest version
    
    * vale edits
    lena-larionova authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    67a1706 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. [MA-365] Collect Prometheus metrics with Datadog (#4228)

    * Create Datadog file
    
    * fix(add-datadog-prometheus): docs
    
    * Copyedit and add overview
    
    * Update src/gateway/kong-production/monitoring/datadog.md
    
    Co-authored-by: Hiroshi Fukada <hiroshi.fukada@konghq.com>
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    3 people authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f7db138 View commit details
    Browse the repository at this point in the history
  2. [DOCU-2429] Themes File reference (#4219)

    * themes file reference
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f874ed5 View commit details
    Browse the repository at this point in the history
  3. [DOCU-2415] Configure Routes and Services (#4217)

    * placeholder
    
    * configure services and routes
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Diana suggestions
    
    * title case
    
    * vale and 404"
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d66f5f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fde6cb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. docs(plugins): update plugin priorities for 3.0 (#4246)

    * docs(plugins): update plugin priorities for 3.0
    
    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    
    * Fix Vale issues
    
    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    Co-authored-by: Michael Heap <m@michaelheap.com>
    jschmid1 and mheap authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0961bdc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. docs: fix issues with plugin-ordering examples (#4247)

    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    
    Signed-off-by: Joshua Schmid <jaiks@posteo.de>
    jschmid1 authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    23bd060 View commit details
    Browse the repository at this point in the history
  2. DEVREL-372: Adds a how-to guide for PG Secrets via AWS Secrets Manager (

    #4233)
    
    * DEVREl-372: Adds a how-to guide for PG Secrets via AWS Secrets Manager
    
    * DEVREl-372: vale fixes
    
    * DEVREl-372: fixes for vale and missing front matter header
    
    * DEVREl-372: fix for docker env var non-export issue
    
    Not sure why this is required at the moment, investigating. but for now
    this fixes it
    
    * DEVREl-372: tidy some copy
    
    * DEVREl-372: tidy some copy
    
    * DEVREl-372: tidy some copy
    
    * Apply suggestions from code review
    
    * DEVREl-372: Fixes indentation for numbered list
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    rspurgeon and cloudjumpercat authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    996b7ba View commit details
    Browse the repository at this point in the history
  3. [docu-2457] Router Reference, Router Route creation (#4251)

    * router reference
    
    * Check
    
    * Add Router doc and reference doc
    
    * vale
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b5f34a0 View commit details
    Browse the repository at this point in the history
  4. [gateway]Automatic Jekyll rebuild when changing src Copy of #4252 (#4255

    )
    
    Automatic Jekyll rebuild when changing src
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    Guaris and mheap authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    c54bd71 View commit details
    Browse the repository at this point in the history
  5. [DOCU-2445] Reference: Configuration Reference (#4207)

    * Remove everything but params
    
    * Apply suggestions from code review
    cloudjumpercat authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    e4e10a0 View commit details
    Browse the repository at this point in the history
  6. [DOCU-2409] Understanding Kong: Routes (#4216)

    * Add overview content
    
    * Edit routes overview content
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Edit routes overview
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    cloudjumpercat and Guaris authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ed1c3bf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [DOCU-2410] Understanding Kong: Upstreams (#4218)

    * Add overview content
    
    * Edit upstream overview
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    cloudjumpercat and Guaris authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0454733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff46070 View commit details
    Browse the repository at this point in the history
  3. [DOCU-2454][DOCU-1800] Konnect platform cleanup and cleanout (#4258)

    * remove konnect platform 'doc set' and move useful content elsewhere
    
    * consistent links to support policy
    
    * adjust comments on wip compatibility table project
    
    * update links
    
    * remove konnect platform from tests and generators
    
    * update pdf generation
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * add topics to 3.0; add missing section in Mesh; remove 'no_version:true'
    
    * vale
    
    * more vale edits
    
    * adjust phrasing in availability stages include
    
    * fix links
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    lena-larionova and cloudjumpercat authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6427a04 View commit details
    Browse the repository at this point in the history
  4. docs(router/atc) update to reflect the actual implementation in Kong …

    …3.0 (#4259)
    
    * docs(router/atc) update to reflect the actual implementation in Kong 3.0
    
    * vale
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    dndx and Guaris authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    02a44ea View commit details
    Browse the repository at this point in the history
  5. Kong Manger 3.0 documentation (#4077)

    * docs(kong-manager) copyedit the docs for KM 3.0
    
    * rework navigation for new IA plan
    
    * delete completely empty topics
    
    * delete files with duplicate content
    
    * placeholder topics for content that needs to be written
    
    * bring in up-to-date versions of topics; move content into auth section under Kong Manager
    
    * rename files for clarity/parity with 2.8
    
    * drafts of getting started content
    
    * draft of workspaces and teams
    
    * draft of enabling KM
    
    * link updates and style cleanup
    
    * modify setup include for versioning
    
    * validate instructions; update links; add badges
    
    * vale edits; style cleanup
    
    * update links; style cleanup; more validation
    
    * add an enable RBAC page; links; cleanup
    
    * move workspaces and teams info to auth overview
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * turn giant lists into tables; generic company names; links
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * rename for simplicity; curl examples instead of httpie
    
    * rename for simplicity
    
    * update nav
    
    * tabs for enable topic
    
    * prereqs and consistency
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    4 people authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    117d147 View commit details
    Browse the repository at this point in the history
  6. ldap-auth-advanced changes for 3.0 (#4214)

    * ldap-auth-advanced changes for 3.0
    
    The config.groups_required parameter description is from the OIDC docs:
    https://docs.konghq.com/hub/kong-inc/openid-connect/
    
    * move changes for 3.0.x into index file
    
    * single source ldap auth adv plugin
    
    * vale edits
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    gruceo and lena-larionova authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    21877f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    5a35255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c28b213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d147dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c6028a View commit details
    Browse the repository at this point in the history
  5. copy edit

    Guaris committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b4c29e5 View commit details
    Browse the repository at this point in the history
  6. [DOCU-2291] Copy vaults GA edits to 3.0 (#4264)

    copy vaults GA changes to 3.0; fix links; update nav
    lena-larionova authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    1b16733 View commit details
    Browse the repository at this point in the history
  7. [DOCU-2459] Gateway icons (#4268)

    * update icons for 3.0
    
    * switch getting started icon to learning
    lena-larionova authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    96cc0f3 View commit details
    Browse the repository at this point in the history
  8. [Docu 2470] Configure Rate Limiting (#4270)

    * rate limiting plugin
    
    * Apply suggestions from code review
    
    Co-authored-by: Amy Goldsmith <59702069+acgoldsmith@users.noreply.github.com>
    Guaris and acgoldsmith authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c8198cb View commit details
    Browse the repository at this point in the history
  9. Add ssl_verify option to OPA plugin (#3977)

    * add https_verify to control if OPA certificate is verified
    
    * Update app/_hub/kong-inc/opa/_index.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * rename to `ssl_verify`
    
    * chore(*) add leading space
    
    * Update app/_hub/kong-inc/opa/_index.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    Co-authored-by: Mayo <i@shoujo.io>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    4 people authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3919b99 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. [Docu 2405] How to publish an API spec on Dev Portal (#4266)

    * Dev Portal how-to
    
    * fix
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * diana suggestion
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Guaris and cloudjumpercat authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5cd177a View commit details
    Browse the repository at this point in the history
  2. add missing single quote (#4275)

    * add missing single quote
    
    * add regexes to dictionary
    
    Co-authored-by: Hayk Sardaryan <hayk.sardaryan@konghq.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    3 people authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3c71722 View commit details
    Browse the repository at this point in the history
  3. [docu-2471] Proxy caching (#4277)

    * placeholder
    
    * proxy-caching
    
    * fix issues
    
    * Apply suggestions from code review
    
    Co-authored-by: Amy Goldsmith <59702069+acgoldsmith@users.noreply.github.com>
    
    Co-authored-by: Amy Goldsmith <59702069+acgoldsmith@users.noreply.github.com>
    Guaris and acgoldsmith authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    90f10cd View commit details
    Browse the repository at this point in the history
  4. Adds required flag to get.konghq.com/quickstart script for adding a s… (

    #4273)
    
    Adds required flag to get.konghq.com/quickstart script for adding a service
    
    Related to discussion in DOCU-2414
    rspurgeon authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    913f3ad View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Fix breadcrumb links (#4271)

    * All breadcrumbs linked as expected
    * Only link if the breadcrumb is a valid URL
    * Link breadcrumbs to /latest/ if on a latest URL
    * Make breadcrumbs work at any depth
    mheap authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    64996e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. [DOCU-2432] Kong Manager overview (#4278)

    kong manager overview page with image
    lena-larionova authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2241865 View commit details
    Browse the repository at this point in the history
  2. [DOCU-2426] Kong Enterprise: Overview (#4263)

    * Rough format
    
    * Initial draft of content
    
    * Add additional features
    
    * Apply suggestions from code review
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Fix based on feedback
    
    * make links consistent with Konnect overview
    
    * fix links
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    cloudjumpercat and lena-larionova authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5f9c951 View commit details
    Browse the repository at this point in the history
  3. [DOCU-2301] Mocking plugin: remove openapi2kong link (#4283)

    * single-source the plugin properly
    
    * remove link to openapi2kong; minor cleanup
    lena-larionova authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a7cc9a3 View commit details
    Browse the repository at this point in the history
  4. DOCU-2423: Adds StatsD monitoring page under Kong in Production (#4260)

    * DOCU-2423: Adds StatsD monitoring page under Kong in Production
    
    * DOCU-2423: Tidies copy
    
    * Apply suggestions from code review
    
    * DOCU-2423: Adds new -m flag which is required for the sample mock service
    
    * Edit prereqs
    
    * Apply suggestions from Rick
    
    * DOCU-2423: Tidies some copy and clarifies the optional KG step
    
    * copy edit
    
    * more copy
    
    * vale
    
    * Update src/gateway/kong-production/monitoring/statsd.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    Co-authored-by: angel <angel.guarisma@konghq.com>
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    4 people authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    b226f08 View commit details
    Browse the repository at this point in the history
  5. [DOCU-2311] Request transformer differences (#4285)

    * document differences with oss and ee plugins
    
    * single-source request transformer plugins; changelog entry for removed whitelist param
    
    * vale edits
    lena-larionova authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c403954 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. [DOCU-2296] Serverless plugin: remove deprecated param and single-sou…

    …rce (#4287)
    
    * label deprecated functions param for previous versions; changelog; single-source serverless functions plugin
    
    * appease vale
    lena-larionova authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d66f6f7 View commit details
    Browse the repository at this point in the history
  2. DOCU-2422: Adds How to monitor with Prometheus (#4267)

    * DOCU-2422: Adds How to monitor with Prometheus
    
    * DOCU-2422: Vale fix
    
    * DOCU-2422: Fixes that match PR 4260
    
    * DOCU-2422: Adds new -m flag which is required for the sample mock service
    
    * DOCU-2423: Edit for Adds new -m flag which is required for the sample mock service
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Removes sample mock request at start of guide
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * DOCU-2422: Updates from review feedback
    
    * DOCU-2422: Updates from review feedback
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    rspurgeon and Guaris authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9df7344 View commit details
    Browse the repository at this point in the history
  3. Add LMDB corruption FAQ (#4298)

    Add LMDB FAQ page
    mheap authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    547ec55 View commit details
    Browse the repository at this point in the history
  4. Update PDK docs for 3.0 (#4295)

    * Update PDK docs for 3.0
    
    * vale
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    mheap and Guaris authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    bdaf8e3 View commit details
    Browse the repository at this point in the history
  5. Remove config.cache in favour of LMDB (#4294)

    Remove config.cache.json.gz from configuration reference
    mheap authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1682511 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e006c1 View commit details
    Browse the repository at this point in the history
  7. [DOCU-2387] Workspace name is not editable (#4299)

    delete obsolete topic; fix workspace name error
    lena-larionova authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9af1694 View commit details
    Browse the repository at this point in the history
  8. [DOCU-2190][DOCU-2296] AWS Lambda plugin: remove proxy_scheme, update…

    … region and host, and single-source (#4288)
    
    * set version on proxy_scheme param; single-source aws lambda plugin; adjust descriptions for aws_region and host for 3.0
    
    * Update app/_hub/kong-inc/aws-lambda/_index.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    lena-larionova and Guaris authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    98baea3 View commit details
    Browse the repository at this point in the history
  9. [fix]Remove config cache (#4301)

    remove config cache mention
    Guaris authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4cee848 View commit details
    Browse the repository at this point in the history
  10. Config reference for 3.0 (#4302)

    * update the config generation file; update the configuration reference for 3.0
    
    * adjust heading levels; fix warning format
    
    * move horizontal lines to be around sections, not around params
    lena-larionova authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7a0b019 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add apt-mark hold instructions to Ubuntu/Debian (#4313)

    * Fix OSS switcher in non-codeblock examples
    
    * Add apt-mark hold instructions to Ubuntu
    
    * Add apt-mark hold instructions to Debian
    
    * Add apt-mark hold instructions to Ubuntu (3.0)
    
    * Add apt-mark hold instructions to Debian (3.0)
    
    * Vale fixes
    mheap authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9c31ba9 View commit details
    Browse the repository at this point in the history
  2. [DOCU-2296] Acme plugin changes in 3.0 (#4307)

    * add vault.auth_method default value
    
    * new allow_any_domain param; single-source plugin
    lena-larionova authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    50e732f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad0e88d View commit details
    Browse the repository at this point in the history
  4. docs(*) hi-light referenceable fields in docs (#4310)

    * docs(*) hi-light referenceable fields in docs
    
    * linter edits
    
    * fix typos to get build working
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    bungle and lena-larionova authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    e7f74b8 View commit details
    Browse the repository at this point in the history
  5. Automatic next/prev links for grouped content (#4317)

    * Add automatic next/prev links for chapter based content
    
    * Remove Next links from src
    
    * Remove Next links from Gateway 2.8
    
    * Remove Next links from Gateway 2.7
    
    * Remove Next links from Gateway 2.6
    
    * Remove Next links from Gateway 2.5
    
    * Remove Next links from Gateway 2.4
    
    * Remove Next links from Gateway 2.3
    
    * Remove Next links from Gateway 2.2
    
    * Remove Next links from Gateway 2.1
    
    * Remove Next links from Gateway 2.0
    
    * Remove missed Next link from Plugin tests
    
    * Fix broken links
    mheap authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6a4291a View commit details
    Browse the repository at this point in the history
  6. docs(rate-limiting-advanced) disallow cluster strategy in DB-less or … (

    #4309)
    
    docs(rate-limiting-advanced) disallow cluster strategy in DB-less or hybrid mode
    outsinre authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    58ebd8f View commit details
    Browse the repository at this point in the history
  7. Titleize breadcrumbs (#4321)

    Add titleize gem + filter
    mheap authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    31cfab9 View commit details
    Browse the repository at this point in the history
  8. DOCU-2414: Adds Get Kong to getting started guide (#4284)

    * DOCU-2414: Adds Get Kong to getting started guide
    
    This is the first PR in a series that will try and finzlie the
    getting started guide for 3.0 release.  Follow up PRs will
    standardize the other 6 pages to flow from this initial page and will
    depend on it as a base for the getting started experience
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * DOCU-2414: Adds book & chapter front matter
    
    * DOCU-2414: Remove manual next link, prep for book support
    
    * Apply Review feedback
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    rspurgeon and Guaris authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    4fb982b View commit details
    Browse the repository at this point in the history
  9. [DOCU-2296] Plugins: Remove deprecated X-credential-username, single-…

    …source (#4318)
    
    * removed x-credential-username in favor of x-credential-identifier; moved upstream headers info into an include
    
    * conditional for upstream headers include
    
    * single-source hmac auth; minor clean-up; bring back an overwritten feature update
    
    * single-source basic auth
    
    * single-source mtls-auth
    
    * single-source key-auth-enc; minor tweak to mtls auth
    
    * single-source key-auth
    
    * remove conditionals from changelogs
    
    * single-source ldap-auth plugin
    
    * single-source oauth2-introspection plugin
    
    * vale edits
    lena-larionova authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2922366 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    7dc6bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e859306 View commit details
    Browse the repository at this point in the history
  3. Traditional / Clustering Topology (#4326)

    Move Clustering Reference to Traditional deployment topology
    mheap authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    762d2b9 View commit details
    Browse the repository at this point in the history
  4. Custom Docker Builds (#4322)

    Add custom Docker build instructions
    mheap authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    a478484 View commit details
    Browse the repository at this point in the history
  5. DOCU-2415: updates Services and Routes getting started section (#4304)

    * DOCU-2415: Updates Services and Routes get-started section
    
    * Apply review feedback
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    rspurgeon and Guaris authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1459a52 View commit details
    Browse the repository at this point in the history
  6. [DOCU-2416] Kong in Production> Topologies: Overview (#4269)

    * First draft
    
    * copy and rearrange
    
    * Rework Traditional mode
    
    * Reorder Hybrid>Traditional>DB-Less
    
    * Rework DB-less mode
    
    * Rework Hybrid mode
    
    * Add Konnect topology
    
    * Fix Jekyll build error
    
    * Vale fixes
    
    * Add Konnect CTA
    
    * Move /overview/ to /
    
    * copy
    
    Co-authored-by: angel <angel.guarisma@konghq.com>
    Co-authored-by: Michael Heap <m@michaelheap.com>
    3 people authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b0f0e8b View commit details
    Browse the repository at this point in the history
  7. Fix 2.8.x Overview link

    mheap committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    dab86b9 View commit details
    Browse the repository at this point in the history
  8. [docu-2475]Helm installation guides (#3886)

    * helm-docs rebased to 3.0
    
    * update for 3.0
    
    * added PCP kubernetes as additional alternate path for non-localhost deployment
    
    * polish for handoff to docs team
    
    * removing preceeding spaces from codeblocks
    
    * remove title variable
    
    * remove 2.8.x document
    
    * update 2.8.x document
    
    * organize leading narrative
    
    * reword title nav element
    
    * copy edit
    
    * rename
    
    * remove development steps
    
    * done
    
    * update 2.8 version
    
    * smoke tests
    
    * fix conflicts
    
    * one more broken link
    
    Co-authored-by: usrbinkat <usrbinkat@braincraft.io>
    Guaris and usrbinkat authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ef0cea5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    a8a4f9b View commit details
    Browse the repository at this point in the history
  2. Docker custom build feedback (#4329)

    Address Docker custom build feedback
    mheap authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b2ab227 View commit details
    Browse the repository at this point in the history
  3. [DOCU-1563] Kong Glossary (#4319)

    * place holder
    
    * placeholder
    
    * glossary
    
    * Apply suggestions from code review
    
    Co-authored-by: Amy Goldsmith <59702069+acgoldsmith@users.noreply.github.com>
    
    * suggestions from code review
    
    * Lena feedback
    
    * Apply suggestions from code review
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * one more thing no ammend
    
    * Apply suggestions from code review
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update src/gateway/understanding-kong/glossary.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    Co-authored-by: Amy Goldsmith <59702069+acgoldsmith@users.noreply.github.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    3 people authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    625f4fb View commit details
    Browse the repository at this point in the history
  4. DOCU-2471: Updates proxy-caching get-started guide for 3.0 release (#…

    …4330)
    
    * DOCU-2471: Updates proxy-caching get-started guide for 3.0 release
    
    * DOCU-2471: Updates proxy-caching get-started guide for 3.0 release
    rspurgeon authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e825d12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526b9d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    27c1046 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Docu 2484 install index page (#4343)

    * Add /install/ index page
    
    * Set Gateway overview CTA
    
    * Update src/gateway/kong-production/install-options/index.md
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    mheap and Guaris authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    91c2239 View commit details
    Browse the repository at this point in the history
  2. Moved urls redirects (#4342)

    Generate redirect for /latest/ on moved URLs
    mheap authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f461803 View commit details
    Browse the repository at this point in the history
  3. Fix typo in Helm doc (#4344)

    Guaris authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    437b345 View commit details
    Browse the repository at this point in the history
  4. Navbar updates (#4286)

    * nav bar
    
    * title case
    
    * Re-apply changes from release branch
    
    * Fix broken rebase
    
    * Move get-started to index for breadcrumbs
    
    * Move /install/ out of /kong-production/
    
    * Move /licenses/ out of /kong-production/
    
    * Move upgrade instructions under /upgrade/ folder
    
    * Rename /other/ to /pluginserver/ in Plugin Development
    
    * Rename use-cases -> index for Kong Plugins -> Auth
    
    * Remove duplicate prefix, move graphql-quickstart to graphql
    
    * Clean up Admin API nav
    
    * Reference section cleanup
    
    * Rename Stages of software availability to Stability
    
    * Remove Rate Limit Library page
    
    * DOCU-2415: updates Services and Routes getting started section (#4304)
    
    * DOCU-2415: Updates Services and Routes get-started section
    
    * Apply review feedback
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Fix Docker install instructions after rename
    
    * Flatten Admin API navigation
    
    * Move example files out of /admin-api/
    
    * placeholder
    
    * Move Securing the Admin API to Running Kong
    
    * Move Understanding Kong guides to the relevant locations
    
    * Split Key Concepts / How Kong works
    
    * Manage Kong with decK is a Key Concept
    
    * remove deck guide
    
    * fix merge conflicts
    
    * parity with spreadhsheet
    
    * PR that contains cannonical URLS
    
    * placeholder
    
    * keyring and data encryption docs
    
    * Rate limiting section restructured
    
    * breadcrumb acronyms
    
    * fix typo in header
    
    * Update app/_data/docs_nav_gateway_3.0.x.yml
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * upgrade section top level directory move
    
    * working but no redirects
    
    * fix slash
    
    * helm doc recommit
    
    * Fix Rubocop for Alias generator
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    Co-authored-by: Rick Spurgeon <rspurgeon@users.noreply.github.com>
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    5 people authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a3d1259 View commit details
    Browse the repository at this point in the history
  5. Add missing config options (#4339)

    * add missing ipv6only and so_keepalive options
    
    * add info on missing config options
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    lena-larionova and Guaris authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    9ec8ad2 View commit details
    Browse the repository at this point in the history
  6. Fix KM guide link

    lena-larionova authored and mheap committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    0b085f9 View commit details
    Browse the repository at this point in the history
  7. remove legacy attribute

    lena-larionova authored and mheap committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a4b4b4a View commit details
    Browse the repository at this point in the history
  8. vale edit

    lena-larionova authored and mheap committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5a1ab45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e2dde9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1ccb4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e78cf7 View commit details
    Browse the repository at this point in the history
  12. DOCU-2474: Removes workspaces and teams from the 3.0 get-started guide (

    #4338)
    
    * DOCU-2474: Updates workspaces and teams for get-started guide
    
    * DOCU-2474: Removes manage teams from the 3.0 get started workflow
    rspurgeon authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7a3d07b View commit details
    Browse the repository at this point in the history
  13. Fix smoke tests

    mheap committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    688367e View commit details
    Browse the repository at this point in the history
  14. URL Structure Updates + Breadcrumbs (#4351)

    * Remove unused /install-and-run/ path
    
    * Move deployment-topologies to correct folder
    
    * Output full path in breadcrumbs
    
    * Add OSS to inflector for Titleize + Fix breadcrumbs for how-kong-works section
    
    * URLs in install section. Fix breadcrumbs title
    
    * Shorten nav sidebar entry text (Production)
    
    * Sidenav update: Dev Portal
    
    * Apply suggestions from code review
    mheap authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    0680491 View commit details
    Browse the repository at this point in the history
  15. Update /install/ index page (#4345)

    * Update /install/ index page
    
    * Apply suggestions from code review
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Update src/gateway/install/index.md
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * fixing my typo; match styling to table
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    mheap and lena-larionova authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    271eadd View commit details
    Browse the repository at this point in the history
  16. Plugins 3.0 version matching and single-sourcing (#4331)

    * single-source app reg plugin
    
    * accurate versions according to eng testing and format cleanup
    
    * canary plugin, align versions
    
    * single-source grpc plugins
    
    * single-source jwt plugin
    
    * single-source plugins: proxy-cache, proxy-cache-adv, oauth2, openwhisk
    
    * single-source rate limiting and rate limiting advanced
    
    * single-source traffic control and transformations plugins
    
    * single-source session plugin
    
    * single-source logging plugins
    
    * single-source loggly plugin
    
    * use gateway strategy for remaining plugins with existing source files (no single-sourcing)
    
    * fix tests and links
    
    * single-source file-log plugin
    
    * redirects for plugins
    
    * vale edits
    
    * Fix SEO noindex/canonical for old plugin versions
    
    * added gateway version
    
    * use exact URL for openwhisk redirect
    
    Co-authored-by: Michael Heap <m@michaelheap.com>
    lena-larionova and mheap authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    5a49ce2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. add / to canonical URL

    lena-larionova authored and mheap committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1954229 View commit details
    Browse the repository at this point in the history
  2. DOCU-2472: Updates the key auth get started page (#4335)

    * DOCU-2472: Updates the key auth get started page
    
    * DOCU-2472: uses key concepts links for services and routes
    
    * DOCU-2472: vale fixes
    
    * Fix "requester"
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    rspurgeon and cloudjumpercat authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1c1daf3 View commit details
    Browse the repository at this point in the history
  3. Plugin Development title cleanup (#4357)

    Remove 'Plugin Development - ' prefix from page titles
    mheap authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8056365 View commit details
    Browse the repository at this point in the history
  4. DOCU-2473: Load Balancing get-started guide update (#4337)

    * DOCU-2473: Updates load balancing get started guide
    
    * Review feedback
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    rspurgeon and cloudjumpercat authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c4b31cb View commit details
    Browse the repository at this point in the history
  5. Get Started: Updates rate limiting advanced plugin discussion (#4353)

    * Get Started: Updates rate limiting advanced plugin discussion
    
    * Get Started: Vale fix
    
    * Get Started: Updates rate limiting advanced plugin discussion
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    rspurgeon and cloudjumpercat authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9163193 View commit details
    Browse the repository at this point in the history
  6. Update plugin priorities (#4358)

    * plugin priorities for new plugins
    
    * fix priority typos based on changelog; add missing plugins to OSS table
    lena-larionova authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    afc7b5f View commit details
    Browse the repository at this point in the history
  7. Add ability to breadcrumb segment titles (#4356)

    * Show intermediate breadcrumbs on index pages
    
    * Add ability to specify breadcrumbs manually
    
    * Move /production-deployment/ to /production/
    
    * Rename /developer-portal/ to /dev-portal/
    
    * Add ability to customise breadcrumb entry per-page
    
    * Rename /vitals/ to /analytics/ in URLs
    
    * Make breadcrumb lookup version independent
    
    * Fix Rubocop errors
    
    * Fix URLs with /vitals/
    
    * Fix URLs with /dev-portal/
    
    * Fix broken links
    
    * Fix analytics search+replace
    mheap authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a40e751 View commit details
    Browse the repository at this point in the history
  8. Update CLI doc for 3.0 (#4362)

    update cli doc for 3.0
    lena-larionova authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f0c2c40 View commit details
    Browse the repository at this point in the history
  9. [DOCU-2469] Changelog for 3.0 (#4355)

    * draft of changelog for 3.0
    
    * Apply suggestions from code review
    
    Co-authored-by: Amy Goldsmith <59702069+acgoldsmith@users.noreply.github.com>
    
    * upgrade guide draft
    
    * re-add hybrid mode considerations
    
    * fix prometheus changelogs
    
    * refactor upgrade guides
    
    * add descriptions for new features; fix typo
    
    * remove link to non-existent collector plugin
    
    * Apply suggestions from code review
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Update src/gateway/migrate-ce-to-ke.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * make topic subscription-level agnostic
    
    Co-authored-by: Amy Goldsmith <59702069+acgoldsmith@users.noreply.github.com>
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    3 people authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b908808 View commit details
    Browse the repository at this point in the history
  10. [DOCU-2306] Websocket validator functionality plugins (#4150)

    * Add plugin skeletons
    
    * websocket-size-limit WIP
    
    * websocket-size-limit WIP
    
    * websocket-size-limit WIP
    
    * websocket-validator WIP
    
    * websocket-size-limit WIP
    
    * websocket-validator WIP
    
    * websocket-validator WIP
    
    * websocket-size-limit WIP
    
    * s/unserialize/deserialize/
    
    * the linter won't let me use 'unserialize' or 'deserialize'
    
    * Fix style guide issues
    
    * Add note to proxy WebSocket traffic
    
    * Apply copyedits
    
    * s/{service}/SERVICE/
    
    * Update app/_hub/kong-inc/websocket-size-limit/_index.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * fix ascii sequence alignment
    
    * WebSocket proxy mode docs
    
    * proxy.md updates/fixes
    
    * trying out navtabs for http/ws proto
    
    * trying to fix the EE badge
    
    * websocket pdk WIP
    
    * Add to nav and add front matter
    
    * Fix Vale issues
    
    * Update src/gateway/reference/proxy.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Update src/gateway/reference/proxy.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Update src/gateway/reference/proxy.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Update src/gateway/reference/proxy.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Update src/gateway/reference/proxy.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Update src/gateway/reference/proxy.md
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    
    * Add WebSocket plugin handler docs
    
    * Add blurb about oauth2 compatibility with WebSockets
    
    * Attempt to fix EE badge
    
    * whitespace cleanup
    
    * remove nav tabs from the proxy reference doc
    
    * fix websocket PDK links
    
    * add ws/wss protocols to service/route object definitions
    
    * remove enterpise badge template
    
    * re-add enterprise badge in a span
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    Co-authored-by: Michael Martin <3277009+flrgh@users.noreply.github.com>
    Co-authored-by: Michael Martin <flrgh@protonmail.com>
    3 people authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    bea144d View commit details
    Browse the repository at this point in the history
  11. Update support policy table for 3.0.x.x (#4364)

    update support policy for 3.0.x.x
    lena-larionova authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    43cdf46 View commit details
    Browse the repository at this point in the history
  12. Update admin api doc for 3.0 (#4363)

    * update admin api doc for 3.0
    
    * bring back description of paths attribute
    lena-larionova authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    31890c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4fde3d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    e78bcca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733e952 View commit details
    Browse the repository at this point in the history
  3. docs(*) fips (#4306)

    gszr authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    83ea989 View commit details
    Browse the repository at this point in the history
  4. Fix merge marker issue

    mheap committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5edb30d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af031b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d23429f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54afff2 View commit details
    Browse the repository at this point in the history
  8. OpenID Connect plugin: label removed param (#4368)

    update note for session_redis_auth; changelog entry
    lena-larionova authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    8fdde10 View commit details
    Browse the repository at this point in the history
  9. Add ~ to paths attribute in plugins (#4370)

    add ~ to paths attribute in plugins
    lena-larionova authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    36bb82c View commit details
    Browse the repository at this point in the history
  10. Zipkin plugin: updates for 3.0 (#4369)

    * document timeout and http span path params
    
    * single-source zipkin plugin
    
    * label static_tags version; add 2.3.x changelog entry
    
    * vale edits; remove source_url
    lena-larionova authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e1c032c View commit details
    Browse the repository at this point in the history
  11. add missing tracing pdk to nav

    lena-larionova authored and mheap committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3aed104 View commit details
    Browse the repository at this point in the history
  12. Broken links (#4372)

    * Update links to Busted
    
    * Remove Datadog link. Broken + not supported in 3.0 according to code
    
    * Fix broken Vitals link
    
    * Move all links from /kong-production/ to /production/
    
    * Move /key-concepts/ out of /understanding-kong/ in URLs
    
    * Fix security update process link
    
    * First batch of broken links
    
    * Second batch of broken links
    
    * Third batch of broken links
    
    * Fourth batch of broken links
    
    * Fifth batch of broken links
    
    * Sixth batch of broken links
    
    * Seventh batch of broken links
    
    * Eighth batch of broken links
    
    * Ninth batch of broken links
    
    * Tenth batch of broken links
    
    * Eleventh batch of broken links
    
    * Twelth batch of broken links
    
    * Thirteenth batch of broken links
    
    * Fourteenth batch of broken links
    
    * Fix link in install_options table
    mheap authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    525db35 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    210cfa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Update plugin compatibility table (#4374)

    add new plugins to compatibility table
    lena-larionova authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ad18603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c123b View commit details
    Browse the repository at this point in the history
  3. Update default policy/strategy for rate limiting plugins (#4378)

    * Update default policy/strategy for rate limiting plugins
    
    * Changelog formatting
    
    * appease linter
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    aboudreault and lena-larionova authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    70e7263 View commit details
    Browse the repository at this point in the history
  4. Update moved urls (#4373)

    * update moved urls
    
    * fix link
    
    * Apply suggestions from code review
    lena-larionova authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    b5a5b0d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Apply Helm chart feedback + fix sed inconsistenies (#4388)

    remediate sed syntax inconsistency, formatting improvements, and add hyperlink references
    usrbinkat authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    253be9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063c48a View commit details
    Browse the repository at this point in the history
  3. Update End of Full Support dates for 2.6 and 2.7 (#4394)

    Update End of Full Support dates for 2.6 and 2.7 (3.0 docs)
    mheap authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2847ccf View commit details
    Browse the repository at this point in the history
  4. Broken links, continued (#4375)

    * fixing broken links
    
    * fix more links
    
    * use cached syntax
    
    * remove old doc-assets images
    lena-larionova authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    97f87d7 View commit details
    Browse the repository at this point in the history
  5. docs(gateway) add 3.0 dependencies versions (#4398)

    * docs(gateway) add deps versions
    
    * docs(ldap-auth-advanced) add 3.0 changelog entries
    gszr authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ba4f628 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfd498c View commit details
    Browse the repository at this point in the history
  7. Changelog: Blue-green deployment fixes + missing info (#4400)

    * fix info about blue-green in changelog and upgrade guide; update product name variables
    
    * more info about blue-green based on eng discussion; add missing entry for ldap-auth-adv
    
    * fix typo
    
    * update smoke test
    
    * Apply suggestions from code review
    
    Fixing small copyedits
    
    Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
    lena-larionova and cloudjumpercat authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    e97265d View commit details
    Browse the repository at this point in the history
  8. Add Gateway quick links section (#4396)

    * Add Gateway quick links section
    
    * Apply suggestions from code review
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    mheap and lena-larionova authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b0d5b38 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Bump deck format version to 3.0 (#4405)

    * bump deck format version to 3.0
    
    * revert format version bump on openid-connect 1.5.x
    lena-larionova authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    acc95e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. docs(secret-management) update secret management docs for GA (#4379)

    * docs(secret-management) update secret management docs for GA
    
    * fix links
    
    * fix more links
    
    * remove outdated source urls
    
    * Formatting & grammar edits
    
    * vale edits
    
    * some better formatting for referenceable values section
    
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    3 people authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3a2209e View commit details
    Browse the repository at this point in the history
  2. Clean up command prompt marker (#4406)

    * clean up command prompt marker in src and plugin hub
    
    * remove outdated source_url parameter from plugin metadata
    
    * fix some indents
    
    * remove $ marker from hub examples
    lena-larionova authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4ab9bea View commit details
    Browse the repository at this point in the history
  3. Rename source_url to source_code for plugins (#4411)

    rename source_url to source_code for plugins
    lena-larionova authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    4d485c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Add OpenTracing item to Known Limitations (#4414)

    * Add OpenTracing item to Known Limitations
    
    * Add deprecation notice for nginx-opentracing
    
    * Minor copy editing improvements
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    Co-authored-by: Tyler Ball <2481463+tyler-ball@users.noreply.github.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    3 people authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e37e8d7 View commit details
    Browse the repository at this point in the history
  2. We accidently removed RFC3987 validation from route paths (#4415)

    * We accidently removed RFC3987 validation from route paths
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    
    * Update app/gateway/changelog.md
    
    Co-authored-by: Datong Sun <datong.sun@konghq.com>
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    Co-authored-by: Datong Sun <datong.sun@konghq.com>
    3 people authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e752ab6 View commit details
    Browse the repository at this point in the history
  3. The FIPS package has an issue, so we are delaying the 3.0.0.0 release…

    … of that until we can fix the issue (#4416)
    
    * The FIPS package has an issue, so we are delaying the 3.0.0.0 release of that until we can fix the issue
    
    Reverts #4306 temporarily
    while we fix the FIPS package. When we release the 3.0.0.0 FIPS package
    we will add these releae notes back.
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    
    * remove fips from gateway features table
    
    * remove fips config parameters from reference
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    3 people authored and Guaris committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c8b45aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    398715a View commit details
    Browse the repository at this point in the history
  5. make tests work for 3.0

    Guaris committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d69cc83 View commit details
    Browse the repository at this point in the history
  6. Fix breadcrumbs test

    mheap committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    7eadc81 View commit details
    Browse the repository at this point in the history
  7. Remove old latest link test

    mheap committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9498c0d View commit details
    Browse the repository at this point in the history
  8. fix broken links

    Guaris committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ac9544c View commit details
    Browse the repository at this point in the history
  9. [DOCU-2274] Upstream timeout plugin (#4402)

    * create doc for upstream timeout plugin
    
    * vale fixes; disable vale on certain sections
    
    * typo
    
    * appease linter with some reorganizing
    
    * remove numbers from headers; adjust links to point to routing ref
    
    * vale
    
    * add real icon
    lena-larionova authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    13eda64 View commit details
    Browse the repository at this point in the history
  10. Changelog & upgrade: clarify declarative config + update release date (

    …#4420)
    
    * add callouts for declarative config and general breaking changes in release
    
    * Apply suggestions from code review
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    
    * apply fix to other file
    
    Co-authored-by: Angel <Guaris@users.noreply.github.com>
    lena-larionova and Guaris authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3edf04e View commit details
    Browse the repository at this point in the history
  11. Blue green deployments 2 (#4403)

    * Correcting information about blue-green deploys from 2.8 to 3.0
    
    For EE, users will need to update to 2.8.1.5 before trying a blue-green
    upgrade to 3.0.0.0
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    
    * style: Update app/gateway/changelog.md
    
    Add missing comma
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * style: better grammar
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * style: add missing comma
    
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    
    * Correct statements of blue-green deploys (#4409)
    
    1. OSS also support bg migration for hybrid mode;
    2. Instruction and explanation of the migrations process
    
    * typo fix
    
    * Formatting & language
    
    * better formatting for blue-green section in upgrade guide
    
    * Attempting to clarify our support upgrade strategies and topologies
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    
    * follow the change of Kong/kong/pull/9404
    
    * Formatting, grammar
    
    * fix duplicate info in changelog
    
    * add callout for blue-green to top of guide
    
    * traditional mode
    
    * better grammar
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    Co-authored-by: Hans Hübner <hans.huebner@gmail.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    Co-authored-by: Xumin <100666470+Suika-Kong@users.noreply.github.com>
    Co-authored-by: suika-kong <xumin.zhou@konghq.com>
    Co-authored-by: lena.larionova <yelena.larionova@gmail.com>
    6 people authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f0a7e4d View commit details
    Browse the repository at this point in the history
  12. Fix 2.8.x nav (#4421)

    fix 2.8.x nav
    lena-larionova authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f41038f View commit details
    Browse the repository at this point in the history
  13. We switched our convenience tags from Alpine base to Debian base (#4422)

    * We switched our convenience tags from Alpine base to Debian base
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    
    * Update app/gateway/changelog.md
    
    Signed-off-by: Tyler Ball <tyler.ball@konghq.com>
    Co-authored-by: lena-larionova <54370747+lena-larionova@users.noreply.github.com>
    tyler-ball and lena-larionova authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    6d8152f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Add missing moved_urls

    mheap committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    336c97d View commit details
    Browse the repository at this point in the history
  2. Broken links

    mheap committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    a817508 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8eb9ee View commit details
    Browse the repository at this point in the history
  4. Use WIP URLs for CE release

    mheap committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    a641d93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9e68c4 View commit details
    Browse the repository at this point in the history