Skip to content

Commit

Permalink
2.19.2 release notes (#13550)
Browse files Browse the repository at this point in the history
  • Loading branch information
serinamarie authored May 23, 2024
1 parent c125e02 commit e42a397
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Prefect Release Notes

# Release 2.19.2

### Fixes
- Ensure `/deployments` endpoints hydrate workspace variables — https://github.com/PrefectHQ/prefect/pull/13540
- Fix integer value display on Variables page of the Prefect UI — https://github.com/PrefectHQ/prefect-ui-library/pull/2454
- Fix "Run a deployment" automation action parameter display input configuration — https://github.com/PrefectHQ/prefect-ui-library/pull/2458
- Pin `requests` dependency to `<2.32.0` in `requirements-dev.txt` - https://github.com/PrefectHQ/prefect/pull/13538

### Documentation
- Fix Jinja template example in automations documentation — https://github.com/PrefectHQ/prefect/pull/13421

**All changes**: https://github.com/PrefectHQ/prefect/compare/2.19.1...2.19.2

# Release 2.19.1

### Enhancements to `prefect-dbt` for running `dbt-core` commands
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-release-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def generate_release_notes(
parts = prefect_release_notes.split("### Contributors")
# ensure that Integrations section is before Contributors
# Print all accumulated non-Prefect changes under "Integrations"
integrations_heading = "### Integrations" + "\n".join(integrations_section)
integrations_heading = "### Integrations\n" + "\n".join(integrations_section)

prefect_release_notes = (
parts[0] + integrations_heading + "\n\n### Contributors" + parts[1]
Expand Down

0 comments on commit e42a397

Please sign in to comment.