Skip to content

Commit

Permalink
prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Jan 22, 2021
1 parent e0c2c12 commit ca3f721
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Community Sops Release Notes
.. contents:: Topics


v1.0.3
======

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

This release include some fixes to Ansible docs and required changes for inclusion in Ansible.

Bugfixes
--------

- sops lookup plugins - fix wrong format of Ansible variables so that these are actually used (https://github.com/ansible-collections/community.sops/pull/51).
- sops vars plugins - remove non-working Ansible variables (https://github.com/ansible-collections/community.sops/pull/51).

v1.0.2
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ plugins:
description: Loading sops-encrypted vars files
name: sops
version_added: 0.1.0
version: 1.0.2
version: 1.0.3
14 changes: 13 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ releases:
This release includes multiple plugins: an `action` plugin, a `lookup` plugin
and a `vars` plugin.
'
'
fragments:
- 0.1.0.yml
modules:
Expand Down Expand Up @@ -68,3 +68,15 @@ releases:
fragments:
- 1.0.2.yml
release_date: '2021-01-14'
1.0.3:
changes:
bugfixes:
- sops lookup plugins - fix wrong format of Ansible variables so that these
are actually used (https://github.com/ansible-collections/community.sops/pull/51).
- sops vars plugins - remove non-working Ansible variables (https://github.com/ansible-collections/community.sops/pull/51).
release_summary: This release include some fixes to Ansible docs and required
changes for inclusion in Ansible.
fragments:
- 1.0.3.yml
- 51-fix-vars-arguments.yml
release_date: '2021-01-22'
3 changes: 0 additions & 3 deletions changelogs/fragments/51-fix-vars-arguments.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.2
version: 1.0.3
readme: README.md
authors:
- Edoardo Tenani
Expand Down

0 comments on commit ca3f721

Please sign in to comment.