Compare commits
1 Commits
b804c7ba0a
...
e6cda3ad52
Author | SHA1 | Date | |
---|---|---|---|
|
e6cda3ad52 |
@ -9,16 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [0.4.0] - 2024-12-27
|
## [0.4.0] - 2024-12-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- add option
|
|
||||||
- use publish tag instead of bool
|
|
||||||
- add publish
|
|
||||||
- update cuddle file
|
|
||||||
- add release action
|
- add release action
|
||||||
- remove deps
|
- remove deps
|
||||||
- remove ci
|
- remove ci
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- cuddle file test
|
|
||||||
- release action like main and pr
|
- release action like main and pr
|
||||||
- *(deps)* update rust crate chrono to v0.4.39
|
- *(deps)* update rust crate chrono to v0.4.39
|
||||||
- *(deps)* update rust crate tracing to v0.1.41
|
- *(deps)* update rust crate tracing to v0.1.41
|
||||||
|
@ -56,19 +56,9 @@ pub struct CuddleVars {
|
|||||||
pub service: String,
|
pub service: String,
|
||||||
pub registry: String,
|
pub registry: String,
|
||||||
|
|
||||||
pub rust: Option<CuddleRustVars>,
|
|
||||||
|
|
||||||
pub clusters: Option<CuddleClusters>,
|
pub clusters: Option<CuddleClusters>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
|
||||||
pub struct CuddleRustVars {
|
|
||||||
pub publish: Option<CuddleRustPublishVars>,
|
|
||||||
}
|
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
|
||||||
pub struct CuddleRustPublishVars {}
|
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq)]
|
||||||
pub struct CuddleDeployment {
|
pub struct CuddleDeployment {
|
||||||
pub registry: String,
|
pub registry: String,
|
||||||
@ -178,7 +168,6 @@ scripts:
|
|||||||
service: "infrastructure-example".into(),
|
service: "infrastructure-example".into(),
|
||||||
registry: "kasperhermansen".into(),
|
registry: "kasperhermansen".into(),
|
||||||
clusters: Some(CuddleClusters(clusters)),
|
clusters: Some(CuddleClusters(clusters)),
|
||||||
rust: None,
|
|
||||||
},
|
},
|
||||||
deployment: Some(crate::cuddle_file::CuddleDeployment {
|
deployment: Some(crate::cuddle_file::CuddleDeployment {
|
||||||
registry: "git@git.front.kjuulh.io:kjuulh/clank-clusters".into(),
|
registry: "git@git.front.kjuulh.io:kjuulh/clank-clusters".into(),
|
||||||
@ -226,7 +215,6 @@ components:
|
|||||||
service: "infrastructure-example".into(),
|
service: "infrastructure-example".into(),
|
||||||
registry: "kasperhermansen".into(),
|
registry: "kasperhermansen".into(),
|
||||||
clusters: None,
|
clusters: None,
|
||||||
rust: None,
|
|
||||||
},
|
},
|
||||||
deployment: None,
|
deployment: None,
|
||||||
components: Some(CuddleComponents {
|
components: Some(CuddleComponents {
|
||||||
@ -265,7 +253,6 @@ components:
|
|||||||
service: "infrastructure-example".into(),
|
service: "infrastructure-example".into(),
|
||||||
registry: "kasperhermansen".into(),
|
registry: "kasperhermansen".into(),
|
||||||
clusters: None,
|
clusters: None,
|
||||||
rust: None,
|
|
||||||
},
|
},
|
||||||
deployment: None,
|
deployment: None,
|
||||||
components: Some(CuddleComponents {
|
components: Some(CuddleComponents {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user