A Renovate customDatasource that tracks Google Kubernetes Engine (GKE) versions across release channels.
- Scrapes official GKE release channel RSS feeds
- Provides version and release timestamp information (useful for Renovate's
minimumReleaseAge
option) - Updated daily via GitHub Actions
- rapid: https://raw.githubusercontent.com/planetscale/gke-renovate-datasource/main/static/rapid.json
- regular: https://raw.githubusercontent.com/planetscale/gke-renovate-datasource/main/static/regular.json
- stable: https://raw.githubusercontent.com/planetscale/gke-renovate-datasource/main/static/stable.json
Add to your renovate.json:
{
"customDatasources": {
"gke-stable": {
"defaultRegistryUrlTemplate": "https://raw.githubusercontent.com/planetscale/gke-renovate-datasource/main/static/stable.json",
"format": "json"
}
}
}