Skip to content

Commit a9b936b

Browse files
committed
Release 3.6.0
1 parent 232e032 commit a9b936b

File tree

9 files changed

+29
-19
lines changed

9 files changed

+29
-19
lines changed

CHANGELOG.rst

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

77

8+
v3.6.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- added new orasw_download_patches role (oravirt#332)
15+
- common: assert python2 interpreter on OL/RHEL7 (oravirt#330)
16+
- github action: deploy collection (oravirt#324)
17+
- github action: stale issues & PRs (oravirt#326)
18+
- orasw_meta: added central assert tasks for ansible-oracle (oravirt#325)
19+
820
v3.5.1
921
======
1022

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.5.1
17+
version: 3.6.0

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,18 @@ releases:
252252
fragments:
253253
- tablespace.yml
254254
release_date: '2023-02-16'
255+
3.6.0:
256+
changes:
257+
minor_changes:
258+
- added new orasw_download_patches role (oravirt#332)
259+
- 'common: assert python2 interpreter on OL/RHEL7 (oravirt#330)'
260+
- 'github action: deploy collection (oravirt#324)'
261+
- 'github action: stale issues & PRs (oravirt#326)'
262+
- 'orasw_meta: added central assert tasks for ansible-oracle (oravirt#325)'
263+
fragments:
264+
- assert_python.yml
265+
- dploy_collection.yml
266+
- github_action_stale.yml
267+
- role_orasw_download_patches.yml
268+
- sw_meta_assert.yml
269+
release_date: '2023-03-03'

changelogs/fragments/assert_python.yml

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

changelogs/fragments/dploy_collection.yml

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

changelogs/fragments/github_action_stale.yml

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

changelogs/fragments/role_orasw_download_patches.yml

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

changelogs/fragments/sw_meta_assert.yml

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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: opitzconsulting
33
name: ansible_oracle
44
description: "This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5-
version: 3.5.1
5+
version: 3.6.0
66
repository: https://github.com/oravirt/ansible-oracle.git
77
readme: README.md
88
authors:

0 commit comments

Comments
 (0)