Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.4.3 #425

Merged
merged 2 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.4.3] - 2023-11-23

### Changed

- Set 50m min cpu in VPA

## [4.4.2] - 2023-11-06

- Add PolicyException to `etcd-backup-operator-scheduler`.
Expand Down Expand Up @@ -261,7 +267,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.2...HEAD
[Unreleased]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.3...HEAD
[4.4.3]: https://github.com/giantswarm/etcd-backup-operator/compare/v4.4.2...v4.4.3
[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
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"
version = "4.4.3"
)

func Description() string {
Expand Down