Compare commits
2 Commits
6530c5c579
...
9ff2c51281
Author | SHA1 | Date | |
---|---|---|---|
|
9ff2c51281 | ||
34020d2939 |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.2.1] - 2025-01-10
|
## [0.2.1] - 2025-01-12
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- *(deps)* update rust crate uuid to v1.11.1
|
- *(deps)* update rust crate uuid to v1.11.1
|
||||||
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- *(deps)* update rust crate tokio-stream to v0.1.17
|
- *(deps)* update rust crate tokio-stream to v0.1.17
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
- replace - with _ for postgres
|
||||||
- *(deps)* update rust crate clap to v4.5.26
|
- *(deps)* update rust crate clap to v4.5.26
|
||||||
- *(deps)* update rust crate clap to v4.5.24
|
- *(deps)* update rust crate clap to v4.5.24
|
||||||
- *(deps)* update rust crate anyhow to v1.0.95
|
- *(deps)* update rust crate anyhow to v1.0.95
|
||||||
|
@ -102,8 +102,8 @@ data:
|
|||||||
DATABASE_TYPE: postgresql
|
DATABASE_TYPE: postgresql
|
||||||
DATABASE_HOST: {{ environment }}.postgresql.kjuulh.app
|
DATABASE_HOST: {{ environment }}.postgresql.kjuulh.app
|
||||||
DATABASE_PORT: {{ port }}
|
DATABASE_PORT: {{ port }}
|
||||||
DATABASE_USER: {{ vars.cuddle_vars.service | replace("_", "-") }}
|
DATABASE_USER: {{ vars.cuddle_vars.service | replace("-", "_") }}
|
||||||
DATABASE_DB: {{ vars.cuddle_vars.service | replace("_", "-") }}
|
DATABASE_DB: {{ vars.cuddle_vars.service | replace("-", "_") }}
|
||||||
|
|
||||||
"#
|
"#
|
||||||
.into(),
|
.into(),
|
||||||
|
Loading…
Reference in New Issue
Block a user