Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 16, 2020

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action minor v3.2.6 -> v3.5.0 age confidence
alpine final minor 3.16.0 -> 3.22.2 age confidence
github.com/dustin/go-humanize require patch v1.0.0 -> v1.0.1 age confidence
github.com/imdario/mergo require patch v0.3.12 -> v0.3.16 age confidence
github.com/mattn/go-zglob require patch v0.0.3 -> v0.0.6 age confidence
github.com/smartystreets/goconvey require minor v1.7.2 -> v1.8.1 age confidence
github.com/spf13/cobra require minor v1.4.0 -> v1.10.1 age confidence
github.com/spf13/pflag require patch v1.0.5 -> v1.0.10 age confidence
github.com/spf13/viper require minor v1.8.1 -> v1.21.0 age confidence
github.com/urfave/cli require patch v1.22.9 -> v1.22.17 age confidence
go.uber.org/zap require minor v1.21.0 -> v1.27.0 age confidence
golang stage minor 1.19.2-alpine -> 1.25.3-alpine age confidence
golang.org/x/crypto require minor v0.0.0-20201112155050-0c6587e931a9 -> v0.43.0 age confidence
golang.org/x/net require minor v0.0.0-20210405180319-a5a99cb37ef4 -> v0.46.0 age confidence
golang.org/x/time require minor v0.0.0-20200630173020-3af7569d3a1e -> v0.14.0 age confidence

Release Notes

actions/cache (actions/cache)

v3.5.0

Compare Source

  • Bump actions/cache to v4.1.0

Full Changelog: actions/cache@v3...v3.5.0

v3.4.3

Compare Source

What's Changed

Full Changelog: actions/cache@v3.4.2...v3.4.3

v3.4.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v3.4.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v3.4.0...v3.4.2

v3.4.1

Compare Source

[!WARNING]
This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use v3.4.2 (or v3) instead.

v3.4.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v3.3.3...v3.4.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.0

dustin/go-humanize (github.com/dustin/go-humanize)

v1.0.1

Compare Source

imdario/mergo (github.com/imdario/mergo)

v0.3.16: Announcement: v1.0.0 will be released on June 18th

Compare Source

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

v0.3.15: Issues #​131, #​170, #​220, and #​202 fixed

Compare Source

v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #​231

Compare Source

v0.3.13: Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@0.3.12...v0.3.13

mattn/go-zglob (github.com/mattn/go-zglob)

v0.0.6

Compare Source

v0.0.5

Compare Source

v0.0.4

Compare Source

smartystreets/goconvey (github.com/smartystreets/goconvey)

v1.8.1

Compare Source

v1.8.0: - Updating to Go 1.18

Compare Source

What's Changed

New Contributors

Full Changelog: smartystreets/goconvey@v1.7.2...v1.8.0

spf13/cobra (github.com/spf13/cobra)

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

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

v1.8.1

Compare Source

✨ Features

  • Add env variable to suppress completion descriptions on create by @​scop in #​1938

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1

v1.8.0

Compare Source

✨ Features

  • Support usage as plugin for tools like kubectl by @​nirs in #​2018 - this means that programs that utilize a "plugin-like" structure have much better support and usage (like for completions, command paths, etc.)
  • Move documentation sources to site/content by @​umarcor in #​1428
  • Add 'one required flag' group by @​marevers in #​1952 - this includes a new MarkFlagsOneRequired API for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked.
  • Customizable error message prefix by @​5ouma in #​2023 - This adds the SetErrPrefix and ErrPrefix APIs on the Command struct to allow for setting a custom prefix for errors
  • feat: add getters for flag completions by @​avirtopeanu-ionos in #​1943
  • Feature: allow running persistent run hooks of all parents by @​vkhoroz in #​2044
  • Improve API to get flag completion function by @​marckhouzam in #​2063

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

v1.7.0

Compare Source

✨ Features
🐛 Bug fixes
🧪 Testing & CI/CD
🔧 Maintenance
✏️ Documentation

This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.

Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you! 🐍

Full changelog: spf13/cobra@v1.6.1...v1.7.0

v1.6.1

Compare Source

Bug fixes 🐛
  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @​marckhouzam (and shout out to @​aawsome, @​andig and @​KINGSABRI for a deep investigation into this! 👏🏼)

v1.6.0

Compare Source

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠
Deprecation 👎🏼
  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #​1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #​1643
Bug fixes 🐛
Dependencies 🗳️
Testing 🤔
Docs ✏️
Misc 💭

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.

👻 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 requested a review from moul as a code owner November 16, 2020 16:01
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 16, 2020
@renovate renovate bot changed the title chore(deps): update golang.org/x/crypto commit hash to 4be66e5 chore(deps): update golang.org/x/crypto commit hash to c1f2f97 Nov 17, 2020
@renovate renovate bot changed the title chore(deps): update golang.org/x/crypto commit hash to c1f2f97 chore(deps): update golang.org/x/crypto commit hash to c8d3bf9 Nov 24, 2020
@renovate renovate bot changed the title chore(deps): update golang.org/x/crypto commit hash to c8d3bf9 chore(deps): update all Dec 1, 2020
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1d2a455 to 216041f Compare December 8, 2020 17:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from baac47b to 2bd5bc7 Compare December 16, 2020 06:16
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 863e19d to 81c2feb Compare December 21, 2020 19:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 06ea0a7 to b08633a Compare February 10, 2021 20:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 56cc3f1 to 374dd0a Compare February 18, 2021 00:08
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Feb 18, 2021
@auto-add-label auto-add-label bot added Bug and removed dependencies labels Feb 18, 2021
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from cfe29aa to dab204b Compare June 20, 2025 03:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c0c76bd to 1e30ef3 Compare June 26, 2025 00:34
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 784ad6a to 10e5f16 Compare July 16, 2025 01:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7632bab to 2bd3e35 Compare August 7, 2025 22:25
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 0e372f4 to c2a89b5 Compare September 7, 2025 13:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a2aea90 to d496dc9 Compare September 9, 2025 17:13
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from a21d539 to 954c6b5 Compare October 14, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug dependencies 🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant