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:
v5.0.3
->v5.0.4
v0.20.2
->v0.20.3
v0.20.1
->v0.20.3
v0.20.2
->v0.20.3
v4.11.0
->v4.13.0
v1.1.3
->v1.2.1
v1.7.1
->v1.9.0
v1.16.0
->v1.19.1
13.3-alpine
->14.0-alpine
Release Notes
go-chi/chi
v5.0.4
Compare Source
go-openapi/loads
v0.20.3
Compare Source
go-openapi/strfmt
v0.20.3
Compare Source
v0.20.2
Compare Source
go-openapi/validate
v0.20.3
Compare Source
jackc/pgx
v4.13.0
Compare Source
v4.12.0
Compare Source
spf13/cobra
v1.2.1
Compare Source
Bug fixes
cmd.RegisterFlagCompletionFunc()
(and subsequent map) now works correctly and flag completions now work againv1.2.0
Compare Source
🌠 v1.2.0 - The completions release
Welcome to v1.2.0 of Cobra! This release focuses on code completions, several critical bug fixes, some documentation updates, and security bumps. Upgrading should be simple but note please take note of the introduction of completions V2 and their default use. The v1 completions library is still available, but will be deprecated in the future. Please open an issue with any problems!
New Features
completion
command for shell completions. If acompletion
command is already provided, uses that instead. This will automatically provide shell completions for bash, zsh, fish, and PowerShell https://github.com/spf13/cobra/pull/1192--no-descriptions
flag for "always on" completion descriptionsmitchellh/go-homedir
in favor of core Goos.UserHomeDir()
- spf13/cobra@8eaca5fBug Fixes
ShellDirectiveCompletionNoSpace
and file completion all the time - https://github.com/spf13/cobra/pull/1213RegisterFlagCompletionFunc
as a global var not working in multi-threaded programs: https://github.com/spf13/cobra/pull/1423Testing
Security
Other
Thank you to all our amazing contributors 🐍🚀
spf13/viper
v1.9.0
Compare Source
This is a maintenance release primarily containing minor fixes and improvements.
Changes
Added
tfvars
filesFixed
InConfig
processing pathsIn addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates.
Many thanks to everyone who contributed to this release!
v1.8.1
Compare Source
This patch releases fixes two minor issues:
%s
with%w
when wrapping errorspflag.StringArray
processingv1.8.0
Compare Source
This is a maintenance release primarily containing fixes and improvements. The most prominent change is the etcd update to 3.5.0. Thanks to proper Go modules support, the dependency graph became much smaller.
Changes
Added
Changed
BindPFlag
detects a nil flag parameterFixed
Security
In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates. Find more details in the 1.8.0 milestone.
Many thanks to everyone who contributed to this release!
uber-go/zap
v1.19.1
Compare Source
Fixed
v1.19.0
Compare Source
Enhancements:
better.
Thanks to @lancoLiu and @thockin for their contributions to this release.
v1.18.1
Compare Source
Bugfixes:
zap.NewNop
.v1.18.0
Compare Source
Enhancements:
zapcore.BufferedWriteSyncer
, a newWriteSyncer
that buffersmessages in-memory and flushes them periodically.
zapio.Writer
to use a Zap logger as anio.Writer
.zap.WithClock
option to control the source of time via thenew
zapcore.Clock
interface.zap.SugaredLogger
when arguments of*w
methods don't match expectations.
zaptest/observer
.io.StringWriter
andio.ByteWriter
in Zap'sbuffer.Buffer
.Thanks to @atrn0, @ernado, @heyanfu, @hnlq715, @zchee
for their contributions to this release.
v1.17.0
Compare Source
Bugfixes:
<nil>
for nilerror
instead of a panic.vulnerabilities in dependencies.
Enhancements:
size from 96 to 80 bytes.
grpclog.LoggerV2
in zapgrpc.with the
application/x-www-form-urlencoded
content type.zap.Inline
.zaptest/observer
.Thanks to @ash2k, @FMLS, @jimmystewpot, @Oncilla, @tsoslow, @tylitianrui, @withshubh, and @wziww for their contributions to this release.
Configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.