[release/1.7] Prepare for v1.7.15 release#10039
[release/1.7] Prepare for v1.7.15 release#10039dmcgowan merged 1 commit intocontainerd:release/1.7from
Conversation
|
is the release automated? |
Avoid the regression on exec containerd/containerd#10039
|
@aojea not automated, release tags are signed by a maintainer. Notes are generated with https://github.com/containerd/release-tool and the Github release is automated once the signed tag is pushed. If this release is primarily fixing a regression, I think we should mention that in the tag line instead of the normal various fixes. containerd 1.7.15 Welcome to the v1.7.15 release of containerd! The fifteenth patch release for containerd 1.7 contains various fixes; one for a Highlights
Runtime
Please try out the release binaries and report any issues at Contributors
Changes11 commits
Dependency Changes
Previous release can be found at v1.7.14 |
Signed-off-by: Phil Estes <[email protected]>
|
Thanks @dmcgowan I was trying to get an idea of how long it can take , if was just after merging I will wait a bit more to update the kubernetes jobs before signing off today 😄 |
At this point it is all up to how fast the hamster wheels can run on the github action runners to generate the release :-} and hopefully no errors 😅 |
|
there is no rush at all, just selfishly asking before I go out for some :beers , weekend is starting here ;) |
containerd 1.7.15 Welcome to the v1.7.15 release of containerd! The fifteenth patch release for containerd 1.7 contains various fixes; one for a regression introduced in v1.7.14 in the way process exits were handled. * Adds mediatype to OCI index record on export ([#9990](containerd/containerd#9990)) * Fix runc shim to only defer init process exits ([#10037](containerd/containerd#10037)) Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues. * Derek McGowan * Phil Estes * Austin Vazquez * Laura Brehm * Sebastiaan van Stijn * Talon <details><summary>12 commits</summary> <p> * Prepare for v1.7.15 release ([#10039](containerd/containerd#10039)) * [`4d4759b54`](containerd/containerd@4d4759b) Prep v1.7.15 release * Fix runc shim to only defer init process exits ([#10037](containerd/containerd#10037)) * [`21df46766`](containerd/containerd@21df467) runc-shim: only defer init process exits * Fix compile from version control system (source) use case ([#10012](containerd/containerd#10012)) * [`2a054213e`](containerd/containerd@2a05421) Fix compile from version control system (source) use case * Adds mediatype to OCI index record on export ([#9990](containerd/containerd#9990)) * [`6605c47a4`](containerd/containerd@6605c47) adds mediatype to oci index record * vendor: google.golang.org/protobuf 1.33.0, github.com/golang/protobuf v1.5.4 ([#9975](containerd/containerd#9975)) * [`e6d91d843`](containerd/containerd@e6d91d8) vendor: github.com/golang/protobuf v1.5.4 * [`2d136c5f5`](containerd/containerd@2d136c5) build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 * [`a1a7af7a3`](containerd/containerd@a1a7af7) build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 </p> </details> * **github.com/golang/protobuf** v1.5.3 -> v1.5.4 * **google.golang.org/protobuf** v1.31.0 -> v1.33.0 Previous release can be found at [v1.7.14](https://github.com/containerd/containerd/releases/tag/v1.7.14)
Avoid the regression on exec containerd/containerd#10039
Notes need to be recreated once #10037 merges. Fixes #10036 for
release/1.7