Compare commits
2 Commits
e768f65455
...
feat/add-p
Author | SHA1 | Date | |
---|---|---|---|
8d97ebd6d3
|
|||
6a1dce43fd
|
86
CHANGELOG.md
86
CHANGELOG.md
@@ -6,92 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.2.1] - 2024-11-30
|
|
||||||
|
|
||||||
### Other
|
|
||||||
- *(deps)* update rust crate tracing-subscriber to v0.3.19
|
|
||||||
|
|
||||||
## [0.2.0] - 2024-11-29
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- feat/add-postgres-database (#20)
|
|
||||||
|
|
||||||
feat: add postgres database
|
|
||||||
|
|
||||||
Signed-off-by: kjuulh <contact@kjuulh.io>
|
|
||||||
|
|
||||||
feat: add postgres and more templates
|
|
||||||
|
|
||||||
Signed-off-by: kjuulh <contact@kjuulh.io>
|
|
||||||
|
|
||||||
Reviewed-on: https://git.front.kjuulh.io/kjuulh/cuddle-clusters/pulls/20
|
|
||||||
Co-authored-by: kjuulh <contact@kjuulh.io>
|
|
||||||
Co-committed-by: kjuulh <contact@kjuulh.io>
|
|
||||||
|
|
||||||
- add support for raw reading of variables
|
|
||||||
- add replicas
|
|
||||||
- set interval down to a minute
|
|
||||||
- with native roots
|
|
||||||
- with explicit install
|
|
||||||
- with install
|
|
||||||
- with ring
|
|
||||||
- enable stuff
|
|
||||||
- update packages
|
|
||||||
- update packages
|
|
||||||
- add actual grpc service
|
|
||||||
- fix typo
|
|
||||||
- revert to actual label
|
|
||||||
- fix scheme
|
|
||||||
- trying with h2c service
|
|
||||||
- add grpc ports as well
|
|
||||||
- fix name
|
|
||||||
- rename
|
|
||||||
- remove suffix
|
|
||||||
- add ingress
|
|
||||||
- add ingress wip
|
|
||||||
- use lower case
|
|
||||||
- use actual service name
|
|
||||||
- cannot use lowe case
|
|
||||||
- update filename
|
|
||||||
- add namespace
|
|
||||||
- update env
|
|
||||||
- add crdb
|
|
||||||
- add webroots
|
|
||||||
- with tls
|
|
||||||
- use new tokio stream
|
|
||||||
- update client
|
|
||||||
- more debugging
|
|
||||||
- update
|
|
||||||
- update flux releaser
|
|
||||||
- actually set registry
|
|
||||||
- add option for releaser
|
|
||||||
- add slot for upload strategy
|
|
||||||
- add user variables to input
|
|
||||||
- without remove all
|
|
||||||
- plan -> base
|
|
||||||
- add sync
|
|
||||||
- add send
|
|
||||||
- use arc instead
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- *(deps)* update rust crate serde to v1.0.215
|
|
||||||
- *(deps)* update rust crate futures to v0.3.31
|
|
||||||
- *(deps)* update rust crate minijinja to v2.3.1
|
|
||||||
- *(deps)* update rust crate minijinja to v2.3.0
|
|
||||||
- *(deps)* update rust crate serde to v1.0.203
|
|
||||||
- only create vault secret template if actual secret found
|
|
||||||
|
|
||||||
### Other
|
|
||||||
- *(deps)* update rust crate tracing to v0.1.41
|
|
||||||
- *(deps)* update all dependencies
|
|
||||||
- *(deps)* update rust crate clap to v4.5.20
|
|
||||||
- *(deps)* update rust crate clap to v4.5.19
|
|
||||||
- *(deps)* update rust crate clap to v4.5.18
|
|
||||||
- *(deps)* update rust crate anyhow to v1.0.89
|
|
||||||
- *(deps)* update rust crate anyhow to v1.0.88
|
|
||||||
- *(deps)* update all dependencies
|
|
||||||
- move crdb to own file
|
|
||||||
|
|
||||||
## [0.1.1] - 2024-05-25
|
## [0.1.1] - 2024-05-25
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3802,9 +3802,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tracing-subscriber"
|
name = "tracing-subscriber"
|
||||||
version = "0.3.19"
|
version = "0.3.18"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"matchers",
|
"matchers",
|
||||||
"nu-ansi-term",
|
"nu-ansi-term",
|
||||||
|
@@ -14,4 +14,4 @@ dotenv = { version = "0.15" }
|
|||||||
flux-releaser = { git = "https://git.front.kjuulh.io/kjuulh/flux-releaser", branch = "main" }
|
flux-releaser = { git = "https://git.front.kjuulh.io/kjuulh/flux-releaser", branch = "main" }
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.1"
|
version = "0.1.1"
|
||||||
|
Reference in New Issue
Block a user