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 0.0.46 to 1.0.0 #1475

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

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

Release notes

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

v1.0.0

See the CHANGELOG.md

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

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

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

v1.0.0

Release date: 2024-12-12

This is an initial stable release of the Kong Kubernetes configuration module. It includes CRDs for the Kong Ingress Controller and the Kong Gateway Operator in the ingress-controller, ingress-controller-incubator and gateway-operator channels.

Go bindings for the CRDs are available in the api/ directory and the pkg/clientset/ directory contains the clientset for interacting with the CRDs.

Commits
  • 797f429 chore: prepare release v1.0.0 (#191)
  • 59a1be9 chore(deps): update dependency kubernetes/code-generator to v0.32.0 (#188)
  • a685ad0 chore(deps): bump the k8s-io group with 4 updates (#190)
  • b2f0695 chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#189)
  • 8a0478f chore(deps): bump the k8s-io group with 4 updates (#187)
  • e0401c7 chore(deps): update dependency kubernetes/code-generator to v0.31.4 (#186)
  • 9f1d958 chore(deps): bump github.com/kong/go-kong from 0.60.0 to 0.61.0 (#185)
  • ed2561b chore(deps): update dependency mikefarah/yq to v4.44.6 (#184)
  • aa031ad chore(ci): add release meta to release workflow name (#182)
  • 551490e chore: prepare v1.0.0-rc.1 (#181)
  • 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 Dec 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.58%. Comparing base (c52a569) to head (711e314).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1475   +/-   ##
=======================================
  Coverage   27.58%   27.58%           
=======================================
  Files          61       61           
  Lines        6285     6285           
=======================================
  Hits         1734     1734           
  Misses       4423     4423           
  Partials      128      128           

☔ 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.0.0 branch from 4954ed7 to d6dd4f8 Compare December 13, 2024 08:15
Bumps [github.com/kong/kubernetes-configuration](https://github.com/kong/kubernetes-configuration) from 0.0.46 to 1.0.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@v0.0.46...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@pmalek pmalek force-pushed the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.0.0 branch from d6dd4f8 to 711e314 Compare December 13, 2024 08:43
@pmalek pmalek enabled auto-merge (squash) December 13, 2024 08:43
@pmalek pmalek merged commit ba07071 into main Dec 13, 2024
21 checks passed
@pmalek pmalek deleted the dependabot/go_modules/github.com/kong/kubernetes-configuration-1.0.0 branch December 13, 2024 08:50
battlebyte pushed a commit that referenced this pull request Dec 17, 2024
Bumps [github.com/kong/kubernetes-configuration](https://github.com/kong/kubernetes-configuration) from 0.0.46 to 1.0.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@v0.0.46...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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