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

make mixin-sceenshots for release 2.12 #7601

Closed
wants to merge 20 commits into from

Conversation

duricanikolic
Copy link
Contributor

What this PR does

This PR updates the latest screenshots obtained by executing make mixin-screenshots.

Which issue(s) this PR fixes or relates to

Part of #7542

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

renovate bot and others added 20 commits March 11, 2024 08:32
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ain) (#7575)

* chore(deps): update helm release grafana-agent-operator to v0.3.18

* Update build with regenerated helm tests and docs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… values (#7507)

Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
Signed-off-by: Vladimir Varankin <vladimir.varankin@grafana.com>
Co-authored-by: grafanabot <grafanabot@grafana.com>
* Unit test for ruler not honoring user error

Added new test case in TestRulerMetricsForInvalidQueriesAndNoFetchedSeries
with only the invalid query scenario where the user has entered an
invalid regex, but without selecting all chunks so the chunks limit
doesn't apply.

Since only one error happens, the error is of type errors.errorString
and not fmt.wrapError, which means the code to detect user errors and
cannot type assert to type QueryableError which in turn means it's treated
as a GRPC error, which it is not.
See https://github.com/grafana/mimir/blob/fdf381290fba868d18762c9790ebf543f49d4cc7/pkg/ruler/compat.go#L164

* Update integration/ruler_test.go

* Update local error handling

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update configure-object-storage-backend.md

_ added a note about using environment variables in the configuration.

* Update docs/sources/mimir/configure/configure-object-storage-backend.md

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>

---------

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Do not start querier as that's built into the ruler.
Do not try to query block storage as that might be slower than the
first test case query execution, resulting in the block storage
index load being context canceled. The cancellation would be cached
as well, leading to hard to debug problems.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
* Add changelog entry for 7487

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>

* Update CHANGELOG.md

Co-authored-by: Đurica Yuri Nikolić <durica.nikolic@grafana.com>

* Clarify previous behaviour

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>

---------

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
Co-authored-by: Đurica Yuri Nikolić <durica.nikolic@grafana.com>
Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
* Preparing release notes for 2.12

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

* Adding mimir-distroless docker image entry

Co-authored-by: Ying WANG <74549700+ying-jeanne@users.noreply.github.com>

* Fixing review findings

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

* Improve 2.11- to 2.12+ migration description

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

* Fixing review findings

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

* Adding missing entries

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

* Lint release notes to better match the Grafana Labs style guides (#7590)

* Lint for style guidance

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fixing lint errors

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

---------

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
Co-authored-by: Đurica Yuri Nikolić <durica.nikolic@grafana.com>

* Add owned series tracking to experimental features

* Fix relref link

* Add distroless image name

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

* Remove unnecessary entries

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

* Fixing review findings

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>

---------

Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Ying WANG <74549700+ying-jeanne@users.noreply.github.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Patryk Prus <patryk.prus@grafana.com>
Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
@duricanikolic duricanikolic added the release Release process label Mar 12, 2024
@duricanikolic duricanikolic self-assigned this Mar 12, 2024
@duricanikolic duricanikolic changed the title Yuri/release 2.12 mixin sceenshots make mixin-sceenshots for release 2.12 Mar 12, 2024
@duricanikolic duricanikolic deleted the yuri/release-2.12-mixin-sceenshots branch March 12, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants