[TT-11197]update hashicorp vault#6150
Conversation
|
API Changes no api changes detected |
|
PR Description updated to latest commit (0ae157a) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code SuggestionsNo code suggestions found for PR. |
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
1 similar comment
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
92f4980 to
9370d1d
Compare
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
6d604e7 to
d46e4b9
Compare
d46e4b9 to
d4fd8db
Compare
|
|
/release to release-5.3 |
|
/release to release.5.3.0 |
|
Working on it! Note that it can take a few minutes. |
|
@jeffy-mathew Release branch not found |
## **User description**
<!-- Provide a general summary of your changes in the Title above -->
## Description
<!-- Describe your changes in detail -->
## Related Issue
<!-- This project only accepts pull requests related to open issues. -->
<!-- If suggesting a new feature or change, please discuss it in an
issue first. -->
<!-- If fixing a bug, there should be an issue describing it with steps
to reproduce. -->
<!-- OSS: Please link to the issue here. Tyk: please create/link the
JIRA ticket. -->
## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
## How This Has Been Tested
<!-- Please describe in detail how you tested your changes -->
<!-- Include details of your testing environment, and the tests -->
<!-- you ran to see how your change affects other areas of the code,
etc. -->
<!-- This information is helpful for reviewers and QA. -->
## Screenshots (if appropriate)
## Types of changes
<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Refactoring or add test (improvements in base code or adds test
coverage to functionality)
## Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply -->
<!-- If there are no documentation updates required, mark the item as
checked. -->
<!-- Raise up any additional concerns not covered by the checklist. -->
- [ ] I ensured that the documentation is up to date
- [ ] I explained why this PR updates go.mod in detail with reasoning
why it's required
- [ ] I would like a code coverage CI quality gate exception and have
explained why
___
## **Type**
enhancement, bug_fix
___
## **Description**
- Updated dependencies to newer versions for enhanced functionality and
bug fixes.
- Specifically updated `github.com/hashicorp/consul/api`,
`github.com/hashicorp/vault/api`,
`github.com/opentracing/opentracing-go`, `golang.org/x/net`, and
`google.golang.org/protobuf`.
- Updated checksums in `go.sum` for the new dependency versions.
___
## **Changes walkthrough**
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>go.mod</strong><dd><code>Update dependencies for
enhanced functionality and bug fixes</code></dd></summary>
<hr>
go.mod
<li>Updated <code>github.com/hashicorp/consul/api</code> from
<code>v1.26.1</code> to <code>v1.27.0</code><br> <li> Updated
<code>github.com/hashicorp/vault/api</code> from <code>v1.10.0</code> to
<code>v1.12.1</code><br> <li> Updated
<code>github.com/opentracing/opentracing-go</code> from
<code>v1.2.0</code> to
<br><code>v1.2.1-0.20220228012449-10b1cf09e00b</code><br> <li> Updated
<code>golang.org/x/net</code> from <code>v0.20.0</code> to
<code>v0.21.0</code><br> <li> Updated
<code>google.golang.org/protobuf</code> from <code>v1.32.0</code> to
<code>v1.33.0</code>
</details>
</td>
<td><a
href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+42/-30</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>go.sum</strong><dd><code>Update checksums for
dependency updates</code>
</dd></summary>
<hr>
go.sum
<li>Added checksums for new dependency versions<br> <li> Removed old
checksums for updated dependencies
</details>
</td>
<td><a
href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+88/-81</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> ✨ **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
(cherry picked from commit 81e10b2)
|
@jeffy-mathew Succesfully merged PR |
[TT-11197]update hashicorp vault (#6150) ## **User description** <!-- Provide a general summary of your changes in the Title above --> ## Description <!-- Describe your changes in detail --> ## Related Issue <!-- This project only accepts pull requests related to open issues. --> <!-- If suggesting a new feature or change, please discuss it in an issue first. --> <!-- If fixing a bug, there should be an issue describing it with steps to reproduce. --> <!-- OSS: Please link to the issue here. Tyk: please create/link the JIRA ticket. --> ## Motivation and Context <!-- Why is this change required? What problem does it solve? --> ## How This Has Been Tested <!-- Please describe in detail how you tested your changes --> <!-- Include details of your testing environment, and the tests --> <!-- you ran to see how your change affects other areas of the code, etc. --> <!-- This information is helpful for reviewers and QA. --> ## Screenshots (if appropriate) ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Refactoring or add test (improvements in base code or adds test coverage to functionality) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply --> <!-- If there are no documentation updates required, mark the item as checked. --> <!-- Raise up any additional concerns not covered by the checklist. --> - [ ] I ensured that the documentation is up to date - [ ] I explained why this PR updates go.mod in detail with reasoning why it's required - [ ] I would like a code coverage CI quality gate exception and have explained why ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Updated dependencies to newer versions for enhanced functionality and bug fixes. - Specifically updated `github.com/hashicorp/consul/api`, `github.com/hashicorp/vault/api`, `github.com/opentracing/opentracing-go`, `golang.org/x/net`, and `google.golang.org/protobuf`. - Updated checksums in `go.sum` for the new dependency versions. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Update dependencies for enhanced functionality and bug fixes</code></dd></summary> <hr> go.mod <li>Updated <code>github.com/hashicorp/consul/api</code> from <code>v1.26.1</code> to <code>v1.27.0</code><br> <li> Updated <code>github.com/hashicorp/vault/api</code> from <code>v1.10.0</code> to <code>v1.12.1</code><br> <li> Updated <code>github.com/opentracing/opentracing-go</code> from <code>v1.2.0</code> to <br><code>v1.2.1-0.20220228012449-10b1cf09e00b</code><br> <li> Updated <code>golang.org/x/net</code> from <code>v0.20.0</code> to <code>v0.21.0</code><br> <li> Updated <code>google.golang.org/protobuf</code> from <code>v1.32.0</code> to <code>v1.33.0</code> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+42/-30</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update checksums for dependency updates</code> </dd></summary> <hr> go.sum <li>Added checksums for new dependency versions<br> <li> Removed old checksums for updated dependencies </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+88/-81</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions
|
/release to release-5.3.0 |
|
Working on it! Note that it can take a few minutes. |
|
Still working... |
## **User description**
<!-- Provide a general summary of your changes in the Title above -->
## Description
<!-- Describe your changes in detail -->
## Related Issue
<!-- This project only accepts pull requests related to open issues. -->
<!-- If suggesting a new feature or change, please discuss it in an
issue first. -->
<!-- If fixing a bug, there should be an issue describing it with steps
to reproduce. -->
<!-- OSS: Please link to the issue here. Tyk: please create/link the
JIRA ticket. -->
## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
## How This Has Been Tested
<!-- Please describe in detail how you tested your changes -->
<!-- Include details of your testing environment, and the tests -->
<!-- you ran to see how your change affects other areas of the code,
etc. -->
<!-- This information is helpful for reviewers and QA. -->
## Screenshots (if appropriate)
## Types of changes
<!-- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Refactoring or add test (improvements in base code or adds test
coverage to functionality)
## Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply -->
<!-- If there are no documentation updates required, mark the item as
checked. -->
<!-- Raise up any additional concerns not covered by the checklist. -->
- [ ] I ensured that the documentation is up to date
- [ ] I explained why this PR updates go.mod in detail with reasoning
why it's required
- [ ] I would like a code coverage CI quality gate exception and have
explained why
___
## **Type**
enhancement, bug_fix
___
## **Description**
- Updated dependencies to newer versions for enhanced functionality and
bug fixes.
- Specifically updated `github.com/hashicorp/consul/api`,
`github.com/hashicorp/vault/api`,
`github.com/opentracing/opentracing-go`, `golang.org/x/net`, and
`google.golang.org/protobuf`.
- Updated checksums in `go.sum` for the new dependency versions.
___
## **Changes walkthrough**
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>go.mod</strong><dd><code>Update dependencies for
enhanced functionality and bug fixes</code></dd></summary>
<hr>
go.mod
<li>Updated <code>github.com/hashicorp/consul/api</code> from
<code>v1.26.1</code> to <code>v1.27.0</code><br> <li> Updated
<code>github.com/hashicorp/vault/api</code> from <code>v1.10.0</code> to
<code>v1.12.1</code><br> <li> Updated
<code>github.com/opentracing/opentracing-go</code> from
<code>v1.2.0</code> to
<br><code>v1.2.1-0.20220228012449-10b1cf09e00b</code><br> <li> Updated
<code>golang.org/x/net</code> from <code>v0.20.0</code> to
<code>v0.21.0</code><br> <li> Updated
<code>google.golang.org/protobuf</code> from <code>v1.32.0</code> to
<code>v1.33.0</code>
</details>
</td>
<td><a
href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+42/-30</a>
</td>
</tr>
<tr>
<td>
<details>
<summary><strong>go.sum</strong><dd><code>Update checksums for
dependency updates</code>
</dd></summary>
<hr>
go.sum
<li>Added checksums for new dependency versions<br> <li> Removed old
checksums for updated dependencies
</details>
</td>
<td><a
href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+88/-81</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> ✨ **PR-Agent usage**:
>Comment `/help` on the PR to get a list of all available PR-Agent tools
and their descriptions
(cherry picked from commit 81e10b2)
[TT-11197]update hashicorp vault (#6150) ## **User description** <!-- Provide a general summary of your changes in the Title above --> ## Description <!-- Describe your changes in detail --> ## Related Issue <!-- This project only accepts pull requests related to open issues. --> <!-- If suggesting a new feature or change, please discuss it in an issue first. --> <!-- If fixing a bug, there should be an issue describing it with steps to reproduce. --> <!-- OSS: Please link to the issue here. Tyk: please create/link the JIRA ticket. --> ## Motivation and Context <!-- Why is this change required? What problem does it solve? --> ## How This Has Been Tested <!-- Please describe in detail how you tested your changes --> <!-- Include details of your testing environment, and the tests --> <!-- you ran to see how your change affects other areas of the code, etc. --> <!-- This information is helpful for reviewers and QA. --> ## Screenshots (if appropriate) ## Types of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Refactoring or add test (improvements in base code or adds test coverage to functionality) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply --> <!-- If there are no documentation updates required, mark the item as checked. --> <!-- Raise up any additional concerns not covered by the checklist. --> - [ ] I ensured that the documentation is up to date - [ ] I explained why this PR updates go.mod in detail with reasoning why it's required - [ ] I would like a code coverage CI quality gate exception and have explained why ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Updated dependencies to newer versions for enhanced functionality and bug fixes. - Specifically updated `github.com/hashicorp/consul/api`, `github.com/hashicorp/vault/api`, `github.com/opentracing/opentracing-go`, `golang.org/x/net`, and `google.golang.org/protobuf`. - Updated checksums in `go.sum` for the new dependency versions. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Update dependencies for enhanced functionality and bug fixes</code></dd></summary> <hr> go.mod <li>Updated <code>github.com/hashicorp/consul/api</code> from <code>v1.26.1</code> to <code>v1.27.0</code><br> <li> Updated <code>github.com/hashicorp/vault/api</code> from <code>v1.10.0</code> to <code>v1.12.1</code><br> <li> Updated <code>github.com/opentracing/opentracing-go</code> from <code>v1.2.0</code> to <br><code>v1.2.1-0.20220228012449-10b1cf09e00b</code><br> <li> Updated <code>golang.org/x/net</code> from <code>v0.20.0</code> to <code>v0.21.0</code><br> <li> Updated <code>google.golang.org/protobuf</code> from <code>v1.32.0</code> to <code>v1.33.0</code> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+42/-30</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update checksums for dependency updates</code> </dd></summary> <hr> go.sum <li>Added checksums for new dependency versions<br> <li> Removed old checksums for updated dependencies </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6150/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+88/-81</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions
|
@jeffy-mathew Succesfully merged PR |




User description
Description
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
Type
enhancement, bug_fix
Description
github.com/hashicorp/consul/api,github.com/hashicorp/vault/api,github.com/opentracing/opentracing-go,golang.org/x/net, andgoogle.golang.org/protobuf.go.sumfor the new dependency versions.Changes walkthrough
go.mod
Update dependencies for enhanced functionality and bug fixesgo.mod
github.com/hashicorp/consul/apifromv1.26.1tov1.27.0github.com/hashicorp/vault/apifromv1.10.0tov1.12.1github.com/opentracing/opentracing-gofromv1.2.0tov1.2.1-0.20220228012449-10b1cf09e00bgolang.org/x/netfromv0.20.0tov0.21.0google.golang.org/protobuffromv1.32.0tov1.33.0go.sum
Update checksums for dependency updatesgo.sum