Skip to content

Commit

Permalink
Update: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
momeemt committed Apr 23, 2023
1 parent 17025b0 commit 24a0114
Show file tree
Hide file tree
Showing 16 changed files with 3,695 additions and 2,788 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Security

## [0.7.0] - 2023-04-23

### Added
- Planning attributes for indoor projects.
- Slack notification function for any suspicious JWT access.

### Changed
- Switch to `sos-backend-infrasturucture` from `sos22` one.
- Updated to nixpkgs 22.11.

### Removed
- Online Planning category has been removed.

## [0.6.2] - 2022-06-26

### Fixed
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.7.0
4 changes: 2 additions & 2 deletions docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
depends_on:
- api-server
api-server:
image: ghcr.io/sohosai/sos21-backend:v0.6.2
image: ghcr.io/sohosai/sos21-backend:v0.7.0
command: sos21-api-server
environment:
SOS21_API_SERVER_JWT_AUDIENCE: ${SOS21_FIREBASE_PROJECT_ID:?}
Expand All @@ -33,7 +33,7 @@ services:
- run-migrations
- create-bucket
run-migrations:
image: ghcr.io/sohosai/sos21-backend:v0.6.2
image: ghcr.io/sohosai/sos21-backend:v0.7.0
command: sos21-run-migrations --wait
environment:
SOS21_RUN_MIGRATIONS_POSTGRES_URI: "postgres://sos21:sos21@db:5432/sos21"
Expand Down
2 changes: 2 additions & 0 deletions sos21-api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ with the HTTP API interface being the "public API".
### Fixed
### Security

## [0.7.0] - 2023-04-23

## [0.6.2] - 2022-06-26

## [0.6.1] - 2022-06-22
Expand Down
4 changes: 2 additions & 2 deletions sos21-api-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sos21-api-server"
version = "0.6.2"
authors = ["coord_e <me@coord-e.com>", "azarashi2931 <az@rashi.email>"]
version = "0.7.0"
authors = ["coord_e <me@coord-e.com>", "azarashi2931 <az@rashi.email>", "yuseiito <me@yuseiito.com>", "momeemt <me@momee.mt>"]
edition = "2018"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion sos21-api-server/schema/api.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: sos21-api-server
version: 0.6.2
version: 0.7.0
contact:
name: coord_e
email: me@coord-e.com
Expand Down

0 comments on commit 24a0114

Please sign in to comment.