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

Bump ruff from 0.6.7 to 0.6.8 in /cdk in the regular-updates group #184

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the regular-updates group in /cdk with 1 update: ruff.

Updates ruff from 0.6.7 to 0.6.8

Release notes

Sourced from ruff's releases.

0.6.8

Release Notes

Preview features

  • Remove unnecessary parentheses around match case clauses (#13510)
  • Parenthesize overlong if guards in match..case clauses (#13513)
  • Detect basic wildcard imports in ruff analyze graph (#13486)
  • [pylint] Implement boolean-chained-comparison (R1716) (#13435)

Rule changes

  • [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs (#13503)
  • [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) (#13504)

Bug fixes

  • Detect tuples bound to variadic positional arguments i.e. *args (#13512)
  • Exit gracefully on broken pipe errors (#13485)
  • Avoid panic when analyze graph hits broken pipe (#13484)

Performance

  • Reuse BTreeSets in module resolver (#13440)
  • Skip traversal for non-compound statements (#13441)

Contributors

Install ruff 0.6.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.8

Preview features

  • Remove unnecessary parentheses around match case clauses (#13510)
  • Parenthesize overlong if guards in match..case clauses (#13513)
  • Detect basic wildcard imports in ruff analyze graph (#13486)
  • [pylint] Implement boolean-chained-comparison (R1716) (#13435)

Rule changes

  • [lake8-simplify] Detect SIM910 when using variadic keyword arguments, i.e., **kwargs (#13503)
  • [pyupgrade] Avoid false negatives with non-reference shadowed bindings of loop variables (UP028) (#13504)

Bug fixes

  • Detect tuples bound to variadic positional arguments i.e. *args (#13512)
  • Exit gracefully on broken pipe errors (#13485)
  • Avoid panic when analyze graph hits broken pipe (#13484)

Performance

  • Reuse BTreeSets in module resolver (#13440)
  • Skip traversal for non-compound statements (#13441)
Commits
  • ae39ce5 Bump version to 0.6.8 (#13522)
  • ff2d214 Don't skip over imports and other nodes containing nested statements in impor...
  • 9442cd8 Parenthesize match..case if guards (#13513)
  • 8012707 Align formatting of patterns in match-cases with expression formatting in cla...
  • d7ffe46 Disable the typeset plugin (#13517)
  • 7c83af4 red-knot: Implement the not operator for all Type variants (#13432)
  • bbb044e Detect tuples bound to variadic positional arguments i.e. *args (#13512)
  • 4810652 Avoid UP028 false negatives with non-reference shadowed bindings of loop vari...
  • 11f06e0 Detect SIM910 when using variadic keyword arguments, i.e., **kwargs (#13503)
  • f27a8b8 [internal] ComparableExpr (f)strings and bytes made invariant under concate...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the regular-updates group in /cdk with 1 update: [ruff](https://github.com/astral-sh/ruff).


Updates `ruff` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.7...0.6.8)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2024
Copy link

github-actions bot commented Oct 1, 2024

Infrastructure Changes

Development CDK Diff
[Warning at /dev/LocalOfficeSearchApiDeployment/EksClusterIntegration/Resource/KubectlSubnet0] No routeTableId was provided to the subnet 'subnet-dc917784'. Attempting to read its .routeTable.routeTableId will return null/undefined. (More info: https://github.com/aws/aws-cdk/pull/3171) [ack: @aws-cdk/aws-ec2:noSubnetRouteTableId]
[Warning at /dev/LocalOfficeSearchApiDeployment/EksClusterIntegration/Resource/KubectlSubnet1] No routeTableId was provided to the subnet 'subnet-63d07107'. Attempting to read its .routeTable.routeTableId will return null/undefined. (More info: https://github.com/aws/aws-cdk/pull/3171) [ack: @aws-cdk/aws-ec2:noSubnetRouteTableId]
[Warning at /dev/LocalOfficeSearchApiDeployment/EksClusterIntegration/Resource/KubectlSubnet2] No routeTableId was provided to the subnet 'subnet-a31ed6d5'. Attempting to read its .routeTable.routeTableId will return null/undefined. (More info: https://github.com/aws/aws-cdk/pull/3171) [ack: @aws-cdk/aws-ec2:noSubnetRouteTableId]
Stack dev/LocalOfficeSearchApiDb (dev-LocalOfficeSearchApiDb)
IAM Statement Changes
┌───┬─────────────────────────────────────────────────────────────────────┬────────┬────────────────┬──────────────────────────────────────┬───────────┐
│   │ Resource                                                            │ Effect │ Action         │ Principal                            │ Condition │
├───┼─────────────────────────────────────────────────────────────────────┼────────┼────────────────┼──────────────────────────────────────┼───────────┤
│ + │ ${LocalOfficeSearchApiDb/LocalOfficeSearchApiDb/MonitoringRole.Arn} │ Allow  │ sts:AssumeRole │ Service:monitoring.rds.amazonaws.com │           │
└───┴─────────────────────────────────────────────────────────────────────┴────────┴────────────────┴──────────────────────────────────────┴───────────┘
IAM Policy Changes
┌───┬─────────────────────────────────────────────────────────────────┬────────────────────────────────────────────────────────────────────────────────────┐
│   │ Resource                                                        │ Managed Policy ARN                                                                 │
├───┼─────────────────────────────────────────────────────────────────┼────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDb/LocalOfficeSearchApiDb/MonitoringRole} │ arn:${AWS::Partition}:iam::aws:policy/service-role/AmazonRDSEnhancedMonitoringRole │
└───┴─────────────────────────────────────────────────────────────────┴────────────────────────────────────────────────────────────────────────────────────┘
Security Group Changes
┌───┬───────────────────────────────────────────────────┬─────┬────────────────────────────────────────────────────────────────────┬─────────────────┐
│   │ Group                                             │ Dir │ Protocol                                                           │ Peer            │
├───┼───────────────────────────────────────────────────┼─────┼────────────────────────────────────────────────────────────────────┼─────────────────┤
│ + │ ${LocalOfficeSearchApiDb/DbSecurityGroup.GroupId} │ In  │ TCP ${LocalOfficeSearchApiDb/LocalOfficeSearchApiDb.Endpoint.Port} │ 10.145.0.0/20   │
│ + │ ${LocalOfficeSearchApiDb/DbSecurityGroup.GroupId} │ In  │ TCP ${LocalOfficeSearchApiDb/LocalOfficeSearchApiDb.Endpoint.Port} │ 10.145.16.0/20  │
│ + │ ${LocalOfficeSearchApiDb/DbSecurityGroup.GroupId} │ In  │ TCP ${LocalOfficeSearchApiDb/LocalOfficeSearchApiDb.Endpoint.Port} │ 10.145.32.0/20  │
│ + │ ${LocalOfficeSearchApiDb/DbSecurityGroup.GroupId} │ Out │ Everything                                                         │ Everyone (IPv4) │
└───┴───────────────────────────────────────────────────┴─────┴────────────────────────────────────────────────────────────────────┴─────────────────┘
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)

Parameters
[+] Parameter LocalOfficeSearchApiDb/BootstrapVersion BootstrapVersion: {"Type":"AWS::SSM::Parameter::Value<String>","Default":"/cdk-bootstrap/hnb659fds/version","Description":"Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"}

Resources
[+] AWS::EC2::SecurityGroup LocalOfficeSearchApiDb/DbSecurityGroup DbSecurityGroupE9D701AD 
[+] AWS::EC2::SecurityGroupIngress LocalOfficeSearchApiDb/DbSecurityGroup/from 10.145.0.0_20:{IndirectPort} DbSecurityGroupfrom101450020IndirectPortBD9B9C5E 
[+] AWS::EC2::SecurityGroupIngress LocalOfficeSearchApiDb/DbSecurityGroup/from 10.145.16.0_20:{IndirectPort} DbSecurityGroupfrom1014516020IndirectPortC8DCA2B9 
[+] AWS::EC2::SecurityGroupIngress LocalOfficeSearchApiDb/DbSecurityGroup/from 10.145.32.0_20:{IndirectPort} DbSecurityGroupfrom1014532020IndirectPortFC000018 
[+] AWS::RDS::DBSubnetGroup LocalOfficeSearchApiDb/LocalOfficeSearchApiDb/Subnets LocalOfficeSearchApiDbSubnets72D343B5 
[+] AWS::SecretsManager::Secret LocalOfficeSearchApiDb/LocalOfficeSearchApiDb/Secret devLocalOfficeSearchApiDbSecretE796A2623fdaad7efa858a3daf9490cf0a702aeb 
[+] AWS::SecretsManager::SecretTargetAttachment LocalOfficeSearchApiDb/LocalOfficeSearchApiDb/Secret/Attachment LocalOfficeSearchApiDbSecretAttachment644004C1 
[+] AWS::RDS::DBCluster LocalOfficeSearchApiDb/LocalOfficeSearchApiDb LocalOfficeSearchApiDbF15165DD 
[+] AWS::IAM::Role LocalOfficeSearchApiDb/LocalOfficeSearchApiDb/MonitoringRole LocalOfficeSearchApiDbMonitoringRole36CEFBB9 
[+] AWS::RDS::DBInstance LocalOfficeSearchApiDb/LocalOfficeSearchApiDb/LocalOfficeSearchApiDbWriter LocalOfficeSearchApiDbLocalOfficeSearchApiDbWriter3C77D815 

Outputs
[+] Output LocalOfficeSearchApiDb/Exports/Output{"Fn::GetAtt":["LocalOfficeSearchApiDbF15165DD","Endpoint.Address"]} ExportsOutputFnGetAttLocalOfficeSearchApiDbF15165DDEndpointAddress3750ECEB: {"Value":{"Fn::GetAtt":["LocalOfficeSearchApiDbF15165DD","Endpoint.Address"]},"Export":{"Name":"dev-LocalOfficeSearchApiDb:ExportsOutputFnGetAttLocalOfficeSearchApiDbF15165DDEndpointAddress3750ECEB"}}
[+] Output LocalOfficeSearchApiDb/Exports/Output{"Fn::GetAtt":["LocalOfficeSearchApiDbF15165DD","Endpoint.Port"]} ExportsOutputFnGetAttLocalOfficeSearchApiDbF15165DDEndpointPort8CACD813: {"Value":{"Fn::GetAtt":["LocalOfficeSearchApiDbF15165DD","Endpoint.Port"]},"Export":{"Name":"dev-LocalOfficeSearchApiDb:ExportsOutputFnGetAttLocalOfficeSearchApiDbF15165DDEndpointPort8CACD813"}}

Stack dev/LocalOfficeSearchApiDeployment (dev-LocalOfficeSearchApiDeployment)
IAM Statement Changes
┌───┬─────────────────────────────────────────────────────────────────────────────────────────┬────────┬───────────────────────────────┬──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│   │ Resource                                                                                │ Effect │ Action                        │ Principal                                                                                                                                                                                                                    │ Condition                                                                                                           │
├───┼─────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/AWS679f53fac002430cb0da5b7982bd2287/ServiceRole.Arn}   │ Allow  │ sts:AssumeRole                │ Service:lambda.amazonaws.com                                                                                                                                                                                                 │                                                                                                                     │
├───┼─────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/AWSCDKCfnUtilsProviderCustomResourceProvider/Role.Arn} │ Allow  │ sts:AssumeRole                │ Service:lambda.amazonaws.com                                                                                                                                                                                                 │                                                                                                                     │
├───┼─────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/EksClusterIntegration/KubernetesAuthRole.Arn}          │ Allow  │ sts:AssumeRole                │ AWS:arn:aws:iam::979633842206:root                                                                                                                                                                                           │                                                                                                                     │
├───┼─────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/LocalOfficeSearchApiServiceAccount/Role.Arn}           │ Allow  │ sts:AssumeRoleWithWebIdentity │ Federated:arn:aws:iam::979633842206:oidc-provider/{"Fn::Select":[1,"{\"Fn::Split\":[\"https://\",\"${LocalOfficeSearchApiDeployment/EksClusterIntegration/OidcConfigNameLookup/Resource.cluster.identity.oidc.issuer}\"]}"]} │ "StringEquals": "${LocalOfficeSearchApiDeployment/LocalOfficeSearchApiServiceAccount/ConditionJson/Resource.Value}" │
├───┼─────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ *                                                                                       │ Allow  │ eks:DescribeCluster           │ AWS:${LocalOfficeSearchApiDeployment/AWS679f53fac002430cb0da5b7982bd2287/ServiceRole}                                                                                                                                        │                                                                                                                     │
├───┼─────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ arn:aws:s3:::sandbox-advicelocationpipe-pipelinebucket263ac468-19wuk9oanxght            │ Allow  │ s3:GetBucket*                 │ AWS:${LocalOfficeSearchApiDeployment/LocalOfficeSearchApiServiceAccount/Role}                                                                                                                                                │                                                                                                                     │
│   │ arn:aws:s3:::sandbox-advicelocationpipe-pipelinebucket263ac468-19wuk9oanxght/*          │        │ s3:GetObject*                 │                                                                                                                                                                                                                              │                                                                                                                     │
│   │ arn:aws:s3:::uat-geo-data-postcodes-raw-eu-west-1                                       │        │ s3:List*                      │                                                                                                                                                                                                                              │                                                                                                                     │
│   │ arn:aws:s3:::uat-geo-data-postcodes-raw-eu-west-1/*                                     │        │                               │                                                                                                                                                                                                                              │                                                                                                                     │
└───┴─────────────────────────────────────────────────────────────────────────────────────────┴────────┴───────────────────────────────┴──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
IAM Policy Changes
┌───┬─────────────────────────────────────────────────────────────────────────────────────┬──────────────────────────────────────────────────────────────────────────────────────────────┐
│   │ Resource                                                                            │ Managed Policy ARN                                                                           │
├───┼─────────────────────────────────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/AWS679f53fac002430cb0da5b7982bd2287/ServiceRole}   │ arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole               │
├───┼─────────────────────────────────────────────────────────────────────────────────────┼──────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/AWSCDKCfnUtilsProviderCustomResourceProvider/Role} │ {"Fn::Sub":"arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"} │
└───┴─────────────────────────────────────────────────────────────────────────────────────┴──────────────────────────────────────────────────────────────────────────────────────────────┘
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)

Parameters
[+] Parameter LocalOfficeSearchApiDeployment/BootstrapVersion BootstrapVersion: {"Type":"AWS::SSM::Parameter::Value<String>","Default":"/cdk-bootstrap/hnb659fds/version","Description":"Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"}

Resources
[+] AWS::IAM::Role LocalOfficeSearchApiDeployment/EksClusterIntegration/KubernetesAuthRole EksClusterIntegrationKubernetesAuthRoleC2EE3A5E 
[+] Custom::AWS LocalOfficeSearchApiDeployment/EksClusterIntegration/OidcConfigNameLookup/Resource EksClusterIntegrationOidcConfigNameLookup1A4159C9 
[+] AWS::IAM::Policy LocalOfficeSearchApiDeployment/EksClusterIntegration/OidcConfigNameLookup/CustomResourcePolicy EksClusterIntegrationOidcConfigNameLookupCustomResourcePolicyA6FF0590 
[+] AWS::Lambda::LayerVersion LocalOfficeSearchApiDeployment/EksClusterIntegration/KubectlLayer EksClusterIntegrationKubectlLayer86801FB2 
[+] Custom::AWSCDK-EKS-KubernetesResource LocalOfficeSearchApiDeployment/EksClusterIntegration/Resource/ExternalSecrets/Resource EksClusterIntegrationExternalSecretsCE267536 
[+] Custom::AWSCDK-EKS-KubernetesResource LocalOfficeSearchApiDeployment/EksClusterIntegration/Resource/LocalOfficeSearchApiChart/Resource EksClusterIntegrationLocalOfficeSearchApiChart66FA136D 
[+] AWS::IAM::Role LocalOfficeSearchApiDeployment/AWS679f53fac002430cb0da5b7982bd2287/ServiceRole AWS679f53fac002430cb0da5b7982bd2287ServiceRoleC1EA0FF2 
[+] AWS::Lambda::Function LocalOfficeSearchApiDeployment/AWS679f53fac002430cb0da5b7982bd2287 AWS679f53fac002430cb0da5b7982bd22872D164C4C 
[+] AWS::SecretsManager::Secret LocalOfficeSearchApiDeployment/AppSecrets AppSecretsA1997F2A 
[+] Custom::AWSCDKCfnJson LocalOfficeSearchApiDeployment/LocalOfficeSearchApiServiceAccount/ConditionJson/Resource LocalOfficeSearchApiServiceAccountConditionJsonD97ACBF3 
[+] AWS::IAM::Role LocalOfficeSearchApiDeployment/LocalOfficeSearchApiServiceAccount/Role LocalOfficeSearchApiServiceAccountRole3214A956 
[+] AWS::IAM::Policy LocalOfficeSearchApiDeployment/LocalOfficeSearchApiServiceAccount/Role/DefaultPolicy LocalOfficeSearchApiServiceAccountRoleDefaultPolicy65D2005F 
[+] Custom::AWSCDK-EKS-KubernetesResource LocalOfficeSearchApiDeployment/LocalOfficeSearchApiServiceAccount/manifest-LocalOfficeSearchApiServiceAccountServiceAccountResource/Resource LocalOfficeSearchApiServiceAccountmanifestLocalOfficeSearchApiServiceAccountServiceAccountResourceF87EE95F 
[+] AWS::IAM::Role LocalOfficeSearchApiDeployment/AWSCDKCfnUtilsProviderCustomResourceProvider/Role AWSCDKCfnUtilsProviderCustomResourceProviderRoleFE0EE867 
[+] AWS::Lambda::Function LocalOfficeSearchApiDeployment/AWSCDKCfnUtilsProviderCustomResourceProvider/Handler AWSCDKCfnUtilsProviderCustomResourceProviderHandlerCF82AA57 
[+] AWS::CloudFormation::Stack LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider.NestedStack/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider.NestedStackResource devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003KubectlProviderNestedStackdevLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003KubectlProviderNestedStackResource6A888BCA 

Outputs
[+] Output LocalOfficeSearchApiDeployment/EksClusterIntegration/EksClusterSecurityGroupId EksClusterIntegrationEksClusterSecurityGroupIdEE9BA0EE: {"Value":{"Fn::GetAtt":["EksClusterIntegrationOidcConfigNameLookup1A4159C9","cluster.resourcesVpcConfig.clusterSecurityGroupId"]}}
[+] Output LocalOfficeSearchApiDeployment/EksClusterIntegration/EksClusterOidcProviderArn EksClusterIntegrationEksClusterOidcProviderArn29A640B1: {"Value":{"Fn::Join":["",["arn:aws:iam::979633842206:oidc-provider/",{"Fn::Select":[1,{"Fn::Split":["https://",{"Fn::GetAtt":["EksClusterIntegrationOidcConfigNameLookup1A4159C9","cluster.identity.oidc.issuer"]}]}]}]]}}
[+] Output LocalOfficeSearchApiDeployment/EksClusterIntegration/K8sAuthRoleName EksClusterIntegrationK8sAuthRoleName4569DED5: {"Description":"Role name","Value":{"Ref":"EksClusterIntegrationKubernetesAuthRoleC2EE3A5E"}}
[+] Output LocalOfficeSearchApiDeployment/EksClusterIntegration/K8sAuthRoleArn EksClusterIntegrationK8sAuthRoleArn4DAB47B6: {"Description":"Role ARN","Value":{"Fn::GetAtt":["EksClusterIntegrationKubernetesAuthRoleC2EE3A5E","Arn"]}}

Stack devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003KubectlProviderNestedStackdevLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003KubectlProviderNestedStackResource6A888BCA
IAM Statement Changes
┌───┬───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────┬───────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────┐
│   │ Resource                                                                                                                                                                                                          │ Effect │ Action                │ Principal                                                                                                                                                   │ Condition │
├───┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────┤
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler.Arn}                                                                                      │ Allow  │ lambda:InvokeFunction │ AWS:${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Provider/framework-onEvent/ServiceRole} │           │
│   │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler.Arn}:*                                                                                    │        │                       │                                                                                                                                                             │           │
├───┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────┤
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole.Arn}                                                                          │ Allow  │ sts:AssumeRole        │ Service:lambda.amazonaws.com                                                                                                                                │           │
├───┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────┤
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Provider/framework-onEvent/ServiceRole.Arn}                                                       │ Allow  │ sts:AssumeRole        │ Service:lambda.amazonaws.com                                                                                                                                │           │
├───┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────┤
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/reference-to-devLocalOfficeSearchApiDeploymentEksClusterIntegrationKubernetesAuthRoleE7D49F5DArn} │ Allow  │ sts:AssumeRole        │ AWS:${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole}                    │           │
├───┼───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────┼───────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────┤
│ + │ arn:aws:eks:eu-west-1:979633842206:cluster/dev-eks-platform                                                                                                                                                       │ Allow  │ eks:DescribeCluster   │ AWS:${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole}                    │           │
└───┴───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────┴───────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────┘
IAM Policy Changes
┌───┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│   │ Resource                                                                                                                                                │ Managed Policy ARN                                                                                                              │
├───┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole}                    │ arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole                                                  │
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole}                    │ arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaVPCAccessExecutionRole                                              │
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole}                    │ arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly                                                        │
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole}                    │ {"Fn::If":["HandlerHasEcrPublic195AF58A","arn:${AWS::Partition}:iam::aws:policy/AmazonElasticContainerRegistryPublicReadOnly"]} │
├───┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Provider/framework-onEvent/ServiceRole} │ arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole                                                  │
│ + │ ${LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Provider/framework-onEvent/ServiceRole} │ arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaVPCAccessExecutionRole                                              │
└───┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
(NOTE: There may be security-related changes not in this list. See https://github.com/aws/aws-cdk/issues/1299)

Parameters
[+] Parameter LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/reference-to-devLocalOfficeSearchApiDeploymentEksClusterIntegrationKubernetesAuthRoleE7D49F5DArn referencetodevLocalOfficeSearchApiDeploymentEksClusterIntegrationKubernetesAuthRoleE7D49F5DArn: {"Type":"String"}
[+] Parameter LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/reference-to-devLocalOfficeSearchApiDeploymentEksClusterIntegrationKubectlLayerFEEB5A0BRef referencetodevLocalOfficeSearchApiDeploymentEksClusterIntegrationKubectlLayerFEEB5A0BRef: {"Type":"String"}
[+] Parameter LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/reference-to-devLocalOfficeSearchApiDeploymentEksClusterIntegrationOidcConfigNameLookup8C11AD44cluster.resourcesVpcConfig.clusterSecurityGroupId referencetodevLocalOfficeSearchApiDeploymentEksClusterIntegrationOidcConfigNameLookup8C11AD44clusterresourcesVpcConfigclusterSecurityGroupId: {"Type":"String"}

Conditions
[+] Condition LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/HasEcrPublic HandlerHasEcrPublic195AF58A: {"Fn::Equals":[{"Ref":"AWS::Partition"},"aws"]}

Resources
[+] AWS::IAM::Role LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole HandlerServiceRoleFCDC14AE 
[+] AWS::IAM::Policy LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler/ServiceRole/DefaultPolicy HandlerServiceRoleDefaultPolicyCBD0CC91 
[+] AWS::Lambda::Function LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Handler Handler886CB40B 
[+] AWS::Lambda::LayerVersion LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/AwsCliLayer AwsCliLayerF44AAF94 
[+] AWS::IAM::Role LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Provider/framework-onEvent/ServiceRole ProviderframeworkonEventServiceRole9FF04296 
[+] AWS::IAM::Policy LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Provider/framework-onEvent/ServiceRole/DefaultPolicy ProviderframeworkonEventServiceRoleDefaultPolicy48CD2133 
[+] AWS::Lambda::Function LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/Provider/framework-onEvent ProviderframeworkonEvent83C1D0A7 

Outputs
[+] Output LocalOfficeSearchApiDeployment/devLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003-KubectlProvider/devLocalOfficeSearchApiDeploymentdevLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003KubectlProviderframeworkonEventE79D00C1Arn devLocalOfficeSearchApiDeploymentdevLocalOfficeSearchApiDeploymentEksClusterIntegrationFB781003KubectlProviderframeworkonEventE79D00C1Arn: {"Value":{"Fn::GetAtt":["ProviderframeworkonEvent83C1D0A7","Arn"]}}


✨  Number of stacks with differences: 3

Copy link
Collaborator

@cnorthwood cnorthwood left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot dependabot bot merged commit 697fbb0 into develop Oct 1, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/cdk/regular-updates-92203fb873 branch October 1, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant