-
Notifications
You must be signed in to change notification settings - Fork 556
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
Use grafana/doc-validator:v5.1.0
#8002
Merged
aknuds1
merged 1 commit into
main
from
jdb/2024-04-update-doc-validator-to-tagged-version
Apr 29, 2024
Merged
Use grafana/doc-validator:v5.1.0
#8002
aknuds1
merged 1 commit into
main
from
jdb/2024-04-update-doc-validator-to-tagged-version
Apr 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's a version tagged at the same commit as the existing short SHA. Signed-off-by: Jack Baldry <[email protected]>
aknuds1
approved these changes
Apr 29, 2024
Thanks for the quick turnaround jack 💪 |
the current ci on branch 2.11 is broken because of the doc-validator version, since we still support this version need to backport the fix |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-8002-to-release-2.11 origin/release-2.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 70fa4164ac89c6ddb0ef3e6a79e8a792a1ef3728
# Push it to GitHub
git push --set-upstream origin backport-8002-to-release-2.11
git switch main
# Remove the local backport branch
git branch -D backport-8002-to-release-2.11 Then, create a pull request where the |
ying-jeanne
pushed a commit
that referenced
this pull request
Jun 28, 2024
It's a version tagged at the same commit as the existing short SHA. Signed-off-by: Jack Baldry <[email protected]> (cherry picked from commit 70fa416)
ying-jeanne
pushed a commit
that referenced
this pull request
Jun 28, 2024
…TY] (release-2.11) (#8537) * chore(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 [security] * Use `grafana/doc-validator:v5.1.0` (#8002) It's a version tagged at the same commit as the existing short SHA. Signed-off-by: Jack Baldry <[email protected]> (cherry picked from commit 70fa416) * Run `skopeo` via docker in integration test jobs (#8355) * run skopeo via docker in integration tests. Signed-off-by: Peter Štibraný <[email protected]> * Use fixed version. Signed-off-by: Peter Štibraný <[email protected]> * Add /tmp volume and path to docker.sock. Signed-off-by: Peter Štibraný <[email protected]> * Only map /tmp/images. Signed-off-by: Peter Štibraný <[email protected]> --------- Signed-off-by: Peter Štibraný <[email protected]> (cherry picked from commit 24ae27e) (cherry picked from commit 27751d5) * Initialize Tanka with 1.29. (#7544) * Initialize Tanka with 1.29. Signed-off-by: Peter Štibraný <[email protected]> * Update other refs. Signed-off-by: Peter Štibraný <[email protected]> --------- Signed-off-by: Peter Štibraný <[email protected]> (cherry picked from commit f62476c) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Peter Štibraný <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's a version tagged at the same commit as the existing short SHA.
doc-validator
image to use latestreviewdog
with workaround for GitHub PR diff limit