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 github.com/hbagdi/go-kong from 0.10.0 to 0.12.0 #3

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps github.com/hbagdi/go-kong from 0.10.0 to 0.12.0.

Release notes

Sourced from github.com/hbagdi/go-kong's releases.

v0.12.0

Changelog: https://github.com/hbagdi/go-kong/blob/main/CHANGELOG.md#v0120---20200730

v0.11.0

Changelog: https://github.com/hbagdi/go-kong/blob/master/CHANGELOG.md#v0110---20200117

Changelog

Sourced from github.com/hbagdi/go-kong's changelog.

[v0.12.0] - 2020/07/30

Summary

This release adds support for Kong 2.1 series and a number of enterprise entities.

Added

  • Added HTTPClientWithHeaders helper function to inject authn/authz related HTTP headers in requests to kong.

  • New fields in types:

    • Service struct has three new fields:
      • TLSVerifyDepth
      • TLSVerify
      • CACertificates
    • ClientCertificate field has been added to Upstream struct.
    • Type field has been added to PassiveHealthcheck struct.
  • Following new services for Kong Enterprise have been introduced:

    • WorkspaceService to manage workspaces in kong
    • AdminService to manage users of Kong Manager
    • MTLSAuthService to manage MTLS credentials

Misc

  • Changed the branch name from master to main
  • Introduced linters to improve code health

[v0.11.0] - 2020/01/17

Summary

  • This release adds support for Kong 2.0.0.

Added

  • Threshold field has been added to Upstream struct.
  • PathHandling field has been added to Route struct.
Commits
  • c670864 docs(changelog) document changes for v0.12.0
  • 65f2cc3 feat: add in properties introduced in Kong 2.1.0
  • 03cdf0a tests: disable failing ouath2 test due to bug in kong
  • db043b0 chore: run ci against Kong 2.1.0
  • e6e4556 feat: add kong admins support
  • ca58785 chore: test and see Kong EE package download failures
  • b8e58e2 docs: update badge to use main branch
  • 0527934 tests: use build flag instead of runWhen for enteprise only test files
  • be289a0 feat: add support for mtls-auth credentials
  • 873bc88 feat: implement workspace service
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [github.com/hbagdi/go-kong](https://github.com/hbagdi/go-kong) from 0.10.0 to 0.12.0.
- [Release notes](https://github.com/hbagdi/go-kong/releases)
- [Changelog](https://github.com/hbagdi/go-kong/blob/main/CHANGELOG.md)
- [Commits](hbagdi/go-kong@v0.10.0...v0.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2021
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
Projects
None yet
0 participants