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.2.0-rc.2 #4317

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Conversation

lifubang
Copy link
Member

@lifubang lifubang commented Jun 10, 2024

[1.2.0-rc.2] - 2024-06-26

TRUE or FALSE, it's a problem!

Important Notes

Added

Fixed

Changed

Copy link
Member

@rata rata left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for creating this PR so promptly!

It would also LGTM without listing the changes for ci, dependencies and tests. But I think like this is fine, no need to change it :)

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

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

Left some notes.

Additionally, we need to release 1.1.13 first and then incorporate 1.1.13 release notes here, and make sure there are no overlaps.

@kolyshkin kolyshkin marked this pull request as draft June 11, 2024 05:23
@kolyshkin
Copy link
Contributor

draft until 1.1.13 is released

@lifubang
Copy link
Member Author

Additionally, we need to release 1.1.13 first and then incorporate 1.1.13 release notes here, and make sure there are no overlaps.

Yes, I'll address all your requested changes and update the 1.1.13 release notes after v1.1.13 released.

@kolyshkin
Copy link
Contributor

Yes, I'll address all your requested changes and update the 1.1.13 release notes after v1.1.13 released.

It's time! :)

@lifubang lifubang force-pushed the release-1.2.0-rc.2 branch 2 times, most recently from 9a8086e to 363b3a1 Compare June 14, 2024 10:31
@lifubang lifubang marked this pull request as ready for review June 14, 2024 10:33
@lifubang
Copy link
Member Author

@kolyshkin Ready to go!

Copy link
Member

@rata rata left a comment

Choose a reason for hiding this comment

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

Did some nit comments. But this mostly LGTM

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@rata rata left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!!

CHANGELOG.md Outdated Show resolved Hide resolved
@kolyshkin
Copy link
Contributor

@lifubang can we fix the changelog to be sorted by version number, not by the release date?

And change the release date, to, say, next Tuesday (25th of June).

@kolyshkin
Copy link
Contributor

@lifubang can we fix the changelog to be sorted by version number, not by the release date?

I see this is being addressed by #4322 (which we need to merge before this one).

Copy link
Contributor

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

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

needs a rebase

CHANGELOG.md Outdated Show resolved Hide resolved
@lifubang lifubang force-pushed the release-1.2.0-rc.2 branch 3 times, most recently from c1a5325 to 93ea985 Compare June 24, 2024 03:55
Copy link
Contributor

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@rata rata left a comment

Choose a reason for hiding this comment

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

Sorry I took some time, I was afk.

Added some nits, but this mostly LGTM.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Signed-off-by: lifubang <lifubang@acmcoder.com>
Signed-off-by: lifubang <lifubang@acmcoder.com>
Copy link
Member

@rata rata left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

Let's see if we can still make the release today, as the changelog says 🤞

rata

This comment was marked as duplicate.

@kolyshkin kolyshkin merged commit 213fefd into opencontainers:main Jun 26, 2024
39 checks passed

* cgroup v2: do not set swap to 0 or unlimited when it's not available. (#4188)
* Set the default value of CpuBurst to nil instead of 0. (#4210, #4211)
* runc exec: fix setting rlimit_nofile. (#4195, #4265, #4282, #4290)
Copy link
Contributor

Choose a reason for hiding this comment

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

This should not be here since it's also in v1.1.13 but it's too late to fix this. I will remove this line in the github release notes.

* cgroup v2: do not set swap to 0 or unlimited when it's not available. (#4188)
* Set the default value of CpuBurst to nil instead of 0. (#4210, #4211)
* runc exec: fix setting rlimit_nofile. (#4195, #4265, #4282, #4290)
* libct/cg/fs: fix setting rt_period vs rt_runtime. (#4094, #4258)
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here. Sorry I overlooked this.

* Set the default value of CpuBurst to nil instead of 0. (#4210, #4211)
* runc exec: fix setting rlimit_nofile. (#4195, #4265, #4282, #4290)
* libct/cg/fs: fix setting rt_period vs rt_runtime. (#4094, #4258)
* script/*: fix gpg usage wrt keyboxd. (#4189)
Copy link
Contributor

Choose a reason for hiding this comment

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

same here

* runc exec: fix setting rlimit_nofile. (#4195, #4265, #4282, #4290)
* libct/cg/fs: fix setting rt_period vs rt_runtime. (#4094, #4258)
* script/*: fix gpg usage wrt keyboxd. (#4189)
* Fix a debug log message for user namespaces in nsexec. (#4311)
Copy link
Contributor

Choose a reason for hiding this comment

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

same here


### Changed

* libcontainer: allow containers to make apps think fips is enabled/disabled for testing. (#4246)
Copy link
Contributor

Choose a reason for hiding this comment

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

same here, it's in 1.1.13.

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.

6 participants