Skip to content

Commit

Permalink
Merge pull request #128 from projectsyn/prepare-release
Browse files Browse the repository at this point in the history
Prepare release v0.4.1
  • Loading branch information
Simon Rüegg authored Nov 5, 2020
2 parents 4bb925e + b183b14 commit 1cfc60e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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] - 2020-10-22
## [v0.4.1] - 2020-11-05
### Changed
- Redesigned reconcile handling ([#120])
- GitRepo objects now fetch their information instead of them receiving from other controllers ([#120])
Expand Down Expand Up @@ -97,7 +97,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.4.0...HEAD
[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.4.1...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 @@ -109,8 +109,9 @@ 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
[v0.4.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.4.0
[v0.3.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.3.0
[v0.4.0]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.4.0
[v0.4.1]: https://github.com/projectsyn/lieutenant-operator/releases/tag/v0.4.1

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

0 comments on commit 1cfc60e

Please sign in to comment.