Skip to content

Commit

Permalink
Updates for awslabs resources moving to aws.
Browse files Browse the repository at this point in the history
  • Loading branch information
lizroth committed Aug 1, 2018
1 parent f327a1e commit b98b735
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
80 changes: 40 additions & 40 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Changelog
Operational
-----------
* Remove base64 stream encoding/decoding logic in in favor of ``base64io`` library.
`#154 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/154>`_
`#154 <https://github.com/aws/aws-encryption-sdk-cli/issues/154>`_


1.1.4 -- 2018-01-15
Expand All @@ -17,7 +17,7 @@ Operational
Bugfixes
--------
* Fixed config file handling of quotes in Windows
`#110 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/110>`_
`#110 <https://github.com/aws/aws-encryption-sdk-cli/issues/110>`_


1.1.3 -- 2017-12-05
Expand All @@ -26,35 +26,35 @@ Bugfixes
Bugfixes
--------
* Blacklist pytest 3.3.0
`#125 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/125>`_
`#125 <https://github.com/aws/aws-encryption-sdk-cli/issues/125>`_
`pytest-dev/pytest#2956 <https://github.com/pytest-dev/pytest/issues/2957>`_
* Expand input and output file paths in metadata
`#120 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/120>`_
`#120 <https://github.com/aws/aws-encryption-sdk-cli/issues/120>`_
* Move metadata file writer to write in binary
`#121 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/121>`_
`#121 <https://github.com/aws/aws-encryption-sdk-cli/issues/121>`_
* Skip symlink tests when running tests in Windows
`#128 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/128>`_
`#128 <https://github.com/aws/aws-encryption-sdk-cli/issues/128>`_

Operational
-----------
* Move integration tests away from using config files to using environment variables
`#62 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/62>`_
`#62 <https://github.com/aws/aws-encryption-sdk-cli/issues/62>`_

1.1.2 -- 2017-11-22
===================

Bugfixes
--------
* Fixed permissions issue from installing metadata files
`#122 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/122>`_
`#122 <https://github.com/aws/aws-encryption-sdk-cli/issues/122>`_

1.1.1 -- 2017-11-21
===================

Bugfixes
--------
* Fixed import issue with Python 3.5.0 and 3.5.1
`#114 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/114>`_
`#114 <https://github.com/aws/aws-encryption-sdk-cli/issues/114>`_

1.1.0 -- 2017-11-18
===================
Expand All @@ -63,89 +63,89 @@ Public release
Known Issues
------------
* Single and double quote characters break config file parsing on Windows platforms
`#110 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/110>`_
`#111 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/111>`_
`#110 <https://github.com/aws/aws-encryption-sdk-cli/issues/110>`_
`#111 <https://github.com/aws/aws-encryption-sdk-cli/issues/111>`_
* typing imports fail on Python 3.5.0 and 3.5.1
`#114 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/114>`_
`#115 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/115>`_
`#114 <https://github.com/aws/aws-encryption-sdk-cli/issues/114>`_
`#115 <https://github.com/aws/aws-encryption-sdk-cli/issues/115>`_

Bugfixes
--------
* Handle quoting in config files
`#35 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/35>`_
`#35 <https://github.com/aws/aws-encryption-sdk-cli/issues/35>`_
* Allow empty custom suffix
`#33 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/33>`_
`#33 <https://github.com/aws/aws-encryption-sdk-cli/issues/33>`_
* Handle non-POSIX paths in config files in non-POSIX environments
`#78 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/78>`_
`#78 <https://github.com/aws/aws-encryption-sdk-cli/issues/78>`_
* Expand user (``~``) and environment variables in config files
`#89 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/89>`_
`#89 <https://github.com/aws/aws-encryption-sdk-cli/issues/89>`_
* Parameter key-value pairs will no longer accept empty key or value elements
`#94 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/94>`_
`#94 <https://github.com/aws/aws-encryption-sdk-cli/issues/94>`_

New Features
------------
* Built-in base64 encoding and decoding
`#29 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/29>`_
`#29 <https://github.com/aws/aws-encryption-sdk-cli/issues/29>`_
* Strip plaintext data keys from boto3 logs
`#54 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/54>`_
`#54 <https://github.com/aws/aws-encryption-sdk-cli/issues/54>`_
* Enforce that parent directories always exist
`#57 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/57>`_
`#100 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/100>`_
`#57 <https://github.com/aws/aws-encryption-sdk-cli/issues/57>`_
`#100 <https://github.com/aws/aws-encryption-sdk-cli/issues/100>`_
* Catch single-dash dummy argument catchers for long-form arguments
`#5 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/5>`_
`#5 <https://github.com/aws/aws-encryption-sdk-cli/issues/5>`_
* Optionally output operation metadata
`#65 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/65>`_
`#65 <https://github.com/aws/aws-encryption-sdk-cli/issues/65>`_
* Optionally encryption context enforcement on decrypt
`#69 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/69>`_
`#69 <https://github.com/aws/aws-encryption-sdk-cli/issues/69>`_

Operational
-----------
* Custom master key providers now handled through setuptools entry points
`#30 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/30>`_
`#30 <https://github.com/aws/aws-encryption-sdk-cli/issues/30>`_
* Default master key provider is now namespace-specific
`#81 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/81>`_
`#81 <https://github.com/aws/aws-encryption-sdk-cli/issues/81>`_
* PyPI-Parker configuration and tox testenv added
`#36 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/36>`_
`#36 <https://github.com/aws/aws-encryption-sdk-cli/issues/36>`_
* Custom user agent value added to generated botocore client
`#70 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/70>`_
`#70 <https://github.com/aws/aws-encryption-sdk-cli/issues/70>`_
* AWS KMS master key provider configuration will no longer accept ``key`` parameter
`#80 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/80>`_
`#80 <https://github.com/aws/aws-encryption-sdk-cli/issues/80>`_

1.0.2
=====

Bugfixes
--------
* Fixed helpstring output to show input/output as required
`#1 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/1>`_
`#1 <https://github.com/aws/aws-encryption-sdk-cli/issues/1>`_
* Fixed bug when processing encrypt request with no master key provider configuration
`#3 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/3>`_
`#3 <https://github.com/aws/aws-encryption-sdk-cli/issues/3>`_
* Fixed caching CMM construction failure
`#9 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/9>`_
`#9 <https://github.com/aws/aws-encryption-sdk-cli/issues/9>`_

New Features
------------
* Added support for filename expansion
`#4 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/4>`_
`#4 <https://github.com/aws/aws-encryption-sdk-cli/issues/4>`_
* Added ability to specify profile and region for KMSMasterKeyProvider using AWS CLI-like syntax
`#6 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/6>`_
`#6 <https://github.com/aws/aws-encryption-sdk-cli/issues/6>`_
* Reworked verbosity configuration to be more useful
`#10 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/10>`_
`#10 <https://github.com/aws/aws-encryption-sdk-cli/issues/10>`_
* Addded ability to define custom output filename suffix
`#12 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/12>`_
`#12 <https://github.com/aws/aws-encryption-sdk-cli/issues/12>`_

Operational
-----------
* Added mypy coverage
`#13 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/13>`_
`#13 <https://github.com/aws/aws-encryption-sdk-cli/issues/13>`_

1.0.1
=====
* Updated `aws-encryption-sdk`_ dependency to ``>=1.3.2`` to pull in fix for
`#7 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/7>`_
`#7 <https://github.com/aws/aws-encryption-sdk-cli/issues/7>`_

1.0.0
=====
* Initial creation

.. _aws-encryption-sdk: https://github.com/awslabs/aws-encryption-sdk-python
.. _aws-encryption-sdk: https://github.com/aws/aws-encryption-sdk-python
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check [existing open](https://github.com/awslabs/aws-encryption-sdk-cli/issues), or [recently closed](https://github.com/awslabs/aws-encryption-sdk-cli/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
When filing an issue, please check [existing open](https://github.com/aws/aws-encryption-sdk-cli/issues), or [recently closed](https://github.com/aws/aws-encryption-sdk-cli/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

* A reproducible test case or series of steps
Expand Down Expand Up @@ -41,7 +41,7 @@ GitHub provides additional document on [forking a repository](https://help.githu


## Finding contributions to work on
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-encryption-sdk-cli/labels/help%20wanted) issues is a great place to start.
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws/aws-encryption-sdk-cli/labels/help%20wanted) issues is a great place to start.


## Code of Conduct
Expand All @@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif

## Licensing

See the [LICENSE](https://github.com/awslabs/aws-encryption-sdk-cli/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
See the [LICENSE](https://github.com/aws/aws-encryption-sdk-cli/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ aws-encryption-sdk-cli
:target: https://aws-encryption-sdk-cli.readthedocs.io/en/stable/
:alt: Documentation Status

.. image:: https://travis-ci.org/awslabs/aws-encryption-sdk-cli.svg?branch=master
:target: https://travis-ci.org/awslabs/aws-encryption-sdk-cli
.. image:: https://travis-ci.org/aws/aws-encryption-sdk-cli.svg?branch=master
:target: https://travis-ci.org/aws/aws-encryption-sdk-cli

.. image:: https://ci.appveyor.com/api/projects/status/jp8kywq86ctxgn3b/branch/master?svg=true
:target: https://ci.appveyor.com/project/mattsb42-aws/aws-encryption-sdk-cli-oruqs
Expand Down Expand Up @@ -561,7 +561,7 @@ Execution
.. _message header data: http://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/message-format.html#header-structure
.. _message header authentication data: http://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/message-format.html#header-authentication
.. _Read the Docs: http://aws-encryption-sdk-cli.readthedocs.io/en/latest/
.. _GitHub: https://github.com/awslabs/aws-encryption-sdk-cli/
.. _GitHub: https://github.com/aws/aws-encryption-sdk-cli/
.. _cryptography: https://cryptography.io/en/latest/
.. _cryptography installation guide: https://cryptography.io/en/latest/installation/
.. _data key caching documentation: http://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/data-key-caching.html
Expand Down

0 comments on commit b98b735

Please sign in to comment.