Skip to content

bump to v15; API version to planned release date#8077

Merged
iliana merged 2 commits intomainfrom
iliana/fifteen
May 1, 2025
Merged

bump to v15; API version to planned release date#8077
iliana merged 2 commits intomainfrom
iliana/fifteen

Conversation

@iliana
Copy link
Copy Markdown
Contributor

@iliana iliana commented May 1, 2025

In addition to the usual bump, I adjusted the API description references so that rustfmt would successfully run (it was interfering with the 80-column limit), and wrote a test to enforce sorting of the API descriptions.

@iliana iliana requested a review from davepacheco May 1, 2025 21:09
Copy link
Copy Markdown
Collaborator

@davepacheco davepacheco left a comment

Choose a reason for hiding this comment

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

This looks fine to me but I don't know if there are any constraints or dependencies around bumping BASE_VERSION.

use openapiv3::OpenAPI;

pub const API_VERSION: &str = "20250409.0.0";
pub const API_VERSION: &str = "20250604.0.0";
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It looks to me like this constant only exists to be checked against what's in the OpenAPI document in the test in this file. Is that right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I don't really have context, I've just been blindly bumping it, but yes?

@iliana
Copy link
Copy Markdown
Contributor Author

iliana commented May 1, 2025

I don't know if there are any constraints or dependencies around bumping BASE_VERSION.

Not yet. It's only used within releng to set the system version in the TUF repo.

@iliana iliana enabled auto-merge (squash) May 1, 2025 21:24
@iliana iliana merged commit f60313a into main May 1, 2025
17 checks passed
@iliana iliana deleted the iliana/fifteen branch May 1, 2025 22:36
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