diff --git a/ovirt-engine-dwh.spec.in b/ovirt-engine-dwh.spec.in index 8a7a3d34..8204a31e 100644 --- a/ovirt-engine-dwh.spec.in +++ b/ovirt-engine-dwh.spec.in @@ -316,6 +316,11 @@ fi %{_sysconfdir}/grafana/conf/ %changelog +* Fri Mar 18 2022 Martin Perina - 4.5.1 +- Bug 1828982 - Use fasterxml for ResumeUtil json serialization +- Bug 2010903 - Update read/write ops statistics +- Bug 2010903 - Update the vm disk ops queries + * Mon Feb 28 2022 Aviv Litman - 4.5.0 - Bug 1931939 - Add the engine FQDN to dwh - Bug 2030663 - Update Network statistics types in DWH diff --git a/version.mak b/version.mak index 3286511a..1cccfd98 100644 --- a/version.mak +++ b/version.mak @@ -24,7 +24,7 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL) # - master # - # -MILESTONE=master +MILESTONE= # RPM release is manually specified, # For pre-release: @@ -36,4 +36,4 @@ MILESTONE=master # while N is incremented each re-release # Use only for spec file changes # -RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) +RPM_RELEASE=1