Skip to content

Commit a327940

Browse files
authored
Merge pull request #139 from cybozu-go/bump-2.0.4
Bump version to 2.0.4
2 parents 081da3f + 01500e3 commit a327940

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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/).
4152
Coil version 2 is a complete rewrite of Coil version 1.
4253
This 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

v2/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
images:
22
- name: coil
3-
newTag: 2.0.3
3+
newTag: 2.0.4
44
newName: ghcr.io/cybozu-go/coil
55

66
resources:

v2/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
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.
1111
func Version() string {

0 commit comments

Comments
 (0)