Skip to content

Bump the gomod group across 10 directories with 2 updates#669

Merged
Nexucis merged 1 commit into
mainfrom
dependabot/go_modules/gomod-d472e16f38
Jun 4, 2026
Merged

Bump the gomod group across 10 directories with 2 updates#669
Nexucis merged 1 commit into
mainfrom
dependabot/go_modules/gomod-d472e16f38

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps the gomod group with 1 update in the / directory: github.com/perses/common.
Bumps the gomod group with 1 update in the /clickhouse directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /greptimedb directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /jaeger directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /loki directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /prometheus directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /pyroscope directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /splunk directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /tempo directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /victorialogs directory: github.com/perses/perses.

Updates github.com/perses/common from 0.30.2 to 0.31.0

Release notes

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

v0.31.0

What's Changed

Full Changelog: perses/common@v0.30.2...v0.31.0

Commits
  • 247bf96 Bump the gomod group across 1 directory with 5 updates (#335)
  • c8d3283 Bump the actions group across 1 directory with 2 updates (#336)
  • f8533bf Bump github.com/flc1125/go-cron/v4 in the gomod group across 1 directory (#331)
  • 06b4350 Bump the gomod group across 1 directory with 2 updates (#330)
  • ab1e93b don't set by default the web telemetry path (#329)
  • 648fd94 Add a builder for logrus and manage flag manually (#328)
  • d775df2 Bump the gomod group across 1 directory with 2 updates (#327)
  • 51fd796 Allow giving no env prefix (#326)
  • 44191dc Bump the gomod group across 1 directory with 2 updates (#324)
  • ddf3711 upgrade golangci-lint (#325)
  • See full diff in compare view

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

Updates github.com/perses/perses from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0

Changelog

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

0.54.0-beta.0 / 2026-06-03

This is the first release of the v0.54.0 beta series.

It includes new plugins: Jaeger, GreptimeDB and Splunk. 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.

This release also includes the long awaited sub-folder system to better organize your dashboards and improve the accessibility by adding keyboard shortcuts.

As this is a beta release, it may contain bugs and breaking changes. We recommend to test it in a non-production environment before upgrading.

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

  • [FEATURE] By configuration, enable or disable plugins (#4084)
  • [FEATURE] Manage a sub-folder system (#3966) (#4065)
  • [FEATURE] Keyboard shortcut (#4019)
  • [FEATURE] Add new plugin: Jaeger, GreptimeDB and Splunk
  • [ENHANCEMENT] Allow decrypt secret in DB with "authenticated" mode AEAD for future backward compatibility (#4056)
  • [ENHANCEMENT] migrate Grafana row repeat to Perses grid layout repeatVariable (#4079)
  • [ENHANCEMENT] Remove flat dashboard view, keep only tree view (#4066)
  • [ENHANCEMENT] allow to load versioned plugins (#4064)
  • [ENHANCEMENT] dac setup: generate example file for Go setup too (#3986)
  • [ENHANCEMENT] percli apply: add new flag --create-project (#3987)
  • [ENHANCEMENT] Add e2e test coverage for SearchBar (#3928)
  • [ENHANCEMENT] go-sdk: Add custom panel group option to allow customized panel alignment (#3997)
  • [ENHANCEMENT] Log incorrectly sized encryption key size (#3999)
  • [ENHANCEMENT] Publish container images to quay.io (#3934)
  • [ENHANCEMENT] UI: simplify breadcrumbs and restore page header hierarchy (#4010)
  • [ENHANCEMENT] UI: aligning configuration page layout with admin and projects (#4011)
  • [ENHANCEMENT] UI: Improving visual hierarchy (#3985)
  • [ENHANCEMENT] UI: refactor project and admin page (#3996)
  • [ENHANCEMENT] Add SBOM files to releases (#3956)
  • [BUGFIX] Fix percli get user panic when users exist (#4092)
  • [BUGFIX] Fix native logout not working with api_prefix set (#4089)
  • [BUGFIX] Fix some error message when password/credentials files config missing (#4078)
  • [BUGFIX] set correct ContentLength for request body (#4007)
  • [BUGFIX] Fix navigation to a dashboard from a dashboard (#3971)
  • [BUGFIX] remove tag characters restrictions (#3959)

... (truncated)

Commits

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 in the / directory: [github.com/perses/common](https://github.com/perses/common).
Bumps the gomod group with 1 update in the /clickhouse directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /greptimedb directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /jaeger directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /loki directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /prometheus directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /pyroscope directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /splunk directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /tempo directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /victorialogs directory: [github.com/perses/perses](https://github.com/perses/perses).


Updates `github.com/perses/common` from 0.30.2 to 0.31.0
- [Release notes](https://github.com/perses/common/releases)
- [Commits](perses/common@v0.30.2...v0.31.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

Updates `github.com/perses/perses` from 0.53.2-0.20260528092308-be0485a3bde6 to 0.54.0-beta.0
- [Release notes](https://github.com/perses/perses/releases)
- [Changelog](https://github.com/perses/perses/blob/v0.54.0-beta.0/CHANGELOG.md)
- [Commits](https://github.com/perses/perses/commits/v0.54.0-beta.0)

---
updated-dependencies:
- dependency-name: github.com/perses/common
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0-beta.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 Jun 4, 2026
@dependabot dependabot Bot requested review from a team and andreasgerstmayr as code owners June 4, 2026 07:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 4, 2026
@dependabot dependabot Bot requested review from shahrokni and removed request for a team June 4, 2026 07:53
@Nexucis Nexucis added this pull request to the merge queue Jun 4, 2026
Merged via the queue into main with commit b2e1a2f Jun 4, 2026
14 of 16 checks passed
@Nexucis Nexucis deleted the dependabot/go_modules/gomod-d472e16f38 branch June 4, 2026 09:19
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