Skip to content

Commit d75dbd0

Browse files
author
Simon Rüegg
authored
Merge pull request #69 from projectsyn/prepare-release
Prepare release v0.2.0
2 parents eb5c8cc + b109037 commit d75dbd0

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CHANGELOG.md

+18-5
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,43 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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
812
### Added
913
- Kustomize setup ([#61])
1014

11-
## v0.1.4 - 2020-05-29
15+
## [v0.1.4] - 2020-05-29
1216
### Changed
1317
- Remove sub-tenant functionality ([#55])
1418

1519
### Fixed
1620
- Cluster schema ([#55])
1721

18-
## v0.1.3 - 2020-05-15
22+
## [v0.1.3] - 2020-05-15
1923
### Added
2024
- Set `lieutenant-instance` fact for new clusters (from env var)
2125

22-
## v0.1.2 - 2020-05-08
26+
## [v0.1.2] - 2020-05-08
2327
### Added
2428
- Host API docs on /docs
2529
### Changed
2630
- Generated ID formats
2731

28-
## v0.1.1 - 2020-04-22
32+
## [v0.1.1] - 2020-04-22
2933
### Added
3034
- Initial implementation
3135

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
3244
[#55]: https://github.com/projectsyn/lieutenant-api/pull/55
3345
[#61]: https://github.com/projectsyn/lieutenant-api/pull/61
46+
[#64]: https://github.com/projectsyn/lieutenant-api/pull/64

deploy/kustomization.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ kind: Kustomization
33
commonLabels:
44
app.kubernetes.io/name: lieutenant-api
55
app.kubernetes.io/part-of: project-syn
6+
images:
7+
- name: docker.io/projectsyn/lieutenant-api
8+
newTag: v0.2.0
69
resources:
710
- deployment.yaml
811
- role_binding.yaml

0 commit comments

Comments
 (0)