@cloudsnorkel/cdk-github-runners 0.13.2 → 0.13.3
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.
- package/.jsii +28 -28
- package/assets/delete-failed-runner.lambda/index.js +62 -703
- package/assets/idle-runner-repear.lambda/index.js +62 -703
- package/assets/image-builders/aws-image-builder/versioner.lambda/index.js +37 -653
- package/assets/setup.lambda/index.js +19 -38
- package/assets/status.lambda/index.js +62 -703
- package/assets/token-retriever.lambda/index.js +62 -703
- package/assets/webhook-handler.lambda/index.js +62 -703
- package/lib/access.js +1 -1
- package/lib/image-builders/api.js +1 -1
- package/lib/image-builders/aws-image-builder/builder.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/container.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
- package/lib/image-builders/codebuild-deprecated.js +1 -1
- package/lib/image-builders/components.js +1 -1
- package/lib/image-builders/static.js +1 -1
- package/lib/providers/codebuild.js +2 -2
- package/lib/providers/common.js +3 -3
- package/lib/providers/ec2.js +18 -15
- package/lib/providers/ecs.js +1 -1
- package/lib/providers/fargate.js +2 -2
- package/lib/providers/lambda.js +2 -2
- package/lib/runner.js +1 -1
- package/lib/secrets.js +1 -1
- package/package.json +15 -15
package/.jsii
CHANGED
|
@@ -6624,7 +6624,7 @@
|
|
|
6624
6624
|
},
|
|
6625
6625
|
"locationInModule": {
|
|
6626
6626
|
"filename": "src/providers/ec2.ts",
|
|
6627
|
-
"line":
|
|
6627
|
+
"line": 349
|
|
6628
6628
|
},
|
|
6629
6629
|
"parameters": [
|
|
6630
6630
|
{
|
|
@@ -6651,7 +6651,7 @@
|
|
|
6651
6651
|
"kind": "class",
|
|
6652
6652
|
"locationInModule": {
|
|
6653
6653
|
"filename": "src/providers/ec2.ts",
|
|
6654
|
-
"line":
|
|
6654
|
+
"line": 562
|
|
6655
6655
|
},
|
|
6656
6656
|
"name": "Ec2Runner",
|
|
6657
6657
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -6671,7 +6671,7 @@
|
|
|
6671
6671
|
},
|
|
6672
6672
|
"locationInModule": {
|
|
6673
6673
|
"filename": "src/providers/ec2.ts",
|
|
6674
|
-
"line":
|
|
6674
|
+
"line": 349
|
|
6675
6675
|
},
|
|
6676
6676
|
"parameters": [
|
|
6677
6677
|
{
|
|
@@ -6701,7 +6701,7 @@
|
|
|
6701
6701
|
"kind": "class",
|
|
6702
6702
|
"locationInModule": {
|
|
6703
6703
|
"filename": "src/providers/ec2.ts",
|
|
6704
|
-
"line":
|
|
6704
|
+
"line": 279
|
|
6705
6705
|
},
|
|
6706
6706
|
"methods": [
|
|
6707
6707
|
{
|
|
@@ -6712,7 +6712,7 @@
|
|
|
6712
6712
|
},
|
|
6713
6713
|
"locationInModule": {
|
|
6714
6714
|
"filename": "src/providers/ec2.ts",
|
|
6715
|
-
"line":
|
|
6715
|
+
"line": 298
|
|
6716
6716
|
},
|
|
6717
6717
|
"name": "imageBuilder",
|
|
6718
6718
|
"parameters": [
|
|
@@ -6751,7 +6751,7 @@
|
|
|
6751
6751
|
},
|
|
6752
6752
|
"locationInModule": {
|
|
6753
6753
|
"filename": "src/providers/ec2.ts",
|
|
6754
|
-
"line":
|
|
6754
|
+
"line": 404
|
|
6755
6755
|
},
|
|
6756
6756
|
"name": "getStepFunctionTask",
|
|
6757
6757
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6780,7 +6780,7 @@
|
|
|
6780
6780
|
},
|
|
6781
6781
|
"locationInModule": {
|
|
6782
6782
|
"filename": "src/providers/ec2.ts",
|
|
6783
|
-
"line":
|
|
6783
|
+
"line": 502
|
|
6784
6784
|
},
|
|
6785
6785
|
"name": "grantStateMachine",
|
|
6786
6786
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6849,7 +6849,7 @@
|
|
|
6849
6849
|
},
|
|
6850
6850
|
"locationInModule": {
|
|
6851
6851
|
"filename": "src/providers/ec2.ts",
|
|
6852
|
-
"line":
|
|
6852
|
+
"line": 532
|
|
6853
6853
|
},
|
|
6854
6854
|
"name": "status",
|
|
6855
6855
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6878,7 +6878,7 @@
|
|
|
6878
6878
|
"immutable": true,
|
|
6879
6879
|
"locationInModule": {
|
|
6880
6880
|
"filename": "src/providers/ec2.ts",
|
|
6881
|
-
"line":
|
|
6881
|
+
"line": 554
|
|
6882
6882
|
},
|
|
6883
6883
|
"name": "connections",
|
|
6884
6884
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6894,7 +6894,7 @@
|
|
|
6894
6894
|
"immutable": true,
|
|
6895
6895
|
"locationInModule": {
|
|
6896
6896
|
"filename": "src/providers/ec2.ts",
|
|
6897
|
-
"line":
|
|
6897
|
+
"line": 324
|
|
6898
6898
|
},
|
|
6899
6899
|
"name": "grantPrincipal",
|
|
6900
6900
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6910,7 +6910,7 @@
|
|
|
6910
6910
|
"immutable": true,
|
|
6911
6911
|
"locationInModule": {
|
|
6912
6912
|
"filename": "src/providers/ec2.ts",
|
|
6913
|
-
"line":
|
|
6913
|
+
"line": 319
|
|
6914
6914
|
},
|
|
6915
6915
|
"name": "labels",
|
|
6916
6916
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6932,7 +6932,7 @@
|
|
|
6932
6932
|
"immutable": true,
|
|
6933
6933
|
"locationInModule": {
|
|
6934
6934
|
"filename": "src/providers/ec2.ts",
|
|
6935
|
-
"line":
|
|
6935
|
+
"line": 331
|
|
6936
6936
|
},
|
|
6937
6937
|
"name": "logGroup",
|
|
6938
6938
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6948,7 +6948,7 @@
|
|
|
6948
6948
|
"immutable": true,
|
|
6949
6949
|
"locationInModule": {
|
|
6950
6950
|
"filename": "src/providers/ec2.ts",
|
|
6951
|
-
"line":
|
|
6951
|
+
"line": 333
|
|
6952
6952
|
},
|
|
6953
6953
|
"name": "retryableErrors",
|
|
6954
6954
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6978,7 +6978,7 @@
|
|
|
6978
6978
|
"kind": "interface",
|
|
6979
6979
|
"locationInModule": {
|
|
6980
6980
|
"filename": "src/providers/ec2.ts",
|
|
6981
|
-
"line":
|
|
6981
|
+
"line": 180
|
|
6982
6982
|
},
|
|
6983
6983
|
"name": "Ec2RunnerProviderProps",
|
|
6984
6984
|
"properties": [
|
|
@@ -6991,7 +6991,7 @@
|
|
|
6991
6991
|
"immutable": true,
|
|
6992
6992
|
"locationInModule": {
|
|
6993
6993
|
"filename": "src/providers/ec2.ts",
|
|
6994
|
-
"line":
|
|
6994
|
+
"line": 193
|
|
6995
6995
|
},
|
|
6996
6996
|
"name": "amiBuilder",
|
|
6997
6997
|
"optional": true,
|
|
@@ -7010,7 +7010,7 @@
|
|
|
7010
7010
|
"immutable": true,
|
|
7011
7011
|
"locationInModule": {
|
|
7012
7012
|
"filename": "src/providers/ec2.ts",
|
|
7013
|
-
"line":
|
|
7013
|
+
"line": 188
|
|
7014
7014
|
},
|
|
7015
7015
|
"name": "imageBuilder",
|
|
7016
7016
|
"optional": true,
|
|
@@ -7028,7 +7028,7 @@
|
|
|
7028
7028
|
"immutable": true,
|
|
7029
7029
|
"locationInModule": {
|
|
7030
7030
|
"filename": "src/providers/ec2.ts",
|
|
7031
|
-
"line":
|
|
7031
|
+
"line": 211
|
|
7032
7032
|
},
|
|
7033
7033
|
"name": "instanceType",
|
|
7034
7034
|
"optional": true,
|
|
@@ -7047,7 +7047,7 @@
|
|
|
7047
7047
|
"immutable": true,
|
|
7048
7048
|
"locationInModule": {
|
|
7049
7049
|
"filename": "src/providers/ec2.ts",
|
|
7050
|
-
"line":
|
|
7050
|
+
"line": 204
|
|
7051
7051
|
},
|
|
7052
7052
|
"name": "labels",
|
|
7053
7053
|
"optional": true,
|
|
@@ -7071,7 +7071,7 @@
|
|
|
7071
7071
|
"immutable": true,
|
|
7072
7072
|
"locationInModule": {
|
|
7073
7073
|
"filename": "src/providers/ec2.ts",
|
|
7074
|
-
"line":
|
|
7074
|
+
"line": 227
|
|
7075
7075
|
},
|
|
7076
7076
|
"name": "securityGroup",
|
|
7077
7077
|
"optional": true,
|
|
@@ -7089,7 +7089,7 @@
|
|
|
7089
7089
|
"immutable": true,
|
|
7090
7090
|
"locationInModule": {
|
|
7091
7091
|
"filename": "src/providers/ec2.ts",
|
|
7092
|
-
"line":
|
|
7092
|
+
"line": 234
|
|
7093
7093
|
},
|
|
7094
7094
|
"name": "securityGroups",
|
|
7095
7095
|
"optional": true,
|
|
@@ -7113,7 +7113,7 @@
|
|
|
7113
7113
|
"immutable": true,
|
|
7114
7114
|
"locationInModule": {
|
|
7115
7115
|
"filename": "src/providers/ec2.ts",
|
|
7116
|
-
"line":
|
|
7116
|
+
"line": 264
|
|
7117
7117
|
},
|
|
7118
7118
|
"name": "spot",
|
|
7119
7119
|
"optional": true,
|
|
@@ -7131,7 +7131,7 @@
|
|
|
7131
7131
|
"immutable": true,
|
|
7132
7132
|
"locationInModule": {
|
|
7133
7133
|
"filename": "src/providers/ec2.ts",
|
|
7134
|
-
"line":
|
|
7134
|
+
"line": 271
|
|
7135
7135
|
},
|
|
7136
7136
|
"name": "spotMaxPrice",
|
|
7137
7137
|
"optional": true,
|
|
@@ -7150,7 +7150,7 @@
|
|
|
7150
7150
|
"immutable": true,
|
|
7151
7151
|
"locationInModule": {
|
|
7152
7152
|
"filename": "src/providers/ec2.ts",
|
|
7153
|
-
"line":
|
|
7153
|
+
"line": 218
|
|
7154
7154
|
},
|
|
7155
7155
|
"name": "storageSize",
|
|
7156
7156
|
"optional": true,
|
|
@@ -7169,7 +7169,7 @@
|
|
|
7169
7169
|
"immutable": true,
|
|
7170
7170
|
"locationInModule": {
|
|
7171
7171
|
"filename": "src/providers/ec2.ts",
|
|
7172
|
-
"line":
|
|
7172
|
+
"line": 243
|
|
7173
7173
|
},
|
|
7174
7174
|
"name": "subnet",
|
|
7175
7175
|
"optional": true,
|
|
@@ -7188,7 +7188,7 @@
|
|
|
7188
7188
|
"immutable": true,
|
|
7189
7189
|
"locationInModule": {
|
|
7190
7190
|
"filename": "src/providers/ec2.ts",
|
|
7191
|
-
"line":
|
|
7191
|
+
"line": 257
|
|
7192
7192
|
},
|
|
7193
7193
|
"name": "subnetSelection",
|
|
7194
7194
|
"optional": true,
|
|
@@ -7206,7 +7206,7 @@
|
|
|
7206
7206
|
"immutable": true,
|
|
7207
7207
|
"locationInModule": {
|
|
7208
7208
|
"filename": "src/providers/ec2.ts",
|
|
7209
|
-
"line":
|
|
7209
|
+
"line": 250
|
|
7210
7210
|
},
|
|
7211
7211
|
"name": "vpc",
|
|
7212
7212
|
"optional": true,
|
|
@@ -13893,6 +13893,6 @@
|
|
|
13893
13893
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
13894
13894
|
}
|
|
13895
13895
|
},
|
|
13896
|
-
"version": "0.13.
|
|
13897
|
-
"fingerprint": "
|
|
13896
|
+
"version": "0.13.3",
|
|
13897
|
+
"fingerprint": "dfYaDfyN7mD42+MHXxkTOor/4hjDsb6hFKCY0wh7b14="
|
|
13898
13898
|
}
|