Skip to content

Commit

Permalink
Bump to version 0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspustina committed Jun 28, 2020
1 parent fd87ac4 commit ecce447
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [0.0.38] - 2020-06-28

### Add
* Support for external Root CA for health check module


## [0.0.37] - 2020-06-17

### Fix
* `stories prepare` failed for adding the description


## [0.0.36] - 2020-05-25

### Add
* `cil` contrib script to easily list instances


## [0.0.35] - 2020-04-14

### Add
Expand Down Expand Up @@ -241,7 +249,8 @@ Add deployments in Travis build.
### Changed
- `instances terminate` uses `warn!` macro instead of yellow `println!` to output warning in case of active dry mode.

[Unreleased]: https://github.com/centerdevice/ceres/compare/v0.0.37...HEAD
[Unreleased]: https://github.com/centerdevice/ceres/compare/v0.0.38...HEAD
[0.0.38]: https://github.com/centerdevice/ceres/compare/v0.0.37...v0.0.38
[0.0.37]: https://github.com/centerdevice/ceres/compare/v0.0.36...v0.0.37
[0.0.36]: https://github.com/centerdevice/ceres/compare/v0.0.35...v0.0.36
[0.0.35]: https://github.com/centerdevice/ceres/compare/v0.0.34...v0.0.35
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceres"
version = "0.0.37"
version = "0.0.38"
authors = ["Lukas Pustina <[email protected]>"]
description = "SRE Tool for CenterDevice"
repository = "https://github.com/centerdevice/ceres.git"
Expand Down

0 comments on commit ecce447

Please sign in to comment.