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 release 2.10 screenshots #5862

Closed
wants to merge 16 commits into from
Closed

Conversation

colega
Copy link
Contributor

@colega colega commented Aug 29, 2023

What this PR does

make mixin-screenshots

Which issue(s) this PR fixes or relates to

Ref: #5849

Checklist

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

dependabot bot and others added 16 commits August 28, 2023 06:53
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](hashicorp/golang-lru@v2.0.5...v2.0.6)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/golang-lru/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.327 to 1.44.332.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.327...v1.44.332)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…allowlist. (#5844)

Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
…nge (#5498)

We released the Helm chart in #5492, but it did not even trigger docs
update since path filter didn't match.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
* Use race-enabled Mimir when running integration tests.
* Add support for running race-enabled tests from CLI.
* Fix data race in querier.go
* Allow passing environment variables to Mimir during integration tests. Pass GORACE=halt_on_error=1.
* Use timeouts for all queries.

Signed-off-by: Peter Štibraný <pstibrany@gmail.com>
* Docs: clarify ingester_stream_chunks_when_using_blocks setting

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Update docs/sources/mimir/configure/about-runtime-configuration.md

Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>

---------

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Co-authored-by: Charles Korn <charleskorn@users.noreply.github.com>
* scheduler: add trace span around enqueue

When dealing with a support case I was confronted with a trace where the
trace ended in the frontend component, but actually the request was
rejected in the scheduler. The problem is that we only trace requests that
we successfully enqueued.

Internal ref: 7262

* Update CHANGELOG

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
…5825)

* Add support for paging when searching for dashboards with mimirtool
…iguration. (#5850)

* Remove deprecated `max-tsdb-opening-concurrency...`

The option blocks-storage.tsdb.max-tsdb-opening-concurrency-on-startup
was deprecated, and should be removed in 2.10

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>

* Update CHANGELOG.md

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>

* Remove all references

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>

* make lint

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>

---------

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
* Fix regex for label_values metric extraction

* Exercise new functionality with a test

* Add changelog
- Integration tests are never user-facing changes
- Helm has its own changelog
- CHANGELOG.md are not user-facing
- Docs describe what we're shipping

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
* s/undelete_block_gcs/undelete-block-gcs/

All our tools/ use dashes.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>

* Update CHANGELOG.md

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>

---------

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
Ref: #5849

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
…ic description (#5857)

* Fix cortex_ingester_tsdb_mmap_chunk_write_queue_operations_total metric description

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Fix unit tests

Signed-off-by: Marco Pracucci <marco@pracucci.com>

---------

Signed-off-by: Marco Pracucci <marco@pracucci.com>
These are the latest screenshots.

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
@colega colega marked this pull request as draft August 29, 2023 15:16
@pracucci pracucci self-requested a review August 29, 2023 15:16
@colega colega closed this Aug 29, 2023
@colega colega deleted the make-release-2.10-screenshots branch August 29, 2023 15:17
@colega
Copy link
Contributor Author

colega commented Aug 29, 2023

Superseded by #5863, which branches from the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants