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

Bump github.com/perses/perses from 0.49.1-0.20241126140800-e31e2915b6f2 to 0.50.0-rc.0 #42

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps github.com/perses/perses from 0.49.1-0.20241126140800-e31e2915b6f2 to 0.50.0-rc.0.

Release notes

Sourced from github.com/perses/perses's releases.

0.50.0-rc.0 / 2024-12-17

This release significantly enhances the migration feature with better performance and reduced disruptions, thanks to a complete overhaul of its logic. We’ve also addressed numerous updates to the migration process itself, incorporating fixes and enhancements to better cover use cases raised by the community - thank you for your contributions! Additionally, we’ve begun implementing new CLI commands to lay the groundwork for future plugin development, as part of the updated plugin design we’re actively working on. Finally, thanks to the community again we’re introducing a new Status History panel, and the Table panel has been enriched with multiple improvements.

  • [FEATURE] Status History panel (#2403)
  • [FEATURE] new CLI command for plugins development (#2410) (#2459) (#2471)
  • [FEATURE] Table panel: columns can be reordered (#2392)
  • [ENHANCEMENT] Add yellow mapping from grafana (#2461)
  • [ENHANCEMENT] Update text migration (#2465)
  • [ENHANCEMENT] Full rewrite of the migration script (#2481)
  • [ENHANCEMENT] Migrate defaultValue (#2406)
  • [ENHANCEMENT] Table: add default column sorting (#2482)
  • [ENHANCEMENT] Table panel: migrate custom column ordering via "organize" transformation (#2419)
  • [ENHANCEMENT] Add search in metric finder + new option for a hiding panel (#2466)
  • [ENHANCEMENT] Add sparkline migration (#2463)
  • [ENHANCEMENT] CLI/DAC: return a success message after writing a diff files (#2464)
  • [ENHANCEMENT] Table: add default column width setting (#2446)
  • [ENHANCEMENT] Prefix dashboard display name when using dac preview command (#2460)
  • [ENHANCEMENT] Add PieChart migration (#2449)
  • [ENHANCEMENT] Table: add column sorting (#2450)
  • [ENHANCEMENT] Table: best-effort migration of fieldConfig.overrides to columnSettings (#2443)
  • [ENHANCEMENT] Table: Add cell focus on hover (#2442)
  • [ENHANCEMENT] Update kubebuilder validation (#2437)
  • [ENHANCEMENT] add kubebuilder annotations to all duration types (#2433)
  • [ENHANCEMENT] RoleBinding prechecking if user and role exist has been removed (#2430)
  • [ENHANCEMENT] Refactor struct field names and add validation for duration fields (#2360)
  • [ENHANCEMENT] More user-friendly helpers for prometheus built-in variables (#2407)
  • [BREAKINGCHANGE] copy duration type from prometheus/common (#2440)
  • [BUGFIX] dac diff: fix output folder not found (#2484)
  • [BUGFIX] Table: mapping with min range 0 not working (#2472)
  • [BUGFIX] Table: fix migration of joinByField transform (#2458)
  • [BUGFIX] Fix Panel JSON validation (#2456)
  • [BUGFIX] Fix tree view broken when using prometheus built-in vars (#2405)
  • [BUGFIX] TimeSeriesChart: fix migration for the format attribute (#2432)
  • [BUGFIX] PromQL Tree view: stop firing the parse query before the show button gets clicked (#2427)
  • [BUGFIX] Fix login command avoiding reusing previous config (#2416)
  • [BUGFIX] Remove some SX props leaking (#2408)
  • [BUGFIX] Edit mode not working after clicking on the resource row (#2404)
  • [DOC] Adjustments in CLI doc (#2480)
  • [DOC] Adjust markdown syntax following issues spotted on website (#2397)
Changelog

Sourced from github.com/perses/perses's changelog.

0.50.0-rc.0 / 2024-12-17

This release significantly enhances the migration feature with better performance and reduced disruptions, thanks to a complete overhaul of its logic. We’ve also addressed numerous updates to the migration process itself, incorporating fixes and enhancements to better cover use cases raised by the community - thank you for your contributions! Additionally, we’ve begun implementing new CLI commands to lay the groundwork for future plugin development, as part of the updated plugin design we’re actively working on. Finally, thanks to the community again we’re introducing a new Status History panel, and the Table panel has been enriched with multiple improvements.

  • [FEATURE] Status History panel (#2403)
  • [FEATURE] new CLI command for plugins development (#2410) (#2459) (#2471)
  • [FEATURE] Table panel: columns can be reordered (#2392)
  • [ENHANCEMENT] Add yellow mapping from grafana (#2461)
  • [ENHANCEMENT] Update text migration (#2465)
  • [ENHANCEMENT] Full rewrite of the migration script (#2481)
  • [ENHANCEMENT] Migrate defaultValue (#2406)
  • [ENHANCEMENT] Table: add default column sorting (#2482)
  • [ENHANCEMENT] Table panel: migrate custom column ordering via "organize" transformation (#2419)
  • [ENHANCEMENT] Add search in metric finder + new option for a hiding panel (#2466)
  • [ENHANCEMENT] Add sparkline migration (#2463)
  • [ENHANCEMENT] CLI/DAC: return a success message after writing a diff files (#2464)
  • [ENHANCEMENT] Table: add default column width setting (#2446)
  • [ENHANCEMENT] Prefix dashboard display name when using dac preview command (#2460)
  • [ENHANCEMENT] Add PieChart migration (#2449)
  • [ENHANCEMENT] Table: add column sorting (#2450)
  • [ENHANCEMENT] Table: best-effort migration of fieldConfig.overrides to columnSettings (#2443)
  • [ENHANCEMENT] Table: Add cell focus on hover (#2442)
  • [ENHANCEMENT] Update kubebuilder validation (#2437)
  • [ENHANCEMENT] add kubebuilder annotations to all duration types (#2433)
  • [ENHANCEMENT] RoleBinding prechecking if user and role exist has been removed (#2430)
  • [ENHANCEMENT] Refactor struct field names and add validation for duration fields (#2360)
  • [ENHANCEMENT] More user-friendly helpers for prometheus built-in variables (#2407)
  • [BREAKINGCHANGE] copy duration type from prometheus/common (#2440)
  • [BUGFIX] dac diff: fix output folder not found (#2484)
  • [BUGFIX] Table: mapping with min range 0 not working (#2472)
  • [BUGFIX] Table: fix migration of joinByField transform (#2458)
  • [BUGFIX] Fix Panel JSON validation (#2456)
  • [BUGFIX] Fix tree view broken when using prometheus built-in vars (#2405)
  • [BUGFIX] TimeSeriesChart: fix migration for the format attribute (#2432)
  • [BUGFIX] PromQL Tree view: stop firing the parse query before the show button gets clicked (#2427)
  • [BUGFIX] Fix login command avoiding reusing previous config (#2416)
  • [BUGFIX] Remove some SX props leaking (#2408)
  • [BUGFIX] Edit mode not working after clicking on the resource row (#2404)
  • [DOC] Adjustments in CLI doc (#2480)
  • [DOC] Adjust markdown syntax following issues spotted on website (#2397)

0.49.0 / 2024-11-05

This update introduces a toggleable Tree view in the PromQL editor (Prom 3.0-like), as well as new customization options for the Table panel.

It also introduces a way to track the time to load the dashboards.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/perses/perses](https://github.com/perses/perses) from 0.49.1-0.20241126140800-e31e2915b6f2 to 0.50.0-rc.0.
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.50.0-rc.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.50.0-rc.0)

---
updated-dependencies:
- dependency-name: github.com/perses/perses
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 23, 2024
@Nexucis Nexucis merged commit 91aff6b into main Jan 7, 2025
5 checks passed
@Nexucis Nexucis deleted the dependabot/go_modules/github.com/perses/perses-0.50.0-rc.0 branch January 7, 2025 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant