chore(release): release version 1.44.0 - #10610
Conversation
goose Release Manual Testing ChecklistDownload the release builds from this PR. Once a build is ready, the actions bot will post a comment on this PR Use the following script to create a risk assessment and testing plan:It will generate an analysis report in Run the goose self-test recipegoose run --recipe goose-self-test.yaml Have goose produce a test planOpen the release candidate desktop app and have goose produce a test plan by pointing it at this PR. Use a prompt like
goose will produce a plan. Follow this plan to finish testing. |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, unsigned) Instructions: The easiest way is to just run the following script:
script which will download the latest release (or you can specify the release you need), does the If you need to do this manually:
The signing step is only needed if you do something that uses mac entitlements like speech to text |
Co-authored-by: Douwe M Osinga <douwe@sidewalklabs.com>
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, unsigned) Instructions: The easiest way is to just run the following script:
script which will download the latest release (or you can specify the release you need), does the If you need to do this manually:
The signing step is only needed if you do something that uses mac entitlements like speech to text |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, unsigned) Instructions: The easiest way is to just run the following script:
script which will download the latest release (or you can specify the release you need), does the If you need to do this manually:
The signing step is only needed if you do something that uses mac entitlements like speech to text |
|
Release v1.44.0 has been tagged and pushed. Closing this PR (version bump was already merged to main). |
Release v1.44.0
Test before Release
How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.44.0 origin/release/1.44.0 git push origin v1.44.0The tag push will trigger the release build. This PR will be automatically closed.
Cherry-Picks
If you need to include additional fixes, cherry-pick them into the
release/1.44.0branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.43.0...v1.44.0This release PR was generated automatically.