Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

r4victor
Copy link
Collaborator

@r4victor r4victor commented Sep 5, 2025

The PR adds a script to generate release notes that we used to prepare by hand with an LLM. It takes a draft release with automatic release notes and expands it. The LLM gets all the relevant PR descriptions in the context and is able to produce good results given the PR descriptions are sufficient.

Currently adding to be used manually – then we can automatic draft generation and editing and add to the CI on release.

Example:

"""
python scripts/release_notes.py 0.19.25rc1

Service Probes

When deploying services with rolling updates, new replicas are only registered to receive traffic after all their probes pass, preventing service disruptions during deployments.

Elastic Fleets

Fleet configuration now supports elastic scaling with improved instance selection logic. The system now prioritizes fleets that can accommodate runs without requiring additional provisioning, falling back to fleets specified in configuration when no idle instances are available. This improves resource utilization and reduces startup times for runs.

GPU Offer Aggregation

The dstack offer command now supports aggregating GPU information for better resource planning:

dstack offer --group-by backend,region,count

This groups available GPU offers by backend, region, and GPU count, making it easier to understand resource availability across your infrastructure.

Deprecations

  • The --local flag is now deprecated
  • The --ssh-identity option in dstack init is deprecated and ignored
  • Repository configuration is no longer required by default, though a warning will be displayed to inform users of this change
  • A new transitional command dstack init --remove is available to remove local repo configurations from ~/.dstack/config.yml

What's Changed

New Contributors

Full Changelog: 0.19.24...0.19.25rc1
"""

@r4victor r4victor merged commit 9d779cc into master Sep 5, 2025
28 checks passed
@r4victor r4victor deleted the pr_llm_release_notes branch September 5, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant