-
Notifications
You must be signed in to change notification settings - Fork 238
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
fix install alloy - linux | grafana.repo using RHEL-Fedora #2244
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, a missing newline. Thanks for spotting and catching this.
@Guihgo Can you please sign the CLA agreement, and then we will get this fix into the documentation. |
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-2244-to-release/v1.0 origin/release/v1.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b88ed5ead6c0d26e32e3cc93abd4e7be4ad8c9c8
# Push it to GitHub
git push --set-upstream origin backport-2244-to-release/v1.0
git switch main
# Remove the local backport branch
git branch -D backport-2244-to-release/v1.0 Then, create a pull request where the |
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-2244-to-release/v1.1 origin/release/v1.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b88ed5ead6c0d26e32e3cc93abd4e7be4ad8c9c8
# Push it to GitHub
git push --set-upstream origin backport-2244-to-release/v1.1
git switch main
# Remove the local backport branch
git branch -D backport-2244-to-release/v1.1 Then, create a pull request where the |
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-2244-to-release/v1.2 origin/release/v1.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b88ed5ead6c0d26e32e3cc93abd4e7be4ad8c9c8
# Push it to GitHub
git push --set-upstream origin backport-2244-to-release/v1.2
git switch main
# Remove the local backport branch
git branch -D backport-2244-to-release/v1.2 Then, create a pull request where the |
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-2244-to-release/v1.3 origin/release/v1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b88ed5ead6c0d26e32e3cc93abd4e7be4ad8c9c8
# Push it to GitHub
git push --set-upstream origin backport-2244-to-release/v1.3
git switch main
# Remove the local backport branch
git branch -D backport-2244-to-release/v1.3 Then, create a pull request where the |
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-2244-to-release/v1.4 origin/release/v1.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b88ed5ead6c0d26e32e3cc93abd4e7be4ad8c9c8
# Push it to GitHub
git push --set-upstream origin backport-2244-to-release/v1.4
git switch main
# Remove the local backport branch
git branch -D backport-2244-to-release/v1.4 Then, create a pull request where the |
(cherry picked from commit b88ed5e)
(cherry picked from commit b88ed5e)
(cherry picked from commit b88ed5e)
(cherry picked from commit b88ed5e)
(cherry picked from commit b88ed5e)
(cherry picked from commit b88ed5e)
…edora (#2248) * fix install alloyu - linux | grafana.repo using RHEL-Fedora (#2244) (cherry picked from commit b88ed5e) * Had to regenerate the versioned files for some reason --------- Co-authored-by: Guilherme Henrique <[email protected]>
PR Description
Which issue(s) this PR fixes
Notes to the Reviewer
PR Checklist