Skip to content

Update minor-dependencies #87

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 18, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/Masterminds/semver/v3 require patch v3.1.0 -> v3.1.1
github.com/eclipse/paho.mqtt.golang require minor v1.2.0 -> v1.3.2
github.com/sirupsen/logrus require minor v1.7.0 -> v1.8.1
github.com/soniah/gosnmp require minor v1.27.0 -> v1.30.0

Release Notes

Masterminds/semver

v3.1.1

Compare Source

Fixed
  • #​158: Fixed issue with generated regex operation order that could cause problem
eclipse/paho.mqtt.golang

v1.3.2

Compare Source

This is a minor release that resolves a reported issue (#​479 & #​469) that broke connections to AWS IoT over WSS. Fixing this involved reversing PR #​319 which may break some specific IPV6 use-cases (if this impacts this you will need to update your code to pass in an address that complies with RFC3986/RFC6874; i.e. escape % chars in the zone identifier).

v1.3.1

Compare Source

This is a minor release that resolves a reported issue that could lead to a deadlock when shutting down following a loss of connection (thanks to @​williamshaocharles for reporting this and providing logs).

v1.3.0

Compare Source

This release comes 20 months after 1.2.0 and incorporates a wide range of fixes and significant refactoring. Thanks to everyone who submitted issues and contributed code (list of merged pull requests below); special thanks to @​alsm for his ongoing stewardship.

Note that this commit changes internal message channels from buffered to unbuffered and may impact users who publish from within a message handler (the documentation has been updated to highlight the issue; running potentially blocking operations within a message handle has always been problematic).

sirupsen/logrus

v1.8.1

Compare Source

v1.8.0

Compare Source

Correct versioning number replacing v1.7.1

v1.7.1

Compare Source

Code quality:
  • use go 1.15 in travis
  • use magefile as task runner
Fixes:
  • small fixes about new go 1.13 error formatting system
  • Fix for long time race condiction with mutating data hooks
Features:
  • build support for zos
soniah/gosnmp

v1.30.0

Compare Source

NOTE: This release changes the MaxRepetitions type to uint32.

  • [BUGFIX] Add bounds checking for reqID and msgID #​273
  • [FEATURE] New packet inspection hook methods for in-flight measurements #​276
  • [ENHANCEMENT] Support for local e2e tests against net-snmpd #​292
  • [CHANGE] Fix GetBulkRequest MaxRepetitions signedness issue in marshalPDU() #​293
  • [CHANGE] mocks/gosnmp_mock.go: Update UnmarshalTrap mock base method #​294
  • [BUGFIX] marshal.go: Fix signedness issue in marshalPDU() #​295
  • [ENHANCEMENT] marshalPDU(): stricter integer conversion #​301
  • [ENHANCEMENT] Use Go 1.13 error wrapping #​304
  • [ENHANCEMENT] walk.go: improve BulkWalk error handling #​306
  • [ENHANCEMENT] MaxRepetitions now allows values between 0..2147483 and wraps to 0 at max int32.

v1.29.0

Compare Source

NOTE: This release returns the OctetString []byte behavior for v1.26.0 and earlier.

  • [CHANGE] Return OctetString as []byte #​264

v1.28.0

Compare Source

This release updates the Go import path from github.com/soniah/gosnmp
to github.com/gosnmp/gosnmp.

  • [CHANGE] Update project path #​257
  • [ENHANCEMENT] Improve SNMPv3 trap support #​253

Renovate configuration

📅 Schedule: "after 5am and before 10am on sunday" in timezone Europe/Moscow.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Oct 18, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/Rightech/ric-edge":"/mnt/renovate/gh/Rightech/ric-edge" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/Rightech/ric-edge" docker.io/renovate/go:1.13.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod vendor && go mod tidy && go mod tidy"
go: github.com/soniah/[email protected]: parsing go.mod:
	module declares its path as: github.com/gosnmp/gosnmp
	        but was required as: github.com/soniah/gosnmp

@renovate renovate bot changed the title Update module soniah/gosnmp to v1.28.0 Update minor-dependencies Nov 23, 2020
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 806c55f to 468270b Compare November 23, 2020 17:40
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from b57cbfa to 0621f55 Compare December 7, 2020 21:18
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 0621f55 to 6c512ca Compare December 30, 2020 02:54
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6c512ca to b7de55e Compare February 7, 2021 08:12
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from bae71d0 to 66ec231 Compare February 20, 2021 20:11
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 66ec231 to 1a9d845 Compare March 9, 2021 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant