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.0.6 #1495

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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

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

v1.0.4-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.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

Release date: 2025-01-07

Changes

This release didn't include any user-facing changes.

v1.0.2

Release date: 2025-01-07

Changes

  • Disallowed konnectID as ControlPlaneRef's type field value. This is not

... (truncated)

Commits
  • 9c89eb6 feat: implement Stringer for ControlPlaneRef (#230)
  • 506ba65 chore(deps): bump the k8s-io group with 4 updates (#229)
  • 0b1cc68 chore(deps): bump github.com/Kong/sdk-konnect-go from 0.1.19 to 0.1.20 (#228)
  • 937f3d3 chore(deps): update dependency kubernetes-sigs/kustomize to v5.6.0 (#227)
  • e33cc1d chore(deps): update dependency kubernetes-sigs/controller-tools to v0.17.1 (#...
  • b1dff3f chore(deps): bump github.com/kong/go-kong from 0.62.0 to 0.63.0 (#226)
  • c6f874e chore(deps): bump sigs.k8s.io/controller-tools from 0.17.0 to 0.17.1 (#225)
  • afcb4f1 chore(deps): bump ncipollo/release-action from 1.14.0 to 1.15.0 (#223)
  • f1f2a65 feat: add scheme param to crd validation testcase types (#221)
  • 898a2f9 chore(deps): update dependency mikefarah/yq to v4.45.1 (#222)
  • 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)

Bumps [github.com/kong/kubernetes-configuration](https://github.com/kong/kubernetes-configuration) from 1.0.0 to 1.0.6.
- [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.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 17, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.53%. Comparing base (a6e0d60) to head (297b9ac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1495   +/-   ##
=======================================
  Coverage   29.53%   29.53%           
=======================================
  Files          61       61           
  Lines        6583     6583           
=======================================
  Hits         1944     1944           
  Misses       4500     4500           
  Partials      139      139           

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

Superseded by #1499.

@dependabot dependabot bot closed this Jan 22, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.0.6 branch January 22, 2025 04:06
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