Skip to content

Commit f570efd

Browse files
committed
Merge tag 'v2.3.0' into develop
Version 2.3.0 - New Feature #25: You can now specify a list of instance parameters which will get set when a database is getting created. See docs/CREATE_DB.md - Fixed #26: Autostart scripts dbstart and dbshut will now get deployed with the correctl permission - New Feature #27: Pythia will now configure SELinux according to the parameter set by selinux_desired_state (default permissive) - Fixed #32: The shell script that is getting executed when su to the oracle OS user now shows the correct version in any case
2 parents e5cacf6 + 0da6469 commit f570efd

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Changelog.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
Changelog of Pythia:
22

3+
Version 2.3.0
4+
- New Feature #25: You can now specify a list of instance parameters which will get set
5+
when a database is getting created. See docs/CREATE_DB.md
6+
- Fixed #26: Autostart scripts dbstart and dbshut will now get deployed with the correctl
7+
permission
8+
- New Feature #27: Pythia will now configure SELinux according to the parameter set by
9+
selinux_desired_state (default permissive)
10+
- Fixed #32: The shell script that is getting executed when su to the oracle OS user
11+
now shows the correct version in any case
12+
313
Version 2.2.5
4-
- New Feature #19: Automatic linting is now done using Github Actions. Fixed many (really many) linting errors and refactored lots of code
14+
- New Feature #19: Automatic linting is now done using Github Actions. Fixed many (really many)
15+
linting errors and refactored lots of code
516
- New Feature #20: Added Molecule test scenarios in Pythia
617
- New Feature #21: You can now specify additional runInstaller parameters by using the runinstaller_parameters variable
718
- Fixed #23: Pythia now uses dynamic generated variable role_path when working with templates and files.

roles/pythia/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# ####################################################################
33
# Main Task File for Pythia
4-
# Version 2.2.5
4+
# Version 2.3.0
55
# Author: thedatabaseme / Philip Haberkern
66
# For more Details view README.md
77
# ####################################################################

0 commit comments

Comments
 (0)