Skip to content

A Renovate custom datasource that tracks Google Kubernetes Engine (GKE) versions across release channels.

Notifications You must be signed in to change notification settings

planetscale/gke-renovate-datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GKE Renovate Datasource

A Renovate customDatasource that tracks Google Kubernetes Engine (GKE) versions across release channels.

Features

  • Scrapes official GKE release channel RSS feeds
  • Provides version and release timestamp information (useful for Renovate's minimumReleaseAge option)
  • Updated daily via GitHub Actions

Available Channels

Usage

Add to your renovate.json:

{
  "customDatasources": {
    "gke-stable": {
      "defaultRegistryUrlTemplate": "https://raw.githubusercontent.com/planetscale/gke-renovate-datasource/main/static/stable.json",
      "format": "json"
    }
  }
}

About

A Renovate custom datasource that tracks Google Kubernetes Engine (GKE) versions across release channels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published