File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased]
77
8+ ## [ 2.0.4] - 2021-01-13
9+
10+ ### Added
11+
12+ - Grafana dashboard (#135 )
13+
14+ ### Changed
15+
16+ - coil-controller: export metrics for all pools (#133 )
17+ - build with Go 1.15 on Ubuntu 20.04 (#138 )
18+
819## [ 2.0.3] - 2020-11-19
920
1021### Added
@@ -41,7 +52,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4152Coil version 2 is a complete rewrite of Coil version 1.
4253This is the first release candidate with all the planned features implemented.
4354
44- [ Unreleased ] : https://github.com/cybozu-go/coil/compare/v2.0.3...HEAD
55+ [ Unreleased ] : https://github.com/cybozu-go/coil/compare/v2.0.4...HEAD
56+ [ 2.0.4 ] : https://github.com/cybozu-go/coil/compare/v2.0.3...v2.0.4
4557[ 2.0.3 ] : https://github.com/cybozu-go/coil/compare/v2.0.2...v2.0.3
4658[ 2.0.2 ] : https://github.com/cybozu-go/coil/compare/v2.0.1...v2.0.2
4759[ 2.0.1 ] : https://github.com/cybozu-go/coil/compare/v2.0.0...v2.0.1
Original file line number Diff line number Diff line change 11images :
22- name : coil
3- newTag : 2.0.3
3+ newTag : 2.0.4
44 newName : ghcr.io/cybozu-go/coil
55
66resources :
Original file line number Diff line number Diff line change 55 "strings"
66)
77
8- const version = "2.0.3 "
8+ const version = "2.0.4 "
99
1010// Version returns the semantic versioning string of Coil.
1111func Version () string {
You can’t perform that action at this time.
0 commit comments