fix(deps): update all dependencies #8835
Merged
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:
v6.10.1
->v9.0.0
v1.7.6
->v1.7.7
v2.12.1
->v2.13.0
v4.12.2
->v8.6.1
v2.4.0
->v3.0.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
caarlos0/env (github.com/caarlos0/env/v6)
v9.0.0
Compare Source
Changelog
New Features
7a25c17
: feat!: accept expand as an option to the env tag (#263) (@caarlos0)4f6bb22
: feat!: v9 (@caarlos0)9124b0a
: feat: add support Web Assembly (#265) (@BorzdeG)Bug fixes
0f07b7f
: fix: invalid environment variable (#271) (@aymanbagabas)0b4d8a6
: fix: skip fields without env key in onSet (#266) (@aymanbagabas)Documentation updates
390412e
: docs: clarify custom parser funcs and required fields (@caarlos0)3f7d8cf
: docs: fix examples in readme for v8.0.0 (#264) (@Mattias-)Migrating from v8
Replace
envExpand:"true"
with,expand
, e.g.:Released with GoReleaser Pro!
v8.0.0
Compare Source
Changelog
Other work
224d85f
: build: fix goreleaser flags (@caarlos0)fac0414
: build: test on go stable and oldstable (#259) (@caarlos0)4e0f915
: feat!: refactor parse and parse with options (#256) (@caarlos0)Updating from v7
env.Parse
with no options, no change is required.env.Parse
with oneOptions{}
, callenv.ParseWithOptions
instead.env.Parse
with options, and pass more than oneOptions{}
, merge them into a single one, and useenv.ParseWithOptions
instead.env.ParseWithFuncs
, useenv.ParseWithOptions
instead, and put your parsers intoOptions{ FuncMap: <here> }
.Released with GoReleaser Pro!
v7.1.0
Compare Source
Changelog
New Features
b135bbd
: feat: error types (#240) (@akutuev)17f0a63
: feat: implement Is on AggregateError (#254) (@caarlos0)266f68b
: feat: support map kind env (#244) (@ken8203)c08b0f9
: feat: use field name by default (#253) (@caarlos0)Bug fixes
dfd68b2
: fix: improve map handling, coverage (@caarlos0)e5472ec
: fix: remove untested behavior (@caarlos0)Documentation updates
65ba2db
: docs: caveats (@caarlos0)f434e98
: docs: document how to handle error (@caarlos0)2d26ce1
: docs: fix examples (@caarlos0)91e69e8
: docs: maps (@caarlos0)850c2d8
: docs: update to v7 (#249) (@alexandear)Released with GoReleaser Pro!
v7.0.0
Compare Source
Changelog
Breaking changes
c687f95
: feat!: set default if var is set but empty (#248) (@caarlos0)155f0a6
: feat!: update to v7 (@caarlos0)Documentation updates
23c6da1
: docs: fix badge (@caarlos0)8e8e099
: docs: fix typo (#243) (@braindev)877e1bf
: docs: improve warning (@caarlos0)Other work
ff86282
: build: fix lint workflow (@caarlos0)0b725c8
: build: fix workflows (@caarlos0)da848aa
: build: remove deprecated lint option (@caarlos0)Released with GoReleaser Pro!
containerd/containerd (github.com/containerd/containerd)
v1.7.7
: containerd 1.7.7Compare Source
Welcome to the v1.7.7 release of containerd!
The seventh patch release for containerd 1.7 contains various fixes and updates.
Notable Updates
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
31 commits
a34fa5681
Prepare release notes for v1.7.76ca0aebf0
Allow for images with artifacts to pull7df492a95
remotes/docker: Fix MountedFrom prefixed with target repositoryb3db314a5
Bump x/net to 0.137779ce64e
remotes: always try to establish tls connection when tls configured6013b5e03
cri: stop recommending disable_cgroupa83c66813
Require plugins to succeed after registering readiness171d76849
cri: call RegisterReadiness after NewCRIService3d27bc738
Handle unexpected shim kill events4ffa3ed29
Build binaries with 1.21.15756f6064
[release/1.7] vendor: github.com/Microsoft/hcsshim v0.11.109633b539
deprecate logs package, but disable linter (for transitioning)cb201519f
alias log package to github.com/containerd/log v0.1.0a5024e6dd
vendor: github.com/stretchr/testify v1.8.47bd976af3
vendor: github.com/sirupsen/logrus v1.9.38cd2d33c2
[release/1.7] remotes/docker: Add MountedFrom and Exists push status3ca015e55
nri: update mock plugin handlers4cd208c1f
vendor: update github.com/containerd/nri@v0.4.0Changes from containerd/log
9 commits
89c9a54
Update golangci to 1.49cf26711
Update description in READMEf9f250c
Add project detailsfb7fe3d
Add github CI flow7e13034
Add go module16a3c76
Rename log import from logtest698c398
Add README87c83c4
Add license fileChanges from containerd/nri
35 commits
5f13915
releases: update note about 0.4.05ecea04
ulimit-adjuster: add validation for hard limitsdb3de10
test: exclude ulimit-adjuster from ginkgof0deb59
ulimit-adjuster: new sample plugind2dd708
Add support for rlimitsefaf36e
api: add POSIXRlimit type3f092c2
.github: add test build to CI workflow.01d5f14
Add a note about NRI API stability and release notes.ea9976d
adaptation: add UpdateContainer tests.d042d24
stub: fix plugin UpdateContainerInterface.f5d0f51
plugins: update plugins for stub changes.b4bd301
adaptation: update tests with stub changes.9d86150
stub: pass context to plugin event handlers.5eee915
removed linkc783fc7
Resolves broken podman links and adds details to help better guide people in testing.da291a6
Fix ParseEventMask to produce proper masksNRI_PLUGIN_NAME
env value when launching a pre-installed plugin (#42)4a4cea6
fix the NRI_PLUGIN_NAME env value when launching a pre-installed plugina67478e
stub: update setIdentify to ensureIdentify841f5ed
update module name of the logger plugin8d9c64d
Add gitignore for build artifactsc03d1be
Makefile: fix 'install-*' targets.ab28e71
docs: add a chapter about security considerations.2862d98
api: initialize OCI LinuxMemory resources to empty.Dependency Changes
Previous release can be found at v1.7.6
Which file should I download?
containerd-<VERSION>-<OS>-<ARCH>.tar.gz
: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz
: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.cri-containerd-<VERSION>-<OS>-<ARCH>.tar.gz
: (Deprecated)cri-containerd-cni-<VERSION>-<OS>-<ARCH>.tar.gz
: (Deprecated)In addition to containerd, typically you will have to install runc
and CNI plugins from their official sites too.
See also the Getting Started documentation.
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.13.0
Compare Source
2.13.0
Features
Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #1225)
vbauerster/mpb (github.com/vbauerster/mpb/v4)
v8.6.1
Compare Source
v8.6.0
Compare Source
v8.5.2
Compare Source
v8.5.1
Compare Source
v8.5.0
Compare Source
v8.4.0
Compare Source
v8.3.0
Compare Source
Dropped Progress.AddFiller in favor of (
b4ecb5b
):v8.2.1
Compare Source
v8.2.0
Compare Source
Added:
d48e1f6
(address issue #119).Breaking changes:
60616af
.1ce85ac
.4c2e771
.2d33ee5
.v8.1.6
Compare Source
Fixed #122
Drop go 1.17 support because of dependency update.
v8.1.5
Compare Source
v8.1.4
Compare Source
v8.1.3
Compare Source
v8.1.2
Compare Source
v8.1.1
Compare Source
v8.1.0
Compare Source
Fixed issue #115, #117.
Addressed issue #110, #116.
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
Major bump mainly because of BarFiller signature change.
Fixed: #105, #107, #109, #111.
v7.5.3
Compare Source
Fixed #115
v7.5.2
Compare Source
v7.5.1
Compare Source
v7.5.0
Compare Source
v7.4.2
Compare Source
deps update
v7.4.1
Compare Source
v7.4.0
Compare Source
Added:
Signature changed:
v7.3.2
Compare Source
v7.3.1
Compare Source
v7.3.0
Compare Source
Added:
v7.2.0
Compare Source
Added:
v7.1.5
Compare Source
v7.1.4
Compare Source
Fixes #100.
v7.1.3
Compare Source
Stable release.
v7.1.2
Added:
If you prefer bar with inclusive ending tip, like
[=====>] 100%
, then do:v7.0.6
Compare Source
Stable release of
v7.0.x
v7.0.5
Compare Source
This release fixes
bar.Abort()
method behavior, see https://github.com/vbauerster/mpb/issues/93.It also contains optimizations which reduce flickering if many bars are used.
v7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
v7 released to support complex filler 'runes', see #86.
Breaking change:
Signature of NewBarFiller function has changed. If you never used that function before, it's safe to migrate to v7.
Related examples that use features of v7:
mexicanBar
spinTipBar
singleBar
v7.0.1
Compare Source
v7.0.0
Compare Source
v6.0.4
Compare Source
v6.0.3
Compare Source
v6.0.2
Compare Source
Removed:
To set bar style use BarFiller constructors.
Added:
v6.0.1
Compare Source
v6.0.0
Compare Source
v5.4.0
Compare Source
TestMaxWidthDistributor
v5.3.0
Compare Source
Decorators added:
v5.2.4
: mpb v5.2.4Compare Source
Fixed #73
v5.2.3
: mpb v5.2.3Compare Source
Some optimization and minor fixes in cwriter package.
v5.2.2
: mpb v5.2.2Compare Source
Fixed #68 and minor bug fixes.
v5.2.1
: mpb v5.2.1Compare Source
New dependency on go-runewidth so decorators can use emoji or any double width runes, refer to complex example.
Added:
refer to suppressBar example.
AvailableWidth
andRefill
.Minor breaking change:
decor.Statistics
now passed by value in decor.Decorator and mpb.BarFiller interfaces. If you don't use custom decorators, you're not affected.Fixed #55 #66
v5.2.0
Compare Source
v5.1.0
Compare Source
v5.0.4
Compare Source
v5.0.3
: mpb v5.0.3Compare Source
v5 introduces braking changes, new API:
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
go-yaml/yaml (gopkg.in/yaml.v2)
v3.0.1
Compare Source
v3.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.