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

chore(deps): bump kong from 1ccd94f to 80fa39f #312

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 27, 2023

Bumps kong from 1ccd94f to 80fa39f.

Upgrade guide

Sourced from kong's upgrade guide.

This document guides you through the process of upgrading Kong. First, check if a section named "Upgrade to x.x.x" exists, with x.x.x being the version you are planning to upgrade to. If such a section does not exist, the upgrade you want to perform does not have any particular instructions, and you can simply consult the Suggested upgrade path.

Suggested upgrade path

Unless indicated otherwise in one of the upgrade paths of this document, it is possible to upgrade Kong without downtime.

Assuming that Kong is already running on your system, acquire the latest version from any of the available installation methods and proceed to install it, overriding your previous installation.

If you are planning to make modifications to your configuration, this is a good time to do so.

Then, run migration to upgrade your database schema:

$ kong migrations up [-c configuration_file]

If the command is successful, and no migration ran (no output), then you only have to reload Kong:

$ kong reload [-c configuration_file]

Reminder: kong reload leverages the Nginx reload signal that seamlessly starts new workers, which take over from old workers before those old workers are terminated. In this way, Kong will serve new requests via the new configuration, without dropping existing in-flight connections.

Upgrade to 3.0.x

Kong adheres to semantic versioning, which makes a distinction between "major", "minor", and "patch" versions. The upgrade path will differ depending on which version you are migrating from.

Kong 3.0.x is a major upgrade, please be aware of any breaking changes between the 2.x and 3.x series. For 1.x series, please also refer to breaking changes of 2.x.

Dependencies

... (truncated)

Commits
  • 80fa39f chore(actions): pin gateway-test-scheduler with hash
  • 1ab6ead feat(templates): enable status_listen by default on localhost (#12254)
  • 6e91c99 docs(pdk): fix missing doc for set_header related pdk (#12249)
  • 75ee3a0 docs(changelog): reword rpm package post remove changelog (#12245)
  • b2a4ffd chore(deps): bump lua-resty-healthcheck to 3.0.1 (#12237)
  • 2b99ee7 fix(pdk): response.set_header support header argument with table array of str...
  • 6fe6813 feat(opentelemetry): sampling rate configuration option (#12054)
  • 28fcbcb fix(globalpatches): imeplement SharedDict:get_stale API (#12233)
  • e7f9023 deps(requirments): bump atc-router to v1.4.0 (#12231)
  • f7e6eee perf(proxy): use higher default keepalive request value for Nginx tuning (#12...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [kong](https://github.com/Kong/kong) from `1ccd94f` to `80fa39f`.
- [Release notes](https://github.com/Kong/kong/releases)
- [Upgrade guide](https://github.com/Kong/kong/blob/master/UPGRADE.md)
- [Commits](Kong/kong@1ccd94f...80fa39f)

---
updated-dependencies:
- dependency-name: kong
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Dec 27, 2023
@hutchic hutchic enabled auto-merge (squash) December 27, 2023 07:14
Copy link
Author

dependabot bot commented on behalf of github Dec 28, 2023

Superseded by #313.

@dependabot dependabot bot closed this Dec 28, 2023
auto-merge was automatically disabled December 28, 2023 07:12

Pull request was closed

@dependabot dependabot bot deleted the dependabot/submodules/kong-80fa39f branch December 28, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant