v1.10.2
v1.10.2
Breaking Changes
- Migrated from deprecated
gopkg.in/yaml.v3togo.yaml.in/yaml/v3— update your dependency imports if you reference this transitive dependency
Improvements
- Documentation added for repeated flags functionality
- Internal refactors:
varsconverted toconstsforminUsagePaddingand related values
Fixes
- CI linter failures resolved
- Updated
actions/setup-goto v6
🔧 Dependencies
- chore: Migrate from
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by @dims in https://github.com/spf13/cobra/pull/2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra
📈 CI/CD
- Fix linter and allow CI to pass by @marckhouzam in https://github.com/spf13/cobra/pull/2327
- fix: actions/setup-go v6 by @jpmcb in https://github.com/spf13/cobra/pull/2337
🔥✍🏼 Docs
- Add documentation for repeated flags functionality by @rvergis in https://github.com/spf13/cobra/pull/2316
🍂 Refactors
- refactor: replace several vars with consts by @htoyoda18 in https://github.com/spf13/cobra/pull/2328
- refactor: change minUsagePadding from var to const by @ssam18 in https://github.com/spf13/cobra/pull/2325
🤗 New Contributors
- @rvergis made their first contribution in https://github.com/spf13/cobra/pull/2316
- @htoyoda18 made their first contribution in https://github.com/spf13/cobra/pull/2328
- @ssam18 made their first contribution in https://github.com/spf13/cobra/pull/2325
- @dims made their first contribution in https://github.com/spf13/cobra/pull/2336
Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀