Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/caarlos0/env/v6 require major v6.10.1 -> v9.0.0
github.com/containerd/containerd require patch v1.7.6 -> v1.7.7
github.com/onsi/ginkgo/v2 require minor v2.12.1 -> v2.13.0
github.com/vbauerster/mpb/v4 require major v4.12.2 -> v8.6.1
gopkg.in/yaml.v2 require major 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
Bug fixes
Documentation updates
Migrating from v8

Replace envExpand:"true" with ,expand, e.g.:

type Foo struct {
    Foo string `env:"FOO,expand"`
}

Released with GoReleaser Pro!

v8.0.0

Compare Source

Changelog

Other work

Updating from v7

  • if you use env.Parse with no options, no change is required.
  • if you use env.Parse with one Options{}, call env.ParseWithOptions instead.
  • if you use env.Parse with options, and pass more than one Options{}, merge them into a single one, and use env.ParseWithOptions instead.
  • if you use env.ParseWithFuncs, use env.ParseWithOptions instead, and put your parsers into Options{ FuncMap: <here> }.

Released with GoReleaser Pro!

v7.1.0

Compare Source

Changelog

New Features
Bug fixes
Documentation updates

Released with GoReleaser Pro!

v7.0.0

Compare Source

Changelog

Breaking changes
Documentation updates
Other work

Released with GoReleaser Pro!

containerd/containerd (github.com/containerd/containerd)

v1.7.7: containerd 1.7.7

Compare 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
  • Require plugins to succeed after registering readiness (#​9165)
  • Handle unexpected shim kill events (#​9132)
  • Build binaries with Go 1.21.1 (#​9167)
  • cri: Stop recommending disable_cgroup (#​9168)
  • remotes/docker: Fix MountedFrom prefixed with target repository (#​9193)
  • remotes: always try to establish tls connection when tls configured (#​9188)
  • NRI: Add support for rlimits (#​48)

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
  • Derek McGowan
  • Samuel Karp
  • Krisztian Litkey
  • Wei Fu
  • Phil Estes
  • Sebastiaan van Stijn
  • Iceber Gu
  • Mike Brown
  • Akihiro Suda
  • Paweł Gronowski
  • Steve Griffith
  • Aditya Ramani
  • Austin Vazquez
  • Danny Canter
  • James Sturtevant
  • Kern Walster
  • ZP-AlwaysWin
Changes
31 commits

  • [release/1.7] Prepare release notes for v1.7.7 (#​9194)
  • [release/1.7] Allow for images with artifacts to pull (#​9149)
    • 6ca0aebf0 Allow for images with artifacts to pull
  • [release 1.7] remotes/docker: Fix MountedFrom prefixed with target repository (#​9193)
    • 7df492a95 remotes/docker: Fix MountedFrom prefixed with target repository
  • [release/1.7] Update x/net to 0.13 (#​9134)
  • [release/1.7] remotes: always try to establish tls connection when tls configured (#​9188)
    • 7779ce64e remotes: always try to establish tls connection when tls configured
  • [release/1.7] cri: stop recommending disable_cgroup (#​9168)
    • 6013b5e03 cri: stop recommending disable_cgroup
  • [release/1.7] Require plugins to succeed after registering readiness (#​9165)
    • a83c66813 Require plugins to succeed after registering readiness
    • 171d76849 cri: call RegisterReadiness after NewCRIService
  • [release/1.7] Handle unexpected shim kill events (#​9132)
    • 3d27bc738 Handle unexpected shim kill events
  • [release/1.7] Build binaries with 1.21.1 (#​9167)
  • [release/1.7] vendor: github.com/Microsoft/hcsshim v0.11.1 (#​9127)
    • 5756f6064 [release/1.7] vendor: github.com/Microsoft/hcsshim v0.11.1
  • [release/1.7 backport] alias log package to github.com/containerd/log v0.1.0 (#​9106)
    • 09633b539 deprecate logs package, but disable linter (for transitioning)
    • cb201519f alias log package to github.com/containerd/log v0.1.0
    • a5024e6dd vendor: github.com/stretchr/testify v1.8.4
    • 7bd976af3 vendor: github.com/sirupsen/logrus v1.9.3
  • [release/1.7] remotes/docker: Add MountedFrom and Exists push status (#​9097)
    • 8cd2d33c2 [release/1.7] remotes/docker: Add MountedFrom and Exists push status
  • [release/1.7] vendor: update github.com/containerd/nri@v0.4.0 (#​9099)
    • 3ca015e55 nri: update mock plugin handlers
    • 4cd208c1f vendor: update github.com/containerd/nri@v0.4.0

Changes from containerd/log
9 commits

Changes from containerd/nri
35 commits

  • releases: update note about 0.4.0 (#​50)
    • 5f13915 releases: update note about 0.4.0
  • Add support for rlimits (#​48)
    • 5ecea04 ulimit-adjuster: add validation for hard limits
    • db3de10 test: exclude ulimit-adjuster from ginkgo
    • f0deb59 ulimit-adjuster: new sample plugin
    • d2dd708 Add support for rlimits
    • efaf36e api: add POSIXRlimit type
  • .github: add test build to CI workflow. (#​47)
    • 3f092c2 .github: add test build to CI workflow.
  • stub: pass context to plugins, pass updated resources to UpdateContainers. (#​40)
    • 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.
  • Updated the OCI Hook Injector README to resovle broken links to the p… (#​34)
    • 5eee915 removed link
    • c783fc7 Resolves broken podman links and adds details to help better guide people in testing.
  • Fix ParseEventMask to produce proper masks for 'pod' and 'container' shorthand event notations. (#​39)
    • da291a6 Fix ParseEventMask to produce proper masks
  • fix the NRI_PLUGIN_NAME env value when launching a pre-installed plugin (#​42)
    • 4a4cea6 fix the NRI_PLUGIN_NAME env value when launching a pre-installed plugin
    • a67478e stub: update setIdentify to ensureIdentify
  • update module name of the logger plugin (#​41)
    • 841f5ed update module name of the logger plugin
  • Add gitignore for build artifacts (#​32)
    • 8d9c64d Add gitignore for build artifacts
  • Makefile: fix 'install-*' targets. (#​38)
    • c03d1be Makefile: fix 'install-*' targets.
  • docs: add a chapter about security considerations. (#​36)
    • ab28e71 docs: add a chapter about security considerations.
  • api: initialize OCI LinuxMemory resources to empty. (#​37)
    • 2862d98 api: initialize OCI LinuxMemory resources to empty.

Dependency Changes
  • github.com/Microsoft/hcsshim v0.11.0 -> v0.11.1
  • github.com/containerd/log v0.1.0 new
  • github.com/containerd/nri v0.3.0 -> v0.4.0
  • github.com/sirupsen/logrus v1.9.0 -> v1.9.3
  • github.com/stretchr/testify v1.8.2 -> v1.8.4
  • golang.org/x/crypto v0.1.0 -> v0.11.0
  • golang.org/x/net v0.8.0 -> v0.13.0
  • golang.org/x/sys v0.7.0 -> v0.10.0
  • golang.org/x/term v0.6.0 -> v0.10.0
  • golang.org/x/text v0.8.0 -> v0.11.0

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:

Breaking changes:

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:

    bar := p.Add(int64(total),
        mpb.NewBarFiller(mpb.BarStyle().TipOnComplete(">")),
        mpb.AppendDecorators(decor.Percentage()),
    )

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

  • Fixed issue #​85.
  • BarFillerTrim same as TrimSpace but for better discoverability.
  • One more test TestMaxWidthDistributor

v5.3.0

Compare Source

Decorators added:

v5.2.4: mpb v5.2.4

Compare Source

Fixed #​73

v5.2.3: mpb v5.2.3

Compare Source

Some optimization and minor fixes in cwriter package.

v5.2.2: mpb v5.2.2

Compare Source

Fixed #​68 and minor bug fixes.

v5.2.1: mpb v5.2.1

Compare Source

New dependency on go-runewidth so decorators can use emoji or any double width runes, refer to complex example.

Added:

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.3

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 7, 2023 04:15
@renovate renovate bot added dependencies misc release/undocumented This didn't warrant being documented or put in release notes. labels Oct 7, 2023
@xtremerui xtremerui merged commit 4d6a5eb into master Oct 10, 2023
@xtremerui xtremerui deleted the renovate/all branch October 10, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies misc release/undocumented This didn't warrant being documented or put in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant