Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
perses_0.51.0_checksums.txt | 2025-06-06 | 800 Bytes | |
perses_0.51.0_windows_amd64.tar.gz | 2025-06-06 | 68.8 MB | |
perses_0.51.0_linux_arm64.tar.gz | 2025-06-06 | 65.2 MB | |
perses_0.51.0_windows_arm64.tar.gz | 2025-06-06 | 65.5 MB | |
perses_0.51.0_windows_armv6.tar.gz | 2025-06-06 | 66.6 MB | |
perses_0.51.0_darwin_arm64.tar.gz | 2025-06-06 | 66.6 MB | |
perses_0.51.0_linux_amd64.tar.gz | 2025-06-06 | 68.0 MB | |
perses_0.51.0_linux_armv6.tar.gz | 2025-06-06 | 66.1 MB | |
perses_0.51.0_darwin_amd64.tar.gz | 2025-06-06 | 68.6 MB | |
0.51.0 _ 2025-06-06 source code.tar.gz | 2025-06-06 | 1.7 MB | |
0.51.0 _ 2025-06-06 source code.zip | 2025-06-06 | 2.8 MB | |
README.md | 2025-06-06 | 46.9 kB | |
Totals: 12 Items | 539.9 MB | 0 |
This release is one of the biggest releases we ever made.
On top of many features and improvements, we are introducing a new plugin architecture that allows you to develop external plugins and load them in Perses.
As part of this change we are introducing a new repository perses/plugins
containing all default plugins supported by Perses.
We have also improved the documentation, highlighting features that were implemented some time ago already but not well advertised (like datasource discovery and ephemeral dashboards)
Details and explanations can be found in our blog post: https://perses.dev/blog/2025/06/06/release-v0510/
- [FEATURE] Add zoom in/zoom out buttons (#2810)
- [FEATURE] CLI: list the plugins (#2889)
- [FEATURE] Allows configuring CORS (#2861)
- [FEATURE] Implement plugin list display page (#2842)
- [FEATURE] Table: add optional pagination (#2811)
- [FEATURE] Support Datasource Variables (#2876)
- [FEATURE] Publish CUE module to Central Registry (#2761)
- [FEATURE] By configuration, disable datasource and variable (#2673)
- [FEATURE] Support Custom Lint rules to validate dashboard (#2684)
- [FEATURE] Add OAuth secret type for Datasources (#2631) (#2838)
- [FEATURE] Add YAML and Custom Resource support when downloading dashboard formats (#2658)
- [FEATURE] Label metrics in stat chart (#2574)
- [FEATURE] Value mapping settings for Status History and Stat Chart (#2462)
- [ENHANCEMENT] add perses-dev core package to shared modules, upgrade versions (#2980)
- [ENHANCEMENT] CLI: improve the "no args are supported" feedback for several commands (#2974)
- [ENHANCEMENT] pass rest of options from queryOptions (#2948)
- [ENHANCEMENT] data source settings editor: use proxy mode by default (#2915)
- [ENHANCEMENT] Invalid content type when it is not JSON (#2920)
- [ENHANCEMENT] Add histograms typing (#2858)
- [ENHANCEMENT] Add kubebuilder annotation to common.URL (#2891)
- [ENHANCEMENT] adding extra args support dac build (#2801)
- [ENHANCEMENT] CLI/DAC: ignore a list of pre-defined folder when building dashboard (#2800)
- [ENHANCEMENT] Adds a way to skip the installation of the npm deps (#2720)
- [ENHANCEMENT] CLI/Migrate: support CR as a migration format (#2682)
- [ENHANCEMENT] Support conditional queryOptions for panels (#2662)
- [ENHANCEMENT] Add Authorization and BasicAuth definitions to cue package (#2643)
- [ENHANCEMENT] Move icons to the overflow menu based on panel size (#2635)
- [ENHANCEMENT] Unify loading and error handling for all panels, pass data as props to panels (#2549)
- [ENHANCEMENT] Support min/max TLS version (#2619)
- [ENHANCEMENT] Disable schema validation by config for plugin in development (#2617)
- [ENHANCEMENT] Deprecate the schema config (#2614)
- [ENHANCEMENT] schemas are required for specific plugin kind (#2608)
- [ENHANCEMENT] Improve panel hover behavior and adjust header styling for better visibility (#2603)
- [ENHANCEMENT]
percli dac preview
: add current dashboard URL to the output when applicable (#2505) - [ENHANCEMENT] Panel edit mode - show actions popover button when size is too small (#2597)
- [ENHANCEMENT]
percli dac diff
: add output + avoid early return when processing a directory (#2500) - [ENHANCEMENT] DaC CUE SDK: accurate constraints for duration attributes (#2525)
- [ENHANCEMENT] DaC CUE SDK: add datasource param to the var group builder (#2524)
- [BUGFIX] ListVariable Infinite Re-render (#2939)
- [BUGFIX] Fix missing Echart extensions & cleanup GaugeChart (#2925)
- [BUGFIX] Config: hide secret in the datasource discovery (#2888)
- [BUGFIX] Adjust mousemove listener to fix navigator undef error (#2886)
- [BUGFIX] timeseries tooltip: new assembleTransform logic for tooltip position (#2878)
- [BUGFIX] Dashboard import: fix wrong form reset and UX improvements (#2881)
- [BUGFIX] Fix improper state update in
GridLayout
useMemo (#2846) - [BUGFIX] Read clientSecretFile when configuring REST client with oauth (#2863)
- [BUGFIX] Fix OAuth struct parse errors and typo in json (#2862)
- [BUGFIX] StatChart: remove unnecessary scrollbars due to rounding (#2839)
- [BUGFIX]
dac preview
: fix nil pointer error for brand new dashboards (#2817) - [BUGFIX] Implement workaround to fix ScatterPlot plugin (#2760)
- [BUGFIX] HTTPSettingsEditor: remove directUrl/proxy of previous value (#2739)
- [BUGFIX] Table: fix reorder columns button tooltip (#2722)
- [BUGFIX] Discovery: Fix label selector builder and empty value in cuelang (#2723)
- [BUGFIX] Discovery: Fix the interface impl of the datasource discovery (#2714)
- [BUGFIX] ListVariable: do not clear input value when selecting a value (#2672)
- [BUGFIX] Support custom query editors (#2698)
- [BUGFIX] Refresh RBAC cache when adding or removing users. (#2670)
- [BUGFIX] Dashboard copy: hide ephemeral option if disabled (#2633)
- [BUGFIX] Dashboard edit mode - Expanded panel - delete & drag (#2625)
- [BUGFIX] CUE lib: Add missing model files (#2612)
- [BUGFIX] Uses pkg filepath instead of path when manipulating file access (#2611)
- [BUGFIX] Wait until plugins are loaded to avoid invalid default queries for explore components (#2607)
- [BUGFIX] Add id to avoid setState loops (#2600)
- [BUGFIX] Inject API prefix in all UI assets (#2576)
- [BUGFIX] Login from percli (method not allowed) (#2577)
- [BUGFIX] ListVariable: fix autocomplete when 'All' is selected (#2554)
- [BUGFIX] Update unit's migration (#2519)
- [BUGFIX] GaugeChartPanel: fix empty state (#2548)
- [BUGFIX] Fixes tooltip display in EDGE / IE (#2547)
- [BUGFIX] Redirect to the desired page after login success (#2354)
- [BUGFIX] DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib (#2540)
- [BUGFIX]
percli dac setup
: fix useless requirement of go CLI when using CUE (#2544) - [BREAKINGCHANGE] Changes the plugin architecture to support remote plugins. (#2154) (#2511) (#2526) (#2545) (#2567) (#2578) (#2582) (#2593) (#2598) (#2606) (#2609) (#2613) (#2616) (#2626) (#2637) (#2660) (#2645) (#2690) (#2695) (#2719) (#2748) (#2750) (#2752) (#2795) (#2804) (#2806) (#2812) (#2831) (#2833) (#2898) (#2918) (#2953) (#2958) (#2981)
- [BREAKINGCHANGE] core: switch the trace data model to OpenTelemetry (OTLP) (#2873)
- [BREAKINGCHANGE]
percli dac setup
: rely on CUE's new modules for deps installation (#2724) - [BREAKINGCHANGE] Rename field in the service discovery config and add a concept doc about SD (#2665)
- [DOC] Update embedding panels guide with the latest recommendations (#2899)
- [DOC] Document some of the not-resource-related API endpoints (#2874)
- [DOC] Add kubecon pres to the list of materials (#2872)
- [DOC] Remove duplicated section (#2837)
- [DOC] Add top key 'security' required for the oidc/oauth2 config (#2815)
- [DOC] Fix the markdown syntax in docs/configuration/configuration.md (#2847)
- [DOC] Mention plugin builders in CUE SDK doc (#2769)
- [DOC] Add HTTP Proxy documentation (#2788)
- [DOC] Add (back) common package doc (#2781)
- [DOC] Referencing various materials talking about Perses (#2756)
- [DOC] DaC: document the base List variable + Remove static list variable (moved to perses/plugins) (#2753)
- [DOC] Update requirement when building perses (#2754)
- [DOC] Fix typo in ListVariable spec (#2691)
- [DOC] Fix doc about TLS config and the TLS secret spec (#2685)
- [DOC] Add documentation about how to migrate from Grafana (#2680) (#2687)
- [DOC] add documentation about the proxy (#2657)
- [DOC] Add doc explaining how the backend is loading the plugins (#2649) (#2721)
- [DOC] DaC: document the CICD setup (#2628)
- [DOC] enrich DaC intro + extract dedicated file (#2594)
- [DOC] Rework project overview + dedicated file for it (#2569)
- [DOC] Auth is no longer sth under design + remove deprecated doc (#2566)
- [DOC] Fix some format issues + Add new Concepts section + new doc to explain scopes (#2562)
- [DOC] User Guides and CLI section of the docs updated. (#2532)
- [DOC] New user documentation for ephemeral dashboards (#2624)
Commits
## What's Changed * [IGNORE] build main app using rs-pack by @jgbernalp in https://github.com/perses/perses/pull/2002 * Runtime Plugins by @jgbernalp in https://github.com/perses/perses/pull/2091 * sync main branch with feature plugin-runtime by @Nexucis in https://github.com/perses/perses/pull/2148 * Sync feature branch with main by @Nexucis in https://github.com/perses/perses/pull/2157 * [FEATURE] Backend can unzip the plugins archive and provide the list of available plugins by @Nexucis in https://github.com/perses/perses/pull/2154 * sync main with feature/plugin-runtime 14/08/2024 by @Nexucis in https://github.com/perses/perses/pull/2173 * sync plugins feature with main by @jgbernalp in https://github.com/perses/perses/pull/2507 * [ENHANCEMENT] Use archive deps instead of archiver by @Nexucis in https://github.com/perses/perses/pull/2511 * [FEATURE] Configure Tempo data source in UI by @andreasgerstmayr in https://github.com/perses/perses/pull/2522 * [FEATURE] add remote loader for runtime plugins by @jgbernalp in https://github.com/perses/perses/pull/2514 * [ENHANCEMENT] DaC CUE SDK: add datasource param to the var group builder by @AntoineThebaud in https://github.com/perses/perses/pull/2524 * [ENHANCEMENT] DaC CUE SDK: accurate constraints for duration attributes by @AntoineThebaud in https://github.com/perses/perses/pull/2525 * [ENHANCEMENT] `percli dac diff`: add output + avoid early return when processing a directory by @AntoineThebaud in https://github.com/perses/perses/pull/2500 * [DOC] User Guides and CLI section of the docs updated. by @eschabell in https://github.com/perses/perses/pull/2532 * Bump github.com/mholt/archives from 0.0.0-20241216060121-23e0af8fe73d to 0.1.0 by @dependabot in https://github.com/perses/perses/pull/2539 * Bump perses/github-actions from 0.7.1 to 0.8.0 by @dependabot in https://github.com/perses/perses/pull/2529 * [ENHANCEMENT] : percli plugin lint: improve the way to find the schema files by @Nexucis in https://github.com/perses/perses/pull/2526 * [BUGFIX] DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib by @AntoineThebaud in https://github.com/perses/perses/pull/2540 * Bump cuelang.org/go from 0.11.0 to 0.11.1 by @dependabot in https://github.com/perses/perses/pull/2528 * BUGFIX: `percli dac setup`: fix useless requirement of go CLI when using CUE by @AntoineThebaud in https://github.com/perses/perses/pull/2544 * Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in https://github.com/perses/perses/pull/2538 * Bump github.com/zitadel/oidc/v3 from 3.33.1 to 3.34.0 by @dependabot in https://github.com/perses/perses/pull/2537 * [IGNORE] Correctly type useQuery fetch hooks error by @Gladorme in https://github.com/perses/perses/pull/2546 * Bump github.com/labstack/echo/v4 from 4.13.2 to 4.13.3 by @dependabot in https://github.com/perses/perses/pull/2527 * [BUGFIX] Redirect to the desired page after login success by @celian-garcia in https://github.com/perses/perses/pull/2354 * [BUGFIX] Fixes tooltip display in EDGE / IE by @impy88 in https://github.com/perses/perses/pull/2547 * [BUGFIX] GaugeChartPanel: fix empty state by @andreasgerstmayr in https://github.com/perses/perses/pull/2548 * [FEATURE] Load plugin schema by @Nexucis in https://github.com/perses/perses/pull/2545 * [BUGFIX] Update unit's migration by @lomobot in https://github.com/perses/perses/pull/2519 * [IGNORE) Fix some test files indent by @AntoineThebaud in https://github.com/perses/perses/pull/2551 * Bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in https://github.com/perses/perses/pull/2550 * Bump github.com/goreleaser/goreleaser/v2 from 2.5.0 to 2.5.1 by @dependabot in https://github.com/perses/perses/pull/2536 * [BUGFIX] ListVariable: fix autocomplete when 'All' is selected by @Gladorme in https://github.com/perses/perses/pull/2554 * syncking main branch with release/v0.50.0 by @Nexucis in https://github.com/perses/perses/pull/2558 * Release/v0.50 by @Nexucis in https://github.com/perses/perses/pull/2556 * [IGNORE] Home page: Add error boundary around recently viewed dashboards by @Gladorme in https://github.com/perses/perses/pull/2560 * [IGNORE] Upgrade to es2022 by @Gladorme in https://github.com/perses/perses/pull/2555 * [FEATURE] Value mapping settings for Status History and Stat Chart by @abelyakin in https://github.com/perses/perses/pull/2462 * [DOC] Fix some format issues + Add new Concepts section + new doc to explain scopes by @AntoineThebaud in https://github.com/perses/perses/pull/2562 * [IGNORE] CI: e2e: bump actions/upload-artifact to v4 by @AntoineThebaud in https://github.com/perses/perses/pull/2564 * [IGNORE] Reorganize docs by @AntoineThebaud in https://github.com/perses/perses/pull/2563 * sync plugin-runtime after 0.50 release by @jgbernalp in https://github.com/perses/perses/pull/2565 * [DOC] Auth is no longer sth under design + remove deprecated doc by @AntoineThebaud in https://github.com/perses/perses/pull/2566 * [DOC] Rework project overview + dedicated file for it by @AntoineThebaud in https://github.com/perses/perses/pull/2569 * Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in https://github.com/perses/perses/pull/2573 * Bump the k8s-io group with 3 updates by @dependabot in https://github.com/perses/perses/pull/2570 * Bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in https://github.com/perses/perses/pull/2571 * Bump github.com/zitadel/oidc/v3 from 3.34.0 to 3.34.1 by @dependabot in https://github.com/perses/perses/pull/2572 * [BUGFIX] Login from percli (method not allowed) by @celian-garcia in https://github.com/perses/perses/pull/2577 * Merge plugin runtime into plugin system by @jgbernalp in https://github.com/perses/perses/pull/2557 * [FEATURE] Load plugin migration files by @Nexucis in https://github.com/perses/perses/pull/2567 * [BUGFIX] Inject API prefix in all UI assets by @Nexucis in https://github.com/perses/perses/pull/2576 * [FEATURE] Label metrics in stat chart by @abelyakin in https://github.com/perses/perses/pull/2574 * [ignore] update license copyright date by @Nexucis in https://github.com/perses/perses/pull/2580 * [ENHANCEMENT] : introduce a plugin config and mutualise validation and loading files with server by @Nexucis in https://github.com/perses/perses/pull/2578 * migrate e2e tests is using the new package plugin/migrate by @Nexucis in https://github.com/perses/perses/pull/2582 * Merge back release v0.50.1 by @Nexucis in https://github.com/perses/perses/pull/2585 * sync main by @Nexucis in https://github.com/perses/perses/pull/2586 * Merge new plugin architecture by @Nexucis in https://github.com/perses/perses/pull/2581 * [ignore] bump turbo and module-federation version by @Nexucis in https://github.com/perses/perses/pull/2590 * Bump cuelang.org/go from 0.11.1 to 0.11.2 by @dependabot in https://github.com/perses/perses/pull/2591 * [DOC] enrich DaC intro + extract to dedicated file by @AntoineThebaud in https://github.com/perses/perses/pull/2594 * [IGNORE] Upgrade tanstack/react-query to v5 by @ddanielcruzz in https://github.com/perses/perses/pull/2588 * [FEATURE] Perses server is able to load plugin from dev environment server by @Nexucis in https://github.com/perses/perses/pull/2593 * [BUGFIX] add id to avoid setState loops, upgrade MUI grid by @jgbernalp in https://github.com/perses/perses/pull/2600 * [ENHANCEMENT] Panel edit mode - show actions popover button when size is too small by @galangel in https://github.com/perses/perses/pull/2597 * [ENHANCEMENT] `percli dac preview`: add current dashboard URL to the output when applicable by @AntoineThebaud in https://github.com/perses/perses/pull/2505 * [ENHANCEMENT] Improve panel hover behavior and adjust header styling for better visibility by @galangel in https://github.com/perses/perses/pull/2603 * [BREAKINGCHANGE] remove explorer references to local plugins and allow them to load from remote plugins by @jgbernalp in https://github.com/perses/perses/pull/2598 * [ignore] update roadmap by @Nexucis in https://github.com/perses/perses/pull/2596 * Bump github.com/goreleaser/goreleaser/v2 from 2.5.1 to 2.6.1 by @dependabot in https://github.com/perses/perses/pull/2592 * bump github.com/perses/common to v0.27.0 to support TLS server by @Nexucis in https://github.com/perses/perses/pull/2605 * [BUGFIX] wait until plugins are loaded to avoid invalid default queries for explore components by @jgbernalp in https://github.com/perses/perses/pull/2607 * [BUGFIX] Uses pkg filepath instead of path when manipulating file access by @Nexucis in https://github.com/perses/perses/pull/2611 * [BREAKINGCHANGE] Remove previous schemas & migrate pkg by @Nexucis in https://github.com/perses/perses/pull/2609 * [BUGFIX] CUE lib: Add missing model files by @AntoineThebaud in https://github.com/perses/perses/pull/2612 * [ENHANCEMENT] detect if Perses is used in container to add default path by @Nexucis in https://github.com/perses/perses/pull/2613 * [ENHANCEMENT] schemas are required for specific plugin kind by @Nexucis in https://github.com/perses/perses/pull/2608 * [ENHANCEMENT] Deprecate the schema config by @Nexucis in https://github.com/perses/perses/pull/2614 * Bump cuelang.org/go from 0.11.2 to 0.12.0 by @dependabot in https://github.com/perses/perses/pull/2599 * [ENHANCEMENT] Disable schema validation by config for plugin in development by @Nexucis in https://github.com/perses/perses/pull/2617 * [ENHANCEMENT] Support min/max TLS version by @Nexucis in https://github.com/perses/perses/pull/2619 * Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 by @dependabot in https://github.com/perses/perses/pull/2623 * [BUGFIX] Dashboard edit mode - Expanded panel - delete & drag by @galangel in https://github.com/perses/perses/pull/2625 * [ENHANCEMENT] Improve the way the plugins are loaded by considering the local path where they are stored by @Nexucis in https://github.com/perses/perses/pull/2626 * Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by @dependabot in https://github.com/perses/perses/pull/2622 * [DOC] DaC: document the CICD setup by @AntoineThebaud in https://github.com/perses/perses/pull/2628 * Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in https://github.com/perses/perses/pull/2621 * Bump golang.org/x/mod from 0.22.0 to 0.23.0 by @dependabot in https://github.com/perses/perses/pull/2620 * [IGNORE] dev config: add commented example of plugin config by @AntoineThebaud in https://github.com/perses/perses/pull/2630 * [ENHANCEMENT] Unify loading and error handling for all panels, pass data as props to panels by @andreasgerstmayr in https://github.com/perses/perses/pull/2549 * [BREAKINGCHANGE] Remove go-sdk for the various plugins supported by @Nexucis in https://github.com/perses/perses/pull/2606 * upgrade to node v22 by @jgbernalp in https://github.com/perses/perses/pull/2636 * [ENHANCEMENT] remove panels plugin by @jgbernalp in https://github.com/perses/perses/pull/2637 * [ignore] update the way to download the plugins + update markdown plugin by @Nexucis in https://github.com/perses/perses/pull/2644 * [BUGFIX]: update explorer related plugins to latest working versions by @jgbernalp in https://github.com/perses/perses/pull/2616 * [ENHANCEMENT] Add Authorization and BasicAuth definitions to cue package by @dougkirkley in https://github.com/perses/perses/pull/2643 * [FEATURE] Add OAuth secret type for Datasources by @dougkirkley in https://github.com/perses/perses/pull/2631 * [IGNORE] mdox: ignore blocking domains by @Gladorme in https://github.com/perses/perses/pull/2647 * [ENHANCEMENT] Move icons to overflow menu based on panel size by @andreasgerstmayr in https://github.com/perses/perses/pull/2635 * [DOC] Add doc explaining how the backend is loading the plugins by @Nexucis in https://github.com/perses/perses/pull/2649 * [BUGFIX] Dashboard copy: hide ephemeral option if disabled by @Stevelening in https://github.com/perses/perses/pull/2633 * Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in https://github.com/perses/perses/pull/2653 * Bump the k8s-io group with 3 updates by @dependabot in https://github.com/perses/perses/pull/2652 * Bump github.com/goreleaser/goreleaser/v2 from 2.6.1 to 2.7.0 by @dependabot in https://github.com/perses/perses/pull/2655 * Bump perses/github-actions from 0.8.0 to 0.9.0 by @dependabot in https://github.com/perses/perses/pull/2651 * Bump github.com/huandu/go-sqlbuilder from 1.33.1 to 1.34.0 by @dependabot in https://github.com/perses/perses/pull/2654 * Bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 by @dependabot in https://github.com/perses/perses/pull/2650 * [ignore] add tests on the proxy by @Nexucis in https://github.com/perses/perses/pull/2656 * [FEATURE] add yaml and yaml custom resource to download formats by @jgbernalp in https://github.com/perses/perses/pull/2658 * [BREAKINGCHANGE] CUE: rely on native dep management by @AntoineThebaud in https://github.com/perses/perses/pull/2645 * [doc] add documentation about the proxy by @Nexucis in https://github.com/perses/perses/pull/2657 * [BREAKINGCHANGE] Remove `percli plugin update` command by @AntoineThebaud in https://github.com/perses/perses/pull/2660 * [ignore] use function LoadModelSchema in the discovery tests by @Nexucis in https://github.com/perses/perses/pull/2661 * [ignore] add @nicolastakashi as owner of perses by @Nexucis in https://github.com/perses/perses/pull/2664 * [BREAKINGCHANGE] Rename field in the service discovery config and add a concept doc about SD by @Nexucis in https://github.com/perses/perses/pull/2665 * [BUGFIX] Refresh RBAC cache when adding or removing users. by @kamijin-fanta in https://github.com/perses/perses/pull/2670 * Bump github.com/labstack/echo-jwt/v4 from 4.2.0 to 4.3.0 by @dependabot in https://github.com/perses/perses/pull/2479 * [ignore] introduce concepts folder and move docs by @Nexucis in https://github.com/perses/perses/pull/2666 * [ignore] remove panels and prometheus plugin doc by @Nexucis in https://github.com/perses/perses/pull/2671 * [BUGIFX] ListVariable: do not clear input value when selecting a value by @Gladorme in https://github.com/perses/perses/pull/2672 * [IGNORE] change back module name to the right name by @AntoineThebaud in https://github.com/perses/perses/pull/2667 * [ignore] update go deps by @Nexucis in https://github.com/perses/perses/pull/2679 * Bump golang.org/x/crypto from 0.34.0 to 0.35.0 by @dependabot in https://github.com/perses/perses/pull/2681 * [DOC] Add documentation about how to migrate from Grafana by @Nexucis in https://github.com/perses/perses/pull/2680 * [ENHANCEMENT] Support conditional queryOptions for panels by @andreasgerstmayr in https://github.com/perses/perses/pull/2662 * [IGNORE] add <PanelPluginLoader> component to simplify embedding panels by @andreasgerstmayr in https://github.com/perses/perses/pull/2663 * [ENHANCEMENT] CLI/Migrate: support CR as a migration format by @Nexucis in https://github.com/perses/perses/pull/2682 * [DOC] New user documentation for ephemeral dashboard by @ekoutrouki in https://github.com/perses/perses/pull/2624 * [DOC] Fix doc about TLS config and the TLS secret spec by @Nexucis in https://github.com/perses/perses/pull/2685 * [DOC] Improve migration doc by @AntoineThebaud in https://github.com/perses/perses/pull/2687 * [FEATURE] Support Custom Lint rules to validate dashboard by @Nexucis in https://github.com/perses/perses/pull/2684 * [DOC] Fix typo in ListVariable spec by @ddanielcruzz in https://github.com/perses/perses/pull/2691 * [BUGFIX] CLI/plugin: Improve error returned when files are missing in a plugin and fix loading default config file by @Nexucis in https://github.com/perses/perses/pull/2690 * [BUGFIX] Grafana migration: Fix variable allValue migration by @abelyakin in https://github.com/perses/perses/pull/2699 * [IGNORE] Remove deprecated usage of `ephemeral_dashboards_cleanup_interval` in some tests by @AntoineThebaud in https://github.com/perses/perses/pull/2692 * Bump github.com/PaesslerAG/gval from 1.2.2 to 1.2.4 by @dependabot in https://github.com/perses/perses/pull/2704 * Bump github.com/google/cel-go from 0.23.2 to 0.24.1 by @dependabot in https://github.com/perses/perses/pull/2703 * [IGNORE] run all tests on windows by @Nexucis in https://github.com/perses/perses/pull/2701 * [ENHANCEMENT] Fix various issues in the CLI command plugin build and lint by @Nexucis in https://github.com/perses/perses/pull/2700 * [IGNORE] fix goreleaser archive format field used by @Nexucis in https://github.com/perses/perses/pull/2706 * [ignore] bumps go deps by @Nexucis in https://github.com/perses/perses/pull/2707 * [FEATURE] By configuration, disable datasource and variable by @Nexucis in https://github.com/perses/perses/pull/2673 * [IGNORE] sync main by @AntoineThebaud in https://github.com/perses/perses/pull/2708 * [ignore] move datasource discovery test to the new plugin system by @Nexucis in https://github.com/perses/perses/pull/2712 * [BUGFIX] Fix the interface impl of the datasource discovery by @Nexucis in https://github.com/perses/perses/pull/2714 * sync main with feature branch by @Nexucis in https://github.com/perses/perses/pull/2713 * [ENHANCEMENT] rework `percli plugin build` to vendor CUE dependencies by @AntoineThebaud in https://github.com/perses/perses/pull/2695 * Merge `feature/remove-plugin-schemas` by @AntoineThebaud in https://github.com/perses/perses/pull/2715 * [IGNORE] Revert "Add a new script to extract plugins (required for tests)" by @AntoineThebaud in https://github.com/perses/perses/pull/2716 * [BUGFIX] Fix the default plugins path when running in k8s by @Nexucis in https://github.com/perses/perses/pull/2719 * [ENHANCEMENT] Add a way to skip the installation of the npm deps by @Nexucis in https://github.com/perses/perses/pull/2720 * [DOC] Refactor and improve the doc about how to load a plugin by @Nexucis in https://github.com/perses/perses/pull/2721 * [BUGFIX] Discovery: Fix label selector builder and empty value in cuelang by @Nexucis in https://github.com/perses/perses/pull/2723 * [BUGFIX] Support custom query editors by @OrReuben in https://github.com/perses/perses/pull/2698 * [IGNORE] Restore panel icon hover behavior by @andreasgerstmayr in https://github.com/perses/perses/pull/2688 * [ENHANCEMENT]: Allow npm install flags to be passed in `make build-ui` command by @zhuje in https://github.com/perses/perses/pull/2727 * [IGNORE] Isolate test using cue dependencies manager by @Nexucis in https://github.com/perses/perses/pull/2729 * [IGNORE] DatasourceSelect: support OutlinedSelectProps by @andreasgerstmayr in https://github.com/perses/perses/pull/2731 * [IGNORE] Run cue tests when go.mod and plugins are modified by @Nexucis in https://github.com/perses/perses/pull/2738 * [BUGFIX] HTTPSettingsEditor: remove directUrl/proxy of previous value by @andreasgerstmayr in https://github.com/perses/perses/pull/2739 * Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in https://github.com/perses/perses/pull/2736 * [BUGFIX] Table: fix reorder columns button tooltip by @andreasgerstmayr in https://github.com/perses/perses/pull/2722 * [ignore] update dependabot go mod directories by @Nexucis in https://github.com/perses/perses/pull/2740 * [ignore] bumps go deps by @Nexucis in https://github.com/perses/perses/pull/2746 * Release v0.51.0-beta.0 by @Nexucis in https://github.com/perses/perses/pull/2737 * Merge release v0.51 by @Nexucis in https://github.com/perses/perses/pull/2749 * [BUGFIX] CLI: plugin build should consider all subfolder when getting the cue dependencies by @Nexucis in https://github.com/perses/perses/pull/2748 * [ENHANCEMENT] Upgrade dependency version shared to the plugin by @Nexucis in https://github.com/perses/perses/pull/2750 * [IGNORE] Remove storybook package by @Nexucis in https://github.com/perses/perses/pull/2751 * [ENHANCEMENT] Use cue mod tidy to download cue deps by @Nexucis in https://github.com/perses/perses/pull/2752 * [DOC] Update requirement when building perses by @Nexucis in https://github.com/perses/perses/pull/2754 * [DOC] DaC: document the base List variable + Remove static list variable (moved to perses/plugins) by @AntoineThebaud in https://github.com/perses/perses/pull/2753 * [DOC] Referencing various materials talking about Perses by @Nexucis in https://github.com/perses/perses/pull/2756 * [BREAKINGCHANGE] `percli dac setup`: rely on CUE's new modules for deps installation by @AntoineThebaud in https://github.com/perses/perses/pull/2724 * [DOC] Remove dac docs about plugins by @Nexucis in https://github.com/perses/perses/pull/2728 * [BUGFIX] update rspack configuration for future node versions compatibility by @jgbernalp in https://github.com/perses/perses/pull/2759 * [FEATURE] Publish CUE module to Central Registry by @AntoineThebaud in https://github.com/perses/perses/pull/2761 * [IGNORE] `dac setup`: improve example .cue file generated by @AntoineThebaud in https://github.com/perses/perses/pull/2767 * [ENHANCEMENT] Improve dashboard performance by reducing re-renders by @andreasgerstmayr in https://github.com/perses/perses/pull/2770 * [IGNORE] Update package-lock.json by @ddanielcruzz in https://github.com/perses/perses/pull/2771 * [DOC] Add (back) common package doc by @AntoineThebaud in https://github.com/perses/perses/pull/2781 * [BUGFIX] Format expireAt with ISOString to fix EphemeralDashboard view crash by @azizthanawala in https://github.com/perses/perses/pull/2778 * [BUGFIX] Fix duplicate query keys in useQueries() by @andreasgerstmayr in https://github.com/perses/perses/pull/2779 * Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in https://github.com/perses/perses/pull/2780 * [IGNORE] Fix flaky StatChart panel e2e test by @andreasgerstmayr in https://github.com/perses/perses/pull/2790 * [IGNORE] Update date-fns and date-fns-tz by @ddanielcruzz in https://github.com/perses/perses/pull/2755 * [DOC] Add HTTP Proxy documentation by @AntoineThebaud in https://github.com/perses/perses/pull/2788 * [IGNORE] Table: support custom cell height by @andreasgerstmayr in https://github.com/perses/perses/pull/2762 * [BUGFIX] fix rspack dev server on Node.js v22 by @andreasgerstmayr in https://github.com/perses/perses/pull/2789 * [BUGFIX] Implement workaround to fix ScatterPlot plugin by @andreasgerstmayr in https://github.com/perses/perses/pull/2760 * [IGNORE] Update immer and user-immer by @ddanielcruzz in https://github.com/perses/perses/pull/2774 * [ENHANCEMENT] CLI/plugin: Improve the way to vendor cue dependencies and rely on cue default caching by @Nexucis in https://github.com/perses/perses/pull/2795 * Bump github.com/perses/plugins/prometheus from 0.0.0-20250211164300-9fe475c5d750 to 0.5.1 in /internal/cli/cmd/dac/build/testdata/go by @dependabot in https://github.com/perses/perses/pull/2743 * Bump github.com/perses/plugins/prometheus from 0.0.0-20250211164300-9fe475c5d750 to 0.5.1 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2742 * [BUGFIX] Panel edit drawer - Update Title, description and Type on form changes by @galangel in https://github.com/perses/perses/pull/2792 * Bump the k8s-io group across 1 directory with 3 updates by @dependabot in https://github.com/perses/perses/pull/2782 * [ignore] bump go deps by @Nexucis in https://github.com/perses/perses/pull/2798 * [ENHANCEMENT] make proxy authorization optional by @jgbernalp in https://github.com/perses/perses/pull/2802 * [ENHANCEMENT] CLI/PLUGIN: build includes the version in the archive name by @Nexucis in https://github.com/perses/perses/pull/2804 * [ENHANCEMENT] CLI/DAC: ignore a list of pre-defined folder when building dashboard by @Nexucis in https://github.com/perses/perses/pull/2800 * [ENHANCEMENT] allow insecureSkipVerify to be optional by @jgbernalp in https://github.com/perses/perses/pull/2803 * [BREAKINGCHANGE] Plugin: when extracting plugin archive, perses includes the archive name as the root folder by @Nexucis in https://github.com/perses/perses/pull/2806 * [DOC] Mention plugin builders in CUE SDK doc by @AntoineThebaud in https://github.com/perses/perses/pull/2769 * [ENHANCEMENT] adding extra args support dac build by @nicolastakashi in https://github.com/perses/perses/pull/2801 * [BUGFIX] CUE SDK: fix "cannot reference optional field" error by @AntoineThebaud in https://github.com/perses/perses/pull/2812 * Release v0.51.0-beta.1 by @Nexucis in https://github.com/perses/perses/pull/2809 * [ignore] update goreleaser config by @Nexucis in https://github.com/perses/perses/pull/2805 * [ignore] fix release condition for cue sdk by @Nexucis in https://github.com/perses/perses/pull/2816 * Bump github.com/perses/plugins/timeserieschart from 0.0.0-20250211161353-0a08d3cdcbd5 to 0.5.0 in /internal/cli/cmd/dac/build/testdata/go by @dependabot in https://github.com/perses/perses/pull/2826 * Bump github.com/huandu/go-sqlbuilder from 1.34.0 to 1.35.0 by @dependabot in https://github.com/perses/perses/pull/2820 * Bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1 by @dependabot in https://github.com/perses/perses/pull/2819 * [BUGFIX] `dac preview`: fix nil pointer error for brand new dashboards by @AntoineThebaud in https://github.com/perses/perses/pull/2817 * [IGNORE] Add new schemas in common lib by @AntoineThebaud in https://github.com/perses/perses/pull/2830 * [FEATURE] Table: add optional pagination by @andreasgerstmayr in https://github.com/perses/perses/pull/2811 * [ENHANCEMENT] use singleton and lazy initialization for plugin runtime by @jgbernalp in https://github.com/perses/perses/pull/2833 * [DOC] Add top key 'security' required for the oidc/oauth2 config by @Nexucis in https://github.com/perses/perses/pull/2815 * Bump github.com/perses/plugins/timeserieschart from 0.0.0-20250211164300-9fe475c5d750 to 0.5.0 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2824 * Bump github.com/perses/plugins/table from 0.0.0-20250211164300-9fe475c5d750 to 0.5.0 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2822 * [ignore] update go deps by @Nexucis in https://github.com/perses/perses/pull/2836 * [DOC] Remove duplicated section by @AntoineThebaud in https://github.com/perses/perses/pull/2837 * [ENHANCEMENT] Add OAuth auth type to Secret UI by @jgbernalp in https://github.com/perses/perses/pull/2838 * [BREAKINGCHANGE] CLI/PLUGIN: implement start command and deep review of how to load a dev plugin by @Nexucis in https://github.com/perses/perses/pull/2831 * [DOC] Fix the markdown syntax in `docs/configuration/configuration.md` by @istvanballok in https://github.com/perses/perses/pull/2847 * Bump github.com/prometheus/promu from 0.17.0 to 0.18.0 by @dependabot in https://github.com/perses/perses/pull/2848 * Bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2 by @dependabot in https://github.com/perses/perses/pull/2849 * Bump cuelang.org/go from 0.12.0 to 0.12.1 by @dependabot in https://github.com/perses/perses/pull/2853 * Bump github.com/mholt/archives from 0.1.0 to 0.1.1 by @dependabot in https://github.com/perses/perses/pull/2854 * [IGNORE] Add avalanche in dev env by @Gladorme in https://github.com/perses/perses/pull/2857 * [BUGFIX] StatChart: remove unneccessary scrollbars due to rounding by @andreasgerstmayr in https://github.com/perses/perses/pull/2839 * [ENHANCEMENT] Add histograms typing by @Gladorme in https://github.com/perses/perses/pull/2858 * [BUGFIX] Fix OAuth struct parse errors + typo in json by @celian-garcia in https://github.com/perses/perses/pull/2862 * [BUGFIX] Read clientSecretFile when configuring rest client with oauth by @celian-garcia in https://github.com/perses/perses/pull/2863 * [BUGFIX] Fix improper state update in `GridLayout` useMemo by @OrReuben in https://github.com/perses/perses/pull/2846 * [IGNORE] Implement workaround for timeseriestable plugin by @Gladorme in https://github.com/perses/perses/pull/2865 * [ENHANCEMENT] Remove the `cue login` step by @AntoineThebaud in https://github.com/perses/perses/pull/2867 * [FEATURE] Implement plugin list display page by @ibakshay in https://github.com/perses/perses/pull/2842 * [BREAKINGCHANGE] core: switch the trace data model to OpenTelemetry (OTLP) by @andreasgerstmayr in https://github.com/perses/perses/pull/2873 * [DOC] Add KubeCon pres to the list of materials by @AntoineThebaud in https://github.com/perses/perses/pull/2872 * Bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @dependabot in https://github.com/perses/perses/pull/2870 * [IGNORE] Update README by @AntoineThebaud in https://github.com/perses/perses/pull/2880 * [DOC] Document some of the not-resource-related API endpoints by @AntoineThebaud in https://github.com/perses/perses/pull/2874 * [BUGFIX] Dashboard import: fix wrong form reset + UX improvements by @trouaux in https://github.com/perses/perses/pull/2881 * [BUGFIX] timeseries tooltip: new assembleTransform logic for tooltip position by @trouaux in https://github.com/perses/perses/pull/2878 * Bump github.com/google/cel-go from 0.24.1 to 0.25.0 by @dependabot in https://github.com/perses/perses/pull/2883 * [FEATURE] Allow to configure CORS by @pvcnt in https://github.com/perses/perses/pull/2861 * [ENHANCEMENT] Enable Datasource Variables by @OrReuben in https://github.com/perses/perses/pull/2876 * [BUGFIX] Adjust mousemove listener to fix navigator undef error by @sjcobb in https://github.com/perses/perses/pull/2886 * [BUGFIX] Config: hide secret in the datasource discovery by @Nexucis in https://github.com/perses/perses/pull/2888 * BUGFIX: Add Kubebuilder annotation to common.URL by @dougkirkley in https://github.com/perses/perses/pull/2891 * [ENHANCEMENT] Plugin: add a status to know if the plugin is loaded and in dev by @Nexucis in https://github.com/perses/perses/pull/2898 * [FEATURE] CLI: list the plugins by @Nexucis in https://github.com/perses/perses/pull/2889 * Bump golangci/golangci-lint-action from 6.5.1 to 8.0.0 by @dependabot in https://github.com/perses/perses/pull/2828 * [ignore] bump go deps by @Nexucis in https://github.com/perses/perses/pull/2900 * [DOC] Update embedding panels guide with latest recommendations by @sjcobb in https://github.com/perses/perses/pull/2899 * Bump golang.org/x/crypto from 0.36.0 to 0.38.0 by @dependabot in https://github.com/perses/perses/pull/2851 * Bump golang.org/x/oauth2 from 0.28.0 to 0.30.0 by @dependabot in https://github.com/perses/perses/pull/2894 * Bump github.com/perses/plugins/table from 0.5.0 to 0.6.0 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2896 * Bump github.com/perses/plugins/timeserieschart from 0.5.0 to 0.6.0 in /internal/cli/cmd/dac/build/testdata/go by @dependabot in https://github.com/perses/perses/pull/2897 * Bump github.com/perses/plugins/timeserieschart from 0.5.0 to 0.6.0 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2895 * [ignore] add @ibakshay as a team member by @Nexucis in https://github.com/perses/perses/pull/2902 * [FEATURE] Add zoom in/zoom out buttons by @lucrus73 in https://github.com/perses/perses/pull/2810 * [IGNORE] update plugin deps in test cue modules by @AntoineThebaud in https://github.com/perses/perses/pull/2903 * [ignore] upgrade all plugins and add StatusHistoryChart by @Nexucis in https://github.com/perses/perses/pull/2907 * Release v0.51.0-rc.0 by @Nexucis in https://github.com/perses/perses/pull/2908 * [IGNORE] Fix CUE module publish by @AntoineThebaud in https://github.com/perses/perses/pull/2909 * Bump github.com/perses/plugins/staticlistvariable from 0.2.0 to 0.3.0 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2913 * Bump github.com/olekukonko/tablewriter from 0.0.5 to 1.0.3 by @dependabot in https://github.com/perses/perses/pull/2912 * [ENHANCEMENT] Invalid content type when it is not JSON by @Nexucis in https://github.com/perses/perses/pull/2920 * [ENHANCEMENT] data source settings editor: use proxy mode by default by @andreasgerstmayr in https://github.com/perses/perses/pull/2915 * [ENHANCEMENT] 🐛 update default PanelHeight by @ibakshay in https://github.com/perses/perses/pull/2921 * [ignore] remove go:build cue not required anymore by @Nexucis in https://github.com/perses/perses/pull/2922 * [IGNORE] Cleanup migrated StatChart component by @AntoineThebaud in https://github.com/perses/perses/pull/2923 * [IGNORE] Cleanup migrated BarChart component by @AntoineThebaud in https://github.com/perses/perses/pull/2924 * [IGNORE] Cleanup migrated PieChart component by @AntoineThebaud in https://github.com/perses/perses/pull/2926 * [IGNORE] Cleanup migrated StatusHistoryChart component by @AntoineThebaud in https://github.com/perses/perses/pull/2927 * [FEATURE] add percli plugin generate command and plugin documentation by @jgbernalp in https://github.com/perses/perses/pull/2918 * [BUGFIX] Shared Tooltip In Edit Panel Overflowing by @OrReuben in https://github.com/perses/perses/pull/2935 * Bump github.com/mholt/archives from 0.1.1 to 0.1.2 by @dependabot in https://github.com/perses/perses/pull/2932 * Bump github.com/olekukonko/tablewriter from 1.0.3 to 1.0.6 by @dependabot in https://github.com/perses/perses/pull/2933 * [ENHANCEMENT] pass rest of options from queryOptions by @ddanielcruzz in https://github.com/perses/perses/pull/2948 * [BUGFIX] Fix missing Echart extensions & cleanup GaugeChart by @AntoineThebaud in https://github.com/perses/perses/pull/2925 * [IGNORE] Bump plugins versions + add histogramchart by @Gladorme in https://github.com/perses/perses/pull/2952 * [ENHANCEMENT] Make plugin path default variable. by @fooker in https://github.com/perses/perses/pull/2953 * [IGNORE] add dev dockerfile by @jgbernalp in https://github.com/perses/perses/pull/2955 * Bump the k8s-io group across 1 directory with 3 updates by @dependabot in https://github.com/perses/perses/pull/2931 * [IGNORE] Update plugin versions and add datasource variable plugin by @jgbernalp in https://github.com/perses/perses/pull/2956 * [IGNORE] Fix migrate tests after DatasourceVariable has been added by @Nexucis in https://github.com/perses/perses/pull/2957 * [BUGFIX] ListVariable Infinite Re-render by @OrReuben in https://github.com/perses/perses/pull/2939 * [IGNORE] fix double button nesting error for e2e by @jgbernalp in https://github.com/perses/perses/pull/2969 * Bump github.com/perses/plugins/staticlistvariable from 0.3.0 to 0.3.1 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2965 * Bump github.com/perses/plugins/timeserieschart from 0.6.0 to 0.8.0 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2964 * Bump github.com/olekukonko/tablewriter from 1.0.6 to 1.0.7 by @dependabot in https://github.com/perses/perses/pull/2962 * Bump github.com/perses/plugins/timeserieschart from 0.6.0 to 0.8.0 in /internal/cli/cmd/dac/build/testdata/go by @dependabot in https://github.com/perses/perses/pull/2961 * [IGNORE] Cleanup migrated TimeChart component by @AntoineThebaud in https://github.com/perses/perses/pull/2943 * Bump github.com/brunoga/deep from 1.2.4 to 1.2.5 by @dependabot in https://github.com/perses/perses/pull/2945 * Bump cuelang.org/go from 0.12.1 to 0.13.0 by @dependabot in https://github.com/perses/perses/pull/2946 * [IGNORE] Fix vulnerable dependencies by @jgbernalp in https://github.com/perses/perses/pull/2970 * Bump github.com/perses/plugins/table from 0.6.0 to 0.6.1 in /go-sdk/test by @dependabot in https://github.com/perses/perses/pull/2963 * [IGNORE] fix turbo cache clear command by @jgbernalp in https://github.com/perses/perses/pull/2968 * Bump github.com/labstack/echo/v4 from 4.13.3 to 4.13.4 by @dependabot in https://github.com/perses/perses/pull/2944 * [IGNORE] revert tanstack query upgrade to keep support for react 17 by @jgbernalp in https://github.com/perses/perses/pull/2966 * [DOC] Update doc about how to load a plugin in dev environment by @Nexucis in https://github.com/perses/perses/pull/2958 * [IGNORE] Remove LineChart component & related code by @AntoineThebaud in https://github.com/perses/perses/pull/2971 * Release v0.51.0-rc.1 by @Nexucis in https://github.com/perses/perses/pull/2972 * Bump github.com/prometheus/common from 0.63.0 to 0.64.0 by @dependabot in https://github.com/perses/perses/pull/2934 * [ENHANCEMENT] CLI: improve the "no args are supported" feedback for several commands by @AntoineThebaud in https://github.com/perses/perses/pull/2974 * [IGNORE] add comments about the default plugin path defined as variable by @Nexucis in https://github.com/perses/perses/pull/2976 * [IGNORE] components: add missing dep immer by @Gladorme in https://github.com/perses/perses/pull/2975 * [IGNORE] Add a trace log in `schema.Load()` by @AntoineThebaud in https://github.com/perses/perses/pull/2979 * [ENHANCEMENT] add perses-dev core package to shared modules, upgrade versions by @jgbernalp in https://github.com/perses/perses/pull/2980 * [DOC] Update link to dev dockerfile in the doc by @Nexucis in https://github.com/perses/perses/pull/2981 * [IGNORE] upgrade to latest core plugin versions by @jgbernalp in https://github.com/perses/perses/pull/2982 * Release v0.51.0 by @Nexucis in https://github.com/perses/perses/pull/2950New Contributors
- @impy88 made their first contribution in https://github.com/perses/perses/pull/2547
- @ddanielcruzz made their first contribution in https://github.com/perses/perses/pull/2588
- @galangel made their first contribution in https://github.com/perses/perses/pull/2597
- @dougkirkley made their first contribution in https://github.com/perses/perses/pull/2643
- @ekoutrouki made their first contribution in https://github.com/perses/perses/pull/2624
- @OrReuben made their first contribution in https://github.com/perses/perses/pull/2698
- @azizthanawala made their first contribution in https://github.com/perses/perses/pull/2778
- @istvanballok made their first contribution in https://github.com/perses/perses/pull/2847
- @trouaux made their first contribution in https://github.com/perses/perses/pull/2881
- @pvcnt made their first contribution in https://github.com/perses/perses/pull/2861
- @lucrus73 made their first contribution in https://github.com/perses/perses/pull/2810
- @fooker made their first contribution in https://github.com/perses/perses/pull/2953
Full Changelog: https://github.com/perses/perses/compare/v0.50.3...v0.51.0