Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Debian 10 #1595

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Drop Debian 10 #1595

merged 1 commit into from
Jun 3, 2024

Conversation

TheMeier
Copy link
Contributor

@TheMeier TheMeier commented May 26, 2024

there is already breaking changes on master, so next releease will be major

test have been broken for a while and will be fixed in #1596

@TheMeier TheMeier force-pushed the drop_debian_10 branch 2 times, most recently from d269f5a to e2ab88e Compare May 26, 2024 20:43
@TheMeier TheMeier marked this pull request as draft May 26, 2024 21:26
Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

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

This includes #1596, but IMHO it's the other way around: this is a prerequisite for dropping older nginx support.

Comment on lines +193 to 194
if (facts.dig(:os, 'name') == 'Debian' && %w[11].include?(facts.dig(:os, 'release', 'major'))) ||
(facts.dig(:os, 'name') == 'Ubuntu' && %w[bionic focal jammy].include?(facts.dig(:os, 'distro', 'codename')))
Copy link
Member

Choose a reason for hiding this comment

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

These all look like modern versions. Is there anything that still uses plain passenger or can it be simplified to just facts.dig(:os, 'family') == 'Debian'?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

because of the broken tests I would adress that in #1596 where all tests will be functional again

@TheMeier
Copy link
Contributor Author

This includes #1596, but IMHO it's the other way around: this is a prerequisite for dropping older nginx support.

I started on this one and then figured the failing tests need some more work, given the old ngins version in debian 10 the simplest solution would be to rebase this one on master and then merge it with failing test, then I can fix the tests in #1596 and bump the min version over there

@TheMeier TheMeier force-pushed the drop_debian_10 branch 2 times, most recently from 2a447ab to b32a80f Compare May 28, 2024 14:49
there is already breaking changes on master, so next
releease will be major

test have been broken for a while and will be fixed in
voxpupuli#1596
@TheMeier TheMeier requested a review from ekohl May 28, 2024 14:51
@TheMeier TheMeier marked this pull request as ready for review May 28, 2024 14:51
@TheMeier TheMeier added this to the 6.0.0 milestone Jun 2, 2024
@TheMeier TheMeier merged commit bbfff0a into voxpupuli:master Jun 3, 2024
6 of 25 checks passed
@TheMeier TheMeier changed the title drop support for Debian 10 Drop Debian 10 Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants