Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# v3.1.1 (2025-07-24)
# v3.1.2 (2025-07-10)

## OS Changes
* Update kernels from 5.15.185 to 5.15.186 ([#208])
* Update kernels from 6.1.141-155.222 to kernel-6.1.141-165.249 ([#208])
* Update kernels from 6.12.31-35.92 to 6.12.35-55.103 ([#208])
Comment on lines +4 to +6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

In the previous two release changelog entries we have consolidated this:

* Update kernels 5.15, 6.1 and 6.12 to the latest upstream ([#208])

But I also see the value in listing the full versions. Could you be consistent here and list the full NVR for 5.15 as well and drop the "from"?

Suggested change
* Update kernels from 5.15.185 to 5.15.186 ([#208])
* Update kernels from 6.1.141-155.222 to kernel-6.1.141-165.249 ([#208])
* Update kernels from 6.12.31-35.92 to 6.12.35-55.103 ([#208])
* Update kernel-5.15 to version 5.15.186-128.192 ([#208])
* Update kernel-6.1 to version 6.1.141-165.249 ([#208])
* Update kernel-6.12 to version 6.12.35-55.103 ([#208])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

In the previous releases also have this form before. i.e.

Update kernel-6.12 from 6.12.25-32.101 to 6.12.29-33.102 ([177])

I will keep this for now


[#208]: https://github.com/bottlerocket-os/bottlerocket-kernel-kit/pull/208

# v3.1.1 (2025-06-24)

## OS Changes
* Update kernels 5.15, 6.1 and 6.12 to the latest upstream ([#199]) ([#201])
Expand Down
2 changes: 1 addition & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 1
release-version = "3.1.1"
release-version = "3.1.2"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand Down