Skip to content

Commit

Permalink
Merge pull request #49 from manheim/pin_c7n
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
jleopold28 authored Jun 25, 2020
2 parents 50fbc35 + 4fb6469 commit 38692c2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.2.1 (2020-06-25)
------------------

* Bump c7n and c7n-mailer installed version to `26ba07e <https://github.com/cloud-custodian/cloud-custodian/commit/26ba07ea569dfe320682f7509082fc9bead0ca4c>`__ in order to pull in `PR #5893 <https://github.com/cloud-custodian/cloud-custodian/pull/5893>`__, fix for `#5854 <https://github.com/cloud-custodian/cloud-custodian/issues/5854>`__ c7n config splunk sourcetype.
* Bump c7n and c7n-mailer versions in setup.py to match the latest versions released

1.2.0 (2020-06-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion manheim_c7n_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

#: The semver-compliant version of the package.
VERSION = '1.2.0'
VERSION = '1.2.1'

#: The URL for further information about the package.
PROJECT_URL = 'https://github.com/manheim/manheim-c7n-tools'
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ tabulate>=0.8.0,<0.9.0
pyyaml
# for building generated policy docs
sphinx>=1.8.0,<1.9.0
c7n==0.9.3
c7n-mailer==0.6.2
# to match up with c7n / c7n-mailer dependencies
boto3==1.13.24
botocore==1.16.24
docutils==0.15.2
jmespath==0.9.5
# @TODO Bump this to a released version once c7n > 0.9.3 and c7n-mailer > 0.6.2 is out.
# We're pulling in this git branch in order to pull in https://github.com/cloud-custodian/cloud-custodian/pull/5893
-e git+https://github.com/cloud-custodian/cloud-custodian.git@26ba07ea569dfe320682f7509082fc9bead0ca4c#egg=c7n
-e git+https://github.com/cloud-custodian/cloud-custodian.git@26ba07ea569dfe320682f7509082fc9bead0ca4c#egg=c7n-mailer&subdirectory=tools/c7n_mailer
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
# In order to work with the "mu" Lambda function management tool,
# we need PyYAML 3.x, and need it as source and not a wheel
'pyyaml',
# @TODO Bump this to a released version once c7n-mailer > 0.6.0 is out.
# We're pulling in this git branch in order to pull in https://github.com/cloud-custodian/cloud-custodian/pull/5708
'c7n==0.9.1.0',
'c7n-mailer==0.6.0',
'c7n==0.9.3',
'c7n-mailer==0.6.2',
# for building generated policy docs
'sphinx>=1.8.0,<1.9.0',
'sphinx_rtd_theme',
Expand Down

0 comments on commit 38692c2

Please sign in to comment.