Skip to content

Commit

Permalink
Release 4.5.2 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Aviv Litman <[email protected]>
  • Loading branch information
avlitman authored Mar 30, 2022
1 parent ff7b90b commit 4ee5596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ovirt-engine-dwh.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@ fi
%{_sysconfdir}/grafana/conf/

%changelog
* Wed Mar 30 2022 Aviv Litman <[email protected]> - 4.5.2
- Bug 2021497 - packaging: grafana SSO with internal Keycloak
- build: auto-add generated files to gitignore

* Fri Mar 18 2022 Martin Perina <[email protected]> - 4.5.1
- Bug 1828982 - Use fasterxml for ResumeUtil json serialization
- Bug 2010903 - Update read/write ops statistics
Expand Down
4 changes: 2 additions & 2 deletions version.mak
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH_LEVEL)
# - master
# - <none>
#
MILESTONE=master
MILESTONE=

# RPM release is manually specified,
# For pre-release:
Expand All @@ -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

0 comments on commit 4ee5596

Please sign in to comment.