File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Breaking changes
66
77New
88
9+ * Support for Ubuntu Resolute Raccoon (26.04). ([ #1095 ] )
10+
911Improvements
1012
1113* Restricted trust anchor certificates downloaded via HTTP to the size given
@@ -27,6 +29,7 @@ Other changes
2729[ #1091 ] : https://github.com/NLnetLabs/routinator/pull/1091
2830[ #1081 ] : https://github.com/NLnetLabs/routinator/pull/1081
2931[ #1085 ] : https://github.com/NLnetLabs/routinator/pull/1085
32+ [ #1095 ] : https://github.com/NLnetLabs/routinator/pull/1095
3033[ @MaxHearnden ] : https://github.com/MaxHearnden
3134
3235
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ to get started.
124124 To install a Routinator package, you need the 64-bit version of one of
125125 these Ubuntu versions:
126126
127+ - Ubuntu Resolute 26.04 (LTS)
127128 - Ubuntu Noble 24.04 (LTS)
128129 - Ubuntu Jammy 22.04 (LTS)
129130 - Ubuntu Focal 20.04 (LTS)
Original file line number Diff line number Diff line change 77 - " ubuntu:focal" # ubuntu/20.04
88 - " ubuntu:jammy" # ubuntu/22.04
99 - " ubuntu:noble" # ubuntu/24.04
10+ - " ubuntu:resolute" # ubuntu/26.04
1011 - " debian:bullseye" # debian/11
1112 - " debian:bookworm" # debian/12
1213 - " debian:trixie" # debian/13
@@ -106,5 +107,8 @@ test-mode:
106107 - ' fresh-install'
107108 - ' upgrade-from-published'
108109
109- test-exclude : []
110+ test-exclude :
111+ - pkg : ' routinator'
112+ image : ' ubuntu:resolute'
113+ mode : ' upgrade-from-published'
110114
You can’t perform that action at this time.
0 commit comments