@@ -4,30 +4,43 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## v0.1.5 - 2020-06-12
7
+ ## [ v0.2.0] - 2020-07-23
8
+ ## Changed
9
+ - Documentation structure ([ #64 ] )
10
+
11
+ ## [ v0.1.5] - 2020-06-12
8
12
### Added
9
13
- Kustomize setup ([ #61 ] )
10
14
11
- ## v0.1.4 - 2020-05-29
15
+ ## [ v0.1.4] - 2020-05-29
12
16
### Changed
13
17
- Remove sub-tenant functionality ([ #55 ] )
14
18
15
19
### Fixed
16
20
- Cluster schema ([ #55 ] )
17
21
18
- ## v0.1.3 - 2020-05-15
22
+ ## [ v0.1.3] - 2020-05-15
19
23
### Added
20
24
- Set ` lieutenant-instance ` fact for new clusters (from env var)
21
25
22
- ## v0.1.2 - 2020-05-08
26
+ ## [ v0.1.2] - 2020-05-08
23
27
### Added
24
28
- Host API docs on /docs
25
29
### Changed
26
30
- Generated ID formats
27
31
28
- ## v0.1.1 - 2020-04-22
32
+ ## [ v0.1.1] - 2020-04-22
29
33
### Added
30
34
- Initial implementation
31
35
36
+ [ Unreleased ] : https://github.com/projectsyn/lieutenant-api/compare/v0.2.0...HEAD
37
+ [ v0.1.1 ] : https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.1
38
+ [ v0.1.2 ] : https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.2
39
+ [ v0.1.3 ] : https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.3
40
+ [ v0.1.4 ] : https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.4
41
+ [ v0.1.5 ] : https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.5
42
+ [ v0.1.5 ] : https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.5
43
+ [ v0.2.0 ] : https://github.com/projectsyn/lieutenant-api/releases/tag/v0.2.0
32
44
[ #55 ] : https://github.com/projectsyn/lieutenant-api/pull/55
33
45
[ #61 ] : https://github.com/projectsyn/lieutenant-api/pull/61
46
+ [ #64 ] : https://github.com/projectsyn/lieutenant-api/pull/64
0 commit comments