Skip to content

Commit

Permalink
Bump version numbers for v2024.0.0-alpha.1 prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Mar 26, 2024
1 parent a44a699 commit e643b1e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ 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
## v2024.0.0-alpha.1 - 2024-03-26

### Added

- Added provided/required files/directories to the resource interfaces of some packages.
- Added some `core/host` packages to specify assumptions about provided files/directories.

### Changed

- Upgraded `core/apps/planktoscope/docs`'s container image from v2023.9.0 to v2024.0.0-alpha.1
- Upgraded `core/apps/planktoscope/device-backend/processing/segmenter`'s container image from v2024.0.0-alpha.0 to v2024.0.0-alpha.1

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

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/device-backend-processing-segmenter:sha-ebd357f
image: ghcr.io/planktoscope/device-backend-processing-segmenter:2024.0.0-alpha.1
extra_hosts:
- host.docker.internal:host-gateway

Expand Down
2 changes: 1 addition & 1 deletion core/apps/planktoscope/docs/compose-full-site.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:2023.9.0
image: ghcr.io/planktoscope/project-docs:2024.0.0-alpha.1
2 changes: 1 addition & 1 deletion core/apps/planktoscope/docs/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
server:
image: ghcr.io/planktoscope/project-docs:2023.9.0-minimal
image: ghcr.io/planktoscope/project-docs:2024.0.0-alpha.1-minimal
volumes:
- server-data:/data
- server-config:/config
Expand Down

0 comments on commit e643b1e

Please sign in to comment.