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

Bump github.com/ori-edge/k8s_gateway from 0.3.4 to 0.4.0 #807

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps github.com/ori-edge/k8s_gateway from 0.3.4 to 0.4.0.

Release notes

Sourced from github.com/ori-edge/k8s_gateway's releases.

v0.4.0

Changelog

  • 22e389c bump version to 0.4.0
  • e1d8e49 Merge pull request #249 from larivierec/feature/support-gateway-apis-1.0.0
  • 73b698c change crds and change v1beta1 to v1
  • fd587ff Merge pull request #238 from larivierec/feature/support-tls-grpc-routes
  • 2a53d47 Support TLS and GRPC Routes detection
  • 00dd534 Merge pull request #233 from testwill/pkg-import
  • d72591c Merge pull request #240 from horjulf/lint-timeout
  • 1d9e367 fix: Increase golangci-lint timeout
  • 02b1369 Merge pull request #234 from horjulf/gateway_api_beta
  • 9144870 Upgrade Gateway API to v1beta1
  • c1d8e84 chore: import packages only once
  • cd51b9d Merge pull request #214 from ori-edge/dependabot/docker/library/golang-1.20.4
  • c2ad290 Merge pull request #217 from mhumeSF/trim-empty-line
  • 4e9bc65 Trim empty lines in yaml output
  • 6b5a1bd Merge pull request #213 from ori-edge/dependabot/go_modules/github.com/miekg/dns-1.1.54
  • e99542b Bump library/golang from 1.20.3 to 1.20.4
  • c9468a7 Bump github.com/miekg/dns from 1.1.53 to 1.1.54
  • 040d818 Merge pull request #212 from ainquel/chart-indent-extrazoneplugins
  • aa2eedb fix chart indentation of extraZonePlugins
  • fd7c4be wtf
  • 361a6f4 go mod tidy
  • 48503dd Merge pull request #206 from ori-edge/dependabot/docker/library/golang-1.20.3
  • 26b5ab4 Bump library/golang from 1.20.2 to 1.20.3
  • 29c85da new helm release
Commits
  • 22e389c bump version to 0.4.0
  • e1d8e49 Merge pull request #249 from larivierec/feature/support-gateway-apis-1.0.0
  • 73b698c change crds and change v1beta1 to v1
  • fd587ff Merge pull request #238 from larivierec/feature/support-tls-grpc-routes
  • 2a53d47 Support TLS and GRPC Routes detection
  • 00dd534 Merge pull request #233 from testwill/pkg-import
  • d72591c Merge pull request #240 from horjulf/lint-timeout
  • 1d9e367 fix: Increase golangci-lint timeout
  • 02b1369 Merge pull request #234 from horjulf/gateway_api_beta
  • 9144870 Upgrade Gateway API to v1beta1
  • 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/ori-edge/k8s_gateway](https://github.com/ori-edge/k8s_gateway) from 0.3.4 to 0.4.0.
- [Release notes](https://github.com/ori-edge/k8s_gateway/releases)
- [Changelog](https://github.com/ori-edge/k8s_gateway/blob/master/.goreleaser.yml)
- [Commits](ori-edge/k8s_gateway@v0.3.4...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/ori-edge/k8s_gateway
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 1, 2023
Copy link

netlify bot commented Dec 1, 2023

Deploy Preview for beryju-gravity canceled.

Name Link
🔨 Latest commit 56acd91
🔍 Latest deploy log https://app.netlify.com/sites/beryju-gravity/deploys/656962124026bf0007122270

Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (63be84b) 57.05% compared to head (56acd91) 57.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #807      +/-   ##
==========================================
+ Coverage   57.05%   57.55%   +0.50%     
==========================================
  Files          90       90              
  Lines        4587     4587              
==========================================
+ Hits         2617     2640      +23     
+ Misses       1701     1682      -19     
+ Partials      269      265       -4     

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

@BeryJu BeryJu merged commit e8842b5 into main Dec 1, 2023
11 of 12 checks passed
@BeryJu BeryJu deleted the dependabot/go_modules/github.com/ori-edge/k8s_gateway-0.4.0 branch December 1, 2023 12:49
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.

None yet

1 participant