Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
275 stars 162 forks source link

[BUG] #559

Open vinilka8 opened 3 weeks ago

vinilka8 commented 3 weeks ago

Release version

v4.10.2

Describe the bug

The extractor pipeline doesn't extract the versions of the API anymore, e.g.: v1, v2, v3, but it used to work before

Expected behavior

The extractor pipeline should pull any API versions v1, v2, v3

Actual behavior

The extractor pipeline doesn't pull the API versions anymore

Reproduction Steps

Create an API Versions image

Run the extractor PR should show the version added but not removed image

Run publisher after merging the PR APIM should show the Original & v1 image

but it's not ^^^

github-actions[bot] commented 3 weeks ago
  Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
  Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.