File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
packages/amazon-ecs-cni-plugins Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1+ # v13.1.2 (2026-03-06)
2+
3+ ## OS Changes
4+ ### Third Party Package Updates
5+ - Update ` amazon-ecs-cni-plugins ` ([ #855 ] )
6+
7+ [ #855 ] : https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/855
8+
19# v13.1.1 (2026-02-26)
210
311## OS Changes
Original file line number Diff line number Diff line change 11schema-version = 2
2- release-version = " 13.1.1 "
2+ release-version = " 13.1.2 "
33project-vendor = " Bottlerocket"
44
55[vendor .bottlerocket ]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ releases-url = "https://github.com/aws/amazon-ecs-agent/commits/master/amazon-ec
1616# This is locked against the version shipped in ecs-agent
1717# Verify that the ecs-agent version shipped in bottlerocket tracks the same one here
1818# https://github.com/aws/amazon-ecs-agent/releases
19- url = " https://github.com/aws/amazon-ecs-cni-plugins/archive/319a734d9edfeeec9e7b64acf0500c45508aa8d3 /amazon-ecs-cni-plugins.tar.gz"
20- sha512 = " ef1457e0325a2e43c307ea962bd675cc6df8501ada055f10c8c7b51f83486c96eab6368946b0ca4fe47f9fc91d22f51218adb9c07dc5812a80389eaaf1d83df3 "
19+ url = " https://github.com/aws/amazon-ecs-cni-plugins/archive/f26629faf64028796b76154d55c1bc7e3bff13c8 /amazon-ecs-cni-plugins.tar.gz"
20+ sha512 = " 9d5eb384e4bed620b2ed40d6afdd4c08167ac489cd6cc1c8edb1bde4b46aa492b35bf98d8b707375ee68deabbc6d0fdf1f1c600bd487933ac75cc0778bafff5f "
2121
2222[build-dependencies ]
2323glibc = { path = " ../glibc" }
Original file line number Diff line number Diff line change 11%global ecscni_goproject github.com/aws
22%global ecscni_gorepo amazon-ecs-cni-plugins
33%global ecscni_goimport %{ecscni_goproject }/%{ecscni_gorepo }
4- %global ecscni_gitrev 319a734d9edfeeec9e7b64acf0500c45508aa8d3
4+ %global ecscni_gitrev f26629faf64028796b76154d55c1bc7e3bff13c8
55
66Name: %{_cross_os }amazon-ecs-cni-plugins
7- # https://github.com/aws/amazon-ecs-cni-plugins/blob/319a734d9edfeeec9e7b64acf0500c45508aa8d3 /VERSION#L1
8- Version: 2026.02 .0
7+ # https://github.com/aws/amazon-ecs-cni-plugins/blob/f26629faf64028796b76154d55c1bc7e3bff13c8 /VERSION#L1
8+ Version: 2026.03 .0
99Release: 1%{?dist }
1010Epoch: 1
1111Summary: Networking plugins for ECS task networking
You can’t perform that action at this time.
0 commit comments