{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":521778505,"defaultBranch":"main","name":"good","ownerLogin":"tigerinus","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-08-05T21:18:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7172560?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1721070659.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"954e4a73eb06b4ceb43217db6f28c00f477dbfed","ref":"refs/heads/dependabot/go_modules/github.com/adrg/xdg-0.5.0","pushedAt":"2024-07-15T19:10:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/adrg/xdg from 0.4.0 to 0.5.0\n\nBumps [github.com/adrg/xdg](https://github.com/adrg/xdg) from 0.4.0 to 0.5.0.\n- [Release notes](https://github.com/adrg/xdg/releases)\n- [Commits](https://github.com/adrg/xdg/compare/v0.4.0...v0.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/adrg/xdg\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/adrg/xdg from 0.4.0 to 0.5.0"}},{"before":null,"after":"66bc5a812aaf534869be42822d0ef423ea92baec","ref":"refs/heads/dependabot/go_modules/github.com/spf13/cobra-1.8.1","pushedAt":"2024-06-17T19:27:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/cobra from 1.8.0 to 1.8.1\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/cobra\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/cobra from 1.8.0 to 1.8.1"}},{"before":null,"after":"94e984329d8e9707ae1b61cd0b5fdb517c112ada","ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.19.0","pushedAt":"2024-06-03T19:34:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/viper from 1.16.0 to 1.19.0\n\nBumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.19.0.\n- [Release notes](https://github.com/spf13/viper/releases)\n- [Commits](https://github.com/spf13/viper/compare/v1.16.0...v1.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/viper\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/viper from 1.16.0 to 1.19.0"}},{"before":"30391c66c61f7d05ca8c8e4d00fa829c93648dae","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.18.2","pushedAt":"2024-01-29T07:14:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"}},{"before":"1ddd3030f5047067c6ab99047de5222379a66dc3","after":"0faf551fa21cd9bea85f5521eb0b85d2494e16c8","ref":"refs/heads/main","pushedAt":"2024-01-29T07:14:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#22)\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from\r\n1.7.0 to 1.8.0.\r\n
\r\nRelease notes\r\n

Sourced from github.com/spf13/cobra's\r\nreleases.

\r\n
\r\n

v1.8.0

\r\n

✨ Features

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

🐛 Bug fixes

\r\n
    \r\n
  • Fix typo in fish completions by @​twpayne in spf13/cobra#1945
  • \r\n
  • Fix grammar: 'allows to' by @​supertassu in spf13/cobra#1978
  • \r\n
  • powershell: escape variable with curly brackets by @​Luap99 in spf13/cobra#1960
  • \r\n
  • Don't complete --help flag when flag parsing disabled by @​marckhouzam in\r\nspf13/cobra#2061
  • \r\n
  • Replace all non-alphanumerics in active help env var program prefix\r\nby @​scop in spf13/cobra#1940
  • \r\n
\r\n

🔧 Maintenance

\r\n
    \r\n
  • build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0\r\nby @​dependabot\r\nin spf13/cobra#1971
  • \r\n
  • build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0\r\nby @​dependabot\r\nin spf13/cobra#1976
  • \r\n
  • build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0\r\nby @​dependabot\r\nin spf13/cobra#2021
  • \r\n
  • build(deps): bump actions/setup-go from 3 to 4 by @​dependabot in spf13/cobra#1934
  • \r\n
  • build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to\r\n2.0.3 by @​dependabot in spf13/cobra#2047
  • \r\n
  • build(deps): bump actions/checkout from 3 to 4 by @​dependabot in spf13/cobra#2028
  • \r\n
  • command: temporarily disable G602 due to securego/gosec#1005\r\nby @​umarcor in spf13/cobra#2022
  • \r\n
\r\n

🧪 Testing & CI/CD

\r\n
    \r\n
  • test: make fish_completions_test more robust by @​branchvincent\r\nin spf13/cobra#1980
  • \r\n
  • golangci: enable 'unused' and disable deprecated replaced by it by\r\n@​umarcor in spf13/cobra#1983
  • \r\n
  • cleanup: minor corrections to unit tests by @​JunNishimura\r\nin spf13/cobra#2003
  • \r\n
  • ci: test golang 1.21 by @​nunoadrego in spf13/cobra#2024
  • \r\n
  • Fix linter errors by @​marckhouzam in\r\nspf13/cobra#2052
  • \r\n
  • Add tests for flag completion registration by @​marckhouzam in\r\nspf13/cobra#2053
  • \r\n
\r\n

✏️ Documentation

\r\n
    \r\n
  • doc: fix typo, Deperecated -> Deprecated by @​callthingsoff\r\nin spf13/cobra#2000
  • \r\n
  • Add notes to doc about the execution condition of *PreRun and\r\n*PostRun functions by @​haoming29 in spf13/cobra#2041
  • \r\n
\r\n
\r\n

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

\r\n

Full Changelog: https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • a0a6ae0\r\nImprove API to get flag completion function (#2063)
  • \r\n
  • 890302a\r\nSupport usage as plugin for tools like kubectl (#2018)
  • \r\n
  • 48cea5c\r\nbuild(deps): bump actions/checkout from 3 to 4 (#2028)
  • \r\n
  • 22953d8\r\nReplace all non-alphanumerics in active help env var program prefix (#1940)
  • \r\n
  • 00b68a1\r\nAdd tests for flag completion registration (#2053)
  • \r\n
  • b711e87\r\nDon't complete --help flag when flag parsing disabled (#2061)
  • \r\n
  • 8b1eba4\r\nFix linter errors (#2052)
  • \r\n
  • 4cafa37\r\nAllow running persistent run hooks of all parents (#2044)
  • \r\n
  • 5c962a2\r\nbuild(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3\r\n(#2047)
  • \r\n
  • efe8fa3\r\nbuild(deps): bump actions/setup-go from 3 to 4 (#1934)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.7.0&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#22)"}},{"before":"934f4926e0180a262dc4ef7c0c645bb4c643c1d1","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/spf13/cobra-1.8.0","pushedAt":"2024-01-29T07:14:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"}},{"before":"4104872bc369e607a376527fba275786937db46f","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.18.1","pushedAt":"2023-12-18T19:39:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"30391c66c61f7d05ca8c8e4d00fa829c93648dae","ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.18.2","pushedAt":"2023-12-18T19:39:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/viper from 1.16.0 to 1.18.2\n\nBumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.18.2.\n- [Release notes](https://github.com/spf13/viper/releases)\n- [Commits](https://github.com/spf13/viper/compare/v1.16.0...v1.18.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/viper\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/viper from 1.16.0 to 1.18.2"}},{"before":"2202038f721f82e413256c1bff8e2fd1c9906ebf","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.17.0","pushedAt":"2023-12-11T19:28:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"4104872bc369e607a376527fba275786937db46f","ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.18.1","pushedAt":"2023-12-11T19:28:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/viper from 1.16.0 to 1.18.1\n\nBumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.18.1.\n- [Release notes](https://github.com/spf13/viper/releases)\n- [Commits](https://github.com/spf13/viper/compare/v1.16.0...v1.18.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/viper\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/viper from 1.16.0 to 1.18.1"}},{"before":null,"after":"934f4926e0180a262dc4ef7c0c645bb4c643c1d1","ref":"refs/heads/dependabot/go_modules/github.com/spf13/cobra-1.8.0","pushedAt":"2023-11-06T19:26:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/cobra from 1.7.0 to 1.8.0\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/cobra\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/cobra from 1.7.0 to 1.8.0"}},{"before":null,"after":"2202038f721f82e413256c1bff8e2fd1c9906ebf","ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.17.0","pushedAt":"2023-10-09T19:51:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/viper from 1.16.0 to 1.17.0\n\nBumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0.\n- [Release notes](https://github.com/spf13/viper/releases)\n- [Commits](https://github.com/spf13/viper/compare/v1.16.0...v1.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/viper\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/viper from 1.16.0 to 1.17.0"}},{"before":"abf76e1fe4491ef4609381e21c5b2874f939ea68","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.16.0","pushedAt":"2023-06-05T20:12:20.931Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"}},{"before":"3f416202a4ca54c9ff2abb6a76e4ad6c8a6c4c8d","after":"1ddd3030f5047067c6ab99047de5222379a66dc3","ref":"refs/heads/main","pushedAt":"2023-06-05T20:12:19.867Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#20)\n\nBumps [github.com/spf13/viper](https://github.com/spf13/viper) from\r\n1.15.0 to 1.16.0.\r\n
\r\nRelease notes\r\n

Sourced from github.com/spf13/viper's\r\nreleases.

\r\n
\r\n

v1.16.0

\r\n\r\n

What's Changed

\r\n

Enhancements 🚀

\r\n
    \r\n
  • Sub parent inheritance by @​TaylorOno in spf13/viper#1056
  • \r\n
  • fix: fix typo by @​yquansah in spf13/viper#1523
  • \r\n
  • ci: add Go 1.20 to build matrix by @​sagikazarmark\r\nin spf13/viper#1506
  • \r\n
  • extend v.find() to handle stringToInt value types with stringToInt\r\npflag #1435 by\r\n@​vorishirne in\r\nspf13/viper#1462
  • \r\n
  • add:viper: allow to disable internal log messages by @​burgesQ in spf13/viper#1483
  • \r\n
  • Allow ConfigParseError to unwrap by @​andig in spf13/viper#1433
  • \r\n
\r\n

Bug Fixes 🐛

\r\n
    \r\n
  • fix: time.Duration slice type conversion by @​UrbanskiDawid\r\nin spf13/viper#1498
  • \r\n
\r\n

Dependency Updates ⬆️

\r\n
    \r\n
  • build(deps): bump mheap/github-action-required-labels from 3 to 4 by\r\n@​dependabot in\r\nspf13/viper#1533
  • \r\n
  • build(deps): bump actions/setup-go from 3 to 4 by @​dependabot in spf13/viper#1526
  • \r\n
  • build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by @​dependabot in spf13/viper#1519
  • \r\n
  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to\r\n2.0.7 by @​dependabot in spf13/viper#1516
  • \r\n
  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by\r\n@​dependabot in\r\nspf13/viper#1515
  • \r\n
  • build(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.5 by @​dependabot in spf13/viper#1518
  • \r\n
  • build(deps): bump github.com/sagikazarmark/crypt from 0.9.0 to\r\n0.10.0 by @​dependabot in spf13/viper#1550
  • \r\n
  • build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @​dependabot in spf13/viper#1551
  • \r\n
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by\r\n@​dependabot in\r\nspf13/viper#1553
  • \r\n
  • build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to\r\n2.0.8 by @​dependabot in spf13/viper#1555
  • \r\n
\r\n

Other Changes

\r\n
    \r\n
  • Update main image to better handle dark background by @​Deleplace in spf13/viper#1532
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​UrbanskiDawid\r\nmade their first contribution in spf13/viper#1498
  • \r\n
  • @​TaylorOno\r\nmade their first contribution in spf13/viper#1056
  • \r\n
  • @​yquansah\r\nmade their first contribution in spf13/viper#1523
  • \r\n
  • @​Azanul made\r\ntheir first contribution in spf13/viper#1544
  • \r\n
  • @​Deleplace\r\nmade their first contribution in spf13/viper#1532
  • \r\n
  • @​cfabianski made\r\ntheir first contribution in spf13/viper#1552
  • \r\n
  • @​vorishirne made\r\ntheir first contribution in spf13/viper#1462
  • \r\n
  • @​burgesQ made\r\ntheir first contribution in spf13/viper#1483
  • \r\n
  • @​andig made\r\ntheir first contribution in spf13/viper#1433
  • \r\n
\r\n

Full Changelog: https://github.com/spf13/viper/compare/v1.15.0...v1.16.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 21a7fd8\r\nAllow ConfigParseError to unwrap (#1433)
  • \r\n
  • 53cdb52\r\nchore: improve log messages
  • \r\n
  • 24ece16\r\ndrop std' logger in favor of jww one
  • \r\n
  • 98b1b9f\r\nadd:viper: allow to disable internal log messages
  • \r\n
  • 2ee1631\r\nextend viper's pflag binding to stringToInt pflag
  • \r\n
  • 8652057\r\ndocs: Coder uses Viper
  • \r\n
  • b850f34\r\nbuild(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to\r\n2.0.8
  • \r\n
  • 23b123a\r\ndoc: add bearer/bearer as projects using Viper
  • \r\n
  • a0fed9f\r\nUpdate main image to better handle dark background
  • \r\n
  • 143e3bc\r\nbuild(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.15.0&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#20)"}},{"before":null,"after":"abf76e1fe4491ef4609381e21c5b2874f939ea68","ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.16.0","pushedAt":"2023-06-05T19:58:44.301Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/viper from 1.15.0 to 1.16.0\n\nBumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0.\n- [Release notes](https://github.com/spf13/viper/releases)\n- [Commits](https://github.com/spf13/viper/compare/v1.15.0...v1.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/viper\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/viper from 1.15.0 to 1.16.0"}},{"before":"4b3bb8bd4b6d6218f80dfc611a2ab7595ec01480","after":"3f416202a4ca54c9ff2abb6a76e4ad6c8a6c4c8d","ref":"refs/heads/main","pushedAt":"2023-06-01T00:15:06.479Z","pushType":"push","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"4c8808091c8c56c1f47dc3a90159f936502820fc","after":null,"ref":"refs/heads/dev-go-clean-modcache","pushedAt":"2023-05-31T23:24:48.879Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"}},{"before":"2295a47f650316b0e858ab9dc3ebe8c3520f0b37","after":"4b3bb8bd4b6d6218f80dfc611a2ab7595ec01480","ref":"refs/heads/main","pushedAt":"2023-05-31T23:24:48.074Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"add `go clean -modcache` after each install, to remove mod cache that is no longer needed (#19)\n\nSigned-off-by: Tiger Wang ","shortMessageHtmlLink":"add go clean -modcache after each install, to remove mod cache that…"}},{"before":null,"after":"4c8808091c8c56c1f47dc3a90159f936502820fc","ref":"refs/heads/dev-go-clean-modcache","pushedAt":"2023-05-31T23:24:00.716Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"wip\n\nSigned-off-by: Tiger Wang ","shortMessageHtmlLink":"wip"}},{"before":"d18ecbbc6c6ca472c83ef85a598e7fa1460c5772","after":"2295a47f650316b0e858ab9dc3ebe8c3520f0b37","ref":"refs/heads/main","pushedAt":"2023-05-12T01:23:44.356Z","pushType":"push","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"ef0aba99235e797c00cbd7b5261d2215b52f02a2","after":"d18ecbbc6c6ca472c83ef85a598e7fa1460c5772","ref":"refs/heads/main","pushedAt":"2023-05-12T01:23:24.959Z","pushType":"push","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"e25bedbca1e6f1a37e77bb9f6b84889ab7c01de3","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/spf13/cobra-1.7.0","pushedAt":"2023-05-12T01:08:06.011Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"}},{"before":"b6d871a1a6eb4b327fccbc98d25ed8f6c4d04881","after":"ef0aba99235e797c00cbd7b5261d2215b52f02a2","ref":"refs/heads/main","pushedAt":"2023-05-12T01:08:04.932Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#18)\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from\r\n1.6.1 to 1.7.0.\r\n
\r\nRelease notes\r\n

Sourced from github.com/spf13/cobra's\r\nreleases.

\r\n
\r\n

v1.7.0

\r\n

✨ Features

\r\n
    \r\n
  • Allow to preserve ordering of completions in bash,\r\nzsh, pwsh, & fish: @​h4ck3rk3y #1903
  • \r\n
  • Add support for PowerShell 7.2+ in completions: @​oldium #1916
  • \r\n
  • Allow sourcing zsh completion script: @​marckhouzam #1917
  • \r\n
\r\n

🐛 Bug fixes

\r\n
    \r\n
  • Don't remove flag values that match sub-command name: @​brianpursley\r\n#1781
  • \r\n
  • Fix powershell completions not returning single word: @​totkeks #1850
  • \r\n
  • Remove masked template import variable name: @​yashLadha #1879
  • \r\n
  • Correctly detect completions with dash in argument: @​oncilla #1817
  • \r\n
\r\n

🧪 Testing & CI/CD

\r\n
    \r\n
  • Deprecate Go 1.15 in CI: @​umarcor #1866
  • \r\n
  • Deprecate Go 1.16 in CI: @​umarcor #1926
  • \r\n
  • Add testing for Go 1.20 in CI: @​umarcor #1925
  • \r\n
  • Add tests to illustrate unknown flag bug: @​brianpursley\r\n#1854
  • \r\n
\r\n

🔧 Maintenance

\r\n
    \r\n
  • Update main image to better handle dark backgrounds: @​Deleplace and @​marckhouzam #1883
  • \r\n
  • Fix stale.yaml mispellings: @​enrichman #1863
  • \r\n
  • Remove stale bot from GitHub actions: @​jpmcb #1908
  • \r\n
  • Add makefile target for installing dependencies: @​umarcor #1865
  • \r\n
  • Add Sia to projects using Cobra: @​mike76-dev #1844
  • \r\n
  • Add Vitess and Arewefastyet to projects\r\nusing cobra: @​frouioui #1932
  • \r\n
  • Fixup for Kubescape github org: @​dwertent #1874
  • \r\n
  • Fix route for GitHub workflows badge: @​sh-cho #1884
  • \r\n
  • Fixup for GoDoc style documentation: @​yashLadha #1885
  • \r\n
  • Various bash scripting improvements for completion: @​scop #1702
  • \r\n
  • Add Constellation to projects using Cobra: @​datosh #1829
  • \r\n
\r\n

✏️ Documentation

\r\n
    \r\n
  • Add documentation about disabling completion descriptions: @​Shihta #1901
  • \r\n
  • Improve MarkFlagsMutuallyExclusive example in user\r\nguide: @​janhn #1904
  • \r\n
  • Update shell_completions.md: @​gusega #1907
  • \r\n
  • Update copywrite year: @​umarcor #1927
  • \r\n
  • Document suggested layout of subcommands: @​lcarva #1930
  • \r\n
  • Replace deprecated ExactValidArgs with MatchAll in doc: @​doniacld #1836
  • \r\n
\r\n
\r\n

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

\r\n

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

\r\n

Full changelog: https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 4dd4b25\r\nUpdate main image to better handle dark background (#1883)
  • \r\n
  • 45360a5\r\nAllow sourcing zsh completion script (#1917)
  • \r\n
  • c8a20a1\r\nDocument suggested layout for subcommands (#1930)
  • \r\n
  • b197a24\r\nUpdate projects_using_cobra.md (#1932)
  • \r\n
  • 9e6b58a\r\nupdate copyright year (#1927)
  • \r\n
  • fb36524\r\nci: test Golang 1.20 (#1925)
  • \r\n
  • c7300f0\r\nci: deprecate go 1.16 (#1926)
  • \r\n
  • 567ea8e\r\nAdd support for PowerShell 7.2+ (#1916)
  • \r\n
  • 3daa4b9\r\nAdd keeporder to shell completion (#1903)
  • \r\n
  • a516d41\r\nRemoves stale bot from GitHub action (#1908)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/cobra&package-manager=go_modules&previous-version=1.6.1&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#18)"}},{"before":null,"after":"e25bedbca1e6f1a37e77bb9f6b84889ab7c01de3","ref":"refs/heads/dependabot/go_modules/github.com/spf13/cobra-1.7.0","pushedAt":"2023-04-10T20:02:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github.com/spf13/cobra from 1.6.1 to 1.7.0\n\nBumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/cobra\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github.com/spf13/cobra from 1.6.1 to 1.7.0"}},{"before":"e68862f87b6163602f317aab08ff3968151e1aa3","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/spf13/viper-1.15.0","pushedAt":"2023-03-17T21:14:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"}},{"before":"1c55e004d68a52077bb84f2c0b74c3a3e10d1a13","after":"b6d871a1a6eb4b327fccbc98d25ed8f6c4d04881","ref":"refs/heads/main","pushedAt":"2023-03-17T21:14:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#17)","shortMessageHtmlLink":"bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#17)"}},{"before":"68975c0e0f8e8b4473079dc9ee81b44619abc6ad","after":"1c55e004d68a52077bb84f2c0b74c3a3e10d1a13","ref":"refs/heads/main","pushedAt":"2023-03-17T21:13:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tigerinus","name":null,"path":"/tigerinus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7172560?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xNVQxOToxMDo1OS4wMDAwMDBazwAAAASACyiz","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xNVQxOToxMDo1OS4wMDAwMDBazwAAAASACyiz","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0xN1QyMToxMzo0Mi4wMDAwMDBazwAAAAMF_BsT"}},"title":"Activity · tigerinus/good"}