Compare commits
2 Commits
82f9026baa
...
d0fb00e322
Author | SHA1 | Date | |
---|---|---|---|
|
d0fb00e322 | ||
f5013373ec |
57
CHANGELOG.md
57
CHANGELOG.md
@ -6,6 +6,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2024-09-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- 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 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 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
@ -2132,9 +2132,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "minijinja"
|
name = "minijinja"
|
||||||
version = "2.2.0"
|
version = "2.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6d7d3e3a3eece1fa4618237ad41e1de855ced47eab705cec1c9a920e1d1c5aad"
|
checksum = "333d5c65ea267f8aa0516c4ddeeb6547a53bd2d003659307eda21ceff9d19dbf"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -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.1.1"
|
version = "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user