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

Use grafana/doc-validator:v5.1.0 #8002

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

jdbaldry
Copy link
Member

@jdbaldry jdbaldry commented Apr 29, 2024

It's a version tagged at the same commit as the existing short SHA.

  • Update doc-validator image to use latest reviewdog with workaround for GitHub PR diff limit

It's a version tagged at the same commit as the existing short SHA.

Signed-off-by: Jack Baldry <[email protected]>
@jdbaldry jdbaldry requested a review from a team as a code owner April 29, 2024 14:05
@aknuds1 aknuds1 enabled auto-merge (squash) April 29, 2024 14:18
@aknuds1 aknuds1 merged commit 70fa416 into main Apr 29, 2024
29 checks passed
@aknuds1 aknuds1 deleted the jdb/2024-04-update-doc-validator-to-tagged-version branch April 29, 2024 14:19
@gotjosh
Copy link
Contributor

gotjosh commented Apr 29, 2024

Thanks for the quick turnaround jack 💪

@ying-jeanne
Copy link
Contributor

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

@grafanabot
Copy link
Contributor

The backport to release-2.11 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is release-2.11 and the compare/head branch is backport-8002-to-release-2.11.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants