-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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/3.2.x #10506
release/3.2.x #10506
Commits on Feb 5, 2023
-
chore(deps): bump resty.session from 4.0.0 to 4.0.1 (#10231)
### Summary #### Fixed - fix(session): clear_request cookie to check remember_meta correctly before using it #### Added - feat(opm): add more dependencies in requires - feat(opm): add right version number requirements - docs(readme): add remark on dependencies on installation section
1Configuration menu - View commit details
-
Copy full SHA for b30ce8a - Browse repository at this point
Copy the full SHA b30ce8aView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ebf775 - Browse repository at this point
Copy the full SHA 3ebf775View commit details -
Configuration menu - View commit details
-
Copy full SHA for c52e726 - Browse repository at this point
Copy the full SHA c52e726View commit details
Commits on Feb 8, 2023
-
fix(*): prevent queues from growing without bounds (#10046) (#10253)
This commit implements an upper limit on the number of batches that may be waiting on a queue for processing. Once the limit has been reached, the oldest batch is dropped from the queue and an error message is logged. The maximum number of batches that can be waiting on a queue is configured through the max_queued_batches parameter of the queue, which defaults to 100 and can be globally overriden with the max_queued_batches parameter in kong.conf A more complete rewrite of the queuing system is in the works but will not make it into 3.2. KAG-303 This reverts commit 218cc0a.
Configuration menu - View commit details
-
Copy full SHA for b28347c - Browse repository at this point
Copy the full SHA b28347cView commit details -
fix(conf_loader): deprecate and alias otel properties (#10220)
* fix(conf_loader): deprecate and alias otel properties * chore(conf_loader): update error string (cherry picked from commit ef25a10)
Configuration menu - View commit details
-
Copy full SHA for 47b5921 - Browse repository at this point
Copy the full SHA 47b5921View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f77de84 - Browse repository at this point
Copy the full SHA f77de84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8a1f7 - Browse repository at this point
Copy the full SHA 4e8a1f7View commit details -
chore(deps): bump
resty.timerng
from0.2.0
to0.2.3
(#10265)(cherry picked from commit 3828b1f)
Configuration menu - View commit details
-
Copy full SHA for 6c5e6fd - Browse repository at this point
Copy the full SHA 6c5e6fdView commit details
Commits on Feb 10, 2023
-
feat(batchqueue): increase default maximum queue size and remove glob…
…al configuration parameter (#10271) We don't want to support this parameter going forward as we're going to re-implement the queue system. This change hard-codes the queue limit to a value that would be considered "large enough". We added an undocumented environment variable serves to help users who require a different limit on the maximum size of queues. A proper solution is under development and this undocumented environment variable will only exist until the reimplementation has been released Co-authored-by: Datong Sun <datong.sun@konghq.com> (cherry picked from commit 989b23e)
Configuration menu - View commit details
-
Copy full SHA for df4a0b8 - Browse repository at this point
Copy the full SHA df4a0b8View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fefb5ad - Browse repository at this point
Copy the full SHA fefb5adView commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f2c9f36 - Browse repository at this point
Copy the full SHA f2c9f36View commit details
Commits on Feb 15, 2023
-
chore(deps) bump resty.session from 4.0.1 to 4.0.2 (#10308)
- fix(*): hkdf is not approved by FIPS, use PBKDF2 instead on FIPS-mode
Configuration menu - View commit details
-
Copy full SHA for 5f74a0d - Browse repository at this point
Copy the full SHA 5f74a0dView commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8fe41ac - Browse repository at this point
Copy the full SHA 8fe41acView commit details
Commits on Feb 20, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 0b09482 - Browse repository at this point
Copy the full SHA 0b09482View commit details
Commits on Feb 22, 2023
-
docs(changelog) update changelog for 3.2.0 release (#10337)
Co-authored-by: Harry <harrybagdi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3eef4b9 - Browse repository at this point
Copy the full SHA 3eef4b9View commit details -
chore(deps) bump resty.session to 4.0.3
### Summary Fixes Redis (non-cluster/sentinel) authentication.
Configuration menu - View commit details
-
Copy full SHA for 469e6de - Browse repository at this point
Copy the full SHA 469e6deView commit details
Commits on Feb 23, 2023
-
fix(clustering/compat): compatibility for plugn fields (#10346)
For 3.2, we added `aws_imds_protocol_version` config for `aws_lambda` plugin, and `aws_imds_protocol_version` config for `zipkin` plugin, but we did not add corresponding `removed_fields` entries. Which causes Hybrid mode sync to older versions of Kong to fail. Fix KAG-725 Co-authored-by: Chrono <chronolaw@gmail.com> (cherry picked from commit 2a23672)
Configuration menu - View commit details
-
Copy full SHA for 3ec920c - Browse repository at this point
Copy the full SHA 3ec920cView commit details -
fix(actions): use
regctl
for (multiarch) image copy (#10335)Co-authored-by: Datong Sun <datong.sun@konghq.com>
Configuration menu - View commit details
-
Copy full SHA for bcbb12a - Browse repository at this point
Copy the full SHA bcbb12aView commit details -
feat(cd): Integrate container and cve scanning post publishing (#10275)
Backported from #10272 * (feat/container-scanning): Integrate container and cve scanning post … (#10272) * (feat/container-scanning): Integrate container and cve scanning post publishing * build/ENGEN-844 review (#10273) * chore(gha): cleanup trailing whitespace * chore(gha): simplify release scan image as ENV * chore(gha): simplify release scan logic * fix(gha): release scan IMAGE context * chore(gha): fix scan manifest output redirection --------- Co-authored-by: Isa Farnik <isa@konghq.com> * fix(cd): remove container scan dependency --------- Co-authored-by: Isa Farnik <isa@konghq.com>
Configuration menu - View commit details
-
Copy full SHA for 2e08e60 - Browse repository at this point
Copy the full SHA 2e08e60View commit details -
fix(clustering): session renamed fields (#10354)
Co-authored-by: Samuele Illuminati <samuele@konghq.com>
Configuration menu - View commit details
-
Copy full SHA for 6cbc7d9 - Browse repository at this point
Copy the full SHA 6cbc7d9View commit details -
feat(meta): bump to 3.2.1 (#10351)
Co-authored-by: Datong Sun <datong.sun@konghq.com>
Configuration menu - View commit details
-
Copy full SHA for c7d6e44 - Browse repository at this point
Copy the full SHA c7d6e44View commit details -
chore(release): Boolean variables are passed as strings by Github Act…
Configuration menu - View commit details
-
Copy full SHA for 4aa5113 - Browse repository at this point
Copy the full SHA 4aa5113View commit details
Commits on Feb 24, 2023
-
fix(plugin): OTEL exporting with translate (#10332) (#10358)
Co-authored-by: Chrono <chrono_cpp@me.com> Co-authored-by: Michael Martin <3277009+flrgh@users.noreply.github.com> (cherry picked from commit 6fa55b3) Co-authored-by: Xumin <100666470+StarlightIbuki@users.noreply.github.com> Co-authored-by: Enrique García Cota <kikito@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d39e96c - Browse repository at this point
Copy the full SHA d39e96cView commit details -
fix(gha): Set Package Architecture when Uploading to Pulp (#10339) (#…
Configuration menu - View commit details
-
Copy full SHA for c40306d - Browse repository at this point
Copy the full SHA c40306dView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f77a1d - Browse repository at this point
Copy the full SHA 0f77a1dView commit details
Commits on Feb 28, 2023
-
fix(db/migration): do migration before validation (#10348)
Co-authored-by: Chrono <chrono_cpp@me.com> Co-authored-by: Aapo Talvensaari <aapo.talvensaari@gmail.com> Co-authored-by: Enrique García Cota <kikito@gmail.com> (cherry picked from commit 2f82ced)
1Configuration menu - View commit details
-
Copy full SHA for c33859a - Browse repository at this point
Copy the full SHA c33859aView commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d71a15 - Browse repository at this point
Copy the full SHA 8d71a15View commit details -
fix(balancer) use local target cache (#10384) (#10410)
* fix(balancer) use local target cache * fix(targets): remove dup code (cherry picked from commit 4f29d72) Co-authored-by: Vinicius Mignot <vinicius.mignot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 15549a4 - Browse repository at this point
Copy the full SHA 15549a4View commit details
Commits on Mar 2, 2023
-
fix(bazel): fix intel detection (#10322)
(cherry picked from commit 50e8ba2)
Configuration menu - View commit details
-
Copy full SHA for c9a9342 - Browse repository at this point
Copy the full SHA c9a9342View commit details -
Configuration menu - View commit details
-
Copy full SHA for a125693 - Browse repository at this point
Copy the full SHA a125693View commit details
Commits on Mar 4, 2023
-
feat(*): Port kong-build-tools Package Smoke Tests [KAG-617]
* chore(tests): mv admin-api tests++ * feat(*): [KAG-617] port kbt smoke tests that previously lived in as 01-package/run.sh * fix(tests): add VERBOSE flag to admin api tests * fix(tests): set VERBOSE from runner.debug * fix(tests): allow repeat runs * fix(tests): allow multiple response codes * fix(tests): skip file tests on alpine (status quo) (cherry picked from commit 13c7c6f)
Configuration menu - View commit details
-
Copy full SHA for 1a1f2db - Browse repository at this point
Copy the full SHA 1a1f2dbView commit details
Commits on Mar 6, 2023
-
fix(bazel): add alt url for older zlib releases
(cherry picked from commit a5f3634)
Configuration menu - View commit details
-
Copy full SHA for 0092b4b - Browse repository at this point
Copy the full SHA 0092b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8942b1d - Browse repository at this point
Copy the full SHA 8942b1dView commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e67b8c4 - Browse repository at this point
Copy the full SHA e67b8c4View commit details
Commits on Mar 15, 2023
-
fix(dockerfiles): clean up dangling sockets on startup (#10468) (#10481)
Configuration menu - View commit details
-
Copy full SHA for f9a332d - Browse repository at this point
Copy the full SHA f9a332dView commit details
Commits on Mar 16, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for e517284 - Browse repository at this point
Copy the full SHA e517284View commit details
Commits on Mar 21, 2023
-
fix(runloop): use upstream status code in passive health check (#10325)
We expect the upstream passive unhealthy healthcheck on HTTP status code should only mark the targets as "down" (not reachable or proxiable) using the returned HTTP status code from the target, and it should not be affected by the final HTTP status code set by Kong plugin, which is returned to the client. So we change the passive health check implementation to use nginx var `upstream_code`, this will not be changed by any plugin. FTI-4841 Fix #10281 (cherry picked from commit dbe8d94)
Configuration menu - View commit details
-
Copy full SHA for cf5665e - Browse repository at this point
Copy the full SHA cf5665eView commit details