Skip to content

update containerd binary to v1.7.14#47557

Closed
thaJeztah wants to merge 1 commit intomoby:masterfrom
thaJeztah:containerd_binary_1.7.14
Closed

update containerd binary to v1.7.14#47557
thaJeztah wants to merge 1 commit intomoby:masterfrom
thaJeztah:containerd_binary_1.7.14

Conversation

@thaJeztah
Copy link
Member

@thaJeztah thaJeztah commented Mar 13, 2024

Update the containerd binary that's used in CI and for the static packages.

Welcome to the v1.7.14 release of containerd!

The fourteenth patch release for containerd 1.7 contains various fixes and updates.

Highlights

  • Update builds to use go 1.21.8
  • Fix various timing issues with docker pusher
  • Register imagePullThroughput and count with MiB
  • Move high volume event logs to Trace level

Container Runtime Interface (CRI)

  • Handle pod transition states gracefully while listing pod stats

Runtime

  • Update runc-shim to process exec exits before init

- What I did

- How I did it

- How to verify it

- Description for the changelog

Upgrade containerd to v1.7.14 (static binaries only). [moby/moby#47557](https://github.com/moby/moby/pull/47557)

- A picture of a cute animal (not mandatory but encouraged)

Update the containerd binary that's used in CI and for the static packages.

- full diff: containerd/containerd@v1.7.13...v1.7.14
- release notes: https://github.com/containerd/containerd/releases/tag/v1.7.14

Welcome to the v1.7.14 release of containerd!

The fourteenth patch release for containerd 1.7 contains various fixes and updates.

Highlights

- Update builds to use go 1.21.8
- Fix various timing issues with docker pusher
- Register imagePullThroughput and count with MiB
- Move high volume event logs to Trace level

Container Runtime Interface (CRI)

- Handle pod transition states gracefully while listing pod stats

Runtime

- Update runc-shim to process exec exits before init

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah
Copy link
Member Author

Failure is a known flaky;

=== Failed
=== FAIL: amd64.integration.system TestDiskUsage/empty (0.00s)
    disk_usage_test.go:41: assertion failed: 
        --- du
        +++ →
          types.DiskUsage{
        - 	LayersSize: 4096,
        + 	LayersSize: 0,
          	Images:     {},
          	Containers: {},
          	... // 3 identical fields
          }
        
    --- FAIL: TestDiskUsage/empty (0.00s)

=== FAIL: amd64.integration.system TestDiskUsage (2.65s)

@vvoland
Copy link
Contributor

vvoland commented Mar 14, 2024

It seems that the TestExecCgroup gets stuck consistently on this one 🤔

@vvoland vvoland modified the milestones: 26.0.0, 26.0.1 Mar 20, 2024
Copy link
Contributor

@vvoland vvoland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving a request changes until the containerd regression is fixed

@thaJeztah
Copy link
Member Author

Superseded by #47689

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants