Skip to content

Google Kubernetes Engine releases scrapper generating Renovate Custom Datasource JSON.

Notifications You must be signed in to change notification settings

Kong/gke-renovate-datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Google Kubernetes Engine releases scrapper generating Renovate Custom Datasource JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •