Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new CRD annotation to indicate Strimzi version when a property was added #9515

Conversation

scholzj
Copy link
Member

@scholzj scholzj commented Jan 6, 2024

Type of change

  • Enhancement / new feature

Description

This PR adds a new annotation AddedIn that can be used in our API classes to indicate a Strimzi version in which a property was added to our API. This information is then rendered in the API reference in our documentation. It also uses the annotation in the properties added in 0.39.0.

This resolves #8228.

Checklist

  • Write tests
  • Make sure all tests pass
  • Update documentation
  • Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • Reference relevant issue(s) and close them after merging

…s added - Closes strimzi#8228

Signed-off-by: Jakub Scholz <www@scholzj.com>
@scholzj scholzj added this to the 0.40.0 milestone Jan 6, 2024
@scholzj scholzj requested a review from ppatierno January 6, 2024 19:43
@scholzj
Copy link
Member Author

scholzj commented Jan 6, 2024

/azp run acceptance

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@scholzj scholzj merged commit 06214cf into strimzi:main Jan 7, 2024
15 checks passed
@scholzj scholzj deleted the add-annotation-to-indicate-strimzi-version-where-a-property-was-added branch January 7, 2024 13:39
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.

Add CRD annotation for tracking in which version was some field added
2 participants