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

Add deprecation banner to main index files in Agent #6843

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

clayton-cornell
Copy link
Contributor

PR Description

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@clayton-cornell clayton-cornell marked this pull request as ready for review April 10, 2024 20:23
@clayton-cornell clayton-cornell requested a review from a team April 10, 2024 20:23
@clayton-cornell clayton-cornell merged commit 99b2c12 into main Apr 10, 2024
10 checks passed
@clayton-cornell clayton-cornell deleted the docs/add-deprecation-banner branch April 10, 2024 21:51
@grafanabot
Copy link
Contributor

The backport to release-v0.36 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-6843-to-release-v0.36 origin/release-v0.36
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 99b2c127cd71a32276b59f225e68776099adb5b3
# Push it to GitHub
git push --set-upstream origin backport-6843-to-release-v0.36
git switch main
# Remove the local backport branch
git branch -D backport-6843-to-release-v0.36

Then, create a pull request where the base branch is release-v0.36 and the compare/head branch is backport-6843-to-release-v0.36.

@grafanabot
Copy link
Contributor

The backport to release-v0.37 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-6843-to-release-v0.37 origin/release-v0.37
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 99b2c127cd71a32276b59f225e68776099adb5b3
# Push it to GitHub
git push --set-upstream origin backport-6843-to-release-v0.37
git switch main
# Remove the local backport branch
git branch -D backport-6843-to-release-v0.37

Then, create a pull request where the base branch is release-v0.37 and the compare/head branch is backport-6843-to-release-v0.37.

@grafanabot
Copy link
Contributor

The backport to release-v0.38 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-6843-to-release-v0.38 origin/release-v0.38
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 99b2c127cd71a32276b59f225e68776099adb5b3
# Push it to GitHub
git push --set-upstream origin backport-6843-to-release-v0.38
git switch main
# Remove the local backport branch
git branch -D backport-6843-to-release-v0.38

Then, create a pull request where the base branch is release-v0.38 and the compare/head branch is backport-6843-to-release-v0.38.

@grafanabot
Copy link
Contributor

The backport to release-v0.39 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-6843-to-release-v0.39 origin/release-v0.39
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 99b2c127cd71a32276b59f225e68776099adb5b3
# Push it to GitHub
git push --set-upstream origin backport-6843-to-release-v0.39
git switch main
# Remove the local backport branch
git branch -D backport-6843-to-release-v0.39

Then, create a pull request where the base branch is release-v0.39 and the compare/head branch is backport-6843-to-release-v0.39.

grafanabot pushed a commit that referenced this pull request Apr 10, 2024
* Add deprecation banner to main index files in Agent

* Remove extra shared file

(cherry picked from commit 99b2c12)
clayton-cornell added a commit that referenced this pull request Apr 10, 2024
* Add deprecation banner to main index files in Agent

* Remove extra shared file

(cherry picked from commit 99b2c12)

Co-authored-by: Clayton Cornell <[email protected]>
clayton-cornell added a commit that referenced this pull request Apr 10, 2024
* Add deprecation banner to main index files in Agent

* Remove extra shared file

(cherry picked from commit 99b2c12)
clayton-cornell added a commit that referenced this pull request Apr 10, 2024
* Add deprecation banner to main index files in Agent

* Remove extra shared file

(cherry picked from commit 99b2c12)
clayton-cornell added a commit that referenced this pull request Apr 11, 2024
* Add deprecation banner to main index files in Agent

* Remove extra shared file

(cherry picked from commit 99b2c12)
clayton-cornell added a commit that referenced this pull request Apr 11, 2024
…6844 (#6849)

* Add deprecation banner to main index files in Agent (#6843)

* Add deprecation banner to main index files in Agent

* Remove extra shared file

(cherry picked from commit 99b2c12)

* Fix bad param use
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label May 11, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport release-v0.36 backport release-v0.37 backport release-v0.38 backport release-v0.39 backport release-v0.40 backport-failed frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants