chore(release): 0.2.0
This commit is contained in:
parent
22527aadc6
commit
9d101cbea5
18
CHANGELOG.md
18
CHANGELOG.md
@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.0] - 2024-05-25
|
||||
|
||||
### Added
|
||||
- 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.203
|
||||
- only create vault secret template if actual secret found
|
||||
|
||||
## [0.1.1] - 2024-05-25
|
||||
|
||||
### Other
|
||||
|
@ -14,4 +14,4 @@ dotenv = { version = "0.15" }
|
||||
flux-releaser = { git = "https://git.front.kjuulh.io/kjuulh/flux-releaser", branch = "main" }
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user