fix(deps): update module github.com/spf13/cobra to v1.8.0#993
Merged
renovate[bot] merged 1 commit intomainfrom Nov 5, 2023
Merged
fix(deps): update module github.com/spf13/cobra to v1.8.0#993renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
✅ Deploy Preview for polite-licorice-3db33c canceled.
|
Codecov Report
@@ Coverage Diff @@
## main #993 +/- ##
=======================================
Coverage 72.63% 72.63%
=======================================
Files 28 28
Lines 2858 2858
=======================================
Hits 2076 2076
Misses 685 685
Partials 97 97 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Merged
Kavindu-Dodan
pushed a commit
that referenced
this pull request
Nov 13, 2023
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.6.8</summary> ## [0.6.8](flagd/v0.6.7...flagd/v0.6.8) (2023-11-13) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.6.7 ([#966](#966)) ([c038a3a](c038a3a)) * **deps:** update module github.com/open-feature/go-sdk to v1.8.0 ([#994](#994)) ([266cf9f](266cf9f)) * **deps:** update module github.com/open-feature/go-sdk-contrib/tests/flagd to v1.3.1 ([#760](#760)) ([30dda72](30dda72)) * **deps:** update module github.com/spf13/cobra to v1.8.0 ([#993](#993)) ([05c7870](05c7870)) ### 🧹 Chore * fix lint errors ([#987](#987)) ([0c3af2d](0c3af2d)) ### 🔄 Refactoring * migrate to connectrpc/connect-go ([#990](#990)) ([7dd5b2b](7dd5b2b)) </details> <details><summary>flagd-proxy: 0.2.13</summary> ## [0.2.13](flagd-proxy/v0.2.12...flagd-proxy/v0.2.13) (2023-11-13) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.6.7 ([#966](#966)) ([c038a3a](c038a3a)) * **deps:** update module github.com/spf13/cobra to v1.8.0 ([#993](#993)) ([05c7870](05c7870)) ### 🔄 Refactoring * migrate to connectrpc/connect-go ([#990](#990)) ([7dd5b2b](7dd5b2b)) </details> <details><summary>core: 0.6.8</summary> ## [0.6.8](core/v0.6.7...core/v0.6.8) (2023-11-13) ### 🐛 Bug Fixes * **deps:** update golang.org/x/exp digest to 9a3e603 ([#929](#929)) ([f8db930](f8db930)) * **deps:** update kubernetes packages to v0.28.3 ([#974](#974)) ([d7d205f](d7d205f)) * **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to v3.3.1 ([#971](#971)) ([f1a40b8](f1a40b8)) * **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to v3.3.2 ([#975](#975)) ([b53c14a](b53c14a)) * **deps:** update module github.com/fsnotify/fsnotify to v1.7.0 ([#981](#981)) ([727b9d2](727b9d2)) * **deps:** update module golang.org/x/mod to v0.14.0 ([#991](#991)) ([87bc12d](87bc12d)) * **deps:** update module golang.org/x/net to v0.17.0 [security] ([#963](#963)) ([7f54bd1](7f54bd1)) * **deps:** update module golang.org/x/net to v0.18.0 ([#1000](#1000)) ([e9347cc](e9347cc)) * **deps:** update module golang.org/x/sync to v0.5.0 ([#992](#992)) ([bd24536](bd24536)) * **deps:** update module google.golang.org/grpc to v1.59.0 ([#972](#972)) ([7d0f1f2](7d0f1f2)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.16.3 ([#976](#976)) ([b33c9c9](b33c9c9)) * **deps:** update opentelemetry-go monorepo ([#1001](#1001)) ([9798aeb](9798aeb)) ### 🔄 Refactoring * migrate to connectrpc/connect-go ([#990](#990)) ([7dd5b2b](7dd5b2b)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.0->v1.8.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
spf13/cobra (github.com/spf13/cobra)
v1.8.0Compare Source
✨ Features
MarkFlagsOneRequiredAPI for flags which can be used to mark a flag group as required and cause command failure if one is not used when invoked.SetErrPrefixandErrPrefixAPIs on theCommandstruct to allow for setting a custom prefix for errors🐛 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
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.
This PR has been generated by Mend Renovate. View repository job log here.