Skip to content

Commit

Permalink
Merge pull request #157 from projectsyn/prepare-release
Browse files Browse the repository at this point in the history
Prepare release v0.5.2
  • Loading branch information
corvus-ch committed Feb 22, 2021
2 parents a08c477 + 5b0b6d6 commit f9d8b00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ 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
## [Unreleased]

## [v0.5.2] - 2021-02-19
### Fixed
- Iterate all pages in a repository file listing ([#154])

Expand Down Expand Up @@ -116,7 +118,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.5.0...HEAD
[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.5.2...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 @@ -133,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.4.1]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.4.1
[v0.5.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.5.0
[v0.5.1]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.5.1
[v0.5.2]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.5.2

[#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.5.1
newTag: v0.5.2
resources:
- deployment.yaml
- role_binding.yaml
Expand Down

0 comments on commit f9d8b00

Please sign in to comment.