Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releng - 0.9.16.0 version increment, deps rebase #7203

Merged
merged 12 commits into from
May 1, 2022

Conversation

thisisshi
Copy link
Member

No description provided.

@thisisshi thisisshi requested a review from kapilt as a code owner April 11, 2022 19:34
'AWS::Kinesis::StreamConsumer',
'AWS::CodeDeploy::DeploymentConfig',
'AWS::OpenSearch::Domain', # this is effectively an alias
'AWS::ApiGatewayV2::Api',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a sorted list of the left + some new entries (Launch Template, EMR, SageMaker, Guardduty entires)

@@ -44,7 +44,7 @@
'role': 'arn:aws:iam::xxxx:role/cloudcustodian-mailer',
'ldap_uid_tags': ['CreatorName', 'Owner'],
'templates_folders': [os.path.abspath(os.path.dirname(__file__)),
os.path.abspath('/')],
os.path.abspath('/'), ''],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the posixpath.join and os.path.join behavior differential causes us to do a look up on files like C:\\C:/foo/bar/example.jinja. We pass a empty path here to ensure that we are able to do an abs path join

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch - think it's worth a separate follow-up issue to switch to pathlib paths?

Copy link
Collaborator

@kapilt kapilt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, lgtm

Copy link
Member

@ajkerrigan ajkerrigan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for wrestling through this one 👍

@@ -44,7 +44,7 @@
'role': 'arn:aws:iam::xxxx:role/cloudcustodian-mailer',
'ldap_uid_tags': ['CreatorName', 'Owner'],
'templates_folders': [os.path.abspath(os.path.dirname(__file__)),
os.path.abspath('/')],
os.path.abspath('/'), ''],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch - think it's worth a separate follow-up issue to switch to pathlib paths?

@kapilt kapilt merged commit e4e4fa6 into cloud-custodian:master May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants