Skip to content

Commit

Permalink
Add changelog for snapshot component options
Browse files Browse the repository at this point in the history
closes #2644
  • Loading branch information
Steve-Mcl authored Oct 4, 2024
1 parent 6791382 commit 1dbf7b7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions src/changelog/2024/10/snapshot-download-upload-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Snapshot Upload and Download Improvements
description: "Components of a what to include in a snapshot can now be selected."
date: 2024-10-04 13:00:00.0

authors: ["stephen-mclaughlin"]
tags:
- changelog
---

We have added the ability to select which components of a snapshot you want to keep when downloading or uploading a snapshot.

The options available are:
* Flows: Include the flows of the snapshot
* Credentials: Include the credentials of the snapshots flows
* Environment Variables
* Keys and Values: Include the keys and values of the environment variables
* Keys Only: Include only the keys of the environment variables


![Screenshot showing snapshot download component options](images/snapshot-download--with-options.png){data-zoomable}
_Screenshot showing snapshot download component options_


![Screenshot showing snapshot upload component options](images/snapshot-upload--with-options.png){data-zoomable}
_Screenshot showing snapshot upload component options_


This feature can help you be specific about what you want to include in a downloaded snapshot. This is especially useful when
you want to share a snapshot with others, but don't want to include sensitive information like credentials. Also,
when you receive a snapshot that needs importing into a different FlowFuse platform or team, you can can now be selective
about what to keep and what to exclude.

See the [Snapshots](https://flowfuse.com/docs/user/snapshots) documentation for more information.

0 comments on commit 1dbf7b7

Please sign in to comment.