Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Jun 29, 2021
1 parent adaed57 commit 57df69d
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Community Sops Release Notes
.. contents:: Topics


v1.1.0
======

Release Summary
---------------

A minor release for inclusion in Ansible 4.2.0.

Minor Changes
-------------

- Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9 (https://github.com/ansible-collections/community.sops/pull/73).

New Plugins
-----------

Filter
~~~~~~

- community.sops.decrypt - Decrypt sops-encrypted data

v1.0.6
======

Expand Down
4 changes: 3 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
objects:
role: {}
plugins:
become: {}
cache: {}
Expand Down Expand Up @@ -31,4 +33,4 @@ plugins:
description: Loading sops-encrypted vars files
name: sops
version_added: 0.1.0
version: 1.0.6
version: 1.1.0
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,19 @@ releases:
- 1.0.6.yml
- 58-actionmodule-plugin-utils-ansible-core-2.11.yml
release_date: '2021-03-21'
1.1.0:
changes:
minor_changes:
- Avoid internal ansible-core module_utils in favor of equivalent public API
available since at least Ansible 2.9 (https://github.com/ansible-collections/community.sops/pull/73).
release_summary: A minor release for inclusion in Ansible 4.2.0.
fragments:
- 1.1.0.yml
- 71-decrypt-filter.yml
- ansible-core-_text.yml
plugins:
filter:
- description: Decrypt sops-encrypted data
name: decrypt
namespace: null
release_date: '2021-06-29'
3 changes: 0 additions & 3 deletions changelogs/fragments/71-decrypt-filter.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ansible-core-_text.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: sops
version: 1.0.6
version: 1.1.0
readme: README.md
authors:
- Edoardo Tenani
Expand Down

0 comments on commit 57df69d

Please sign in to comment.