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-configuration from 1.0.0 to 1.1.0 #1499

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

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

Release notes

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

v1.1.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.1.0 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller\?ref=v1.1.0 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller-incubator\?ref=v1.1.0 | kubectl apply -f -

v1.0.6

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.0.6 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller\?ref=v1.0.6 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller-incubator\?ref=v1.0.6 | kubectl apply -f -

v1.0.5

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.0.5 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller\?ref=v1.0.5 | kubectl apply -f -
kustomize build github.com/Kong/kubernetes-configuration/config/crd/ingress-controller-incubator\?ref=v1.0.5 | kubectl apply -f -

v1.0.4

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.1.0

Changes

  • Fix KongRoute's spec.headers field type. #243
  • Add a scope field to KongPluginBindingSpec to allow setting the scope of the plugin binding. The default value (OnlyTargets) is aligned with the previous default behavior - the plugin will only be applied to the targets specified in the targets field. A new alternative is GlobalInControlPlane that will make the plugin apply globally in a control plane. #236
  • Make KongPluginBinding's spec.controlPlaneRef field required as that's expected by KGO. #238

v1.0.6

Changes

  • Implemented Stringer interface for configuraionv1alpha1.ControlPlaneRef type. #230

v1.0.5

Release date: 2025-01-10

Changes

  • Exported CRD validation test suite types. #220

v1.0.4

Release date: 2025-01-09

Changes

  • Allowed konnectID as ControlPlaneRef's type field value. #214

[v1.0.3]

... (truncated)

Commits
  • 8cc1c38 fix: make KongPluginBinding's spec.controlPlaneRef required (#238)
  • b91b933 chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.23 to 0.1.24 (#244)
  • 468cdb3 chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (#245)
  • 06875e1 fix: fix KongRoute's spec.headers field type (#243)
  • db66b12 chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.21 to 0.1.23 (#242)
  • a392e75 chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.20 to 0.1.21 (#241)
  • 5943634 chore(ci): pin actions and ensure they are pinned (#240)
  • c2555a3 chore(ci): add codeql code scanning (#239)
  • c985e30 feat: add KongPluginBinding scope (#236)
  • 1009c60 chore(deps): update dependency rhysd/actionlint to v1.7.7 (#237)
  • 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 Jan 22, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.16%. Comparing base (44b5f64) to head (94a4476).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1499   +/-   ##
=======================================
  Coverage   29.16%   29.16%           
=======================================
  Files          62       62           
  Lines        6666     6666           
=======================================
  Hits         1944     1944           
  Misses       4583     4583           
  Partials      139      139           

☔ 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-configuration-1.1.0 branch 2 times, most recently from 1d69db1 to e090b61 Compare January 23, 2025 10:32
Bumps [github.com/kong/kubernetes-configuration](https://github.com/kong/kubernetes-configuration) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/kong/kubernetes-configuration/releases)
- [Changelog](https://github.com/Kong/kubernetes-configuration/blob/main/CHANGELOG.md)
- [Commits](Kong/kubernetes-configuration@v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@pmalek pmalek force-pushed the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.1.0 branch from e090b61 to 94a4476 Compare January 28, 2025 11:23
@pmalek pmalek enabled auto-merge (squash) January 28, 2025 11:23
@pmalek pmalek merged commit 34099fc into main Jan 28, 2025
22 checks passed
@pmalek pmalek deleted the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.1.0 branch January 28, 2025 11:26
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