Skip to content

Commit

Permalink
Release v4.4.2 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored Nov 6, 2023
1 parent ca917fb commit 83d6992
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.4.2] - 2023-11-06

- Add PolicyException to `etcd-backup-operator-scheduler`.

## [4.4.1] - 2023-10-23
Expand Down Expand Up @@ -259,7 +261,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.1...HEAD
[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.2...HEAD
[4.4.2]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.1...v4.4.2
[4.4.1]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.0...v4.4.1
[4.4.0]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.3.1...v4.4.0
[4.3.1]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.3.0...v4.3.1
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.2-dev"
version = "4.4.2"
)

func Description() string {
Expand Down

0 comments on commit 83d6992

Please sign in to comment.