Skip to content

Commit a5731c5

Browse files
authored
Add support for Ubuntu Resolute (#1095)
1 parent cd042a1 commit a5731c5

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Breaking changes
66

77
New
88

9+
* Support for Ubuntu Resolute Raccoon (26.04). ([#1095])
10+
911
Improvements
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

doc/manual/source/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

pkg/rules/packages-to-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ image:
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

0 commit comments

Comments
 (0)