puppetlabs / puppetlabs-apt

Puppet module to help manage Apt
https://forge.puppetlabs.com/puppetlabs/apt
Apache License 2.0
215 stars 463 forks source link

(MODULES-10763) Remove frequency collector #1010

Closed LTangaF closed 2 years ago

LTangaF commented 2 years ago

The case logic in apt::update adequately covers the 'always' case and the collector causes issues in acceptance testing.

puppet-community-rangefinder[bot] commented 2 years ago

apt is a class

that may have no external impact to Forge modules.

This module is declared in 233 of 578 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

LTangaF commented 2 years ago

If it is recommended to open a separate ticket to associate this to, let me know.

daianamezdrea commented 2 years ago

Hi @LTangaF I approved the tests run, let's see how it's working

daianamezdrea commented 2 years ago

Hi @LTangaF, this looks good, thank you for your contribution !

LTangaF commented 2 years ago

Thank you. How do I track when this ends up in a version published on forge?

kenyon commented 2 years ago

Thank you. How do I track when this ends up in a version published on forge?

@LTangaF you can use GitHub’s “watch” feature to receive notifications about everything happening in this repo, or you can use https://newreleases.io/ to receive only notifications about new releases.