Skip to content

Bump the gomod group across 30 directories with 1 update - #762

Merged
Nexucis merged 1 commit into
mainfrom
dependabot/go_modules/gomod-0904ff9a3c
Jul 30, 2026
Merged

Bump the gomod group across 30 directories with 1 update#762
Nexucis merged 1 commit into
mainfrom
dependabot/go_modules/gomod-0904ff9a3c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 1 update in the / directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /alertmanager directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /barchart directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /clickhouse directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /datasourcevariable directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /flamechart directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /gaugechart 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 /heatmapchart directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /histogramchart 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 /logstable 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 /markdown directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /opensearch directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /piechart 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 /scatterchart 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 /statchart directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /staticlistvariable directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /statushistorychart directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /table 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 /timeserieschart directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /timeseriestable directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /tracetable directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /tracingganttchart directory: github.com/perses/perses.
Bumps the gomod group with 1 update in the /victorialogs directory: github.com/perses/perses.

Updates github.com/perses/perses from 0.54.0-rc.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)
  • See full diff in compare view

Updates github.com/perses/perses from 0.54.0-rc.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)
  • See full diff in compare view

Updates github.com/perses/perses from 0.54.0-rc.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)
  • See full diff in compare view

Updates github.com/perses/perses from 0.54.0-rc.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)
  • See full diff in compare view

Updates github.com/perses/perses from 0.54.0-rc.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)
  • See full diff in compare view

Updates github.com/perses/perses from 0.54.0-rc.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...

Description has been truncated

Bumps the gomod group with 1 update in the / directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /alertmanager directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /barchart directory: [github.com/perses/perses](https://github.com/perses/perses).
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 /datasourcevariable directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /flamechart directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /gaugechart 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 /heatmapchart directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /histogramchart 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 /logstable 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 /markdown directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /opensearch directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /piechart 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 /scatterchart 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 /statchart directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /staticlistvariable directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /statushistorychart directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /table 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 /timeserieschart directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /timeseriestable directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /tracetable directory: [github.com/perses/perses](https://github.com/perses/perses).
Bumps the gomod group with 1 update in the /tracingganttchart 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/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.1...v0.54.0)

Updates `github.com/perses/perses` from 0.54.0-rc.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.54.0-rc.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-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/perses/perses
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jul 30, 2026
@dependabot
dependabot Bot requested review from a team and andreasgerstmayr as code owners July 30, 2026 07:54
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 30, 2026
@dependabot
dependabot Bot requested review from shahrokni and removed request for a team July 30, 2026 07:54
@dependabot dependabot Bot added the go Pull requests that update Go code label Jul 30, 2026
@Nexucis
Nexucis merged commit faca3cd into main Jul 30, 2026
14 of 16 checks passed
@Nexucis
Nexucis deleted the dependabot/go_modules/gomod-0904ff9a3c branch July 30, 2026 08:08
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