jeremmfr / terraform-provider-junos

Terraform provider for Junos devices
https://registry.terraform.io/providers/jeremmfr/junos
MIT License
61 stars 21 forks source link

deps: bump github.com/jeremmfr/go-netconf from 0.4.15 to 0.5.0 #658

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps github.com/jeremmfr/go-netconf from 0.4.15 to 0.5.0.

Changelog

Sourced from github.com/jeremmfr/go-netconf's changelog.

0.5.0 (2024-05-03)

  • transport: rewrite message when receive EOF before end of netconf message receipt
  • transport: detect potential broken connection when sending netconf message
  • golang: bump minimum version to v1.21
  • deps: bump golang.org/x/crypto to v0.22.0
Commits
  • fba5b50 Release v0.5.0
  • 8232617 update CHANGELOG.md
  • 3093ff9 Merge pull request #38 from jeremmfr/transport-error-handling
  • 71c88a1 transport: detect potential broken connection when
  • 5fad8d9 transport: rewrite message when receive EOF before
  • 3dd5dcb lint: bump golangci-lint to v1.57
  • f1b4e47 Merge pull request #37 from jeremmfr/dependabot/github_actions/golangci/golan...
  • 2f08557 Merge pull request #36 from jeremmfr/dependabot/go_modules/golang.org/x/crypt...
  • c56fb4f workflows: bump golangci/golangci-lint-action from 4 to 5
  • b05c501 deps: bump golang.org/x/crypto from 0.21.0 to 0.22.0
  • 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 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)