Skip to content

Commit

Permalink
Merge pull request #114 from projectsyn/prepare-release
Browse files Browse the repository at this point in the history
Prepare release v0.3.0
  • Loading branch information
Simon Rüegg authored Oct 2, 2020
2 parents b7d7da2 + d7882fa commit 18f58a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.0] - 2020-10-01
### Fixed
- Handling of missing GitRepoTemplates ([#110])
### Added
Expand Down Expand Up @@ -83,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changelog
- RBAC management for clusters

[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.3.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
Expand All @@ -95,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.2.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.2.0
[v0.2.1]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.2.1
[v0.2.2]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.2.2
[v0.3.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.3.0

[#62]: https://github.com/projectsyn/lieutenant-operator/pull/62
[#71]: https://github.com/projectsyn/lieutenant-operator/pull/71
Expand Down
2 changes: 1 addition & 1 deletion deploy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commonLabels:
app.kubernetes.io/part-of: project-syn
images:
- name: docker.io/projectsyn/lieutenant-operator
newTag: v0.2.2
newTag: v0.3.0
resources:
- deployment.yaml
- role_binding.yaml
Expand Down

0 comments on commit 18f58a5

Please sign in to comment.