Skip to content

Commit

Permalink
Release v4.5.0 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Jan 16, 2024
1 parent 7b4910b commit be9631f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.5.0] - 2024-01-16

### Changed

- Skip reconciling etcdbackup CR's if a newer one is pending.
Expand Down Expand Up @@ -288,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release.

[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.6...HEAD
[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.5.0...HEAD
[4.5.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.6...v4.5.0
[4.4.6]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.5...v4.4.6
[4.4.5]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.4...v4.4.5
[4.4.4]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.3...v4.4.4
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "etcd-backup-operator"
source = "https://github.com/giantswarm/etcd-backup-operator"
version = "4.4.7-dev"
version = "4.5.0"
)

func Description() string {
Expand Down

0 comments on commit be9631f

Please sign in to comment.