Skip to content

refactor relates to last apt 10x release #234

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

Closed
wants to merge 1 commit into from

Conversation

flepoutre
Copy link

Hello,
Please find a minor update relates to last apt release 10x.

Thanks.

@@ -14,7 +14,7 @@
},
{
"name": "puppetlabs-apt",
"version_requirement": ">= 9.2.0 < 10.0.0"
"version_requirement": ">= 9.2.0 <= 10.0.0"

Choose a reason for hiding this comment

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

Suggested change
"version_requirement": ">= 9.2.0 <= 10.0.0"
"version_requirement": ">= 9.2.0 < 11.0.0"

I think it is usually done like this to allow 10.x.x, the latest version is 10.0.1 and would not fit "<= 10.0.0".

@saz
Copy link
Member

saz commented Aug 14, 2025

The allowed version of puppetlabs-apt has been raised to 10 in #238

Setting repos parameter on APT repo sources to main will break the repo setup.
Here's an example apt source line from https://repo.proxysql.com/

echo "deb [signed-by=/usr/share/keyrings/proxysql-3.0.x-keyring.gpg] https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/$(lsb_release -sc)/ ./" | tee /etc/apt/sources.list.d/proxysql.list

@saz saz closed this Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants