Skip to content

Commit

Permalink
Merge pull request #69 from projectsyn/prepare-release
Browse files Browse the repository at this point in the history
Prepare release v0.2.0
  • Loading branch information
Simon Rüegg authored Jul 23, 2020
2 parents eb5c8cc + b109037 commit d75dbd0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,43 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.5 - 2020-06-12
## [v0.2.0] - 2020-07-23
## Changed
- Documentation structure ([#64])

## [v0.1.5] - 2020-06-12
### Added
- Kustomize setup ([#61])

## v0.1.4 - 2020-05-29
## [v0.1.4] - 2020-05-29
### Changed
- Remove sub-tenant functionality ([#55])

### Fixed
- Cluster schema ([#55])

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

## v0.1.2 - 2020-05-08
## [v0.1.2] - 2020-05-08
### Added
- Host API docs on /docs
### Changed
- Generated ID formats

## v0.1.1 - 2020-04-22
## [v0.1.1] - 2020-04-22
### Added
- Initial implementation

[Unreleased]: https://github.com/projectsyn/lieutenant-api/compare/v0.2.0...HEAD
[v0.1.1]: https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.1
[v0.1.2]: https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.2
[v0.1.3]: https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.3
[v0.1.4]: https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.4
[v0.1.5]: https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.5
[v0.1.5]: https://github.com/projectsyn/lieutenant-api/releases/tag/v0.1.5
[v0.2.0]: https://github.com/projectsyn/lieutenant-api/releases/tag/v0.2.0
[#55]: https://github.com/projectsyn/lieutenant-api/pull/55
[#61]: https://github.com/projectsyn/lieutenant-api/pull/61
[#64]: https://github.com/projectsyn/lieutenant-api/pull/64
3 changes: 3 additions & 0 deletions deploy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: Kustomization
commonLabels:
app.kubernetes.io/name: lieutenant-api
app.kubernetes.io/part-of: project-syn
images:
- name: docker.io/projectsyn/lieutenant-api
newTag: v0.2.0
resources:
- deployment.yaml
- role_binding.yaml
Expand Down

0 comments on commit d75dbd0

Please sign in to comment.