Skip to content

Commit

Permalink
chore: merge release-v0.0.17 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Aug 14, 2024
2 parents c1f5f55 + 76f6ede commit 834f6d0
Show file tree
Hide file tree
Showing 14 changed files with 611 additions and 488 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"seccomp=unconfined"
],
"mounts": [
"source=/run/shm,target=/dev/shm,type=bind",
"source=/ramdrive,target=/ramdrive,type=bind",
"source=/etc/localtime,target=/etc/localtime,type=bind,readonly"
],
"postCreateCommand": "cargo install cargo-watch cross typos-cli",
"postStartCommand": "sudo mkdir -p /dev/shm/staticpi/backups /dev/shm/staticpi/pg_data /dev/shm/staticpi/redis_data /dev/shm/staticpi/logs /dev/shm/staticpi/target && sudo chown -R vscode:vscode /dev/shm/staticpi",
"postStartCommand": "sudo mkdir -p /ramdrive/staticpi/backups /ramdrive/staticpi/pg_data /ramdrive/staticpi/redis_data /ramdrive/staticpi/logs /ramdrive/staticpi/target && sudo chown -R vscode:vscode /ramdrive/staticpi",
"customizations": {
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
Expand Down
9 changes: 6 additions & 3 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
### 2024-08-08
### 2024-08-14

### Chores
+ dependencies updated, [6cb671e37854f5da3ff25b2d5650281e97fabd9d]

### Features
+ implement user device cache management, [676d7038d042fb944cd573f42de03633b166cc8f]
+ improve healthcheck, should now be *correct*, [e89e39a241f29cf51b68e16e7d280556859673b5]

### Refactors
+ replace OnceCell with std::sync::LazyLock, [c65938271430bebf776c1c7b46cf4e3958209e2f]
+ switch from `/dev/shm` to `/ramdrive`, [24160e54da206261606c898368ba5ff796be557c]

see <a href='https://github.com/mrjackwills/staticpi_backend/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# <a href='https://github.com/mrjackwills/staticpi_backend/releases/tag/v0.0.17'>v0.0.17</a>
### 2024-08-14

### Chores
+ dependencies updated, [6cb671e3](https://github.com/mrjackwills/staticpi_backend/commit/6cb671e37854f5da3ff25b2d5650281e97fabd9d),

### Features
+ improve healthcheck, should now be *correct*, [e89e39a2](https://github.com/mrjackwills/staticpi_backend/commit/e89e39a241f29cf51b68e16e7d280556859673b5),

### Refactors
+ switch from `/dev/shm` to `/ramdrive`, [24160e54](https://github.com/mrjackwills/staticpi_backend/commit/24160e54da206261606c898368ba5ff796be557c),

# <a href='https://github.com/mrjackwills/staticpi_backend/releases/tag/v0.0.16'>v0.0.16</a>
### 2024-08-08

Expand Down
Loading

0 comments on commit 834f6d0

Please sign in to comment.