Skip to content

Bump github.com/perses/perses from 0.53.1 to 0.54.0 in the gomod group - #210

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-3601103fc5
Open

Bump github.com/perses/perses from 0.53.1 to 0.54.0 in the gomod group#210
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-3601103fc5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 1 update: github.com/perses/perses.

Updates github.com/perses/perses from 0.53.1 to 0.54.0

Release notes

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

0.54.0 / 2026-07-29

Welcome in the v0.54.0 release !

First of all this release includes several security fixes that patches some breach in the permission system included in Perses, so we strongly recommend to upgrade to this version as soon as possible.

Then, you will be happy to know that this release includes new plugins: Jaeger, GreptimeDB, Splunk, LogExplorer, AlertManager and OpenSearch.

As adding more plugins is increasing the size of the container image, likely we will remove some of them in future release. It does not mean we will remove the support for these plugins, it is just we won't include them into the default image. You will have to add them manually. The drop will occur once we are able to provide a good way to add plugins to an existing installation without having to rebuild the image. In the meantime, if you don't want to use these plugins, you can choose to enable or disable them by configuration.

We are also happy to announce it includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

This release is also the last release for the package @perses-dev/core that is now deprecated. For that we are introducing two new packages @perses-dev/spec and @perses-dev/client.

  • @perses-dev/spec contains the dashboard and datasource specifications.
  • @perses-dev/client contains the client to interact with the Perses API.

The code from @perses-dev/core has been dispatched in these these two packages and in others (like @perses-dev/plugin-system and @perses-dev/components) to better separate the concerns and make it easier to maintain.

Finally, thank you to all the contributors who made this release possible, you are more and more, and we are really happy to see the community growing and contributing to make Perses better and better!

Core & UI

  • [SECURITY] Unvalidated project parameter enables filesystem path traversal (CVE-2026-63445) (75e5471040cc)
  • [SECURITY] Missing authorization in datasource proxy allows cross-scope secret disclosure (CVE-2026-63199) (2368c9ef4eb0a)
  • [SECURITY] API: Fix miss-usage of project query param (CVE-2026-63458) 8015fb
  • [FEATURE] Add user preference (#4170) (#4184)
  • [FEATURE] Add annotation support (#4040)
  • [FEATURE] Add tags display with chips in DashboardTreeList (#4115)
  • [FEATURE] Implement NoItems representation in DashboardTreeList and related components (#4116)
  • [FEATURE] Add alert and silence query kinds (#4047)
  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [ENHANCEMENT] Plugin: prevent path injection when extracting the plugins file (#4230)
  • [ENHANCEMENT] Updated migrateQuery to catch ambiguous plugin matches during migration (#4139)
  • [ENHANCEMENT] Improve migrating panel error (#4293)
  • [ENHANCEMENT] Migrate G2P dashboard links (#4173)
  • [ENHANCEMENT] Expose perses_dashboard_render_time_seconds metric as a dual classic + native histogram (#4145)
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)

... (truncated)

Changelog

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

0.54.0 / 2026-07-29

Welcome in the v0.54.0 release !

First of all this release includes several security fixes that patches some breach in the permission system included in Perses, so we strongly recommend to upgrade to this version as soon as possible.

Then, you will be happy to know that this release includes new plugins: Jaeger, GreptimeDB, Splunk, LogExplorer, AlertManager and OpenSearch.

As adding more plugins is increasing the size of the container image, likely we will remove some of them in future release. It does not mean we will remove the support for these plugins, it is just we won't include them into the default image. You will have to add them manually. The drop will occur once we are able to provide a good way to add plugins to an existing installation without having to rebuild the image. In the meantime, if you don't want to use these plugins, you can choose to enable or disable them by configuration.

We are also happy to announce it includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

This release is also the last release for the package @perses-dev/core that is now deprecated. For that we are introducing two new packages @perses-dev/spec and @perses-dev/client.

  • @perses-dev/spec contains the dashboard and datasource specifications.
  • @perses-dev/client contains the client to interact with the Perses API.

The code from @perses-dev/core has been dispatched in these these two packages and in others (like @perses-dev/plugin-system and @perses-dev/components) to better separate the concerns and make it easier to maintain.

Finally, thank you to all the contributor who made this release possible, you are more and more, and we are really happy to see the community growing and contributing to make Perses better and better!

Core & UI

  • [SECURITY] Unvalidated project parameter enables filesystem path traversal (CVE-2026-63445) (75e5471040cc)
  • [SECURITY] Missing authorization in datasource proxy allows cross-scope secret disclosure (CVE-2026-63199) (2368c9ef4eb0a)
  • [SECURITY] API: Fix miss-usage of project query param (CVE-2026-63458) 8015fb
  • [FEATURE] Add user preference (#4170) (#4184)
  • [FEATURE] Add annotation support (#4040)
  • [FEATURE] Add tags display with chips in DashboardTreeList (#4115)
  • [FEATURE] Implement NoItems representation in DashboardTreeList and related components (#4116)
  • [FEATURE] Add alert and silence query kinds (#4047)
  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [ENHANCEMENT] Plugin: prevent path injection when extracting the plugins file (#4230)
  • [ENHANCEMENT] Updated migrateQuery to catch ambiguous plugin matches during migration (#4139)
  • [ENHANCEMENT] Improve migrating panel error (#4293)
  • [ENHANCEMENT] Migrate G2P dashboard links (#4173)
  • [ENHANCEMENT] Expose perses_dashboard_render_time_seconds metric as a dual classic + native histogram (#4145)

... (truncated)

Commits
  • 4c719fc Release v0.54.0 (#4320)
  • 2cd1974 [ENHANCEMENT] Bump Zitadel OIDC library to 3.48.1 (#4322)
  • 50959e9 [IGNORE] fix vulnerable dependencies (#4317)
  • 0925696 [BUGFIX] Downgrade zitadel/oidc to 3.45.4 to keep support with hydra (#4303)
  • 6cd9eca [BUGFIX] lowercase project query parameter when case-senstive is not activate...
  • 79a170f [ENHANCEMENT] Improve migrating panel error (#4293)
  • 3537cf7 Release v0.54.0-rc.1 (#4280)
  • 0e6337b Merge pull request #4278 from perses/nexucis/migration-non-reg
  • cdfd6b1 Revert "[FEATURE] Exposing complete dashboard and plugin CUE schema endpoint ...
  • e834471 [BUGFIX/BREAKINGCHANGE] Fix health error with SQL database (#4274)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 1 update: [github.com/perses/perses](https://github.com/perses/perses).


Updates `github.com/perses/perses` from 0.53.1 to 0.54.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/main/CHANGELOG.md)
- [Commits](perses/perses@v0.53.1...v0.54.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 3, 2026
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.

0 participants