chore(release): release version 1.31.0#8529
Conversation
goose Release Manual Testing ChecklistVersion: 1.31.0Identify the high risk changes in this ReleaseIt will generate an analysis report in Regression TestingMake a copy of this document for each version and check off as steps are verified. Provider Testing
Starting ConversationsTest various ways to start a conversation:
RecipesCreate Recipe from Session
Use Existing Recipe
Recipe Management
Recipe from File
recipe:
title: test recipe again
description: testing recipe again
instructions: The value of test_param is {{test_param}}
prompt: What is the value of test_param?
parameters:
- key: test_param
input_type: string
requirement: required
description: Enter value for test_param
ExtensionsManual Extension Addition
Playwright Extension
Extension with Environment Variables
Speech-to-Text (Local Model)
Settings
Follow-up IssuesLink any GitHub issues filed during testing: Tested by: _____ |
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.31.0
How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.31.0 origin/release/1.31.0 git push origin v1.31.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.31.0branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.30.0...v1.31.0goose updateon Linux (fix: Unable to Rungoose updateon Linux #8465) (4ad7192)This release PR was generated automatically.