Skip to content

Changelog

8.0.4 - 2026-02-19

This release introduces Keycloak-based user role management for marketplace offerings, full OpenStack server group policy support, and a new system for auto-generating UI table filters from the OpenAPI schema. Several reliability fixes address invoice proration, resource state transitions, and mobile UI regressions.

What's New

  • Keycloak user role management. A new waldur_keycloak plugin enables service providers to manage Keycloak group memberships directly from offering settings, including importing remote groups, assigning memberships, and sending notification emails. The frontend provides a full management UI with bulk actions.
  • OpenStack server group policies. All OpenStack server group policies (affinity, anti-affinity, soft variants) are now supported. Users can create server groups and assign instances to them during deployment via a new scheduling step.
  • AI assistant chat logs. Support staff can now view AI assistant conversation logs in the support view, with expandable rows showing full chat history. Chat context retrieval has been moved server-side for better reliability.
  • OpenAPI-driven filter generation. Table filters can now be auto-generated from the OpenAPI specification, ensuring frontend filters stay in sync with backend query parameters. Several list views have been migrated to this approach.
  • User profile completeness tracking. Service providers can now filter offering users by profile attribute completeness and see field-level warnings. End users see a banner on resource pages when their profile is incomplete.

Improvements

  • Django upgraded from 4.2 to 5.2. The backend framework has been updated to the latest LTS release.
  • MQTT protocol support removed. Message delivery now uses STOMP exclusively, simplifying RabbitMQ configuration across Helm and Docker Compose deployments.
  • Configurable UI font family. Administrators can now select the portal font via a new FONT_FAMILY setting.
  • Sidebar "Match theme" style option. A new sidebar appearance option automatically matches the current theme colors.
  • Onboarding setup view redesigned. The admin onboarding question management interface has been refreshed with improved layout.
  • Permission deletion by type. User affiliation actions now support bulk and row-level permission removal based on permission type.
  • Software package API filters. New name_exact and is_extension filters added for more precise software package lookups.
  • OpenAPI schema quality improvements. View names and operation IDs are now exposed on UUID/URL filter fields, optional request bodies are marked correctly for SDK generators, and a naming collision detector prevents Go SDK build failures.
  • Resource limit validation. The update_limits endpoint now validates min/max bounds before accepting changes.
  • Auto-create default VM/Volume categories. OpenStack resource import automatically creates marketplace categories when they do not exist.
  • Disclaimer area reordered. The footer disclaimer now shows text before the logo with increased spacing.
  • Removed unused SITE_LOGO setting. The deprecated constance setting has been cleaned up from backend and frontend.
  • Header cleanup. Removed duplicate page title and extra search input from the navigation header.
  • Updated Lithuanian translation for the sign-in label.

Bug Fixes

  • Fixed MultipleObjectsReturned error in usage reporting caused by duplicate ComponentUsage records, including a migration to deduplicate existing data.
  • Fixed resources getting stuck in "Updating" state after a successful plan switch.
  • Fixed quarterly limit change invoice quantity proration calculating incorrect amounts.
  • Fixed Customer.get_owners raising AttributeError and deduplicated usage policy notifications.
  • Fixed OpenStack instance image name not being detected during resource pull.
  • Fixed mobile table filters not opening the sidebar drawer due to a missing context action.
  • Fixed pricing information being visible when billing info is configured to be concealed.
  • Fixed null date_created in the offering revision backfill migration.
  • Fixed remote eduteams configuration and HAProxy redirect annotation in Helm charts.
  • Fixed docker-logger permission denied error on docker.sock in Docker Compose setup.

Core Component Activity

  • Waldur Mastermind: 38 commits - Keycloak plugin, Django 5.2 upgrade, OpenAPI improvements, billing and state fixes
  • Waldur Homeport: 24 commits - Keycloak UI, server groups UI, filter generation, profile completeness, mobile fix
  • Waldur Helm: 3 commits - MQTT removal, eduteams and HAProxy fixes
  • Waldur Docker Compose: 3 commits - MQTT removal, docker-logger fix

Resources


8.0.3 - 2026-02-15

Release Summary

  • Release Impact: Minor release with configuration and documentation updates
  • SDK Updates: 2 auto-generated clients updated

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Js Client Highlights

  • Release: bump version to 8.0.3.
  • 8.0.3-dev.16.
  • Update Waldur TypeScript SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources

8.0.2 - 2026-02-05

Release Summary

  • Release Impact: Minor release with configuration and documentation updates
  • SDK Updates: 3 auto-generated clients updated

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Py Client Highlights

  • Release: bump version to 8.0.2.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Js Client Highlights

  • Release: bump version to 8.0.2.
  • 8.0.2-dev.4.
  • Update Waldur TypeScript SDK.

8.0.1 - 2026-02-03

Release Summary

  • Release Impact: 176 commits across 4 core repositories
  • SDK Updates: 3 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

SDK Updates (Auto-generated)

Notable Changes

  • Fix Add filter icon button size. (4486a23 - Waldur Homeport)
  • Add button in offering edit actions dropdown to allow deleteion of an offering. (fd48b0a - Waldur Homeport)
  • Fix/filter icon button size. (341eb2b - Waldur Homeport)
  • Expose SCIM settings. (45588c0 - Waldur Homeport)
  • Set target version to 8.0.0. (7a7e696 - Waldur Helm)
  • Set target version to 8.0.0. (852f3c2 - Waldur Docker Compose)

Waldur Mastermind Highlights

  • Add set_erred and set_ok staff-only actions to ResourceViewSet and RouterViewSet.
  • Fix migrations.
  • Handle case where network is None in TenantCreateErrorTask.

Waldur Homeport Highlights

  • Add staff-only set_erred and set_ok row actions for all OpenStack resources.
  • Render username instead of full name as fallback in resource state header.
  • Fix Add filter icon-button icon size.

Py Client Highlights

  • Release: bump version to 8.0.0.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Js Client Highlights

  • Release: bump version to 8.0.0.
  • 7.9.10-dev.16.
  • Update Waldur TypeScript SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

7.9.8 - 2026-01-21

Release Summary

  • Release Impact: Minor release with configuration and documentation updates

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

Resources

7.9.7 - 2026-01-17

Release Summary

  • Release Impact: Minor release with configuration and documentation updates
  • SDK Updates: 3 auto-generated clients updated

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Py Client Highlights

  • Release: bump version to 7.9.7.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Js Client Highlights

  • Release: bump version to 7.9.7.
  • 7.9.7-dev.10.
  • Update Waldur TypeScript SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

7.9.6 - 2026-01-07

Release Summary

  • Release Impact: Minor release with configuration and documentation updates
  • SDK Updates: 3 auto-generated clients updated

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Py Client Highlights

  • Release: bump version to 7.9.6.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Js Client Highlights

  • Release: bump version to 7.9.6.
  • 7.9.6-dev.24.
  • Update Waldur TypeScript SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources

7.9.5 - 2025-12-17

Release Summary

  • Release Impact: Minor release with configuration and documentation updates

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

Resources

7.9.4 - 2025-12-16

Release Summary

  • Release Impact: Minor release with configuration and documentation updates
  • SDK Updates: 3 auto-generated clients updated

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Js Client Highlights

  • Release: bump version to 7.9.4.
  • 7.9.4-dev.2.
  • Update Waldur TypeScript SDK.

Resources

7.9.3 - 2025-12-14

Release Summary

  • Release Impact: Minor release with configuration and documentation updates

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

Resources

7.9.2 - 2025-12-07

Release Summary

  • Release Impact: Minor release with configuration and documentation updates
  • SDK Updates: 3 auto-generated clients updated

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: No changes
  • Waldur Docker Compose: No changes
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Py Client Highlights

  • Release: bump version to 7.9.2.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Js Client Highlights

  • Release: bump version to 7.9.2.
  • 7.9.2-dev.8.
  • Update Waldur TypeScript SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources

7.9.1 - 2025-11-30

Release Summary

  • Release Impact: 23 commits across 4 core repositories
  • Functional Changes: 82 files changed with +4925/-1030 lines
  • SDK Updates: 3 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: 11 commits · 21 files changed (+2791/-557 lines)
  • Waldur Homeport: 9 commits · 54 files changed (+2125/-465 lines)
  • Waldur Helm: 2 commits · 7 files changed (+9/-8 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Check if WALDUR_OPENPORTAL during routes permission check. (349cad4 - Waldur Homeport)
  • Allow set of custom cluster issuer name for cert manager. (7ee2d14 - Waldur Helm)
  • Workarkound for changed API. (23c6904 - Waldur Mastermind)
  • Extend export/import of data. (9f50656 - Waldur Mastermind)
  • Set target version to 7.9.1. (7fc5104 - Waldur Helm)
  • Set target version to 7.9.1. (c7dc4e7 - Waldur Docker Compose)

Waldur Mastermind Highlights

  • Workarkound for changed API.
  • Extend export/import of data.
  • Add filter to exclude transitional resources with early pending orders.

Waldur Homeport Highlights

  • Fix bad error message when applying for a an available organization with already open request.
  • Migrate invitation form to react final form.
  • Reallocation limits UI changes.

Js Client Highlights

  • Release: bump version to 7.9.1.
  • 7.9.1-dev.2.
  • Update Waldur TypeScript SDK.

Resources


7.9.0 - 2025-11-30

Release Summary

  • Release Impact: 16 commits across 4 core repositories
  • Functional Changes: 114 files changed with +1405/-927 lines
  • SDK Updates: 3 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: 8 commits · 11 files changed (+377/-7 lines)
  • Waldur Homeport: 3 commits · 99 files changed (+1023/-915 lines)
  • Waldur Helm: 4 commits · 4 files changed (+5/-5 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • [WAl-9443] Show review summary on in review proposals. (46b54e2 - Waldur Homeport)
  • Set target version to 7.9.0. (9d3756c - Waldur Helm)
  • Revert "Revert "Remove leftover path modifications"". (5ee8f11 - Waldur Helm)
  • Fix ingress condition. (63903a7 - Waldur Helm)
  • Revert "Remove leftover path modifications". (d8dd890 - Waldur Helm)
  • Set target version to 7.9.0. (58ceaa9 - Waldur Docker Compose)

Waldur Mastermind Highlights

  • Cleanup unused migration.
  • Add readonly viewset to list checklists for call organizers.
  • Expose additional fields for invoice items.

Resources


7.8.9 - 2025-11-30

Release Summary

  • Release Impact: 4 commits across 3 core repositories
  • Functional Changes: 8 files changed with +243/-38 lines
  • SDK Updates: 2 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: 2 commits · 6 files changed (+240/-35 lines)
  • Waldur Homeport: No changes
  • Waldur Helm: 1 commits · 2 files changed (+3/-3 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Request deletion of offeringuser upon removal from project. (9135636 - Waldur Mastermind)
  • Add validation that resources belong to the same offering for limit reallocation. (3c8adcd - Waldur Mastermind)
  • Set target version to 7.8.9. (39c5fea - Waldur Helm)
  • Set target version to 7.8.9. (fad7a57 - Waldur Docker Compose)

Resources


7.8.8 - 2025-11-30

Release Summary

  • Release Impact: 123 commits across 4 core repositories
  • Functional Changes: 667 files changed with +36182/-3236 lines
  • SDK Updates: 3 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: 74 commits · 118 files changed (+22512/-916 lines)
  • Waldur Homeport: 31 commits · 517 files changed (+13369/-2145 lines)
  • Waldur Helm: 17 commits · 32 files changed (+301/-175 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Force migration of queues. (202721f - Waldur Mastermind)
  • Fix check for rmq availability. (1d4da20 - Waldur Mastermind)
  • Extend migration to handle both broken and new migrations. (6bb3faf - Waldur Mastermind)
  • Fix mermaid typos. (2b7c2ca - Waldur Mastermind)
  • Add orders documentation. (65a4924 - Waldur Mastermind)
  • Disable rendering of email vars as they crash ansible installer. (9bde6ca - Waldur Helm)

Waldur Mastermind Highlights

  • Extend migration to handle both broken and new migrations.
  • Fix mermaid typos.
  • Add orders documentation.

Waldur Homeport Highlights

  • Expose uploaded purchase order in order details [WAL-9356].
  • Implement frontend for site agent diagnostics.
  • Add form field use_user_organization_as_customer_name.

Waldur Helm Highlights

  • Disable rendering of email vars as they crash ansible installer.
  • Set target version to 7.8.8.
  • Fix template.

Py Client Highlights

  • Release: bump version to 7.8.8.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Js Client Highlights

  • Release: bump version to 7.8.8.
  • 7.8.8-dev.17.
  • Update Waldur TypeScript SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources


7.8.7 - 2025-11-30

Release Summary

  • Release Impact: 78 commits across 4 core repositories
  • Functional Changes: 186 files changed with +6887/-1416 lines
  • SDK Updates: 3 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: 49 commits · 46 files changed (+3070/-210 lines)
  • Waldur Homeport: 25 commits · 113 files changed (+3140/-1040 lines)
  • Waldur Helm: 3 commits · 27 files changed (+677/-166 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Fix project credit modal crashing issue. (b25f336 - Waldur Homeport)
  • Improve UI of add component modal. (297babe - Waldur Homeport)
  • Set target version to 7.8.7. (563758c - Waldur Helm)
  • Cleanup docs. (78a0621 - Waldur Helm)
  • Add support to set external db name and username configuration. (eb63a40 - Waldur Helm)
  • Set target version to 7.8.7. (85107e8 - Waldur Docker Compose)

Waldur Mastermind Highlights

  • Add autoprovisioning docs.
  • Handle adding/removal of offering compliance checklists.
  • Add unique constraint on slurm periodic policy.

Waldur Homeport Highlights

  • Implement UI to configure organization-specific component usage limits.
  • Fix project credit modal crashing issue.
  • Improve UI of add component modal.

Py Client Highlights

  • Release: bump version to 7.8.7.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Js Client Highlights

  • Release: bump version to 7.8.7.
  • 7.8.7-dev.13.
  • Update Waldur TypeScript SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources


7.8.6 - 2025-11-30

Release Summary

  • Release Impact: 37 commits across 4 core repositories
  • Functional Changes: 152 files changed with +6124/-729 lines
  • SDK Updates: 3 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: 5 commits
  • Waldur Homeport: 22 commits · 129 files changed (+4549/-597 lines)
  • Waldur Helm: 7 commits · 20 files changed (+1574/-107 lines)
  • Waldur Docker Compose: 3 commits · 3 files changed (+1/-25 lines)
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Set target version to 7.8.6. (7718ea0 - Waldur Docker Compose)
  • Add filter to exclude transitional resources with early pending orders. (b216f24 - Waldur Mastermind)
  • Improve filters labels. (fc5b9a1 - Waldur Mastermind)
  • Update configuration, CLI and developer guide. (0287336 - Waldur Mastermind)
  • Workarkound for changed API. (23c6904 - Waldur Mastermind)
  • Extend export/import of data. (9f50656 - Waldur Mastermind)

Waldur Homeport Highlights

  • Add multiplier configuration options [WAL-9373].
  • Add staff notes.
  • Add new end date setting to recovery view.

Waldur Helm Highlights

  • Set target version to 7.8.6.
  • Update documentation.
  • Remove leftover path modifications.

Py Client Highlights

  • Release: bump version to 7.8.6.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources


7.8.5 - 2025-11-30

Release Summary

  • Release Impact: 65 commits across 3 core repositories
  • Functional Changes: 502 files changed with +8116/-4035 lines
  • SDK Updates: 2 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: 59 commits · 496 files changed (+8027/-4010 lines)
  • Waldur Helm: 5 commits · 6 files changed (+89/-25 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Update enums and descriptions from Waldur Mastermind. (ab5581c - Waldur Homeport)
  • Add JIRA mapping of frontend types to request types. (96e94ad - Waldur Homeport)
  • Add support for display and management of terminated projects [WAL-9212]. (d9776ed - Waldur Homeport)
  • Fix sentry crash. (bd96857 - Waldur Homeport)
  • Set target version to 7.8.5. (bc1f90d - Waldur Helm)
  • Set target version to 7.8.5. (943480b - Waldur Docker Compose)

Waldur Homeport Highlights

  • Add support for display and management of terminated projects [WAL-9212].
  • Fix sentry crash.
  • Update enums and descriptions from Waldur Mastermind.

Py Client Highlights

  • Release: bump version to 7.8.5.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources


7.8.4 - 2025-11-30

Release Summary

  • Release Impact: 10 commits across 3 core repositories
  • Functional Changes: 3 files changed with +67/-52 lines
  • SDK Updates: 1 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: 5 commits
  • Waldur Helm: 3 commits · 2 files changed (+3/-3 lines)
  • Waldur Docker Compose: 2 commits · 1 files changed (+64/-49 lines)
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Set target version to 7.8.4. (fb7f946 - Waldur Docker Compose)
  • Fix bad error message when applying for a an available organization with already open request. (e035237 - Waldur Homeport)
  • Migrate invitation form to react final form. (264cc02 - Waldur Homeport)
  • Reallocation limits UI changes. (dc725fb - Waldur Homeport)
  • Fix either toggle or specific organization can be selected. (c506659 - Waldur Homeport)
  • Check if WALDUR_OPENPORTAL during routes permission check. (349cad4 - Waldur Homeport)

Py Client Highlights

  • Release: bump version to 7.8.4.
  • Update Waldur Python SDK.
  • Update Waldur Python SDK.

Resources


7.8.3 - 2025-11-30

Release Summary

  • Release Impact: 2 commits across 2 core repositories
  • Functional Changes: 2 files changed with +3/-3 lines
  • SDK Updates: 2 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: 1 commits · 2 files changed (+3/-3 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Set target version to 7.8.3. (827681b - Waldur Helm)
  • Set target version to 7.8.3. (e32b13b - Waldur Docker Compose)

Resources


7.8.2 - 2025-11-30

Release Summary

  • Release Impact: 2 commits across 2 core repositories
  • Functional Changes: 2 files changed with +3/-3 lines
  • SDK Updates: 2 auto-generated clients updated from OpenAPI schema

Statistics Note

Excludes tests, auto-generated files, and SDK client code for accurate development metrics.

Core Component Activity

  • Waldur Mastermind: No changes
  • Waldur Homeport: No changes
  • Waldur Helm: 1 commits · 2 files changed (+3/-3 lines)
  • Waldur Docker Compose: 1 commits
  • Waldur Prometheus Exporter: No changes

SDK Updates (Auto-generated)

Notable Changes

  • Set target version to 7.8.2. (8b9a3c2 - Waldur Helm)
  • Set target version to 7.8.2. (19ef652 - Waldur Docker Compose)

Go Client Highlights

  • Update Waldur Go SDK.
  • Update Waldur Go SDK.
  • Update Waldur Go SDK.

Resources