Skip to content

Conversation

ananace
Copy link
Member

@ananace ananace commented Oct 7, 2025

These are being upstreamed from code that's running internally at Linköping University, in cases like these; (with our internal identifiers replaced with these extlib names)

# class profiles::kube::node(
#   $release => 1.33
#   $etcd_release => 3.5

class { 'k8s':
  version      => extlib::version_latest_endoflife('kubernetes', $release),
  etcd_version => extlib::version_latest_endoflife('etcd', $etcd_release),
# ...
}

Pull Request (PR) description

Adds functions for querying various services to retrieve the latest versions of projects/products.

This Pull Request (PR) fixes the following issues

@ananace ananace added the enhancement New feature or request label Oct 7, 2025
Includes methods for querying anitya (release-monitoring.org),
endoflife.date, and github.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants