-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from bastelfreak/ol7
Consider Debian LTS as supported
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: post | ||
title: Debian LTS support in our modules | ||
date: 2024-10-01 | ||
github_username: bastelfreak | ||
category: changelog | ||
--- | ||
|
||
In the past, Vox Pupuli decided against supporting [Debian LTS timeframes](https://wiki.debian.org/LTS). | ||
This was mostly because our CI resources were quite limited back in the days of Travis CI. | ||
Over the time we got multiple requests from individuals and companies to also support Debian LTS, some of them even willing to sponsor us. | ||
Some of our modules rely on a puppetserver or bolt, for example [puppet-redis][redis]. | ||
We're now in a situation where Perforce fails to deliver packages in time (see [1][1], [2][2], [3][3]). | ||
This now brings us to a situation where normal Debian 11 support is gone, but we cannot add Debian 12 support for some modules because Perforce doesn't provide required packages. | ||
Therefore we consider Debian LTS releases as supported. | ||
|
||
[redis]: https://github.com/voxpupuli/puppet-redis/blob/master/spec/acceptance/redis_cli_task_spec.rb | ||
[1]: https://github.com/puppetlabs/bolt/issues/3280 | ||
[2]: https://github.com/puppetlabs/puppetserver/issues/2837 | ||
[3]: https://github.com/puppetlabs/community/discussions/65 |