micro-starter-kit icon indicating copy to clipboard operation
micro-starter-kit copied to clipboard

fix(deps): update module github.com/envoyproxy/protoc-gen-validate to v0.6.7

Open renovate[bot] opened this issue 4 years ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/envoyproxy/protoc-gen-validate require minor v0.1.0 -> v0.6.7

Release Notes

envoyproxy/protoc-gen-validate

v0.6.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.6...v0.6.7

v0.6.6

Compare Source

What's Changed

Full Changelog: https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.5...v0.6.6

v0.6.5

Compare Source

What's Changed

Full Changelog: https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.4...v0.6.5

v0.6.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.3...v0.6.4

v0.6.3

Compare Source

v0.6.2

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/envoyproxy/protoc-gen-validate/compare/v0.6.1...v0.6.2

v0.6.1

Compare Source

Changes

  • Remove support for returning multiple validation errors. This feature caused silent breakage of validations for consumers due to an API change.

v0.6.0

Compare Source

  • In generated Go code, allows returning a list of validation errors instead of only the first failed.
  • Adds support for the module=example.com/foo flag described here
  • Removes all references to github.com/golang/protobuf in favor of google.golang.org/protobuf

v0.5.1

Compare Source

Changes

  • Example workspace to demonstrate Bazel usage
  • Fix Bazel rules for validation code generation
  • Support for newer TLDs in email validation

v0.5.0

Compare Source

Changes

  • reduce minimum required Go version
  • bug fixes for existing rules
  • ability to suppress validation generation
  • bump protobuf version to v3.14.0
  • improve Bazel support
  • PyPi packaging for Python

v0.4.1

Compare Source

Changes

  • update golang/protobuf to v1.4.2
  • update lyft/protoc-gen-star to v0.5.1
  • update google/re2 to 2020-07-06
  • fix hostname validation in python
  • fix timestamp comparison for gt_now and within
  • cache generated functions for python validation to improve perf for repeated messages

v0.4.0

Changes

  • removes support for Gogo proto
  • use Go modules instead of vendored dependencies
  • fixes Go generation for repeated enum with not_in constraint (#​329)
  • fix build to work with bazelisk --strict (#​327)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Apr 26 '21 17:04 renovate[bot]

:warning: Artifact update problem

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

:recycle: 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/xmlking/micro-starter-kit":"/mnt/renovate/gh/xmlking/micro-starter-kit" -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/xmlking/micro-starter-kit" docker.io/renovate/go:1.14.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.1
go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
go: downloading google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1
go: downloading golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375
go: downloading golang.org/x/lint v0.0.0-20200302205851-738671d3881b
go: downloading golang.org/x/text v0.3.3
go: downloading golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go: downloading golang.org/x/mod v0.2.0
go: downloading golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
github.com/xmlking/micro-starter-kit/shared/config imports
	github.com/xmlking/configor imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
github.com/xmlking/micro-starter-kit/e2e tested by
	github.com/xmlking/micro-starter-kit/e2e.test imports
	github.com/stretchr/testify/assert imports
	gopkg.in/yaml.v3: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
github.com/xmlking/micro-starter-kit/service/account/handler imports
	github.com/satori/go.uuid tested by
	github.com/satori/go.uuid.test imports
	gopkg.in/check.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
github.com/xmlking/micro-starter-kit/cmd/account imports
	github.com/micro/go-micro/v2 imports
	github.com/micro/go-micro/v2/runtime imports
	github.com/hpcloud/tail imports
	gopkg.in/tomb.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
github.com/xmlking/micro-starter-kit/cmd/account imports
	github.com/micro/go-micro/v2 imports
	github.com/micro/go-micro/v2/runtime imports
	github.com/hpcloud/tail imports
	github.com/hpcloud/tail/watch imports
	gopkg.in/fsnotify.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied
github.com/xmlking/micro-starter-kit/cmd/account imports
	github.com/micro/go-micro/v2 imports
	github.com/micro/go-micro/v2/runtime imports
	github.com/micro/go-micro/v2/runtime/local/git imports
	github.com/go-git/go-git/v5/config imports
	github.com/go-git/go-git/v5/plumbing/format/config imports
	github.com/go-git/gcfg imports
	gopkg.in/warnings.v0: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied

renovate[bot] avatar Apr 26 '21 17:04 renovate[bot]

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Apr 26 '21 17:04 sonarqubecloud[bot]

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Mar 07 '22 08:03 sonarqubecloud[bot]