Commit 41d2e1e
shucheng
Merge tag 'v1.6.15' into main
containerd 1.6.15
Welcome to the v1.6.15 release of containerd!
The fifteenth patch release for containerd 1.6 fixes an issue with CNI in the CRI plugin
* **Fix no CNI info for pod sandbox on restart in CRI plugin** ([#7848](containerd/containerd#7848))
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.
* Derek McGowan
* Akihiro Suda
* Danny Canter
* Kevin Parsons
* Samuel Karp
* Wei Fu
<details><summary>8 commits</summary>
<p>
* [release/1.6] Prepare release notes for v1.6.15 ([#7924](containerd/containerd#7924))
* [`883899eae`](containerd/containerd@883899e) Prepare release notes for v1.6.15
* [release/1.6] CI: Pass GITHUB_TOKEN to containerd/project-checks ([#7919](containerd/containerd#7919))
* [`b57367020`](containerd/containerd@b573670) CI: Pass GITHUB_TOKEN to containerd/project-checks
* [release/1.6] integration/images: switch away from Docker Hub to avoid rate limit ([#7900](containerd/containerd#7900))
* [`0f4062c9b`](containerd/containerd@0f4062c) integration/images: switch away from Docker Hub to avoid rate limit
* [release/1.6] CRI: Fix no CNI info for pod sandbox on restart ([#7848](containerd/containerd#7848))
* [`f16447e2d`](containerd/containerd@f16447e) CRI: Fix no CNI info for pod sandbox on restart
</p>
</details>
This release has no dependency changes
Previous release can be found at [v1.6.14](https://github.com/containerd/containerd/releases/tag/v1.6.14)63 files changed
+853-190Lines changed: 853 additions & 190 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- cmd/ctr/commands/images
- contrib
- integration
- client
- leases
- pkg/cri
- annotations
- opts
- server
- store/container
- streaming
- portforward
- remotecommand
- releases
- rootfs
- script/setup
- snapshots
- devmapper
- overlay/overlayutils
- vendor
- github.com
- Microsoft/hcsshim/internal
- cow
- hcs
- containerd/cgroups
- v2
- version
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/build-test-images.yml
Copy file name to clipboardExpand all lines: .github/workflows/build-test-images.yml+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | | - |
| 44 | + |
45 | 45 | |
46 | 46 | |
47 | 47 | |
|
Collapse file
+69-57Lines changed: 69 additions & 57 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
12 | 17 | |
13 | 18 | |
14 | 19 | |
| ||
20 | 25 | |
21 | 26 | |
22 | 27 | |
23 | | - |
24 | | - |
| 28 | + |
25 | 29 | |
26 | 30 | |
27 | | - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
28 | 38 | |
29 | | - |
| 39 | + |
30 | 40 | |
31 | | - |
| 41 | + |
32 | 42 | |
33 | 43 | |
34 | 44 | |
| ||
40 | 50 | |
41 | 51 | |
42 | 52 | |
43 | | - |
| 53 | + |
44 | 54 | |
45 | 55 | |
46 | 56 | |
47 | | - |
| 57 | + |
48 | 58 | |
49 | | - |
| 59 | + |
50 | 60 | |
51 | | - |
| 61 | + |
52 | 62 | |
53 | 63 | |
54 | 64 | |
55 | 65 | |
56 | | - |
| 66 | + |
57 | 67 | |
58 | 68 | |
| 69 | + |
59 | 70 | |
60 | 71 | |
61 | 72 | |
| ||
68 | 79 | |
69 | 80 | |
70 | 81 | |
71 | | - |
| 82 | + |
72 | 83 | |
73 | 84 | |
74 | 85 | |
75 | 86 | |
76 | 87 | |
77 | 88 | |
78 | 89 | |
79 | | - |
| 90 | + |
80 | 91 | |
81 | | - |
| 92 | + |
82 | 93 | |
83 | | - |
| 94 | + |
84 | 95 | |
85 | 96 | |
86 | 97 | |
| ||
104 | 115 | |
105 | 116 | |
106 | 117 | |
107 | | - |
| 118 | + |
108 | 119 | |
109 | 120 | |
110 | 121 | |
111 | | - |
| 122 | + |
112 | 123 | |
113 | | - |
114 | | - |
| 124 | + |
| 125 | + |
115 | 126 | |
116 | 127 | |
117 | 128 | |
| ||
146 | 157 | |
147 | 158 | |
148 | 159 | |
149 | | - |
| 160 | + |
150 | 161 | |
151 | | - |
152 | | - |
| 162 | + |
| 163 | + |
153 | 164 | |
154 | 165 | |
155 | 166 | |
| ||
214 | 225 | |
215 | 226 | |
216 | 227 | |
217 | | - |
218 | | - |
219 | | - |
| 228 | + |
| 229 | + |
220 | 230 | |
221 | | - |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
222 | 238 | |
223 | 239 | |
224 | 240 | |
| ||
228 | 244 | |
229 | 245 | |
230 | 246 | |
231 | | - |
| 247 | + |
232 | 248 | |
233 | 249 | |
234 | 250 | |
| ||
260 | 276 | |
261 | 277 | |
262 | 278 | |
263 | | - |
| 279 | + |
264 | 280 | |
265 | | - |
| 281 | + |
266 | 282 | |
267 | | - |
| 283 | + |
268 | 284 | |
269 | 285 | |
270 | 286 | |
271 | | - |
| 287 | + |
272 | 288 | |
273 | 289 | |
274 | 290 | |
| ||
323 | 339 | |
324 | 340 | |
325 | 341 | |
326 | | - |
| 342 | + |
327 | 343 | |
328 | 344 | |
329 | 345 | |
| ||
332 | 348 | |
333 | 349 | |
334 | 350 | |
335 | | - |
| 351 | + |
336 | 352 | |
337 | 353 | |
338 | 354 | |
| ||
350 | 366 | |
351 | 367 | |
352 | 368 | |
353 | | - |
| 369 | + |
354 | 370 | |
355 | | - |
| 371 | + |
356 | 372 | |
357 | | - |
| 373 | + |
358 | 374 | |
359 | 375 | |
360 | 376 | |
361 | 377 | |
362 | | - |
363 | 378 | |
364 | | - |
365 | | - |
366 | | - |
367 | | - |
368 | | - |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
369 | 385 | |
370 | 386 | |
371 | 387 | |
372 | 388 | |
373 | 389 | |
374 | 390 | |
375 | 391 | |
376 | | - |
377 | | - |
378 | | - |
379 | | - |
380 | 392 | |
381 | 393 | |
382 | 394 | |
383 | 395 | |
384 | 396 | |
385 | 397 | |
386 | 398 | |
387 | | - |
| 399 | + |
388 | 400 | |
389 | 401 | |
390 | 402 | |
| ||
456 | 468 | |
457 | 469 | |
458 | 470 | |
459 | | - |
| 471 | + |
460 | 472 | |
461 | 473 | |
462 | 474 | |
| ||
473 | 485 | |
474 | 486 | |
475 | 487 | |
476 | | - |
| 488 | + |
477 | 489 | |
478 | | - |
479 | | - |
480 | | - |
| 490 | + |
| 491 | + |
| 492 | + |
481 | 493 | |
482 | 494 | |
483 | 495 | |
484 | 496 | |
485 | | - |
| 497 | + |
486 | 498 | |
487 | 499 | |
488 | 500 | |
| ||
506 | 518 | |
507 | 519 | |
508 | 520 | |
509 | | - |
| 521 | + |
510 | 522 | |
511 | 523 | |
512 | | - |
| 524 | + |
513 | 525 | |
514 | 526 | |
515 | 527 | |
| ||
551 | 563 | |
552 | 564 | |
553 | 565 | |
554 | | - |
| 566 | + |
555 | 567 | |
556 | 568 | |
557 | 569 | |
| ||
567 | 579 | |
568 | 580 | |
569 | 581 | |
570 | | - |
| 582 | + |
571 | 583 | |
572 | 584 | |
573 | | - |
| 585 | + |
574 | 586 | |
575 | 587 | |
576 | 588 | |
|
Collapse file
.github/workflows/codeql.yml
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
33 | | - |
| 33 | + |
34 | 34 | |
35 | 35 | |
36 | 36 | |
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
| 43 | + |
Collapse file
.github/workflows/images.yml
Copy file name to clipboardExpand all lines: .github/workflows/images.yml+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
|
0 commit comments