Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2022

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/go-resty/resty/v2 v2.6.0 -> v2.17.1 age confidence
github.com/google/go-cmp v0.5.6 -> v0.7.0 age confidence
github.com/spf13/cobra v1.2.1 -> v1.10.2 age confidence
github.com/stretchr/testify v1.7.0 -> v1.11.1 age confidence

Release Notes

go-resty/resty (github.com/go-resty/resty/v2)

v2.17.1

Compare Source

Release Notes

Bug Fixes

Full Changelog: go-resty/resty@v2.17.0...v2.17.1

v2.17.0

Compare Source

Release Notes

Bug Fixes

Backport

Release Updates

New Contributors

Full Changelog: go-resty/resty@v2.16.5...v2.17.0

v2.16.5

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.16.4...v2.16.5

v2.16.4

Compare Source

Release Notes

Bug Fixes

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.16.3...v2.16.4

v2.16.3

Compare Source

Release Notes

  • chore(deps, release): update go mod, version bump and readme update by @​jeevatkm in #​946

Full Changelog: go-resty/resty@v2.16.2...v2.16.3

v2.16.2

Compare Source

Release Notes

Bug Fixes

Full Changelog: go-resty/resty@v2.16.1...v2.16.2

v2.16.1

Compare Source

Release Notes

Bug Fixes

  • fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1 by @​jeevatkm in #​918

Full Changelog: go-resty/resty@v2.16.0...v2.16.1

v2.16.0

Compare Source

Release Notes

New Features

Enhancements

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.15.3...v2.16.0

v2.15.3

Compare Source

Release Notes

Bug Fixes

  • fix: 'invalid memory address or nil pointer dereference' in response logger by @​matlockx in #​872

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.15.2...v2.15.3

v2.15.2

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.1...v2.15.2

v2.15.1

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.0...v2.15.1

v2.15.0

Compare Source

Release Notes

New Features

Enhancements

Bug Fixes

  • Fix request/response logging for SetDoNotParseResponse(true) by @​kon3gor in #​836
  • fix(enhancement): add explicit option to enable generate curl command in conjunction with debug mode and few clean ups #​828 by @​jeevatkm in #​842

Build

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.14.0...v2.15.0

v2.14.0

Compare Source

Release Notes

New Features

  • feat(curl): generate curl cmd for request && example for curl cmd by @​ahuigo in #​794

Enhancements

Upstream Fixes

Test Cases

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.13.1...v2.14.0

v2.13.1

Compare Source

Release Notes

Fixes

  • fix: correct resty version number which was missed in the previous release by @​jeevatkm in #​793

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

v2.13.0

Compare Source

Release Notes

Enhancements

Bug Fixes

New Contributors

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

v2.12.0

Compare Source

Release Notes

Enhancements

Bug Fixes

Documentation

New Contributors

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

v2.11.0: Release

Compare Source

Release Notes

Bug Fixes

New Contributors

Full Changelog: go-resty/resty@v2.10.0...v2.11.0

v2.10.0: Release

Compare Source

Release Notes

Optimizations

Enhancements

Bug Fixes

New Contributors

Full Changelog: go-resty/resty@v2.9.1...v2.10.0

v2.9.1: Release

Compare Source

Release Notes

Full Changelog: go-resty/resty@v2.9.0...v2.9.1

v2.9.0: Release

Compare Source

Release Notes

New Features

Enhancements

Bug Fixes

Test Cases

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.8.0...v2.9.0

v2.8.0: Release

Compare Source

Release Notes

New Features

Enhancements

Bug Fixes

Documentation

Build

Deprecated Removal

  • Remove usages of deprecated io/ioutil by @​segevda in #​625 (go minimum version go1.16)

New Contributors

Full Changelog: go-resty/resty@v2.7.0...v2.8.0

v2.7.0: Release

Compare Source

Release Notes

Enhancements
Bug Fixes
Tests
Documentation
google/go-cmp (github.com/google/go-cmp)

v0.7.0

Compare Source

New API:

  • (#​367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#​370) Detect proto.Message types when failing to export a field

v0.6.0

Compare Source

New API:

  • (#​340) Add cmpopts.EquateComparable

Documentation changes:

  • (#​337) Use of hotlinking of Go identifiers

Build changes:

  • (#​325) Remove purego fallbacks

Testing changes:

  • (#​322) Run tests for Go 1.20 version
  • (#​332) Pin GitHub action versions
  • (#​327) set workflow permission to read-only

v0.5.9

Compare Source

Reporter changes:

  • (#​299) Adjust heuristic for line-based versus byte-based diffing
  • (#​306) Use value.TypeString in PathStep.String

Code cleanup changes:

  • (#​297) Use reflect.Value.IsZero
  • (#​304) Format with Go 1.19 formatter
  • (#​300 )Fix typo in Result documentation
  • (#​302) Pre-declare global type variables
  • (#​309) Run tests on Go 1.19

v0.5.8

Compare Source

Reporter changes:

  • (#​293) Fix printing of types in reporter output for interface and pointer types
  • (#​294) Use string formatting for slice of bytes in more circumstances

Dependency changes:

  • (#​292) Update minimum supported version to go1.13 and remove xerrors dependency

v0.5.7

Compare Source

Reporter changes:

  • (#​266) Fix textual printing of byte slices
  • (#​275) Reduce minimum length for specialize string diffing
  • (#​276) Use any alias instead of interface{}

Code cleanup changes:

  • (#​281) Update minimum supported version to go1.11
  • (#​282) Drop hacks to work around Go reflection bugs in Go1.9
  • (#​285) Add //go:build lines
  • (#​262) Fix staticcheck findings
  • (#​263) Avoid shadowing variable
  • (#​268) Use sha256 in test
  • (#​271) Fix spelling mistakes
  • (#​269) Change build status badge
spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades


Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!

👋🏼 New Contributors

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b194021 to 8df009d Compare March 15, 2022 22:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8df009d to 080df70 Compare April 26, 2022 23:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1e887f7 to ad08c14 Compare June 23, 2022 21:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ad08c14 to a28d0a3 Compare September 25, 2022 23:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a28d0a3 to 1705367 Compare November 20, 2022 20:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1705367 to 7cae2a1 Compare March 19, 2023 01:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7cae2a1 to 8df76f9 Compare April 17, 2023 11:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6c42c5e to 2710606 Compare May 30, 2023 11:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2710606 to 4f5c8d0 Compare September 18, 2023 02:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f5c8d0 to 633afa2 Compare October 1, 2023 03:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c6f246b to c88d369 Compare October 15, 2023 00:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c88d369 to 20b55ef Compare November 4, 2023 21:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20b55ef to 0e1551e Compare December 27, 2023 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e1551e to c5ffe21 Compare March 1, 2024 12:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c5ffe21 to 178a565 Compare March 17, 2024 21:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 40b23a7 to f3f6f45 Compare May 11, 2024 03:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3f6f45 to 0e4fb5d Compare June 14, 2024 22:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e4fb5d to f5a2edf Compare November 2, 2024 14:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f5a2edf to 2a0650b Compare November 11, 2024 02:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4566bfb to e3c5b54 Compare November 23, 2024 14:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3c5b54 to 0125f16 Compare January 9, 2025 05:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4ed408e to b8a44d4 Compare January 23, 2025 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b8a44d4 to 2e5b8b7 Compare February 15, 2025 22:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb7a543 to 715ca97 Compare March 11, 2025 13:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8c9982e to 3db8caa Compare March 28, 2025 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1198bb1 to dd7e35b Compare April 4, 2025 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bdde5ad to ab0a2f9 Compare April 22, 2025 15:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab0a2f9 to 6e71d9d Compare May 7, 2025 17:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2d0b521 to 56891b4 Compare June 2, 2025 04:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d381c18 to d992e5a Compare June 10, 2025 05:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 704c82c to 8514a4a Compare July 8, 2025 13:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e015a06 to 96090c2 Compare July 24, 2025 06:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 99cc905 to e13f471 Compare August 7, 2025 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 971a5f8 to c3881a6 Compare August 27, 2025 17:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c3881a6 to fadac30 Compare September 2, 2025 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e659136 to af0b750 Compare September 25, 2025 00:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fe341f7 to 1693045 Compare November 14, 2025 21:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1693045 to 8371bb0 Compare November 23, 2025 08:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8371bb0 to c4c0aaf Compare December 4, 2025 03:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4c0aaf to 87caf90 Compare December 15, 2025 12:28
@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.23.0

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant