Skip to content

Commit

Permalink
Bump version numbers for v2024.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Sep 19, 2024
1 parent 8cb335e commit 9c1c928
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-channel-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
ff-branch:
runs-on: ubuntu-latest
strategy:
fail-fast: false
permissions:
contents: write
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-channel-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
ff-branch:
runs-on: ubuntu-latest
strategy:
fail-fast: false
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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-beta.2 - 2024-09-19

### 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-5b06ebc
image: ghcr.io/planktoscope/device-backend-processing-segmenter:2024.0.0-beta.2
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:2024.0.0-beta.1
image: ghcr.io/planktoscope/project-docs:2024.0.0-beta.2
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:2024.0.0-beta.1-minimal
image: ghcr.io/planktoscope/project-docs:2024.0.0-beta.2-minimal
volumes:
- server-data:/data
- server-config:/config
Expand Down

0 comments on commit 9c1c928

Please sign in to comment.