@@ -6,14 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
10
14
### Added
11
15
* Release automation using GoReleaser.
12
16
13
17
### Changed
14
18
* Updated CHANGELOG to 'Keep a Changelog' format.
15
19
16
- ## [ v0 .3.0] - 2021-06-16
20
+ ## [ 0 .3.0] - 2021-06-16
17
21
### Added
18
22
* Health check tests.
19
23
* More linting.
@@ -27,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
31
### Fixed
28
32
* Issues reported by linter.
29
33
30
- ## [ v0 .2.1] - 2021-06-16
34
+ ## [ 0 .2.1] - 2021-06-16
31
35
### Added
32
36
* CLI tests.
33
37
* More linting.
@@ -38,23 +42,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
42
### Fixed
39
43
* Issues reported by linter.
40
44
41
- ## [ v0 .2.0] - 2021-06-15
45
+ ## [ 0 .2.0] - 2021-06-15
42
46
### Changed
43
47
* Move env to internal service package
44
48
45
- ## [ v0 .1.3] - 2021-06-14
49
+ ## [ 0 .1.3] - 2021-06-14
46
50
### Changed
47
51
* Using X-B3-TraceId as trace HTTP header
48
52
49
- ## [ v0 .1.2] - 2021-06-14
53
+ ## [ 0 .1.2] - 2021-06-14
50
54
### Changed
51
55
* Adding HTTP headers to Vault client for logging (e.g. transaction ID
52
56
53
- ## [ v0 .1.1] - 2021-06-09
57
+ ## [ 0 .1.1] - 2021-06-09
54
58
### Fixed
55
59
* Add additional valid status codes for Vault health check
56
60
57
- ## [ v0 .1.0] - 2021-06-08
61
+ ## [ 0 .1.0] - 2021-06-08
58
62
### Added
59
63
* Tests for vault credential provider
60
64
* Vault service health check
@@ -63,11 +67,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
67
* Update credentials provider to be internal package
64
68
* Environmental variable handling
65
69
66
- ## [ v0 .0.4] - 2021-06-03
70
+ ## [ 0 .0.4] - 2021-06-03
67
71
### Fixed
68
72
* Passing Argo context to Argo Workflow calls
69
73
70
- ## [ v0 .0.3] - 2021-05-27
74
+ ## [ 0 .0.3] - 2021-05-27
71
75
### Changed
72
76
* Update environmental variable name to specify workflow execution namespace
73
77
@@ -82,10 +86,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82
86
* Add build caching.
83
87
* Remove vendoring.
84
88
85
- ## [ v0 .0.2] - 2021-05-06
89
+ ## [ 0 .0.2] - 2021-05-06
86
90
### Changed
87
91
* Set service port via environment variable, default 8443
88
92
89
- ## [ v0 .0.1] - 2021-05-06
93
+ ## [ 0 .0.1] - 2021-05-06
90
94
### Added
91
95
* Initial release
0 commit comments