Skip to content

Commit

Permalink
Include files in the resource interfaces of deployed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Feb 9, 2024
1 parent 4082c49 commit 7f9ffac
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org

## Unreleased

### Added

- Added deployments for a few new packages which only describe assumptions about files provided by the host.

### Changed

- Upgraded packages so that some now require certain files to be provided by the host.

## v2024.0.0-alpha.0 - 2024-02-06

### Added
Expand Down
3 changes: 3 additions & 0 deletions deployments/host/networking/hostapd.deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package: github.com/PlanktoScope/device-pkgs/core/host/networking/hostapd
features:
disabled: false
3 changes: 3 additions & 0 deletions deployments/host/networking/hosts.deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package: github.com/PlanktoScope/device-pkgs/core/host/networking/hosts
features:
disabled: false
3 changes: 3 additions & 0 deletions deployments/host/planktoscope/device-backend.deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package: github.com/PlanktoScope/device-pkgs/core/host/planktoscope/device-backend
features:
disabled: false
3 changes: 3 additions & 0 deletions deployments/host/planktoscope/node-red-dashboard.deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package: github.com/PlanktoScope/device-pkgs/core/host/planktoscope/node-red-dashboard
features:
disabled: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: version
type: pseudoversion
tag: v2024.0.0-alpha.0
timestamp: "20240206211455"
commit: e0c3a64826c3d3d11a48844091adf9e255993730
timestamp: "20240209195417"
commit: 7a39f531ffcf18a3b6692690204bf808aea5c718

0 comments on commit 7f9ffac

Please sign in to comment.