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

build(deps): bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 #505

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2024

Bumps github.com/go-resty/resty/v2 from 2.12.0 to 2.13.0.

Release notes

Sourced from github.com/go-resty/resty/v2's releases.

v2.13.0

Release Notes

Enhancements

Bug Fixes

New Contributors

Full Changelog: go-resty/resty@v2.12.0...v2.13.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: github.com/go-resty/resty/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 9, 2024 10:32
@dependabot dependabot bot added dependencies dependency updates usually from dependabot go labels May 9, 2024
@dependabot dependabot bot requested review from zliang-akamai and yec-akamai and removed request for a team May 9, 2024 10:32
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2024

A newer version of github.com/go-resty/resty/v2 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@zliang-akamai zliang-akamai changed the title build(deps): bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.0 build(deps): bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 May 13, 2024
@zliang-akamai zliang-akamai force-pushed the dependabot/go_modules/github.com/go-resty/resty/v2-2.13.0 branch from 8774cfb to 2482e66 Compare May 13, 2024 22:30
@zliang-akamai zliang-akamai merged commit fee2ec3 into main May 13, 2024
6 checks passed
@zliang-akamai zliang-akamai deleted the dependabot/go_modules/github.com/go-resty/resty/v2-2.13.0 branch May 13, 2024 23:19
renovate bot referenced this pull request in anza-labs/lke-operator May 23, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/linode/linodego](https://togithub.com/linode/linodego) |
`v1.33.1` -> `v1.34.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flinode%2flinodego/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flinode%2flinodego/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flinode%2flinodego/v1.33.1/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flinode%2flinodego/v1.33.1/v1.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>linode/linodego (github.com/linode/linodego)</summary>

###
[`v1.34.0`](https://togithub.com/linode/linodego/releases/tag/v1.34.0)

[Compare
Source](https://togithub.com/linode/linodego/compare/v1.33.1...v1.34.0)

#### What's Changed

##### ⚠️  Breaking Change

- \[BREAKING] Add support for LKE Control Plane ACL by
[@&#8203;lgarber-akamai](https://togithub.com/lgarber-akamai) in
[https://github.com/linode/linodego/pull/495](https://togithub.com/linode/linodego/pull/495)

##### 🐛 Bug Fixes

- Prevent unexpected warning from Resty when calling
`Client.SetDebug(false)` by
[@&#8203;lgarber-akamai](https://togithub.com/lgarber-akamai) in
[https://github.com/linode/linodego/pull/508](https://togithub.com/linode/linodego/pull/508)

##### 💡 Improvements

- Mask the value of the Authorization header if debug is enabled by
[@&#8203;rosskirkpat](https://togithub.com/rosskirkpat) in
[https://github.com/linode/linodego/pull/501](https://togithub.com/linode/linodego/pull/501)
- Expose region capabilities enum by
[@&#8203;yec-akamai](https://togithub.com/yec-akamai) in
[https://github.com/linode/linodego/pull/507](https://togithub.com/linode/linodego/pull/507)

##### ⚙️  Repo/CI Improvements

- replace test execution handler with conditional by
[@&#8203;ykim-1](https://togithub.com/ykim-1) in
[https://github.com/linode/linodego/pull/502](https://togithub.com/linode/linodego/pull/502)

##### 📦 Dependency Updates

- bump golang.org/x/net from 0.24.0 to 0.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/linode/linodego/pull/500](https://togithub.com/linode/linodego/pull/500)
- bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/linode/linodego/pull/505](https://togithub.com/linode/linodego/pull/505)
- bump golangci/golangci-lint-action from 5 to 6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/linode/linodego/pull/506](https://togithub.com/linode/linodego/pull/506)

#### New Contributors

- [@&#8203;rosskirkpat](https://togithub.com/rosskirkpat) made their
first contribution in
[https://github.com/linode/linodego/pull/501](https://togithub.com/linode/linodego/pull/501)

**Full Changelog**:
linode/linodego@v1.33.1...v1.34.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/anza-labs/lke-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFyZWEvZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependency updates usually from dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants