cloudsnorkel.cdk-github-runners 0.12.5__tar.gz → 0.13.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {cloudsnorkel.cdk-github-runners-0.12.5/src/cloudsnorkel.cdk_github_runners.egg-info → cloudsnorkel.cdk-github-runners-0.13.0}/PKG-INFO +1 -1
  2. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/setup.py +4 -4
  3. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/src/cloudsnorkel/cdk_github_runners/__init__.py +52 -0
  4. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/src/cloudsnorkel/cdk_github_runners/_jsii/__init__.py +2 -2
  5. cloudsnorkel.cdk-github-runners-0.13.0/src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.13.0.jsii.tgz +0 -0
  6. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0/src/cloudsnorkel.cdk_github_runners.egg-info}/PKG-INFO +1 -1
  7. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/src/cloudsnorkel.cdk_github_runners.egg-info/SOURCES.txt +1 -1
  8. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/src/cloudsnorkel.cdk_github_runners.egg-info/requires.txt +2 -2
  9. cloudsnorkel.cdk-github-runners-0.12.5/src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.12.5.jsii.tgz +0 -0
  10. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/LICENSE +0 -0
  11. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/MANIFEST.in +0 -0
  12. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/README.md +0 -0
  13. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/pyproject.toml +0 -0
  14. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/setup.cfg +0 -0
  15. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/src/cloudsnorkel/cdk_github_runners/py.typed +0 -0
  16. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/src/cloudsnorkel.cdk_github_runners.egg-info/dependency_links.txt +0 -0
  17. {cloudsnorkel.cdk-github-runners-0.12.5 → cloudsnorkel.cdk-github-runners-0.13.0}/src/cloudsnorkel.cdk_github_runners.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cloudsnorkel.cdk-github-runners
3
- Version: 0.12.5
3
+ Version: 0.13.0
4
4
  Summary: CDK construct to create GitHub Actions self-hosted runners. A webhook listens to events and creates ephemeral runners on the fly.
5
5
  Home-page: https://github.com/CloudSnorkel/cdk-github-runners.git
6
6
  Author: Amir Szekely<amir@cloudsnorkel.com>
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cloudsnorkel.cdk-github-runners",
8
- "version": "0.12.5",
8
+ "version": "0.13.0",
9
9
  "description": "CDK construct to create GitHub Actions self-hosted runners. A webhook listens to events and creates ephemeral runners on the fly.",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/CloudSnorkel/cdk-github-runners.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "cloudsnorkel.cdk_github_runners._jsii": [
29
- "cdk-github-runners@0.12.5.jsii.tgz"
29
+ "cdk-github-runners@0.13.0.jsii.tgz"
30
30
  ],
31
31
  "cloudsnorkel.cdk_github_runners": [
32
32
  "py.typed"
@@ -34,9 +34,9 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.8",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.110.0, <3.0.0",
37
+ "aws-cdk-lib>=2.123.0, <3.0.0",
38
38
  "constructs>=10.0.5, <11.0.0",
39
- "jsii>=1.96.0, <2.0.0",
39
+ "jsii>=1.97.0, <2.0.0",
40
40
  "publication>=0.0.3",
41
41
  "typeguard~=2.13.3"
42
42
  ],
@@ -3469,6 +3469,7 @@ class LambdaRunnerProvider(
3469
3469
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
3470
3470
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
3471
3471
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
3472
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
3472
3473
  ) -> "IConfigurableRunnerImageBuilder":
3473
3474
  '''(experimental) Create new image builder that builds Lambda specific runner images.
3474
3475
 
@@ -3507,6 +3508,7 @@ class LambdaRunnerProvider(
3507
3508
  :param security_groups: (experimental) Security Groups to assign to this instance.
3508
3509
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
3509
3510
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
3511
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
3510
3512
 
3511
3513
  :stability: experimental
3512
3514
  '''
@@ -3530,6 +3532,7 @@ class LambdaRunnerProvider(
3530
3532
  security_groups=security_groups,
3531
3533
  subnet_selection=subnet_selection,
3532
3534
  vpc=vpc,
3535
+ wait_on_deploy=wait_on_deploy,
3533
3536
  )
3534
3537
 
3535
3538
  return typing.cast("IConfigurableRunnerImageBuilder", jsii.sinvoke(cls, "imageBuilder", [scope, id, props]))
@@ -4536,6 +4539,7 @@ class RunnerImageAsset:
4536
4539
  "security_groups": "securityGroups",
4537
4540
  "subnet_selection": "subnetSelection",
4538
4541
  "vpc": "vpc",
4542
+ "wait_on_deploy": "waitOnDeploy",
4539
4543
  },
4540
4544
  )
4541
4545
  class RunnerImageBuilderProps:
@@ -4557,6 +4561,7 @@ class RunnerImageBuilderProps:
4557
4561
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
4558
4562
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
4559
4563
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
4564
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
4560
4565
  ) -> None:
4561
4566
  '''
4562
4567
  :param architecture: (experimental) Image architecture. Default: Architecture.X86_64
@@ -4574,6 +4579,7 @@ class RunnerImageBuilderProps:
4574
4579
  :param security_groups: (experimental) Security Groups to assign to this instance.
4575
4580
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
4576
4581
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
4582
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
4577
4583
 
4578
4584
  :stability: experimental
4579
4585
  '''
@@ -4600,6 +4606,7 @@ class RunnerImageBuilderProps:
4600
4606
  check_type(argname="argument security_groups", value=security_groups, expected_type=type_hints["security_groups"])
4601
4607
  check_type(argname="argument subnet_selection", value=subnet_selection, expected_type=type_hints["subnet_selection"])
4602
4608
  check_type(argname="argument vpc", value=vpc, expected_type=type_hints["vpc"])
4609
+ check_type(argname="argument wait_on_deploy", value=wait_on_deploy, expected_type=type_hints["wait_on_deploy"])
4603
4610
  self._values: typing.Dict[builtins.str, typing.Any] = {}
4604
4611
  if architecture is not None:
4605
4612
  self._values["architecture"] = architecture
@@ -4631,6 +4638,8 @@ class RunnerImageBuilderProps:
4631
4638
  self._values["subnet_selection"] = subnet_selection
4632
4639
  if vpc is not None:
4633
4640
  self._values["vpc"] = vpc
4641
+ if wait_on_deploy is not None:
4642
+ self._values["wait_on_deploy"] = wait_on_deploy
4634
4643
 
4635
4644
  @builtins.property
4636
4645
  def architecture(self) -> typing.Optional[Architecture]:
@@ -4816,6 +4825,23 @@ class RunnerImageBuilderProps:
4816
4825
  result = self._values.get("vpc")
4817
4826
  return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc], result)
4818
4827
 
4828
+ @builtins.property
4829
+ def wait_on_deploy(self) -> typing.Optional[builtins.bool]:
4830
+ '''(experimental) Wait for image to finish building during deployment.
4831
+
4832
+ It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build.
4833
+
4834
+ Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used.
4835
+
4836
+ Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect.
4837
+
4838
+ :default: true
4839
+
4840
+ :stability: experimental
4841
+ '''
4842
+ result = self._values.get("wait_on_deploy")
4843
+ return typing.cast(typing.Optional[builtins.bool], result)
4844
+
4819
4845
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
4820
4846
  return isinstance(rhs, self.__class__) and rhs._values == self._values
4821
4847
 
@@ -6434,6 +6460,7 @@ class CodeBuildRunnerProvider(
6434
6460
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
6435
6461
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
6436
6462
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
6463
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
6437
6464
  ) -> "IConfigurableRunnerImageBuilder":
6438
6465
  '''(experimental) Create new image builder that builds CodeBuild specific runner images.
6439
6466
 
@@ -6470,6 +6497,7 @@ class CodeBuildRunnerProvider(
6470
6497
  :param security_groups: (experimental) Security Groups to assign to this instance.
6471
6498
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
6472
6499
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
6500
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
6473
6501
 
6474
6502
  :stability: experimental
6475
6503
  '''
@@ -6493,6 +6521,7 @@ class CodeBuildRunnerProvider(
6493
6521
  security_groups=security_groups,
6494
6522
  subnet_selection=subnet_selection,
6495
6523
  vpc=vpc,
6524
+ wait_on_deploy=wait_on_deploy,
6496
6525
  )
6497
6526
 
6498
6527
  return typing.cast("IConfigurableRunnerImageBuilder", jsii.sinvoke(cls, "imageBuilder", [scope, id, props]))
@@ -7378,6 +7407,7 @@ class Ec2RunnerProvider(
7378
7407
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
7379
7408
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
7380
7409
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
7410
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
7381
7411
  ) -> "IConfigurableRunnerImageBuilder":
7382
7412
  '''(experimental) Create new image builder that builds EC2 specific runner images.
7383
7413
 
@@ -7414,6 +7444,7 @@ class Ec2RunnerProvider(
7414
7444
  :param security_groups: (experimental) Security Groups to assign to this instance.
7415
7445
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
7416
7446
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
7447
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
7417
7448
 
7418
7449
  :stability: experimental
7419
7450
  '''
@@ -7437,6 +7468,7 @@ class Ec2RunnerProvider(
7437
7468
  security_groups=security_groups,
7438
7469
  subnet_selection=subnet_selection,
7439
7470
  vpc=vpc,
7471
+ wait_on_deploy=wait_on_deploy,
7440
7472
  )
7441
7473
 
7442
7474
  return typing.cast("IConfigurableRunnerImageBuilder", jsii.sinvoke(cls, "imageBuilder", [scope, id, props]))
@@ -8002,6 +8034,7 @@ class EcsRunnerProvider(
8002
8034
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
8003
8035
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
8004
8036
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
8037
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
8005
8038
  ) -> "IConfigurableRunnerImageBuilder":
8006
8039
  '''(experimental) Create new image builder that builds ECS specific runner images.
8007
8040
 
@@ -8038,6 +8071,7 @@ class EcsRunnerProvider(
8038
8071
  :param security_groups: (experimental) Security Groups to assign to this instance.
8039
8072
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
8040
8073
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
8074
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
8041
8075
 
8042
8076
  :stability: experimental
8043
8077
  '''
@@ -8061,6 +8095,7 @@ class EcsRunnerProvider(
8061
8095
  security_groups=security_groups,
8062
8096
  subnet_selection=subnet_selection,
8063
8097
  vpc=vpc,
8098
+ wait_on_deploy=wait_on_deploy,
8064
8099
  )
8065
8100
 
8066
8101
  return typing.cast("IConfigurableRunnerImageBuilder", jsii.sinvoke(cls, "imageBuilder", [scope, id, props]))
@@ -8716,6 +8751,7 @@ class FargateRunnerProvider(
8716
8751
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
8717
8752
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
8718
8753
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
8754
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
8719
8755
  ) -> "IConfigurableRunnerImageBuilder":
8720
8756
  '''(experimental) Create new image builder that builds Fargate specific runner images.
8721
8757
 
@@ -8751,6 +8787,7 @@ class FargateRunnerProvider(
8751
8787
  :param security_groups: (experimental) Security Groups to assign to this instance.
8752
8788
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
8753
8789
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
8790
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
8754
8791
 
8755
8792
  :stability: experimental
8756
8793
  '''
@@ -8774,6 +8811,7 @@ class FargateRunnerProvider(
8774
8811
  security_groups=security_groups,
8775
8812
  subnet_selection=subnet_selection,
8776
8813
  vpc=vpc,
8814
+ wait_on_deploy=wait_on_deploy,
8777
8815
  )
8778
8816
 
8779
8817
  return typing.cast("IConfigurableRunnerImageBuilder", jsii.sinvoke(cls, "imageBuilder", [scope, id, props]))
@@ -9842,6 +9880,7 @@ class RunnerImageBuilder(
9842
9880
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
9843
9881
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
9844
9882
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
9883
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
9845
9884
  ) -> None:
9846
9885
  '''
9847
9886
  :param scope: -
@@ -9861,6 +9900,7 @@ class RunnerImageBuilder(
9861
9900
  :param security_groups: (experimental) Security Groups to assign to this instance.
9862
9901
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
9863
9902
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
9903
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
9864
9904
 
9865
9905
  :stability: experimental
9866
9906
  '''
@@ -9884,6 +9924,7 @@ class RunnerImageBuilder(
9884
9924
  security_groups=security_groups,
9885
9925
  subnet_selection=subnet_selection,
9886
9926
  vpc=vpc,
9927
+ wait_on_deploy=wait_on_deploy,
9887
9928
  )
9888
9929
 
9889
9930
  jsii.create(self.__class__, self, [scope, id, props])
@@ -9910,6 +9951,7 @@ class RunnerImageBuilder(
9910
9951
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
9911
9952
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
9912
9953
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
9954
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
9913
9955
  ) -> IConfigurableRunnerImageBuilder:
9914
9956
  '''(experimental) Create a new image builder based on the provided properties.
9915
9957
 
@@ -9932,6 +9974,7 @@ class RunnerImageBuilder(
9932
9974
  :param security_groups: (experimental) Security Groups to assign to this instance.
9933
9975
  :param subnet_selection: (experimental) Where to place the network interfaces within the VPC. Default: no subnet
9934
9976
  :param vpc: (experimental) VPC to build the image in. Default: no VPC
9977
+ :param wait_on_deploy: (experimental) Wait for image to finish building during deployment. It's usually best to leave this enabled to ensure everything is ready once deployment is done. However, it can be disabled to speed up deployment in case where you have a lot of image components that can take a long time to build. Disabling this option means a finished deployment is not ready to be used. You will have to wait for the image to finish building before the system can be used. Disabling this option may also mean any changes to settings or components can take up to a week (default rebuild interval) to take effect. Default: true
9935
9978
 
9936
9979
  :stability: experimental
9937
9980
  '''
@@ -9955,6 +9998,7 @@ class RunnerImageBuilder(
9955
9998
  security_groups=security_groups,
9956
9999
  subnet_selection=subnet_selection,
9957
10000
  vpc=vpc,
10001
+ wait_on_deploy=wait_on_deploy,
9958
10002
  )
9959
10003
 
9960
10004
  return typing.cast(IConfigurableRunnerImageBuilder, jsii.sinvoke(cls, "new", [scope, id, props]))
@@ -10649,6 +10693,7 @@ def _typecheckingstub__ce2bbc7a18f99610673c6eb5e5f04fb45ba63301ff0fbe52524601461
10649
10693
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
10650
10694
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
10651
10695
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
10696
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
10652
10697
  ) -> None:
10653
10698
  """Type checking stubs"""
10654
10699
  pass
@@ -10818,6 +10863,7 @@ def _typecheckingstub__ab96b7f3871624e8430668114e7f5748ba5d253168db5b8f9a13955d0
10818
10863
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
10819
10864
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
10820
10865
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
10866
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
10821
10867
  ) -> None:
10822
10868
  """Type checking stubs"""
10823
10869
  pass
@@ -11162,6 +11208,7 @@ def _typecheckingstub__5b74a56ca854b011edea7d259b730771e5a994081db1aa0bdbea8b3e2
11162
11208
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
11163
11209
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
11164
11210
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
11211
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
11165
11212
  ) -> None:
11166
11213
  """Type checking stubs"""
11167
11214
  pass
@@ -11321,6 +11368,7 @@ def _typecheckingstub__c9910152a829b3b3a0a9e70ec31bd3ae8669b723ebb60627c6d08813b
11321
11368
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
11322
11369
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
11323
11370
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
11371
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
11324
11372
  ) -> None:
11325
11373
  """Type checking stubs"""
11326
11374
  pass
@@ -11412,6 +11460,7 @@ def _typecheckingstub__7b459d87ca6935e6c04ff03be02ed821eef81dbc792be822f356697f6
11412
11460
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
11413
11461
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
11414
11462
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
11463
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
11415
11464
  ) -> None:
11416
11465
  """Type checking stubs"""
11417
11466
  pass
@@ -11504,6 +11553,7 @@ def _typecheckingstub__9fd4f7f17e5e5c5b64ec7abfe1183d153e9472f7a1e9312e6d4b55f3f
11504
11553
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
11505
11554
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
11506
11555
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
11556
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
11507
11557
  ) -> None:
11508
11558
  """Type checking stubs"""
11509
11559
  pass
@@ -11618,6 +11668,7 @@ def _typecheckingstub__963c9a4884bb9d7400672391dfb47486f969a1b8fe5616bba9cd493e8
11618
11668
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
11619
11669
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
11620
11670
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
11671
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
11621
11672
  ) -> None:
11622
11673
  """Type checking stubs"""
11623
11674
  pass
@@ -11641,6 +11692,7 @@ def _typecheckingstub__c44d5704c54d7fdcf24ad39567c0e9f53f9837163bf8bf3b1b4e652e2
11641
11692
  security_groups: typing.Optional[typing.Sequence[_aws_cdk_aws_ec2_ceddda9d.ISecurityGroup]] = None,
11642
11693
  subnet_selection: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.SubnetSelection, typing.Dict[builtins.str, typing.Any]]] = None,
11643
11694
  vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
11695
+ wait_on_deploy: typing.Optional[builtins.bool] = None,
11644
11696
  ) -> None:
11645
11697
  """Type checking stubs"""
11646
11698
  pass
@@ -18,9 +18,9 @@ import constructs._jsii
18
18
 
19
19
  __jsii_assembly__ = jsii.JSIIAssembly.load(
20
20
  "@cloudsnorkel/cdk-github-runners",
21
- "0.12.5",
21
+ "0.13.0",
22
22
  __name__[0:-6],
23
- "cdk-github-runners@0.12.5.jsii.tgz",
23
+ "cdk-github-runners@0.13.0.jsii.tgz",
24
24
  )
25
25
 
26
26
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cloudsnorkel.cdk-github-runners
3
- Version: 0.12.5
3
+ Version: 0.13.0
4
4
  Summary: CDK construct to create GitHub Actions self-hosted runners. A webhook listens to events and creates ephemeral runners on the fly.
5
5
  Home-page: https://github.com/CloudSnorkel/cdk-github-runners.git
6
6
  Author: Amir Szekely<amir@cloudsnorkel.com>
@@ -11,4 +11,4 @@ src/cloudsnorkel.cdk_github_runners.egg-info/top_level.txt
11
11
  src/cloudsnorkel/cdk_github_runners/__init__.py
12
12
  src/cloudsnorkel/cdk_github_runners/py.typed
13
13
  src/cloudsnorkel/cdk_github_runners/_jsii/__init__.py
14
- src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.12.5.jsii.tgz
14
+ src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.13.0.jsii.tgz
@@ -1,5 +1,5 @@
1
- aws-cdk-lib<3.0.0,>=2.110.0
1
+ aws-cdk-lib<3.0.0,>=2.123.0
2
2
  constructs<11.0.0,>=10.0.5
3
- jsii<2.0.0,>=1.96.0
3
+ jsii<2.0.0,>=1.97.0
4
4
  publication>=0.0.3
5
5
  typeguard~=2.13.3