Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add host/prepare-custom-image deployment #16

Merged
merged 3 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project uses [Calendar Versioning](https://calver.org/) with a `YYYY.minor.patch` scheme.
All dates in this file are given in the [UTC time zone](https://en.wikipedia.org/wiki/Coordinated_Universal_Time).

## Unreleased

### Added

- Added a `host/prepare-custom-image` package to export a script to `/usr/libexec/prepare-custom-image` for resetting the filesystem and shutting down the machine in preparation for cloning the filesystem as an SD card image.

## v2024.0.0-beta.1 - 2024-06-24

### Changed
Expand Down
2 changes: 2 additions & 0 deletions deployments/host/prepare-custom-image.deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package: github.com/PlanktoScope/device-pkgs/core/host/prepare-custom-image
disabled: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: version
type: pseudoversion
tag: v2024.0.0-beta.1
timestamp: "20240624135807"
commit: 2a7968642abce0be5906a00bab6e2e363cdf3697
timestamp: "20240808050533"
commit: 2659e5f6a321ef3f3aee0f1f19812a9c6b18a764