Skip to content

Commit

Permalink
Release/1.1.2 (#64)
Browse files Browse the repository at this point in the history
* Mark HashiVaultLookupBase as private

* Prepare 1.1.2 release

* Release 1.1.2
  • Loading branch information
briantist authored Mar 2, 2021
1 parent 37a4d07 commit 089c63b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ community.hashi_vault Release Notes
.. contents:: Topics


v1.1.2
======

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

This release contains the same functionality as 1.1.1. The only change is to mark some code as internal to the collection. If you are already using 1.1.1 as an end user you do not need to update.

v1.1.1
======

Expand Down Expand Up @@ -94,4 +102,3 @@ Release Summary
---------------

Our first release matches the ``hashi_vault`` lookup functionality provided by ``community.general`` version ``1.3.0``.

8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,11 @@ releases:
- 1.1.1.yml
- 41-fix-vault-addr.yml
release_date: '2021-02-24'
1.1.2:
changes:
release_summary: 'This release contains the same functionality as 1.1.1. The
only change is to mark some code as internal to the collection. If you are
already using 1.1.1 as an end user you do not need to update.'
fragments:
- 1.1.2.yml
release_date: '2021-03-02'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace: community
name: hashi_vault
version: 1.2.0
version: 1.1.2
readme: README.md
authors:
- Jonathan Davila
Expand Down
6 changes: 6 additions & 0 deletions plugins/lookup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# Copyright (c) 2021 Brian Scholer (@briantist)
# Simplified BSD License (see licenses/simplified_bsd.txt or https://opensource.org/licenses/BSD-2-Clause)

# FOR INTERNAL COLLECTION USE ONLY
# The interfaces in this file are meant for use within the community.hashi_vault collection
# and may not remain stable to outside uses. Changes may be made in ANY release, even a bugfix release.
# See also: https://github.com/ansible/community/issues/539#issuecomment-780839686
# Please open an issue if you have questions about this.

from __future__ import absolute_import, division, print_function
__metaclass__ = type

Expand Down

0 comments on commit 089c63b

Please sign in to comment.