Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/1.7] Prepare for v1.7.15 release #10039

Merged
merged 1 commit into from Apr 5, 2024

Conversation

estesp
Copy link
Member

@estesp estesp commented Apr 5, 2024

Notes need to be recreated once #10037 merges. Fixes #10036 for release/1.7

@aojea
Copy link
Contributor

aojea commented Apr 5, 2024

is the release automated?
once this merge we'll have a 1.7.15?

aojea added a commit to kubernetes-sigs/kind that referenced this pull request Apr 5, 2024
@dmcgowan
Copy link
Member

dmcgowan commented Apr 5, 2024

@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
regression introduced in v1.7.14 in the way process exits were handled.

Highlights

  • Adds mediatype to OCI index record on export (#9990)

Runtime

  • Fix runc shim to only defer init process exits (#10037)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors

  • Phil Estes
  • Derek McGowan
  • Austin Vazquez
  • Laura Brehm
  • Sebastiaan van Stijn
  • Talon

Changes

11 commits

  • 38ce86723 Prep v1.7.15 release
  • Fix runc shim to only defer init process exits (#10037)
    • 21df46766 runc-shim: only defer init process exits
  • Fix compile from version control system (source) use case (#10012)
    • 2a054213e Fix compile from version control system (source) use case
  • Adds mediatype to OCI index record on export (#9990)
    • 6605c47a4 adds mediatype to oci index record
  • vendor: google.golang.org/protobuf 1.33.0, github.com/golang/protobuf v1.5.4 (#9975)
    • e6d91d843 vendor: github.com/golang/protobuf v1.5.4
    • 2d136c5f5 build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
    • a1a7af7a3 build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0

Dependency Changes

  • 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

Signed-off-by: Phil Estes <estesp@amazon.com>
Copy link
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

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

LGTM

@dmcgowan dmcgowan merged commit 926c958 into containerd:release/1.7 Apr 5, 2024
54 of 56 checks passed
@aojea
Copy link
Contributor

aojea commented Apr 5, 2024

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 😄

@estesp estesp deleted the prep-1.7.15 branch April 5, 2024 17:10
@estesp
Copy link
Member Author

estesp commented Apr 5, 2024

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 😅

@aojea
Copy link
Contributor

aojea commented Apr 5, 2024

there is no rush at all, just selfishly asking before I go out for some :beers , weekend is starting here ;)

Mengkzhaoyun pushed a commit to open-beagle/containerd that referenced this pull request Apr 26, 2024
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants