Skip to content

Commit

Permalink
Merge pull request #89 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 b45e063 + 2985bbe commit 0068dc4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
40 changes: 27 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ 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).

## Unreleased
## [v0.2.0] - 2020-07-23
### Added
- The operator can now remove external resources: Vault, Git Repository and Files in a repository
- The operator can now remove external resources: Vault, Git Repository and Files in a repository ([#76])
### Changed
- Documentation structure
- Documentation structure ([#84])
### Fixed
- Vault nilpointer if `SKIP_VAULT_SETUP` is set
- Fix broken `gitlab.com` detection due to CloudFlare checking
- Vault nilpointer if `SKIP_VAULT_SETUP` is set ([#85])
- Fix broken `gitlab.com` detection due to CloudFlare checking ([#88])

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

## v0.1.4 - 2020-05-29
## [v0.1.4] - 2020-05-29
### Added
- Ability to configure sync interval ([#62])

## v0.1.3 - 2020-05-15
## [v0.1.3] - 2020-05-15
### Added
- Create a `common.yml` class for each tenant

## v0.1.2 - 2020-05-11
## [v0.1.2] - 2020-05-11
### Fixed
- Reconcile status

## v0.1.1 - 2020-05-08
## [v0.1.1] - 2020-05-08
### Added
- Docs from the SDD
- Doc generator from CRDs
Expand All @@ -40,12 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- A race condition in the reconcile loop

## v0.0.5 - 2020-02-27
## [v0.0.5] - 2020-02-27
### Fixed
- Key comparison issues when using multiline strings in YAML
- GitRepoURL not being set for clusters/tenants

## v0.0.4 - 2020-02-17
## [v0.0.4] - 2020-02-17
### Added
- Example CRs
- Documentation how to deploy
Expand All @@ -61,11 +61,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- GitLab subgroup handling
- GitRepos properly updated from Clusters and Tenants

## v0.0.3 - 2020-02-10
## [v0.0.3] - 2020-02-10
### Added
- GitLab implementation for managing git repos
- Changelog
- RBAC management for clusters

[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.2.0...HEAD
[v0.0.3]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.0.3
[v0.0.4]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.0.4
[v0.0.5]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.0.5
[v0.1.1]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.1
[v0.1.2]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.2
[v0.1.3]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.3
[v0.1.4]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.4
[v0.1.5]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.1.5
[v0.2.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.2.0
[#62]: https://github.com/projectsyn/lieutenant-operator/pull/62
[#71]: https://github.com/projectsyn/lieutenant-operator/pull/71
[#76]: https://github.com/projectsyn/lieutenant-operator/pull/76
[#84]: https://github.com/projectsyn/lieutenant-operator/pull/84
[#85]: https://github.com/projectsyn/lieutenant-operator/pull/85
[#88]: https://github.com/projectsyn/lieutenant-operator/pull/88
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-operator
app.kubernetes.io/part-of: project-syn
images:
- name: docker.io/projectsyn/lieutenant-operator
newTag: v0.2.0
resources:
- deployment.yaml
- role_binding.yaml
Expand Down

0 comments on commit 0068dc4

Please sign in to comment.