File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change
1
+ # v1.26.1 (2024-10-24)
2
+
3
+ ## Release Highlights
4
+ * Revert system-wide configuration to block writeable/executable memory in systemd services ([ bottlerocket-core-kit #215 ] ( https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/215 ) )
5
+
6
+ ## Build Changes
7
+
8
+ ### OS Changes
9
+ * Update bottlerocket-core-kit to 3.1.1 ([ #4264 ] )
10
+
11
+ [ #4264 ] : https://github.com/bottlerocket-os/bottlerocket/pull/4264
12
+
1
13
# v1.26.0 (2024-10-23)
2
14
3
15
## Release Highlights
Original file line number Diff line number Diff line change 1
- version = " 1.26.0 "
1
+ version = " 1.26.1 "
2
2
3
3
[migrations ]
4
4
"(0.3.1, 0.3.2)" = [" migrate_v0.3.2_admin-container-v0-5-0.lz4" ]
@@ -366,3 +366,4 @@ version = "1.26.0"
366
366
" migrate_v1.25.0_public-control-container-v0-7-17.lz4" ,
367
367
]
368
368
"(1.25.0, 1.26.0)" = []
369
+ "(1.26.0, 1.26.1)" = []
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ digest = "V2lUX6Rs9rZLg8POxV7P785Mr5nallfyxor0Scrvh3Y="
9
9
10
10
[[kit]]
11
11
name = "bottlerocket-core-kit"
12
- version = "3.1.0 "
12
+ version = "3.1.1 "
13
13
vendor = "bottlerocket"
14
- source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v3.1.0 "
15
- digest = "tnL9owIDl4B7LuMeosgVcusHzx9hykxPVwRfNauVy68 ="
14
+ source = "public.ecr.aws/bottlerocket/bottlerocket-core-kit:v3.1.1 "
15
+ digest = "8P5eQMZxig/1Ix7oOZ7NO7c5yKdKXVd6Zu8cPQW9MTI ="
Original file line number Diff line number Diff line change 1
1
schema-version = 1
2
- release-version = " 1.26.0 "
2
+ release-version = " 1.26.1 "
3
3
4
4
[vendor .bottlerocket ]
5
5
registry = " public.ecr.aws/bottlerocket"
@@ -11,5 +11,5 @@ vendor = "bottlerocket"
11
11
12
12
[[kit ]]
13
13
name = " bottlerocket-core-kit"
14
- version = " 3.1.0 "
14
+ version = " 3.1.1 "
15
15
vendor = " bottlerocket"
You can’t perform that action at this time.
0 commit comments