Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.25 KB

gke-renovate-datasource

This repository contains a Go program that scrapes Google Kubernetes Engine release notes and generates JSON files that can be used as a Renovate Custom Datasource.

The JSON files are stored in the static directory and can be simply used like so in your renovate.json:

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

Supported channels:

A nightly job is run to update the JSON files in the main branch.

Permission Required

This project accesses data through Google Cloud's API and requires the container.clusters.list permission. To make it work, we can grant the Kubernetes Engine Cluster Viewer role to the Google account running this project.