Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump patch version for Golang module #111

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

updateclibot[bot]
Copy link
Contributor

@updateclibot updateclibot bot commented Jul 5, 2024

deps(go): bump module github.com/spf13/cobra

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/spf13/cobra to v1.8.1

go.mod updated Module path "github.com/spf13/cobra" version from "v1.8.0" to "v1.8.1"

v1.8.1
Changelog retrieved from:
	https://github.com/spf13/cobra/releases/tag/v1.8.1
## ✨ Features
* Add env variable to suppress completion descriptions on create by @scop in https://github.com/spf13/cobra/pull/1938

## 🐛 Bug fixes
* Micro-optimizations by @scop in https://github.com/spf13/cobra/pull/1957

## 🔧 Maintenance
* build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by @dependabot in https://github.com/spf13/cobra/pull/2127
* Consistent annotation names by @nirs in https://github.com/spf13/cobra/pull/2140
* Remove fully inactivated linters by @nirs in https://github.com/spf13/cobra/pull/2148
* Address golangci-lint deprecation warnings, enable some more linters by @scop in https://github.com/spf13/cobra/pull/2152

## 🧪 Testing & CI/CD
* Add test for func in cobra.go by @korovindenis in https://github.com/spf13/cobra/pull/2094
* ci: test golang 1.22 by @cyrilico in https://github.com/spf13/cobra/pull/2113
* Optimized and added more linting by @scop in https://github.com/spf13/cobra/pull/2099
* build(deps): bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/spf13/cobra/pull/2087
* build(deps): bump actions/labeler from 4 to 5 by @dependabot in https://github.com/spf13/cobra/pull/2086
* build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in https://github.com/spf13/cobra/pull/2108
* build(deps): bump actions/cache from 3 to 4 by @dependabot in https://github.com/spf13/cobra/pull/2102

## ✏️ Documentation
* Fixes and docs for usage as plugin by @nirs in https://github.com/spf13/cobra/pull/2070
* flags: clarify documentation that LocalFlags related function do not modify the state by @niamster in https://github.com/spf13/cobra/pull/2064
* chore: remove repetitive words by @racerole in https://github.com/spf13/cobra/pull/2122
* Add LXC to the list of projects using Cobra @VaradBelwalkar in https://github.com/spf13/cobra/pull/2071
* Update projects_using_cobra.md by @marcuskohlberg in https://github.com/spf13/cobra/pull/2089
* [chore]: update projects using cobra by @cmwylie19 in https://github.com/spf13/cobra/pull/2093
* Add Taikun CLI to list of projects by @Smidra in https://github.com/spf13/cobra/pull/2098
* Add Incus to the list of projects using Cobra by @montag451 in https://github.com/spf13/cobra/pull/2118




















## New Contributors
* @VaradBelwalkar made their first contribution in https://github.com/spf13/cobra/pull/2071
* @marcuskohlberg made their first contribution in https://github.com/spf13/cobra/pull/2089
* @cmwylie19 made their first contribution in https://github.com/spf13/cobra/pull/2093
* @korovindenis made their first contribution in https://github.com/spf13/cobra/pull/2094
* @niamster made their first contribution in https://github.com/spf13/cobra/pull/2064
* @Smidra made their first contribution in https://github.com/spf13/cobra/pull/2098
* @montag451 made their first contribution in https://github.com/spf13/cobra/pull/2118
* @cyrilico made their first contribution in https://github.com/spf13/cobra/pull/2113
* @racerole made their first contribution in https://github.com/spf13/cobra/pull/2122
* @pedromotita made their first contribution in https://github.com/spf13/cobra/pull/2120
* @cubxxw made their first contribution in https://github.com/spf13/cobra/pull/2128

---

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**: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1
GitHub Action workflow link

deps(go): bump module github.com/golang-migrate/migrate/v4

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/golang-migrate/migrate/v4 to v4.17.1

go.mod updated Module path "github.com/golang-migrate/migrate/v4" version from "v4.17.0" to "v4.17.1"

v4.17.1
Changelog retrieved from:
	https://github.com/golang-migrate/migrate/releases/tag/v4.17.1
## Changelog
* 4bc6777 Add dktesting.Cleanup() method
* bead4a9 Added documentation and test for lock strategy
* 129922a Added support for pgx locking table
* a860f0c Bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0
* d1df97b Bump github.com/jackc/pgx/v4 from 4.18.1 to 4.18.2
* a78d1ab Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
* 2e0872f Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
* 1b707a7 Cleanup cassandra images after tests run
* 49cac86 Cleanup mongodb images after tests run
* 2884a8e Cleanup postgres images after tests run
* b1d02e2 Cleanup sqlserver images after tests run
* 06614d9 Cleanup yugabytedb images after tests run
* e913336 Drop support for Go 1.20 and add support for Go 1.22
* f4950c1 Fallback to dktest.DefaultCleanupTimeout if the dktest.Options doesn't have one specified
* 5aa4670 Fix GoReleaser deprecations
* d63a5c2 Only test against YugabyteDB LTS releases
* 091ad5d Quote locktable from config in queries
* 1a002d0 Set golangci-lint to 1.54.2 (latest is broken) (#1046)
* f100226 Update dktest from v0.4.0 to v0.4.1 to fix docker vulnerability
* ff8a961 Update yugabyte test images
* 0350a00 [sqlserver] Always access version table with explicit schema
* 8147693 [sqlserver] Ensure version table in provided schema
* 7f85f9c chore: fix some typos
* 9d70a39 chore: fix some typos in comments
* 94b8fa5 rqlite is spelled with all lowercase

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

updatecli added 4 commits July 5, 2024 14:43
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants