Get Release Dates

Fetch OpenShift release dates and metadata from the Sippy API.

112|305|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/openshift-eng/ai-helpers --skill get-release-dates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get Release Dates
Source: https://github.com/openshift-eng/ai-helpers/tree/main/plugins/component-health/skills/get-release-dates
Command: npx skills add https://github.com/openshift-eng/ai-helpers --skill get-release-dates

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the uncertainty around OpenShift release schedules by providing instant access to accurate GA dates, development timelines, and release status information.

Core Features & Use Cases

  • Release Timeline Access: Retrieve GA dates and development start dates for any OpenShift release.
  • Release Validation: Verify if a specific release exists in the Sippy database before analysis.
  • Use Case: Imagine you're planning a deployment strategy and need to know if OpenShift 4.21 has reached General Availability or is still in development. Use this Skill to get the exact timeline and make informed decisions.

Quick Start

Use the Get Release Dates skill to fetch the GA date and development timeline for OpenShift release 4.21.

Frequently Asked Questions about Get Release Dates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch OpenShift release dates and GA timelines?

Fetch OpenShift release dates using the Sippy API to retrieve GA dates, development start dates, and previous release information. The Skill queries Sippy with a release version and returns a JSON object containing release metadata, validation status, and timeline data.

Can I verify if an OpenShift release exists before querying its timeline?

Yes, release validation is built in. The Skill checks if a specific OpenShift release exists in the Sippy database and returns a found field in the JSON output, handling non-existent releases with appropriate exit codes.

What are the requirements to use OpenShift release timeline queries?

You need Python 3.6 or later and network access to the Sippy API. The Skill handles HTTP errors automatically and outputs structured JSON containing release, GA date, development start date, and previous release information.

How do I determine if an OpenShift release has reached General Availability?

Query the release using this Skill to retrieve the GA date from Sippy metadata. Compare the GA date against your current timeline to confirm whether the release is in General Availability or still in development.

What does the JSON output include for an OpenShift release query?

The output JSON object contains the release version, found status, GA date, development start date, and the previous release identifier. This structured metadata supports deployment planning and release status verification.