Skip to content

Instantly share code, notes, and snippets.

View thegreyd's full-sized avatar
:shipit:
Working from home

Siddharth Sharma thegreyd

:shipit:
Working from home
  • Red Hat @openshift
  • Toronto, Canada
  • 00:04 (UTC -04:00)
View GitHub Profile
@joepvd
joepvd / review-release-config
Last active August 26, 2025 06:57
Review release configuration
#!/usr/bin/env python
import requests
from ruamel import yaml
import sys
versions = ["4.12", "4.13", "4.14", "4.15",
"4.16", "4.17", "4.18", "4.19", "4.20", "4.21"]
yml = yaml.YAML(typ='safe', pure=True)
@thegreyd
thegreyd / review-release-config
Created April 17, 2023 15:57 — forked from joepvd/review-release-config
Review release configuration
#!/usr/bin/env python
import requests
from ruamel import yaml
import sys
versions = ["4.10", "4.11", "4.12", "4.13", "4.14"]
def get_data():