github.com/pyrra-dev/pyrra
v0.10.1
#1127 most downloaded on Go modules
pyrra-dev/pyrra
What this package is like to depend on
Last release 13 days ago
11 Aug 2026
Release timing varies
gaps range from 9 days to 3 months
Rarely documented
notes for 6 of 46 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
127 releases · first in 2021
29 releases in the last 12 months
see the full history below
Release timeline
127 releases · Sep 2021 to Aug 2026Releases
latest 60 of 127-
v0.10.125 Jun 2026Release notes
Open source →What's Changed
- fix: EnablePrometheus3Migration flag description by @jrRibeiro in #1855
- slo: fix latency total increase double-counting denominator by @metalmatze in #1858
- fix(ui): scope ALERTS query to objective and grouping labels by @metalmatze in #1880
Full Changelog: v0.10.0...v0.10.1
-
v0.10.1-0.20260811010351-59e58489ee2611 Aug 2026 pre-releaseNothing published for this version
-
v0.10.1-0.20260719162323-a335bfb7fd1119 Jul 2026 pre-releaseNothing published for this version
-
v0.10.1-0.20260622062138-9b5b3bd887b422 Jun 2026 pre-releaseNothing published for this version
-
v0.10.1-0.20260609230018-e633caf535e609 Jun 2026 pre-releaseNothing published for this version
-
v0.10.1-0.20260430190212-25bac00a6c4730 Apr 2026 pre-releaseNothing published for this version
-
v0.10.030 Apr 2026Release notes
Open source →Highlights
Performance Mode: Subquery-based SLO Calculations #1607
SLO burn rate calculations can now use subqueries instead of recording rules, significantly reducing the number of rules Prometheus needs to evaluate and store.
Alert Severity Overrides #1788
Alert severities for multi-burn-rate alerts are now configurable directly in the SLO spec, giving teams full control over how alerts are routed and prioritized.
Prometheus v3 Histogram Support (
lenormalization) #1619Pyrra now correctly handles the
lelabel normalization differences between Prometheus v2 and v3 native histograms, enabling seamless migration to Prometheus v3 for latency-based SLOs.pyrra_urlAnnotations on Alerts #1522All generated alerts now include a
pyrra_urlannotation that links directly to the relevant SLO page in the Pyrra UI, reducing time from alert to context.UI Redesign: shadcn/ui + Tailwind CSS #1789
The UI has been migrated from Bootstrap to shadcn/ui and Tailwind CSS, laying the groundwork for new UI features going forward.
What's Changed
- fix: add correct sorting for 'lset' column by @mrtworo in #1615
- Migrate from Dependabot to Renovate by @metalmatze in #1668
- Enable Renovate dependency dashboard by @metalmatze in #1672
- Fix Renovate release branch to only allow patch updates by @metalmatze in #1675
- Bump golangci to v2 by @tylerauerbeck in #1651
- Add Renovate support for Buf plugin dependencies by @metalmatze in #1677
- chore(ci): add Renovate support for Node.js matrix versions by @metalmatze in #1691
- fix: resolve Dockerfile linting warnings by @metalmatze in #1720
- chore(config): migrate Renovate config by @renovate[bot] in #1721
- fix: update operator to use go-kit logger to ensure standardized log config by @tylerauerbeck in #1652
- Pass SLO annotations to ConfigMap by @RiRa12621 in #1737
- fix(controller): prevent invalid update after creating PrometheusRule/ConfigMap by @nikita-vanyasin in #1739
- readme: add link to auto-generated CRD API documentation by @metalmatze in #1757
- chore(ui): migrate from react-scripts to Vite by @metalmatze in #1762
- refactor(ui): replace manual URL params with nuqs by @metalmatze in #1764
- refactor(ui): remove search debounce, rely on nuqs by @metalmatze in #1769
- fix(ci): restore node 22.x matrix entry alongside 24.x by @metalmatze in #1772
- feat(ui): migrate to connect-es v2 and protobuf-es v2 by @metalmatze in #1775
- feat: surface Pyrra version in CLI, logs, metrics, and UI by @metalmatze in #1778
- Enable alert severity overrides from config by @saswatamcode in #1788
- feat: support
lenormalization in prom 2 and 3 by @pharaujo in #1619 - Optimize SLO performance with subquery-based calculations by @metalmatze in #1607
- docs: add performance mode documentation by @metalmatze in #1790
- feat(ui): migrate from Bootstrap to shadcn/ui with Tailwind CSS by @metalmatze in #1789
- Add pyrra_url annotations by @metalmatze in #1522
- feat(ui): add hover tooltips to uplot graphs by @metalmatze in #1796
- feat(ui): dynamic time range presets based on objective window by @metalmatze in #1791
- fix(ui): restore Go template vars in index.html for route prefix injection by @metalmatze in #1800
- fix: sanitize logr key-value pairs in goKitLogSink to prevent unsuppo… by @sebastiangaiser in #1804
- Add RuleOutput labels and PerformanceOverAccuracy for BoolGauge by @metalmatze in #1816
- feat(kubernetes): add leader election configuration by @sebastiangaiser in #1806
- feat: description as label on generic rules by @r-franzke in #1815
- fix: restore ExternalURL field for /objectives handler by @metalmatze in #1819
New Contributors
- @mrtworo made their first contribution in #1615
- @tylerauerbeck made their first contribution in #1651
- @nikita-vanyasin made their first contribution in #1739
- @pharaujo made their first contribution in #1619
- @r-franzke made their first contribution in #1815
Full Changelog: v0.9.5...v0.10.0
-
v0.10.0-rc.3.0.20260429192834-290f5de938f129 Apr 2026 pre-releaseNothing published for this version
-
v0.10.0-rc.3.0.20260420085834-98c2d12f148020 Apr 2026 pre-releaseNothing published for this version
-
v0.10.0-rc.310 Apr 2026 pre-releaseRelease notes
Open source →Highlights
Performance Mode: Subquery-based SLO Calculations #1607
SLO burn rate calculations can now use subqueries instead of recording rules, significantly reducing the number of rules Prometheus needs to evaluate and store.
Alert Severity Overrides #1788
Alert severities for multi-burn-rate alerts are now configurable directly in the SLO spec, giving teams full control over how alerts are routed and prioritized.
Prometheus v3 Histogram Support (
lenormalization) #1619Pyrra now correctly handles the
lelabel normalization differences between Prometheus v2 and v3 native histograms, enabling seamless migration to Prometheus v3 for latency-based SLOs.pyrra_urlAnnotations on Alerts #1522All generated alerts now include a
pyrra_urlannotation that links directly to the relevant SLO page in the Pyrra UI, reducing time from alert to context.UI Redesign: shadcn/ui + Tailwind CSS #1789
The UI has been migrated from Bootstrap to shadcn/ui and Tailwind CSS, laying the groundwork for new UI features going forward.
What's Changed
- fix: add correct sorting for 'lset' column by @mrtworo in #1615
- Migrate from Dependabot to Renovate by @metalmatze in #1668
- Enable Renovate dependency dashboard by @metalmatze in #1672
- Fix Renovate release branch to only allow patch updates by @metalmatze in #1675
- Bump golangci to v2 by @tylerauerbeck in #1651
- Add Renovate support for Buf plugin dependencies by @metalmatze in #1677
- chore(ci): add Renovate support for Node.js matrix versions by @metalmatze in #1691
- fix: resolve Dockerfile linting warnings by @metalmatze in #1720
- chore(config): migrate Renovate config by @renovate[bot] in #1721
- fix: update operator to use go-kit logger to ensure standardized log config by @tylerauerbeck in #1652
- Pass SLO annotations to ConfigMap by @RiRa12621 in #1737
- fix(controller): prevent invalid update after creating PrometheusRule/ConfigMap by @nikita-vanyasin in #1739
- readme: add link to auto-generated CRD API documentation by @metalmatze in #1757
- chore(ui): migrate from react-scripts to Vite by @metalmatze in #1762
- refactor(ui): replace manual URL params with nuqs by @metalmatze in #1764
- refactor(ui): remove search debounce, rely on nuqs by @metalmatze in #1769
- fix(ci): restore node 22.x matrix entry alongside 24.x by @metalmatze in #1772
- feat(ui): migrate to connect-es v2 and protobuf-es v2 by @metalmatze in #1775
- feat: surface Pyrra version in CLI, logs, metrics, and UI by @metalmatze in #1778
- Enable alert severity overrides from config by @saswatamcode in #1788
- feat: support
lenormalization in prom 2 and 3 by @pharaujo in #1619 - Optimize SLO performance with subquery-based calculations by @metalmatze in #1607
- docs: add performance mode documentation by @metalmatze in #1790
- feat(ui): migrate from Bootstrap to shadcn/ui with Tailwind CSS by @metalmatze in #1789
- Add pyrra_url annotations by @metalmatze in #1522
- feat(ui): add hover tooltips to uplot graphs by @metalmatze in #1796
- feat(ui): dynamic time range presets based on objective window by @metalmatze in #1791
- fix(ui): restore Go template vars in index.html for route prefix injection by @metalmatze in #1800
- fix: sanitize logr key-value pairs in goKitLogSink to prevent unsuppo… by @sebastiangaiser in #1804
- Add RuleOutput labels and PerformanceOverAccuracy for BoolGauge by @metalmatze in #1816
- feat(kubernetes): add leader election configuration by @sebastiangaiser in #1806
- feat: description as label on generic rules by @r-franzke in #1815
- fix: restore ExternalURL field for /objectives handler by @metalmatze in #1819
New Contributors
- @mrtworo made their first contribution in #1615
- @tylerauerbeck made their first contribution in #1651
- @nikita-vanyasin made their first contribution in #1739
- @pharaujo made their first contribution in #1619
- @r-franzke made their first contribution in #1815
Full Changelog: v0.9.5...v0.10.0-rc.3
-
v0.10.0-rc.209 Apr 2026 pre-releaseRelease notes
Open source →Highlights
Performance Mode: Subquery-based SLO Calculations #1607
SLO burn rate calculations can now use subqueries instead of recording rules, significantly reducing the number of rules Prometheus needs to evaluate and store.
Alert Severity Overrides #1788
Alert severities for multi-burn-rate alerts are now configurable directly in the SLO spec, giving teams full control over how alerts are routed and prioritized.
Prometheus v3 Histogram Support (
lenormalization) #1619Pyrra now correctly handles the
lelabel normalization differences between Prometheus v2 and v3 native histograms, enabling seamless migration to Prometheus v3 for latency-based SLOs.pyrra_urlAnnotations on Alerts #1522All generated alerts now include a
pyrra_urlannotation that links directly to the relevant SLO page in the Pyrra UI, reducing time from alert to context.UI Redesign: shadcn/ui + Tailwind CSS #1789
The UI has been migrated from Bootstrap to shadcn/ui and Tailwind CSS, laying the groundwork for new UI features going forward.
What's Changed
- fix: add correct sorting for 'lset' column by @mrtworo in #1615
- Migrate from Dependabot to Renovate by @metalmatze in #1668
- Enable Renovate dependency dashboard by @metalmatze in #1672
- Fix Renovate release branch to only allow patch updates by @metalmatze in #1675
- Bump golangci to v2 by @tylerauerbeck in #1651
- Add Renovate support for Buf plugin dependencies by @metalmatze in #1677
- chore(ci): add Renovate support for Node.js matrix versions by @metalmatze in #1691
- fix: resolve Dockerfile linting warnings by @metalmatze in #1720
- chore(config): migrate Renovate config by @renovate[bot] in #1721
- fix: update operator to use go-kit logger to ensure standardized log config by @tylerauerbeck in #1652
- Pass SLO annotations to ConfigMap by @RiRa12621 in #1737
- fix(controller): prevent invalid update after creating PrometheusRule/ConfigMap by @nikita-vanyasin in #1739
- readme: add link to auto-generated CRD API documentation by @metalmatze in #1757
- chore(ui): migrate from react-scripts to Vite by @metalmatze in #1762
- refactor(ui): replace manual URL params with nuqs by @metalmatze in #1764
- refactor(ui): remove search debounce, rely on nuqs by @metalmatze in #1769
- fix(ci): restore node 22.x matrix entry alongside 24.x by @metalmatze in #1772
- feat(ui): migrate to connect-es v2 and protobuf-es v2 by @metalmatze in #1775
- feat: surface Pyrra version in CLI, logs, metrics, and UI by @metalmatze in #1778
- Enable alert severity overrides from config by @saswatamcode in #1788
- feat: support
lenormalization in prom 2 and 3 by @pharaujo in #1619 - Optimize SLO performance with subquery-based calculations by @metalmatze in #1607
- docs: add performance mode documentation by @metalmatze in #1790
- feat(ui): migrate from Bootstrap to shadcn/ui with Tailwind CSS by @metalmatze in #1789
- Add pyrra_url annotations by @metalmatze in #1522
- feat(ui): add hover tooltips to uplot graphs by @metalmatze in #1796
- feat(ui): dynamic time range presets based on objective window by @metalmatze in #1791
- fix(ui): restore Go template vars in index.html for route prefix injection by @metalmatze in #1800
- fix: sanitize logr key-value pairs in goKitLogSink to prevent unsuppo… by @sebastiangaiser in #1804
- Add RuleOutput labels and PerformanceOverAccuracy for BoolGauge by @metalmatze in #1816
New Contributors
- @mrtworo made their first contribution in #1615
- @tylerauerbeck made their first contribution in #1651
- @nikita-vanyasin made their first contribution in #1739
- @pharaujo made their first contribution in #1619
Full Changelog: v0.9.5...v0.10.0-rc.2
-
v0.10.0-rc.102 Apr 2026 pre-releaseRelease notes
Open source →Highlights
Performance Mode: Subquery-based SLO Calculations #1607
SLO burn rate calculations can now use subqueries instead of recording rules, significantly reducing the number of rules Prometheus needs to evaluate and store.
Alert Severity Overrides #1788
Alert severities for multi-burn-rate alerts are now configurable directly in the SLO spec, giving teams full control over how alerts are routed and prioritized.
Prometheus v3 Histogram Support (
lenormalization) #1619Pyrra now correctly handles the
lelabel normalization differences between Prometheus v2 and v3 native histograms, enabling seamless migration to Prometheus v3 for latency-based SLOs.pyrra_urlAnnotations on Alerts #1522All generated alerts now include a
pyrra_urlannotation that links directly to the relevant SLO page in the Pyrra UI, reducing time from alert to context.UI Redesign: shadcn/ui + Tailwind CSS #1789
The UI has been migrated from Bootstrap to shadcn/ui and Tailwind CSS, laying the groundwork for new UI features going forward.
What's Changed
- fix: add correct sorting for 'lset' column by @mrtworo in #1615
- Migrate from Dependabot to Renovate by @metalmatze in #1668
- Enable Renovate dependency dashboard by @metalmatze in #1672
- Fix Renovate release branch to only allow patch updates by @metalmatze in #1675
- Bump golangci to v2 by @tylerauerbeck in #1651
- Add Renovate support for Buf plugin dependencies by @metalmatze in #1677
- chore(ci): add Renovate support for Node.js matrix versions by @metalmatze in #1691
- fix: resolve Dockerfile linting warnings by @metalmatze in #1720
- chore(config): migrate Renovate config by @renovate[bot] in #1721
- fix: update operator to use go-kit logger to ensure standardized log config by @tylerauerbeck in #1652
- Pass SLO annotations to ConfigMap by @RiRa12621 in #1737
- fix(controller): prevent invalid update after creating PrometheusRule/ConfigMap by @nikita-vanyasin in #1739
- readme: add link to auto-generated CRD API documentation by @metalmatze in #1757
- chore(ui): migrate from react-scripts to Vite by @metalmatze in #1762
- refactor(ui): replace manual URL params with nuqs by @metalmatze in #1764
- refactor(ui): remove search debounce, rely on nuqs by @metalmatze in #1769
- fix(ci): restore node 22.x matrix entry alongside 24.x by @metalmatze in #1772
- feat(ui): migrate to connect-es v2 and protobuf-es v2 by @metalmatze in #1775
- feat: surface Pyrra version in CLI, logs, metrics, and UI by @metalmatze in #1778
- Enable alert severity overrides from config by @saswatamcode in #1788
- feat: support
lenormalization in prom 2 and 3 by @pharaujo in #1619 - Optimize SLO performance with subquery-based calculations by @metalmatze in #1607
- docs: add performance mode documentation by @metalmatze in #1790
- feat(ui): migrate from Bootstrap to shadcn/ui with Tailwind CSS by @metalmatze in #1789
- Add pyrra_url annotations by @metalmatze in #1522
- feat(ui): add hover tooltips to uplot graphs by @metalmatze in #1796
- feat(ui): dynamic time range presets based on objective window by @metalmatze in #1791
- fix(ui): restore Go template vars in index.html for route prefix injection by @metalmatze in #1800
- fix: sanitize logr key-value pairs in goKitLogSink to prevent unsuppo… by @sebastiangaiser in #1804
New Contributors
- @mrtworo made their first contribution in #1615
- @tylerauerbeck made their first contribution in #1651
- @nikita-vanyasin made their first contribution in #1739
- @pharaujo made their first contribution in #1619
Full Changelog: v0.9.5...v0.10.0-rc.1
-
v0.10.0-rc.031 Mar 2026 pre-releaseRelease notes
Open source →Highlights
Performance Mode: Subquery-based SLO Calculations #1607
SLO burn rate calculations can now use subqueries instead of recording rules, significantly reducing the number of rules Prometheus needs to evaluate and store.
Alert Severity Overrides #1788
Alert severities for multi-burn-rate alerts are now configurable directly in the SLO spec, giving teams full control over how alerts are routed and prioritized.
Prometheus v3 Histogram Support (
lenormalization) #1619Pyrra now correctly handles the
lelabel normalization differences between Prometheus v2 and v3 native histograms, enabling seamless migration to Prometheus v3 for latency-based SLOs.pyrra_urlAnnotations on Alerts #1522All generated alerts now include a
pyrra_urlannotation that links directly to the relevant SLO page in the Pyrra UI, reducing time from alert to context.UI Redesign: shadcn/ui + Tailwind CSS #1789
The UI has been migrated from Bootstrap to shadcn/ui and Tailwind CSS, laying the groundwork for new UI features going forward.
What's Changed
- fix: add correct sorting for 'lset' column by @mrtworo in #1615
- Migrate from Dependabot to Renovate by @metalmatze in #1668
- Enable Renovate dependency dashboard by @metalmatze in #1672
- Fix Renovate release branch to only allow patch updates by @metalmatze in #1675
- Bump golangci to v2 by @tylerauerbeck in #1651
- Add Renovate support for Buf plugin dependencies by @metalmatze in #1677
- chore(ci): add Renovate support for Node.js matrix versions by @metalmatze in #1691
- fix: resolve Dockerfile linting warnings by @metalmatze in #1720
- chore(config): migrate Renovate config by @renovate[bot] in #1721
- fix: update operator to use go-kit logger to ensure standardized log config by @tylerauerbeck in #1652
- Pass SLO annotations to ConfigMap by @RiRa12621 in #1737
- fix(controller): prevent invalid update after creating PrometheusRule/ConfigMap by @nikita-vanyasin in #1739
- readme: add link to auto-generated CRD API documentation by @metalmatze in #1757
- chore(ui): migrate from react-scripts to Vite by @metalmatze in #1762
- refactor(ui): replace manual URL params with nuqs by @metalmatze in #1764
- refactor(ui): remove search debounce, rely on nuqs by @metalmatze in #1769
- fix(ci): restore node 22.x matrix entry alongside 24.x by @metalmatze in #1772
- feat(ui): migrate to connect-es v2 and protobuf-es v2 by @metalmatze in #1775
- feat: surface Pyrra version in CLI, logs, metrics, and UI by @metalmatze in #1778
- Enable alert severity overrides from config by @saswatamcode in #1788
- feat: support
lenormalization in prom 2 and 3 by @pharaujo in #1619 - Optimize SLO performance with subquery-based calculations by @metalmatze in #1607
- docs: add performance mode documentation by @metalmatze in #1790
- feat(ui): migrate from Bootstrap to shadcn/ui with Tailwind CSS by @metalmatze in #1789
- Add pyrra_url annotations by @metalmatze in #1522
- feat(ui): add hover tooltips to uplot graphs by @metalmatze in #1796
- feat(ui): dynamic time range presets based on objective window by @metalmatze in #1791
New Contributors
- @mrtworo made their first contribution in #1615
- @tylerauerbeck made their first contribution in #1651
- @nikita-vanyasin made their first contribution in #1739
- @pharaujo made their first contribution in #1619
Full Changelog: v0.9.5...v0.10.0-rc.0
-
v0.9.6-0.20260329130037-612be328e72129 Mar 2026 pre-releaseNothing published for this version
-
v0.9.6-0.20260328152359-2b5b1b56390528 Mar 2026 pre-releaseNothing published for this version
-
v0.9.6-0.20260315142939-a9ab596b1c7615 Mar 2026 pre-releaseNothing published for this version
-
v0.9.515 Mar 2026Release notes
Open source →What's Changed
- fix: add correct sorting for 'lset' column (backport of #1615) by @mrtworo in #1615
- chore(deps): update github actions (release-0.9) by @renovate[bot] in #1750
- chore(deps): update actions/download-artifact digest to 484a0b5 (release-0.9) by @renovate[bot] in #1760
Full Changelog: v0.9.4...v0.9.5
-
v0.9.409 Mar 2026Release notes
Open source →What's Changed
- chore(deps): update react packages (release-0.9) by @renovate[bot] in #1717
- fix(controller): prevent invalid update after creating PrometheusRule/ConfigMap by @nikita-vanyasin in #1739
Full Changelog: v0.9.3...v0.9.4
-
v0.9.306 Feb 2026Release notes
Open source →Literally just dependencies updates.
What's Changed
- fix(deps): update golang.org/x/exp digest to 716be56 (release-0.9) by @renovate[bot] in #1708
- chore(deps): update dependency @bufbuild/protobuf to v1.10.1 (release-0.9) by @renovate[bot] in #1709
- chore(deps): update docker.io/golang docker tag to v1.25.7 (release-0.9) by @renovate[bot] in #1712
- chore(deps): update dependency eslint-plugin-react-hooks to v4.6.2 (release-0.9) by @renovate[bot] in #1711
- chore(deps): update dependency bootstrap to v5.3.8 (release-0.9) by @renovate[bot] in #1710
- fix(deps): update dependency uplot to v1.6.32 (release-0.9) by @renovate[bot] in #1713
- fix(deps): update module github.com/go-chi/chi/v5 to v5.2.5 (release-0.9) by @renovate[bot] in #1714
- chore(deps): update github actions (release-0.9) by @renovate[bot] in #1718
- fix(deps): update module github.com/prometheus/common to v0.67.5 (release-0.9) by @renovate[bot] in #1715
Full Changelog: v0.9.2...v0.9.3
-
v0.9.3-0.20260309215349-6952ec44e7f809 Mar 2026 pre-releaseNothing published for this version
-
v0.9.3-0.20260206122044-04985aae19a206 Feb 2026 pre-releaseNothing published for this version
-
v0.9.217 Nov 2025 -
v0.9.2-0.20251114091046-fc08b885899814 Nov 2025 pre-releaseNothing published for this version
-
v0.9.2-0.20251113091902-55118ae0aed713 Nov 2025 pre-releaseNothing published for this version
-
v0.9.2-0.20251112091024-4a6765330de212 Nov 2025 pre-releaseNothing published for this version
-
v0.9.2-0.20251110093221-08ddc80c913710 Nov 2025 pre-releaseNothing published for this version
-
v0.9.106 Nov 2025Nothing published for this version
-
v0.9.1-0.20251029091043-6ce0fe83f9b029 Oct 2025 pre-releaseNothing published for this version
-
v0.9.022 Oct 2025Nothing published for this version
-
v0.8.407 Apr 2025Nothing published for this version
-
v0.8.301 Apr 2025Nothing published for this version
-
v0.8.228 Jan 2025Nothing published for this version
-
v0.8.104 Dec 2024Nothing published for this version
-
v0.8.1-0.20250407104906-dfcf8015c1e007 Apr 2025 pre-releaseNothing published for this version
-
v0.8.1-0.20250326091247-0e3a04c4aaa026 Mar 2025 pre-releaseNothing published for this version
-
v0.8.1-0.20250127140218-86444c92857327 Jan 2025 pre-releaseNothing published for this version
-
v0.8.1-0.20241209094346-90fde8091c5809 Dec 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241205095910-d53d6bde189005 Dec 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241203093539-dd924ef9a60d03 Dec 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241129091034-a2f0e8ff614429 Nov 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241127092935-9ac77eb3779e27 Nov 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241125094317-bb2b8843fdca25 Nov 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241122094200-e77c720e811c22 Nov 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241121100217-61b03f9bd8cc21 Nov 2024 pre-releaseNothing published for this version
-
v0.8.1-0.20241120095018-aef9e339543020 Nov 2024 pre-releaseNothing published for this version
-
v0.8.020 Nov 2024Nothing published for this version
-
v0.7.729 Jun 2024Nothing published for this version
-
v0.7.623 May 2024Nothing published for this version
-
v0.7.6-0.20241115100852-45423410c94915 Nov 2024 pre-releaseNothing published for this version
-
v0.7.6-0.20241111093759-ebf9915bff8911 Nov 2024 pre-releaseNothing published for this version
-
v0.7.6-0.20240828095649-4648b302510628 Aug 2024 pre-releaseNothing published for this version
-
v0.7.6-0.20240629134748-a5e3b4606daf29 Jun 2024 pre-releaseNothing published for this version
-
v0.7.6-0.20240524121111-19fed781090b24 May 2024 pre-releaseNothing published for this version
-
v0.7.6-0.20240522211419-15624d30915a22 May 2024 pre-releaseNothing published for this version
-
v0.7.6-0.20240426114913-12b20694bcff26 Apr 2024 pre-releaseNothing published for this version
-
v0.7.510 Apr 2024Nothing published for this version
-
v0.7.5-0.20240410144130-9ddf786106ca10 Apr 2024 pre-releaseNothing published for this version
-
v0.7.5-0.20240318093211-e02a9550f11718 Mar 2024 pre-releaseNothing published for this version
-
v0.7.5-0.20240316224514-f3d55f9c53c216 Mar 2024 pre-releaseNothing published for this version
-
v0.7.5-0.20240314093844-2ec65e03752914 Mar 2024 pre-releaseNothing published for this version