Sumanth Chinthagunta

Results 185 comments of Sumanth Chinthagunta

We are also planing to enable istio. Worried if this is going to break.

we switched to operator less `etcd` cluster with https://github.com/etcd-io/etcd/blob/master/hack/kubernetes-deploy/etcd.yml

we also have issue with `auto-adding v ` our `Pod Security Policy` restrict images using with version number. we have to sign them and we have to use tag with...

I generated `CHANGELOG.md` the first time with `cog changelog > CHANGELOG.md` and committed. my `cog.toml` ```toml tag_prefix = "v" ignore_merge_commits = true branch_whitelist = ["master", "main"] pre_bump_hooks = [ "echo...

similar issue for `uuid` validation ``` m._validateUuid undefined (type *UserRequest has no field or method _validateUuid) ``` ```golang google.protobuf.StringValue id = 1 [(validate.rules).string.uuid = true]; ```

@rodaine wonder if any possibility to get this fixed in next release?

i am using `override` workaround , hope i can remove this if this is fixed. https://github.com/xmlking/micro-starter-kit/blob/master/srv/account/proto/account/account.override.go#L45

### 1) Running tests via IDE: this is just a warning, your tests are passing, so you can ignore this warning... ![image](https://user-images.githubusercontent.com/627951/58821222-76e36900-85e9-11e9-86e7-8b740f300905.png) if you really want to suppress this warning,...

@johannesschobel thank you for further researching those issues. best thing you can help is validate new changes I had been pushing and letting me know if anything breaks...