Skip to content

Conversation

andreaangiolillo
Copy link
Collaborator

@andreaangiolillo andreaangiolillo commented Apr 8, 2025

Proposed changes

CLOUDP-311374

This PR updates the foascli version list command to support YYYY-MM-DD.upcoming.

./bin/foascli versions -s test/data/openapi_with_upcoming.json                      
[
  "2023-01-01",
  "2023-02-01",
  "2023-10-01",
  "2023-11-15",
  "2024-05-30",
  "2024-08-05",
  "2024-10-23",
  "2024-11-13",
  "2025-02-19",
  "2025-03-12",
  "2025-09-22.upcoming",
  "preview",
  "private-preview-charts-dashboards",
  "private-preview-version-resource"
]
./bin/foascli versions -s test/data/openapi_with_upcoming.json --stability-level UPCOMING
[
  "2025-09-22.upcoming"
]

@andreaangiolillo andreaangiolillo changed the title CLOUDP-311374: Update foascli version to list 'upcoming' apis CLOUDP-311374: Update foascli version to list upcoming apis Apr 8, 2025
@andreaangiolillo andreaangiolillo marked this pull request as ready for review April 8, 2025 12:00
@andreaangiolillo andreaangiolillo requested a review from a team as a code owner April 8, 2025 12:00
Copy link
Collaborator

@blva blva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@andreaangiolillo andreaangiolillo merged commit 9e64214 into main Apr 8, 2025
10 checks passed
@andreaangiolillo andreaangiolillo deleted the CLOUDP-311374 branch April 8, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants