Skip to content

Commit

Permalink
Merge pull request #118 from projectsyn/release_v0.4.0
Browse files Browse the repository at this point in the history
Prepare for release v0.4.0
  • Loading branch information
corvus-ch authored Oct 20, 2020
2 parents 30113ec + 35a7d8c commit 2acb8c5
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 @@ -3,7 +3,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.4.0] - 2020-10-20
### Added
- Configurable revisions for git repositories ([#116])

Expand Down Expand Up @@ -86,7 +86,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.3.0...HEAD
[Unreleased]: https://github.com/projectsyn/lieutenant-operator/compare/v0.4.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 @@ -99,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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

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

0 comments on commit 2acb8c5

Please sign in to comment.