Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2025

Bumps github.com/kong/kubernetes-configuration from 1.1.0 to 1.4.2.

Release notes

Sourced from github.com/kong/kubernetes-configuration's releases.

v1.4.2

Changes

See changelog for a complete list of changes.

Install CRDs from all channels

kustomize build github.com/Kong/kubernetes-configuration/config/crd/gateway-operator\?ref=v1.4.2 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller\?ref=v1.4.2 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller-incubator\?ref=v1.4.2 | kubectl apply -f -

v1.4.1

Changes

See changelog for a complete list of changes.

Install CRDs from all channels

kustomize build github.com/Kong/kubernetes-configuration/config/crd/gateway-operator\?ref=v1.4.1 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller\?ref=v1.4.1 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller-incubator\?ref=v1.4.1 | kubectl apply -f -

v1.4.0

Changes

See changelog for a complete list of changes.

Install CRDs from all channels

kustomize build github.com/Kong/kubernetes-configuration/config/crd/gateway-operator\?ref=v1.4.0 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller\?ref=v1.4.0 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller-incubator\?ref=v1.4.0 | kubectl apply -f -

v1.4.0-rc.1

Changes

See changelog for a complete list of changes.

Install CRDs from all channels

... (truncated)

Changelog

Sourced from github.com/kong/kubernetes-configuration's changelog.

v1.4.2

Fixes

  • Fix DataPlane CEL CEL validation rule during blue green rollout #439

v1.4.1

Changes

  • Clarified the comment in DataPlane CRD on the allowed values for Service types. #429

v1.4.0

Added

  • Added KonnectCloudGatewayTransitGateway to support Konnect transit gateways. #375
  • Allow setting DataPlane's NodePort port number #401
  • Added scale subresource to DataPlane CRD. #402
  • Added support for setting PodDisruptionBudget in GatewayConfiguration's DataPlane options. #405
  • Add methods SetServiceRef and GetServiceRef to KongRoute object. #404
  • Added WatchNamespaceGrant CRD. #403
  • Add watchNamespaces field to GatewayConfiguration's ControlPlane options. #416

Changes

  • Move KongObjectRef to common/v1alpha1 and rename to NameRef. #381
  • Add Type and KonnectID fields to the KonnectGatewayControlPlane CRD. #387 #395
  • Change validation rules for KongRoute to allow its migration from serviceless (KonnectGatewayControlPlane bound) to KongService bound and vice versa. #386

... (truncated)

Commits
  • fe8b718 fix(dataplane): fix DataPlane CEL for spec updates during blue green rollout ...
  • 1b3fa66 [release/1.4.x] Prepare 1.4.1 (#431)
  • 7957246 release v1.4.0 (#423)
  • f7f0416 chore(deps): update dependency gotestyourself/gotestsum to v1.12.2 (#422)
  • 1960e26 chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions (#421)
  • f0e72e9 chore(deps): update dependency golangci/golangci-lint to v2.1.6 (#419)
  • a882126 chore(deps): update dependency mikefarah/yq to v4.45.2 (#420)
  • 991572f chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 (#418)
  • 8251963 chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 (#417)
  • fc6e47a feat(gatewayconfiguration): add support for ControlPlane's watchnamespaces (#...
  • 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 Jun 12, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.16%. Comparing base (ad2aae7) to head (0b50e0a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1655      +/-   ##
==========================================
+ Coverage   28.11%   28.16%   +0.05%     
==========================================
  Files          67       67              
  Lines        6969     6969              
==========================================
+ Hits         1959     1963       +4     
+ Misses       4868     4865       -3     
+ Partials      142      141       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.4.2 branch 3 times, most recently from c5e0421 to 73f08f0 Compare June 17, 2025 08:02
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.4.2 branch from 73f08f0 to 71bfbe3 Compare June 26, 2025 05:09
Bumps [github.com/kong/kubernetes-configuration](https://github.com/kong/kubernetes-configuration) from 1.1.0 to 1.4.2.
- [Release notes](https://github.com/kong/kubernetes-configuration/releases)
- [Changelog](https://github.com/Kong/kubernetes-configuration/blob/v1.4.2/CHANGELOG.md)
- [Commits](Kong/kubernetes-configuration@v1.1.0...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/kong/kubernetes-configuration
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.4.2 branch from 71bfbe3 to 0b50e0a Compare June 27, 2025 03:57
@Prashansa-K Prashansa-K merged commit 6911745 into main Jun 27, 2025
24 checks passed
@Prashansa-K Prashansa-K deleted the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.4.2 branch June 27, 2025 05:44
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.

2 participants