Skip to content

Commit

Permalink
Release 15.0.2-5
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <[email protected]>
  • Loading branch information
mwperina committed Aug 10, 2022
1 parent d164c8d commit 487a870
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RPM_VERSION="${KEYCLOAK_VERSION}"
RPM_RELEASE_MAIN="5"

# For stable releases it should be empty
# RPM_RELEASE_SUFFIX=""
RPM_RELEASE_SUFFIX=""
# For nightly release it should contain githash and current date
RPM_RELEASE_SUFFIX=".0.master.$(GIT_HASH).$(shell date -u +%Y%m%d%H%M%S)"
# RPM_RELEASE_SUFFIX=".0.master.$(GIT_HASH).$(shell date -u +%Y%m%d%H%M%S)"

RPM_RELEASE="$(RPM_RELEASE_MAIN)$(RPM_RELEASE_SUFFIX)"

Expand Down
14 changes: 10 additions & 4 deletions ovirt-engine-keycloak.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,22 @@ ln -sf %{_datadir}/%{name}/bin/client/keycloak-client-registration-cli-@KEYCLOAK
%{ovirt_engine_data}/setup/plugins/*/ovirt-engine-keycloak/

%changelog
* Mon Jul 25 2022 Artur Socha <[email protected]> 15.0.2-4
* Wed Aug 10 2022 Martin Perina <[email protected]> - 15.0.2-5
- Allow custom DB credentials

* Mon Jul 25 2022 Artur Socha <[email protected]> - 15.0.2-4
- Better engine-setup summary message
* Thu Jun 23 2022 Artur Socha <[email protected]> 15.0.2-3

* Thu Jun 23 2022 Artur Socha <[email protected]> - 15.0.2-3
- Keycloak reactivation documentation
- Keycloak 'supported' flag initialization
* Fri Jun 3 2022 Artur Socha <[email protected]> 15.0.2-2

* Fri Jun 3 2022 Artur Socha <[email protected]> - 15.0.2-2
- Support for activation of Keycloak SSO on existing installation
- Fix for oVirt Provider OVN Keycloak credentials
- Fix for oVirt Monitoring Portal Keycloak credentials
- Support for oVirt Engine backup & restore
* Wed Nov 10 2021 Artur Socha <[email protected]> 15.0.2-1

* Wed Nov 10 2021 Artur Socha <[email protected]> - 15.0.2-1
- Initial release

0 comments on commit 487a870

Please sign in to comment.