Skip to content

Commit

Permalink
releng - 0.9.20 pkg rebase and increment (cloud-custodian#7852)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisshi authored Oct 19, 2022
1 parent de656ae commit 2d978d5
Show file tree
Hide file tree
Showing 48 changed files with 190 additions and 183 deletions.
14 changes: 7 additions & 7 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n"
version = "0.9.19"
version = "0.9.20"
description = "Cloud Custodian - Policy Rules Engine"
authors = ["Cloud Custodian Project"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ argcomplete==2.0.0 ; python_version >= "3.7" and python_version < "4.0"
attrs==22.1.0 ; python_version >= "3.7" and python_version < "4.0"
aws-xray-sdk==2.10.0 ; python_version >= "3.7" and python_version < "4.0"
bleach==5.0.1 ; python_version >= "3.7" and python_version < "4.0"
boto3==1.24.87 ; python_version >= "3.7" and python_version < "4.0"
botocore==1.27.87 ; python_version >= "3.7" and python_version < "4.0"
boto3==1.24.88 ; python_version >= "3.7" and python_version < "4.0"
botocore==1.27.88 ; python_version >= "3.7" and python_version < "4.0"
certifi==2022.9.24 ; python_version >= "3.7" and python_version < "4"
cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux"
charset-normalizer==2.1.1 ; python_version >= "3.7" and python_version < "4"
Expand Down
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.19',
'version': '0.9.20',
'description': 'Cloud Custodian - Policy Rules Engine',
'license': 'Apache-2.0',
'classifiers': [
Expand Down
16 changes: 8 additions & 8 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.4"
version = "0.1.5"
readme = "readme.md"
homepage = "https://cloudcustodian.io"
repository = "https://github.com/cloud-custodian/cloud-custodian"
Expand Down
8 changes: 4 additions & 4 deletions tools/c7n_awscc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
install_requires = \
['argcomplete (>=2.0.0,<3.0.0)',
'attrs (>=22.1.0,<23.0.0)',
'boto3 (>=1.24.87,<2.0.0)',
'botocore (>=1.27.87,<2.0.0)',
'c7n (>=0.9.19,<0.10.0)',
'boto3 (>=1.24.88,<2.0.0)',
'botocore (>=1.27.88,<2.0.0)',
'c7n (>=0.9.20,<0.10.0)',
'click>=8.0,<9.0',
'docutils (>=0.17.1,<0.18.0)',
'importlib-metadata (>=4.13.0,<5.0.0)',
Expand All @@ -35,7 +35,7 @@

setup_kwargs = {
'name': 'c7n-awscc',
'version': '0.1.4',
'version': '0.1.5',
'description': 'Cloud Custodian - AWS Cloud Control Provider',
'license': 'Apache-2.0',
'classifiers': [
Expand Down
25 changes: 14 additions & 11 deletions tools/c7n_azure/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_azure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n_azure"
version = "0.7.18"
version = "0.7.19"
description = "Cloud Custodian - Azure Support"
readme = "readme.md"
homepage="https://cloudcustodian.io"
Expand Down
2 changes: 1 addition & 1 deletion tools/c7n_azure/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ adal==1.2.7 ; python_version >= "3.7" and python_version < "4.0"
applicationinsights==0.11.10 ; python_version >= "3.7" and python_version < "4.0"
apscheduler==3.9.1 ; python_version >= "3.7" and python_version < "4"
azure-common==1.1.28 ; python_version >= "3.7" and python_version < "4.0"
azure-core==1.25.1 ; python_version >= "3.7" and python_version < "4.0"
azure-core==1.26.0 ; python_version >= "3.7" and python_version < "4.0"
azure-cosmos==3.2.0 ; python_version >= "3.7" and python_version < "4.0"
azure-cosmosdb-nspkg==2.0.2 ; python_version >= "3.7" and python_version < "4.0"
azure-cosmosdb-table==1.0.6 ; python_version >= "3.7" and python_version < "4.0"
Expand Down
8 changes: 4 additions & 4 deletions tools/c7n_azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
'azure-storage-file-share>=12.4.1,<13.0.0',
'azure-storage-file>=2.1.0,<3.0.0',
'azure-storage-queue>=12.1.5,<13.0.0',
'boto3 (>=1.24.87,<2.0.0)',
'botocore (>=1.27.87,<2.0.0)',
'c7n (>=0.9.19,<0.10.0)',
'boto3 (>=1.24.88,<2.0.0)',
'botocore (>=1.27.88,<2.0.0)',
'c7n (>=0.9.20,<0.10.0)',
'click>=8.0,<9.0',
'cryptography>=3.4.6',
'distlib>=0.3.0,<0.4.0',
Expand Down Expand Up @@ -103,7 +103,7 @@

setup_kwargs = {
'name': 'c7n-azure',
'version': '0.7.18',
'version': '0.7.19',
'description': 'Cloud Custodian - Azure Support',
'license': 'Apache-2.0',
'classifiers': [
Expand Down
16 changes: 8 additions & 8 deletions tools/c7n_gcp/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_gcp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n_gcp"
version = "0.4.18"
version = "0.4.19"
description = "Cloud Custodian - Google Cloud Provider"
readme = "readme.md"
homepage = "https://cloudcustodian.io"
Expand Down
8 changes: 4 additions & 4 deletions tools/c7n_gcp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
install_requires = \
['argcomplete (>=2.0.0,<3.0.0)',
'attrs (>=22.1.0,<23.0.0)',
'boto3 (>=1.24.87,<2.0.0)',
'botocore (>=1.27.87,<2.0.0)',
'c7n (>=0.9.19,<0.10.0)',
'boto3 (>=1.24.88,<2.0.0)',
'botocore (>=1.27.88,<2.0.0)',
'c7n (>=0.9.20,<0.10.0)',
'docutils (>=0.17.1,<0.18.0)',
'google-api-python-client>=2.0,<3.0',
'google-auth>=2.1.0,<3.0.0',
Expand All @@ -40,7 +40,7 @@

setup_kwargs = {
'name': 'c7n-gcp',
'version': '0.4.18',
'version': '0.4.19',
'description': 'Cloud Custodian - Google Cloud Provider',
'license': 'Apache-2.0',
'classifiers': [
Expand Down
2 changes: 1 addition & 1 deletion tools/c7n_kube/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_kube/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n_kube"
version = "0.2.18"
version = "0.2.19"
description = "Cloud Custodian - Kubernetes Provider"
readme = "readme.md"
homepage = "https://cloudcustodian.io"
Expand Down
8 changes: 4 additions & 4 deletions tools/c7n_kube/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
install_requires = \
['argcomplete (>=2.0.0,<3.0.0)',
'attrs (>=22.1.0,<23.0.0)',
'boto3 (>=1.24.87,<2.0.0)',
'botocore (>=1.27.87,<2.0.0)',
'c7n (>=0.9.19,<0.10.0)',
'boto3 (>=1.24.88,<2.0.0)',
'botocore (>=1.27.88,<2.0.0)',
'c7n (>=0.9.20,<0.10.0)',
'docutils (>=0.17.1,<0.18.0)',
'importlib-metadata (>=4.13.0,<5.0.0)',
'importlib-resources (>=5.9.0,<6.0.0)',
Expand All @@ -38,7 +38,7 @@

setup_kwargs = {
'name': 'c7n-kube',
'version': '0.2.18',
'version': '0.2.19',
'description': 'Cloud Custodian - Kubernetes Provider',
'license': 'Apache-2.0',
'classifiers': [
Expand Down
Loading

0 comments on commit 2d978d5

Please sign in to comment.