Releases: SUSE/shaptools
0.3.14
What's Changed
- Remove mock BuildRequires by @s-t-e-v-e-n-k in #74
- Correct macro usage around installing python-mock by @s-t-e-v-e-n-k in #75
- ci: fix tests and use SLE containers by @yeoldegrove in #77
- Make "shaptools" available inside the Salt Bundle (venv-salt-minion) (bsc#1212695) by @meaksh in #76
New Contributors
- @s-t-e-v-e-n-k made their first contribution in #74
- @meaksh made their first contribution in #76
Full Changelog: 0.3.13...0.3.14
Release 0.3.13
What's Changed
- extend CI by @yeoldegrove in #71
- add HANA add_hosts feature by @yeoldegrove in #70
- ci: remove unused PARENT_TAG from _service to fix delivery/obs-packaging via github actions by @yeoldegrove in #72
Full Changelog: 0.3.12...0.3.13
Fix sidadm usage transformation to use lower case properly
Using the saphanabootstrap-formula the installation fails if the provided system identifier (sidadm) is provided with upper case.
This release introduces the fix for this in: #65
Hotfix release for: https://bugzilla.suse.com/show_bug.cgi?id=1185090
Add functionality to detect the currently installed ENSA version for Netweaver
Add functionalities to know the currently installed ENSA version for Netweaver (only for ASCS and ERS instances) We check the sapcontrol output to know if ENSA1 or ENSA2 is the installed version.
Version 0.3.10
Fix how HANA database is started and stopped to work in multi host environment. sapcontrol commands are used instead of HDB now
Hotfix release for SAP HANA register issue
Hotfix release for https://bugzilla.suse.com/show_bug.cgi?id=1175709
The issue consisted in an error during HANA secondary registration process. After the SSFS file copying process from the primary node, the register command might fail. If this happened, the whole operation failed, because the command was not repeated. Now the register command is repeated always until a positive return code (or timeout)
Add saputils module
New saputils
module added to store any sap generic utility.
v0.2.0: Merge pull request #29 from arbulu89/feature/version-0.2.0
Upgrade package version to 0.2.0
First shaptools version
v0.1.0 Remove enum from requirements file