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

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

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: bufbuild/protoc-gen-validate@v0.6.6...v0.6.7

v0.6.6

Compare Source

What's Changed

Full Changelog: bufbuild/protoc-gen-validate@v0.6.5...v0.6.6

v0.6.5

Compare Source

What's Changed

Full Changelog: bufbuild/protoc-gen-validate@v0.6.4...v0.6.5

v0.6.4

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v0.6.3...v0.6.4

v0.6.3

Compare Source

v0.6.2

Compare Source

What's Changed
New Contributors

Full Changelog: bufbuild/protoc-gen-validate@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
Copy link
Author

renovate bot commented Apr 26, 2021

⚠️ 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/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/yaml.v2@v2.3.0: 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/yaml.v3@v3.0.0-20200313102051-9f266ea9e77c: 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/check.v1@v1.0.0-20200227125254-8fa46927fb4f: 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/tomb.v1@v1.0.0-20141024135613-dd632973f1e7: 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/fsnotify.v1@v1.4.7: 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/warnings.v0@v0.1.2: permission denied

@sonarcloud
Copy link

sonarcloud bot commented Apr 26, 2021

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

@renovate renovate bot changed the title fix(deps): update module github.com/envoyproxy/protoc-gen-validate to v0.6.1 fix(deps): update module github.com/envoyproxy/protoc-gen-validate to v0.6.7 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-envoyproxy-protoc-gen-validate-0.x branch from 1d557b9 to d596938 Compare March 7, 2022 08:13
@sonarcloud
Copy link

sonarcloud bot commented Mar 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant