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/kong/kubernetes-ingress-controller/v3 from 3.2.4 to 3.3.1 #1386

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

Bumps github.com/kong/kubernetes-ingress-controller/v3 from 3.2.4 to 3.3.1.

Release notes

Sourced from github.com/kong/kubernetes-ingress-controller/v3's releases.

v3.3.1

Download Kong Ingress Controller 3.3.1:

Links:

v3.3.0

Download Kong Ingress Controller 3.3.0:

Links:

Changelog

Sourced from github.com/kong/kubernetes-ingress-controller/v3's changelog.

[3.3.1]

Release date: 2024-08-28

Fixed

  • Fixed KongUpstreamPolicy reconciler to not index HTTPRoute when Gateway API CRDs are not installed. #6454

[3.3.0]

Release date: 2024-08-26

Highlights

  • 📊 Observability of Konnect Requests: Instrumented tracing headers for B3 propogation and datadog in requests sent to Konnect APIs. When error happens in requests to Konnect APIs, logs with error level are printed with status code and returned tracing data from Konnnect side.
  • 🏗️ KongCustomEntitty Promoted to Beta: With multiple improvements of using custom entities in KIC: supporting custom entities in last valid configurations, generating one entity per each referenced foreign entity of KongCustomEntity, and allowing KongCustomEntity to be referenced in KongPlugins in other namespaces, KongCustomEntity feature gate is promoted to beta and enabled by default. This makes using custom entities easier.

Added

  • KongCustomEntity is now supported by the FallbackConfiguration feature. #6286
  • It is now possible to disable synchronization of consumers to Konnect through the flag --konnect-disable-consumers-sync. #6313
  • Allow KongCustomEntity to refer to plugins in another namespace via spec.parentRef.namespace. The reference is allowed only when there is a ReferenceGrant in the namespace of the KongPlugin to grant permissions to KongCustomEntity of referring to KongPlugin. #6289
  • Konnect configuration updates are now handled separately from gateway updates. This allows the controller to handle sync errors for the gateway and Konnect speparately, and avoids one blocking the other. The period of uploading configuration to Konnect changed to 30 seconds by default. The period can be set by the added flag --konnect-upload-config-period, with a minimum period of 10 seconds. #6341 #6349 #6352
  • Added duration field in logs after successfully sent configuration to Kong gateway or Konnect.

... (truncated)

Commits
  • 67fa9b5 chore: prepare 3.3.1 release (#6460)
  • 093628a fix: do not index httproute if not enabled (#6454) (#6455)
  • 597fec3 chore(docs): Add the compare link in Changelog (#6452)
  • 17f5daf chore(release): prepare 3.3.0 release (#6451)
  • bcca0b7 chore(deps): bump github.com/prometheus/client_golang (#6448)
  • e7f552b test: add integration test for dbmode strategy (#6445)
  • 401a9b6 chore(deps): bump google.golang.org/api from 0.193.0 to 0.194.0 (#6447)
  • 82ed3db Fix(controller): Stop reconcilication if KongUpstreamPolicy not referred in r...
  • 1ac031f chore(deps): update dependency gke to v1.31.0 (#6444)
  • 92eeea8 chore(deps): update dependency golangci/golangci-lint to v1.60.3 (#6442)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 28, 2024
@codecov-commenter
Copy link

codecov-commenter commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.52%. Comparing base (74b1859) to head (111c202).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1386   +/-   ##
=======================================
  Coverage   29.52%   29.52%           
=======================================
  Files          59       59           
  Lines        5138     5138           
=======================================
  Hits         1517     1517           
  Misses       3512     3512           
  Partials      109      109           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kong/kubernetes-ingress-controller/v3-3.3.1 branch 4 times, most recently from 92ba558 to 111c202 Compare September 12, 2024 15:52
Bumps [github.com/kong/kubernetes-ingress-controller/v3](https://github.com/kong/kubernetes-ingress-controller) from 3.2.4 to 3.3.1.
- [Release notes](https://github.com/kong/kubernetes-ingress-controller/releases)
- [Changelog](https://github.com/Kong/kubernetes-ingress-controller/blob/main/CHANGELOG.md)
- [Commits](Kong/kubernetes-ingress-controller@v3.2.4...v3.3.1)

---
updated-dependencies:
- dependency-name: github.com/kong/kubernetes-ingress-controller/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kong/kubernetes-ingress-controller/v3-3.3.1 branch from 111c202 to 8bb31e1 Compare September 19, 2024 09:28
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant