draft: component updates - #6814
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: janboll The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Skipping CI for Draft Pull Request. |
| // fetchGrafanaReleases queries the Grafana.com API for stable releases and | ||
| // returns the distinct major version numbers sorted ascending. | ||
| func (p *GrafanaProvider) fetchGrafanaReleases(ctx context.Context) ([]string, error) { | ||
| url := "https://grafana.com/api/grafana/versions?orderBy=version&direction=desc" |
There was a problem hiding this comment.
this is not what we want... will try to find another way
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
https://redhat.atlassian.net/browse/AROSLSRE-1364
What
Why
Testing
Testing is required for feature completion and tests should be part of the pull
request along with the feature changes.
Describe the testing provided. If you did not add tests, provide a clear
justification.
Special notes for your reviewer
PR Checklist
If E2E tests are included:
demonstrate that the test is able to detect a defect/error and fail with
proper error message and logs which communicates nature of the problem.