Skip to content

Commit 27c1063

Browse files
committed
Release: ansible-oracle v3.5.0
1 parent de0d972 commit 27c1063

File tree

5 files changed

+33
-6
lines changed

5 files changed

+33
-6
lines changed

CHANGELOG.rst

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

77

8+
v3.5.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a small monthly release of ansible-oracle.
15+
16+
Minor Changes
17+
-------------
18+
19+
- add configuration variables for pam_limits to orahost (oravirt#317)
20+
21+
Deprecated Features
22+
-------------------
23+
24+
- Removal of deprecated directory /inventory from repository with next release.
25+
826
v3.4.0
927
======
1028

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.4.0
17+
version: 3.5.0

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,14 @@ releases:
234234
- 311-orahost_sles153_packages.yml
235235
- ocenv_custom_bashrc.yml
236236
release_date: '2022-12-31'
237+
3.5.0:
238+
changes:
239+
deprecated_features:
240+
- Removal of deprecated directory /inventory from repository with next release.
241+
minor_changes:
242+
- add configuration variables for pam_limits to orahost (oravirt#317)
243+
release_summary: This is a small monthly release of ansible-oracle.
244+
fragments:
245+
- pam_limits_config.yml
246+
- release-info.yml
247+
release_date: '2023-02-02'

changelogs/fragments/pam_limits_config.yml

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

galaxy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
namespace: opitzconsulting
33
name: ansible_oracle
4-
description: "This is the collection of ansible-oracle from Branch oc on https://github.com/opitzconsulting/ansible-oracle"
5-
version: 3.4.0
6-
repository: https://github.com/opitzconsulting/ansible-oracle.git
4+
description: "This is the collection of ansible-oracle from https://github.com/oravirt/ansible-oracle"
5+
version: 3.5.0
6+
repository: https://github.com/oravirt/ansible-oracle.git
77
readme: README.md
88
authors:
99
- Mikael Sandström

0 commit comments

Comments
 (0)