Skip to content

Commit

Permalink
releng - 0.9.17.0 release prep (cloud-custodian#7492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkerrigan authored Jun 16, 2022
1 parent 9eff14c commit e3916de
Show file tree
Hide file tree
Showing 54 changed files with 1,352 additions and 1,336 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pkg-increment:
@$(MAKE) pkg-gen-setup
python3 tools/dev/poetrypkg.py gen-version-file -p . -f c7n/version.py

pkg-publish-wheel:
pkg-build-wheel:
# azure pin uses ancient wheel version, upgrade first
pip install -U wheel
# clean up any artifacts first
Expand All @@ -73,6 +73,8 @@ pkg-publish-wheel:
# check wheel
twine check dist/*
for pkg in $(PKG_SET); do cd $$pkg && twine check dist/* && cd ../..; done

pkg-publish-wheel:
# upload to test pypi
twine upload -r $(PKG_REPO) dist/*
for pkg in $(PKG_SET); do cd $$pkg && twine upload -r $(PKG_REPO) dist/* && cd ../..; done
Expand Down
2 changes: 1 addition & 1 deletion c7n/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Generated via tools/dev/poetrypkg.py
version = "0.9.16"
version = "0.9.17"
394 changes: 199 additions & 195 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n"
version = "0.9.16"
version = "0.9.17"
description = "Cloud Custodian - Policy Rules Engine"
authors = ["Cloud Custodian Project"]
readme = "README.md"
Expand Down
42 changes: 21 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,44 @@ atomicwrites==1.4.0; python_version >= "3.6" and python_full_version < "3.0.0" a
attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.7" and python_version < "4.0"
aws-xray-sdk==2.9.0
bleach==5.0.0; python_version >= "3.7"
boto3==1.21.42; python_version >= "3.6"
botocore==1.24.42; python_version >= "3.6"
certifi==2021.10.8; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
boto3==1.24.10; python_version >= "3.7"
botocore==1.27.10; python_version >= "3.7"
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
cffi==1.15.0; sys_platform == "linux" and python_version >= "3.7"
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3.6"
click==8.1.2; python_version >= "3.7"
charset-normalizer==2.0.12; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.5.0"
click==8.1.3; python_version >= "3.7"
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") and python_version < "4.0" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" and platform_system == "Windows" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6") and python_version < "4.0"
coverage==5.5; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0" and python_version < "4")
cryptography==36.0.2; sys_platform == "linux" and python_version >= "3.7"
cryptography==37.0.2; sys_platform == "linux" and python_version >= "3.7"
docutils==0.17.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
execnet==1.9.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0"
flake8==3.9.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
importlib-metadata==4.11.3; python_version >= "3.7"
idna==3.3; python_version >= "3.7" and python_version < "4"
importlib-metadata==4.11.4; python_version >= "3.7"
importlib-resources==5.7.1; python_version < "3.9" and python_version >= "3.7"
iniconfig==1.1.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0"
jeepney==0.8.0; sys_platform == "linux" and python_version >= "3.7"
jmespath==1.0.0; python_version >= "3.7" and python_version < "4.0"
jsonpatch==1.32; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
jsonpointer==2.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
jsonschema==4.4.0; python_version >= "3.7"
keyring==23.5.0; python_version >= "3.7"
jsonschema==4.6.0; python_version >= "3.7"
keyring==23.6.0; python_version >= "3.7"
mccabe==0.6.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
mock==4.0.3; python_version >= "3.6"
multidict==6.0.2; python_version >= "3.7"
packaging==21.3; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0"
pkginfo==1.8.2; python_version >= "3.6"
pkginfo==1.8.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
placebo==0.9.0
pluggy==1.0.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0"
portalocker==2.4.0; python_version >= "3.6" and python_version < "4.0"
psutil==5.9.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
psutil==5.9.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
py==1.11.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0"
pycodestyle==2.7.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "linux" or sys_platform == "linux" and python_version >= "3.7" and python_full_version >= "3.4.0"
pyflakes==2.3.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
pygments==2.11.2; python_version >= "3.6"
pyparsing==3.0.8; python_full_version >= "3.6.8" and python_version >= "3.6"
pygments==2.12.0; python_version >= "3.7"
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
pyrsistent==0.18.1; python_version >= "3.7"
pytest-cov==2.12.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
pytest-forked==1.4.0; python_version >= "3.6" and python_version < "4.0"
Expand All @@ -50,24 +50,24 @@ pytest-xdist==2.5.0; python_version >= "3.6"
pytest==6.2.5; python_version >= "3.6"
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
pywin32-ctypes==0.2.0; sys_platform == "win32" and python_version >= "3.7"
pywin32==303; python_version >= "3.6" and python_version < "4.0" and platform_system == "Windows"
pywin32==304; python_version >= "3.6" and python_version < "4.0" and platform_system == "Windows"
pyyaml==6.0; python_version >= "3.6"
readme-renderer==34.0; python_version >= "3.6"
readme-renderer==35.0; python_version >= "3.7"
requests-toolbelt==0.9.1; python_version >= "3.6"
requests==2.27.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
requests==2.28.0; python_version >= "3.7" and python_version < "4"
rfc3986==2.0.0; python_version >= "3.7"
s3transfer==0.5.2; python_version >= "3.6"
secretstorage==3.3.1; sys_platform == "linux" and python_version >= "3.7"
s3transfer==0.6.0; python_version >= "3.7"
secretstorage==3.3.2; sys_platform == "linux" and python_version >= "3.7"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
tabulate==0.8.9
termcolor==1.1.0
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "4.0"
tqdm==4.64.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
twine==3.8.0; python_version >= "3.6"
typing-extensions==4.2.0; python_version == "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.7")
urllib3==1.26.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
vcrpy==4.1.1; python_version >= "3.5"
webencodings==0.5.1; python_version >= "3.7"
wrapt==1.14.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
wrapt==1.14.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
yarl==1.7.2; python_version >= "3.6"
zipp==3.8.0; python_version == "3.7" and (python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version < "3.8" and python_version >= "3.7")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup_kwargs = {
'name': 'c7n',
'version': '0.9.16',
'version': '0.9.17',
'description': 'Cloud Custodian - Policy Rules Engine',
'license': 'Apache-2.0',
'classifiers': [
Expand Down
50 changes: 25 additions & 25 deletions tools/c7n_awscc/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/c7n_awscc/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n_awscc"
version = "0.1.1"
version = "0.1.2"
readme = "readme.md"
homepage = "https://cloudcustodian.io"
repository = "https://github.com/cloud-custodian/cloud-custodian"
Expand Down
4 changes: 2 additions & 2 deletions tools/c7n_awscc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click==8.1.2; python_version >= "3.7"
click==8.1.3; python_version >= "3.7"
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
importlib-metadata==4.11.3; python_version < "3.8" and python_version >= "3.7"
importlib-metadata==4.11.4; python_version < "3.8" and python_version >= "3.7"
jsonpatch==1.32; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
jsonpointer==2.3; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
typing-extensions==4.2.0; python_version < "3.8" and python_version >= "3.7"
Expand Down
14 changes: 7 additions & 7 deletions tools/c7n_awscc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
install_requires = \
['argcomplete (>=2.0.0,<3.0.0)',
'attrs (>=21.4.0,<22.0.0)',
'boto3 (>=1.21.42,<2.0.0)',
'botocore (>=1.24.42,<2.0.0)',
'c7n (>=0.9.16,<0.10.0)',
'boto3 (>=1.24.10,<2.0.0)',
'botocore (>=1.27.10,<2.0.0)',
'c7n (>=0.9.17,<0.10.0)',
'click>=8.0,<9.0',
'docutils (>=0.17.1,<0.18.0)',
'importlib-metadata (>=4.11.3,<5.0.0)',
'importlib-metadata (>=4.11.4,<5.0.0)',
'importlib-resources (>=5.7.1,<6.0.0)',
'jmespath (>=1.0.0,<2.0.0)',
'jsonpatch>=1.32,<2.0',
'jsonschema (>=4.4.0,<5.0.0)',
'jsonschema (>=4.6.0,<5.0.0)',
'pyrsistent (>=0.18.1,<0.19.0)',
'python-dateutil (>=2.8.2,<3.0.0)',
'pyyaml (>=6.0,<7.0)',
's3transfer (>=0.5.2,<0.6.0)',
's3transfer (>=0.6.0,<0.7.0)',
'six (>=1.16.0,<2.0.0)',
'tabulate (>=0.8.9,<0.9.0)',
'typing-extensions (>=4.2.0,<5.0.0)',
Expand All @@ -34,7 +34,7 @@

setup_kwargs = {
'name': 'c7n-awscc',
'version': '0.1.1',
'version': '0.1.2',
'description': 'Cloud Custodian - AWS Cloud Control Provider',
'license': 'Apache-2.0',
'classifiers': [
Expand Down
Loading

0 comments on commit e3916de

Please sign in to comment.