Skip to content

docs: Document rolling releases for code-only deploys#628

Open
promptless[bot] wants to merge 19 commits intomainfrom
promptless/flash-code-only-rolling-releases
Open

docs: Document rolling releases for code-only deploys#628
promptless[bot] wants to merge 19 commits intomainfrom
promptless/flash-code-only-rolling-releases

Conversation

@promptless
Copy link
Copy Markdown
Contributor

@promptless promptless Bot commented May 6, 2026

Open this suggestion in Promptless to view citations and reasoning process

Adds documentation explaining that Flash now automatically triggers rolling releases when source code changes, even without resource configuration changes. The build phase computes a source fingerprint to detect code changes between deployments.

Trigger Events


Tip: Set up a GitHub Issues trigger in Projects to enable @Promptless mentions in issues 🐙

promptless Bot added 17 commits April 16, 2026 18:23
Add documentation explaining that code-only changes now trigger
rolling releases via source fingerprinting. Updated:
- flash/cli/deploy.mdx: New section on rolling releases
- flash/cli/build.mdx: Source fingerprinting step in build process
- flash/apps/deploy-apps.mdx: Brief note on code change detection
Comment thread flash/cli/deploy.mdx
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Line 72)

Added section documenting rolling releases for code-only deploys based on PR #320, which implements source fingerprinting in cli/commands/build.py to detect code changes between deployments.

Source: runpod/flash#320

Comment thread flash/cli/build.mdx
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Line 52)

Added source fingerprinting step based on PR #320, which adds compute_source_fingerprint() function in cli/commands/build.py.

Source: runpod/flash#320

3. **Provision**: Creates or updates Serverless endpoints.
4. **Configure**: Sets up environment variables and service discovery.

When you deploy updates to an existing application, Flash automatically triggers a rolling release if your source code has changed. Flash computes a fingerprint of your source files during build, so code-only changes (without resource configuration changes) still result in updated endpoints.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added note about code change detection based on PR #320, which injects _FLASH_SOURCE_FINGERPRINT into resource env in cli/utils/deployment.py to trigger updates on code changes.

Source: runpod/flash#320

@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 6, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview May 6, 2026, 9:04 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented May 6, 2026

Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.)

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