Skip to content

Commit 5829cd1

Browse files
Bump to v0.3.2 (#30)
1 parent b1c6737 commit 5829cd1

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

CHANGELOG.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [v0.3.1] - 2021-06-17
9+
## [0.3.2] - 2021-06-17
10+
### Fixed
11+
* Updated CHANGELOG to 'Keep a Changelog' format.
12+
13+
## [0.3.1] - 2021-06-17
1014
### Added
1115
* Release automation using GoReleaser.
1216

1317
### Changed
1418
* Updated CHANGELOG to 'Keep a Changelog' format.
1519

16-
## [v0.3.0] - 2021-06-16
20+
## [0.3.0] - 2021-06-16
1721
### Added
1822
* Health check tests.
1923
* More linting.
@@ -27,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
### Fixed
2832
* Issues reported by linter.
2933

30-
## [v0.2.1] - 2021-06-16
34+
## [0.2.1] - 2021-06-16
3135
### Added
3236
* CLI tests.
3337
* More linting.
@@ -38,23 +42,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3842
### Fixed
3943
* Issues reported by linter.
4044

41-
## [v0.2.0] - 2021-06-15
45+
## [0.2.0] - 2021-06-15
4246
### Changed
4347
* Move env to internal service package
4448

45-
## [v0.1.3] - 2021-06-14
49+
## [0.1.3] - 2021-06-14
4650
### Changed
4751
* Using X-B3-TraceId as trace HTTP header
4852

49-
## [v0.1.2] - 2021-06-14
53+
## [0.1.2] - 2021-06-14
5054
### Changed
5155
* Adding HTTP headers to Vault client for logging (e.g. transaction ID
5256

53-
## [v0.1.1] - 2021-06-09
57+
## [0.1.1] - 2021-06-09
5458
### Fixed
5559
* Add additional valid status codes for Vault health check
5660

57-
## [v0.1.0] - 2021-06-08
61+
## [0.1.0] - 2021-06-08
5862
### Added
5963
* Tests for vault credential provider
6064
* Vault service health check
@@ -63,11 +67,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6367
* Update credentials provider to be internal package
6468
* Environmental variable handling
6569

66-
## [v0.0.4] - 2021-06-03
70+
## [0.0.4] - 2021-06-03
6771
### Fixed
6872
* Passing Argo context to Argo Workflow calls
6973

70-
## [v0.0.3] - 2021-05-27
74+
## [0.0.3] - 2021-05-27
7175
### Changed
7276
* Update environmental variable name to specify workflow execution namespace
7377

@@ -82,10 +86,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8286
* Add build caching.
8387
* Remove vendoring.
8488

85-
## [v0.0.2] - 2021-05-06
89+
## [0.0.2] - 2021-05-06
8690
### Changed
8791
* Set service port via environment variable, default 8443
8892

89-
## [v0.0.1] - 2021-05-06
93+
## [0.0.1] - 2021-05-06
9094
### Added
9195
* Initial release

0 commit comments

Comments
 (0)