Skip to content

Commit 326681b

Browse files
authored
Merge pull request #281 from Rendanic/pr310
Release: ansible-oracle v3.1.0
2 parents 50a5d9e + bc505aa commit 326681b

26 files changed

+121
-79
lines changed

CHANGELOG.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,61 @@ opitzconsulting.ansible_oracle Release Notes
55
.. contents:: Topics
66

77

8+
v3.1.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
The switch to ansible-lint 0.6.1 introduced a lto of changes in 3.1.0. Hopefully nothing brokes by that.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Development helper install_collection.sh (#279)
20+
- READMEs rewritten (#268)
21+
- Support of Read-Only ORACLE_HOMEs (#273)
22+
- ansible-lint: Move to v6.6.1 (#277)
23+
- ansible-lint: linting and github actions for playbooks and inventory (#270)
24+
- ansible-lint: removed disabled rules for v6.6.1 (#280)
25+
- github Actions: check antsibull changelog files (#276)
26+
- github actions: antsibull-changelog removed obsolete branches (#270)
27+
- inventory: New Inventory for has (#272)
28+
- inventory: replaced old example inventory (#268)
29+
- new playbooks for future inventory (#268)
30+
- using ansible in docker container (#268)
31+
- vagrant: Vagrantfile for dbfs & has (#272)
32+
33+
Removed Features (previously deprecated)
34+
----------------------------------------
35+
36+
- desupported leftover racattackl-install.yml (#272)
37+
38+
Security Fixes
39+
--------------
40+
41+
- orahost: fix permissions for sudoers (#263)
42+
- orahost: security: changed default for configure_oracle_sudo to false (#263)
43+
44+
Bugfixes
45+
--------
46+
47+
- ansible-lint: removed name[play] from execptions (#272)
48+
- fix for oracle_packages with SLES 15 and 15.3 (#282)
49+
- fixed/fully implemented rman catalog support in oradb_rman (#278)
50+
- fixes transparent huge pages handling for SLES 15.x (#282)
51+
- github actions: ansible-lint: removed args due to deprecation warning (#270)
52+
- oradb_manage_db: Bugfix listener.ora for multiple Instances on 1 host (#275)
53+
- oradb_manage_db: add missing netca.rsp.19.3.0.0.j2 (#267)
54+
- oradb_manage_db: new defaults for role (#268)
55+
- orahost: new defaults for role (#268)
56+
- orahost_ssh: added block with configure_cluster check (#271)
57+
- orahost_storage: add --script to parted (#264)
58+
- orasw_meta: added tasks/mount_stage_remote.yml (#269)
59+
- orasw_meta: added tasks/umount_stage_remote.yml (#269)
60+
- orasw_meta: new defaults for role (#268)
61+
- requirements.yml: removed ansible-oracle due to loop in ansible-lint (#270)
62+
863
v3.0.0
964
======
1065

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ plugins:
1414
shell: {}
1515
strategy: {}
1616
vars: {}
17-
version: 3.0.0
17+
version: 3.1.0

changelogs/changelog.yaml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,67 @@ releases:
9696
- 98-opatch.yaml
9797
- 99-collection.yaml
9898
release_date: '2022-09-13'
99+
3.1.0:
100+
changes:
101+
bugfixes:
102+
- 'ansible-lint: removed name[play] from execptions (#272)'
103+
- fix for oracle_packages with SLES 15 and 15.3 (#282)
104+
- fixed/fully implemented rman catalog support in oradb_rman (#278)
105+
- fixes transparent huge pages handling for SLES 15.x (#282)
106+
- 'github actions: ansible-lint: removed args due to deprecation warning (#270)'
107+
- 'oradb_manage_db: Bugfix listener.ora for multiple Instances on 1 host (#275)'
108+
- 'oradb_manage_db: add missing netca.rsp.19.3.0.0.j2 (#267)'
109+
- 'oradb_manage_db: new defaults for role (#268)'
110+
- 'orahost: new defaults for role (#268)'
111+
- 'orahost_ssh: added block with configure_cluster check (#271)'
112+
- 'orahost_storage: add --script to parted (#264)'
113+
- 'orasw_meta: added tasks/mount_stage_remote.yml (#269)'
114+
- 'orasw_meta: added tasks/umount_stage_remote.yml (#269)'
115+
- 'orasw_meta: new defaults for role (#268)'
116+
- 'requirements.yml: removed ansible-oracle due to loop in ansible-lint (#270)'
117+
minor_changes:
118+
- Development helper install_collection.sh (#279)
119+
- READMEs rewritten (#268)
120+
- Support of Read-Only ORACLE_HOMEs (#273)
121+
- 'ansible-lint: Move to v6.6.1 (#277)'
122+
- 'ansible-lint: linting and github actions for playbooks and inventory (#270)'
123+
- 'ansible-lint: removed disabled rules for v6.6.1 (#280)'
124+
- 'github Actions: check antsibull changelog files (#276)'
125+
- 'github actions: antsibull-changelog removed obsolete branches (#270)'
126+
- 'inventory: New Inventory for has (#272)'
127+
- 'inventory: replaced old example inventory (#268)'
128+
- new playbooks for future inventory (#268)
129+
- using ansible in docker container (#268)
130+
- 'vagrant: Vagrantfile for dbfs & has (#272)'
131+
release_summary: The switch to ansible-lint 0.6.1 introduced a lto of changes
132+
in 3.1.0. Hopefully nothing brokes by that.
133+
removed_features:
134+
- desupported leftover racattackl-install.yml (#272)
135+
security_fixes:
136+
- 'orahost: fix permissions for sudoers (#263)'
137+
- 'orahost: security: changed default for configure_oracle_sudo to false (#263)'
138+
fragments:
139+
- 263-sudo.yml
140+
- 263-sudoers.yml
141+
- 264-parted.yml
142+
- 267-netca.yml
143+
- 268-ansible-docker.yml
144+
- 268-defaults.yml
145+
- 268-documentation.yml
146+
- 268-inventory.yml
147+
- 268-playbooks.yml
148+
- 269-nfs-stage.yml
149+
- 270-ansible-lint.yml
150+
- 271-ssh.yml
151+
- 272-vagrant.yml
152+
- 273-readonly-homes.yml
153+
- 274-listener_details.yml
154+
- 276-github-actions.yml
155+
- 277-ansible-lint.yml
156+
- 278-oradb_rman-catalog.yml
157+
- 279-install_collection.yml
158+
- 280-ansible-lint.yml
159+
- 281-release31.yml
160+
- 282-sles_hugepages.yml
161+
- 282-sles_packages.yml
162+
release_date: '2022-10-03'

changelogs/fragments/263-sudo.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/263-sudoers.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/264-parted.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/267-netca.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/268-ansible-docker.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/268-defaults.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/fragments/268-documentation.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)