@rio-cloud/cdk-v2-constructs 6.1.0 → 6.2.2
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 +420 -1
- package/CHANGELOG.md +17 -0
- package/docs/API.md +621 -0
- package/lib/contributions/smart-route/gitlab-runner/autoscaling-runner.d.ts +87 -0
- package/lib/contributions/smart-route/gitlab-runner/autoscaling-runner.js +137 -0
- package/lib/contributions/smart-route/gitlab-runner/index.d.ts +3 -0
- package/lib/contributions/smart-route/gitlab-runner/index.js +20 -0
- package/lib/contributions/smart-route/gitlab-runner/runner-roles.d.ts +20 -0
- package/lib/contributions/smart-route/gitlab-runner/runner-roles.js +352 -0
- package/lib/contributions/smart-route/gitlab-runner/spot-role.d.ts +7 -0
- package/lib/contributions/smart-route/gitlab-runner/spot-role.js +22 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/package.json +6 -2
- package/version.json +1 -1
package/.jsii
CHANGED
|
@@ -6128,6 +6128,292 @@
|
|
|
6128
6128
|
"name": "Framework",
|
|
6129
6129
|
"symbolId": "src/fargate/rio-fargate-service:Framework"
|
|
6130
6130
|
},
|
|
6131
|
+
"@rio-cloud/cdk-v2-constructs.GitLabRunnerProps": {
|
|
6132
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
6133
|
+
"datatype": true,
|
|
6134
|
+
"docs": {
|
|
6135
|
+
"remarks": "By default, a T3 Micro instance will be used.\nFor larger workloads and very active teams it is recommended to use T3 Small for the manager instead.",
|
|
6136
|
+
"stability": "stable",
|
|
6137
|
+
"summary": "The GitLabRunnerProps require the VPC ID, a defined environment of account and region, optional runner configuration and optionally the GitLab Runner Manager instance type."
|
|
6138
|
+
},
|
|
6139
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.GitLabRunnerProps",
|
|
6140
|
+
"kind": "interface",
|
|
6141
|
+
"locationInModule": {
|
|
6142
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6143
|
+
"line": 19
|
|
6144
|
+
},
|
|
6145
|
+
"name": "GitLabRunnerProps",
|
|
6146
|
+
"properties": [
|
|
6147
|
+
{
|
|
6148
|
+
"abstract": true,
|
|
6149
|
+
"docs": {
|
|
6150
|
+
"stability": "stable"
|
|
6151
|
+
},
|
|
6152
|
+
"immutable": true,
|
|
6153
|
+
"locationInModule": {
|
|
6154
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6155
|
+
"line": 20
|
|
6156
|
+
},
|
|
6157
|
+
"name": "env",
|
|
6158
|
+
"type": {
|
|
6159
|
+
"fqn": "aws-cdk-lib.Environment"
|
|
6160
|
+
}
|
|
6161
|
+
},
|
|
6162
|
+
{
|
|
6163
|
+
"abstract": true,
|
|
6164
|
+
"docs": {
|
|
6165
|
+
"stability": "stable"
|
|
6166
|
+
},
|
|
6167
|
+
"immutable": true,
|
|
6168
|
+
"locationInModule": {
|
|
6169
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6170
|
+
"line": 22
|
|
6171
|
+
},
|
|
6172
|
+
"name": "managerInstanceType",
|
|
6173
|
+
"optional": true,
|
|
6174
|
+
"type": {
|
|
6175
|
+
"fqn": "aws-cdk-lib.aws_ec2.InstanceType"
|
|
6176
|
+
}
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"abstract": true,
|
|
6180
|
+
"docs": {
|
|
6181
|
+
"stability": "stable"
|
|
6182
|
+
},
|
|
6183
|
+
"immutable": true,
|
|
6184
|
+
"locationInModule": {
|
|
6185
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6186
|
+
"line": 21
|
|
6187
|
+
},
|
|
6188
|
+
"name": "runnersWorkerProps",
|
|
6189
|
+
"optional": true,
|
|
6190
|
+
"type": {
|
|
6191
|
+
"collection": {
|
|
6192
|
+
"elementtype": {
|
|
6193
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.GitlabRunnerWorkerProps"
|
|
6194
|
+
},
|
|
6195
|
+
"kind": "array"
|
|
6196
|
+
}
|
|
6197
|
+
}
|
|
6198
|
+
}
|
|
6199
|
+
],
|
|
6200
|
+
"symbolId": "src/contributions/smart-route/gitlab-runner/autoscaling-runner:GitLabRunnerProps"
|
|
6201
|
+
},
|
|
6202
|
+
"@rio-cloud/cdk-v2-constructs.GitlabRunner": {
|
|
6203
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
6204
|
+
"base": "constructs.Construct",
|
|
6205
|
+
"docs": {
|
|
6206
|
+
"remarks": "By default, the construct will create a Runner with a manager T3 Micro instance which will be enabled to spawn T3 Large Runner\nworker spot instance. The default runner Role has only the permissions to upload and download from the S3 runner cache.\n\nminimal configuration with runner spot instance:\n```ts\nnew SpotServiceLinkedRole(stack, 'SpotLinkedRole');\nnew GitlabRunner(stack, 'GitLabRunner', {\n env: {account: '123456789012', region: 'eu-west-1'}\n});\n```\nrecommended:\n```ts\nnew SpotServiceLinkedRole(stack, 'SpotLinkedRole');\nconst runnerRoles = new RunnerRoles(stack, 'RunnerRoles', {env: {account: '123456789012', region: 'eu-west-1'}});\nnew GitlabRunner(stack, 'GitLabRunner', {\n env: {account: '123456789012', region: 'eu-west-1'},\n runnersWorkerProps: [\n {\n token: myTokenForTaggedRunner1, // with this runner we only want to run jobs that require more power\n gitInstanceUrl: 'https://gitlab.cicd.man', // or the Traton GitLab\n instanceType: InstanceType.of(InstanceClass.M7I_FLEX, InstanceSize.XLARGE), // exemplary larger runner\n spotPrice: 0.2, // exemplary spot price\n requestSpotPrice: true,\n defaultWorkerRole: runnerRoles.runnerBaseRole, // use the base role\n },\n {\n token: myTokenForTaggedRunner2, // with this runner we want to run all generic jobs that do not require much processing power\n gitInstanceUrl: 'https://gitlab.cicd.man', // or the Traton GitLab\n instanceType: InstanceType.of(InstanceClass.T3, InstanceSize.MEDIUM), // exemplary smaller runner\n spotPrice: 0.044, // exemplary spot price\n requestSpotPrice: true,\n defaultWorkerRole: runnerRoles.runnerBaseRole, // use the base role\n },\n ],\n});\n```",
|
|
6207
|
+
"stability": "stable",
|
|
6208
|
+
"summary": "The construct create the GitLabRunner Manager instance which will autoscale Runner instances based on the configuration."
|
|
6209
|
+
},
|
|
6210
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.GitlabRunner",
|
|
6211
|
+
"initializer": {
|
|
6212
|
+
"docs": {
|
|
6213
|
+
"stability": "stable"
|
|
6214
|
+
},
|
|
6215
|
+
"locationInModule": {
|
|
6216
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6217
|
+
"line": 102
|
|
6218
|
+
},
|
|
6219
|
+
"parameters": [
|
|
6220
|
+
{
|
|
6221
|
+
"name": "scope",
|
|
6222
|
+
"type": {
|
|
6223
|
+
"fqn": "aws-cdk-lib.Stack"
|
|
6224
|
+
}
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
"name": "id",
|
|
6228
|
+
"type": {
|
|
6229
|
+
"primitive": "string"
|
|
6230
|
+
}
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"name": "props",
|
|
6234
|
+
"type": {
|
|
6235
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.GitLabRunnerProps"
|
|
6236
|
+
}
|
|
6237
|
+
}
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
"kind": "class",
|
|
6241
|
+
"locationInModule": {
|
|
6242
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6243
|
+
"line": 95
|
|
6244
|
+
},
|
|
6245
|
+
"name": "GitlabRunner",
|
|
6246
|
+
"symbolId": "src/contributions/smart-route/gitlab-runner/autoscaling-runner:GitlabRunner"
|
|
6247
|
+
},
|
|
6248
|
+
"@rio-cloud/cdk-v2-constructs.GitlabRunnerWorkerProps": {
|
|
6249
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
6250
|
+
"datatype": true,
|
|
6251
|
+
"docs": {
|
|
6252
|
+
"remarks": "It is recommended to use the RunnerRoles construct, and it's exposed default runner role.",
|
|
6253
|
+
"stability": "stable",
|
|
6254
|
+
"summary": "The GitlabRunnerWorkerProps interface provides a simplified GitLab Runner worker configuration requiring a token as an SSM parameter, one of the valid gitlab URLs, instance of you choice, the desired max spot price, whether to use spot instance or not and a default role."
|
|
6255
|
+
},
|
|
6256
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.GitlabRunnerWorkerProps",
|
|
6257
|
+
"kind": "interface",
|
|
6258
|
+
"locationInModule": {
|
|
6259
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6260
|
+
"line": 31
|
|
6261
|
+
},
|
|
6262
|
+
"name": "GitlabRunnerWorkerProps",
|
|
6263
|
+
"properties": [
|
|
6264
|
+
{
|
|
6265
|
+
"abstract": true,
|
|
6266
|
+
"docs": {
|
|
6267
|
+
"stability": "stable",
|
|
6268
|
+
"summary": "The default role for the runner worker when spawned."
|
|
6269
|
+
},
|
|
6270
|
+
"immutable": true,
|
|
6271
|
+
"locationInModule": {
|
|
6272
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6273
|
+
"line": 43
|
|
6274
|
+
},
|
|
6275
|
+
"name": "defaultWorkerRole",
|
|
6276
|
+
"type": {
|
|
6277
|
+
"fqn": "aws-cdk-lib.aws_iam.IRole"
|
|
6278
|
+
}
|
|
6279
|
+
},
|
|
6280
|
+
{
|
|
6281
|
+
"abstract": true,
|
|
6282
|
+
"docs": {
|
|
6283
|
+
"stability": "stable",
|
|
6284
|
+
"summary": "The GitLab instance URL, either https://gitlab.cicd.man or https://gitlab.collaborationlayer-traton.com."
|
|
6285
|
+
},
|
|
6286
|
+
"immutable": true,
|
|
6287
|
+
"locationInModule": {
|
|
6288
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6289
|
+
"line": 35
|
|
6290
|
+
},
|
|
6291
|
+
"name": "gitInstanceUrl",
|
|
6292
|
+
"type": {
|
|
6293
|
+
"primitive": "string"
|
|
6294
|
+
}
|
|
6295
|
+
},
|
|
6296
|
+
{
|
|
6297
|
+
"abstract": true,
|
|
6298
|
+
"docs": {
|
|
6299
|
+
"stability": "stable",
|
|
6300
|
+
"summary": "The instance type for the runner worker."
|
|
6301
|
+
},
|
|
6302
|
+
"immutable": true,
|
|
6303
|
+
"locationInModule": {
|
|
6304
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6305
|
+
"line": 37
|
|
6306
|
+
},
|
|
6307
|
+
"name": "instanceType",
|
|
6308
|
+
"type": {
|
|
6309
|
+
"fqn": "aws-cdk-lib.aws_ec2.InstanceType"
|
|
6310
|
+
}
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"abstract": true,
|
|
6314
|
+
"docs": {
|
|
6315
|
+
"stability": "stable",
|
|
6316
|
+
"summary": "Whether to use spot instance or not, Requires ServiceLinked Role for EC2 Spot to be deployed in the account."
|
|
6317
|
+
},
|
|
6318
|
+
"immutable": true,
|
|
6319
|
+
"locationInModule": {
|
|
6320
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6321
|
+
"line": 41
|
|
6322
|
+
},
|
|
6323
|
+
"name": "requestSpotPrice",
|
|
6324
|
+
"type": {
|
|
6325
|
+
"primitive": "boolean"
|
|
6326
|
+
}
|
|
6327
|
+
},
|
|
6328
|
+
{
|
|
6329
|
+
"abstract": true,
|
|
6330
|
+
"docs": {
|
|
6331
|
+
"stability": "stable",
|
|
6332
|
+
"summary": "The desired max spot price."
|
|
6333
|
+
},
|
|
6334
|
+
"immutable": true,
|
|
6335
|
+
"locationInModule": {
|
|
6336
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6337
|
+
"line": 39
|
|
6338
|
+
},
|
|
6339
|
+
"name": "spotPrice",
|
|
6340
|
+
"type": {
|
|
6341
|
+
"primitive": "number"
|
|
6342
|
+
}
|
|
6343
|
+
},
|
|
6344
|
+
{
|
|
6345
|
+
"abstract": true,
|
|
6346
|
+
"docs": {
|
|
6347
|
+
"stability": "stable",
|
|
6348
|
+
"summary": "The SSM StringParameter with the registered runner token."
|
|
6349
|
+
},
|
|
6350
|
+
"immutable": true,
|
|
6351
|
+
"locationInModule": {
|
|
6352
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6353
|
+
"line": 33
|
|
6354
|
+
},
|
|
6355
|
+
"name": "token",
|
|
6356
|
+
"type": {
|
|
6357
|
+
"fqn": "aws-cdk-lib.aws_ssm.IStringParameter"
|
|
6358
|
+
}
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"abstract": true,
|
|
6362
|
+
"docs": {
|
|
6363
|
+
"remarks": "Default 10",
|
|
6364
|
+
"stability": "stable",
|
|
6365
|
+
"summary": "The maximum number of builds for an instance before it has to be decommissioned."
|
|
6366
|
+
},
|
|
6367
|
+
"immutable": true,
|
|
6368
|
+
"locationInModule": {
|
|
6369
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6370
|
+
"line": 45
|
|
6371
|
+
},
|
|
6372
|
+
"name": "maxBuilds",
|
|
6373
|
+
"optional": true,
|
|
6374
|
+
"type": {
|
|
6375
|
+
"primitive": "number"
|
|
6376
|
+
}
|
|
6377
|
+
},
|
|
6378
|
+
{
|
|
6379
|
+
"abstract": true,
|
|
6380
|
+
"docs": {
|
|
6381
|
+
"remarks": "Default 5",
|
|
6382
|
+
"stability": "stable",
|
|
6383
|
+
"summary": "The maximum number of instances to keep idle for new incoming jobs."
|
|
6384
|
+
},
|
|
6385
|
+
"immutable": true,
|
|
6386
|
+
"locationInModule": {
|
|
6387
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6388
|
+
"line": 47
|
|
6389
|
+
},
|
|
6390
|
+
"name": "maxIdleInstance",
|
|
6391
|
+
"optional": true,
|
|
6392
|
+
"type": {
|
|
6393
|
+
"primitive": "number"
|
|
6394
|
+
}
|
|
6395
|
+
},
|
|
6396
|
+
{
|
|
6397
|
+
"abstract": true,
|
|
6398
|
+
"docs": {
|
|
6399
|
+
"remarks": "Default 900 seconds",
|
|
6400
|
+
"stability": "stable",
|
|
6401
|
+
"summary": "The maximum idle time seconds for an instance."
|
|
6402
|
+
},
|
|
6403
|
+
"immutable": true,
|
|
6404
|
+
"locationInModule": {
|
|
6405
|
+
"filename": "src/contributions/smart-route/gitlab-runner/autoscaling-runner.ts",
|
|
6406
|
+
"line": 49
|
|
6407
|
+
},
|
|
6408
|
+
"name": "maxIdleTime",
|
|
6409
|
+
"optional": true,
|
|
6410
|
+
"type": {
|
|
6411
|
+
"primitive": "number"
|
|
6412
|
+
}
|
|
6413
|
+
}
|
|
6414
|
+
],
|
|
6415
|
+
"symbolId": "src/contributions/smart-route/gitlab-runner/autoscaling-runner:GitlabRunnerWorkerProps"
|
|
6416
|
+
},
|
|
6131
6417
|
"@rio-cloud/cdk-v2-constructs.IAppStackFactory": {
|
|
6132
6418
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
6133
6419
|
"docs": {
|
|
@@ -9498,6 +9784,100 @@
|
|
|
9498
9784
|
],
|
|
9499
9785
|
"symbolId": "src/pipeline/rio-backup-secrets-restore-stage:RioSecretsDeployStepProps"
|
|
9500
9786
|
},
|
|
9787
|
+
"@rio-cloud/cdk-v2-constructs.RunnerRoleProps": {
|
|
9788
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
9789
|
+
"datatype": true,
|
|
9790
|
+
"docs": {
|
|
9791
|
+
"stability": "stable"
|
|
9792
|
+
},
|
|
9793
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.RunnerRoleProps",
|
|
9794
|
+
"kind": "interface",
|
|
9795
|
+
"locationInModule": {
|
|
9796
|
+
"filename": "src/contributions/smart-route/gitlab-runner/runner-roles.ts",
|
|
9797
|
+
"line": 16
|
|
9798
|
+
},
|
|
9799
|
+
"name": "RunnerRoleProps",
|
|
9800
|
+
"properties": [
|
|
9801
|
+
{
|
|
9802
|
+
"abstract": true,
|
|
9803
|
+
"docs": {
|
|
9804
|
+
"stability": "stable"
|
|
9805
|
+
},
|
|
9806
|
+
"immutable": true,
|
|
9807
|
+
"locationInModule": {
|
|
9808
|
+
"filename": "src/contributions/smart-route/gitlab-runner/runner-roles.ts",
|
|
9809
|
+
"line": 17
|
|
9810
|
+
},
|
|
9811
|
+
"name": "env",
|
|
9812
|
+
"type": {
|
|
9813
|
+
"fqn": "aws-cdk-lib.Environment"
|
|
9814
|
+
}
|
|
9815
|
+
}
|
|
9816
|
+
],
|
|
9817
|
+
"symbolId": "src/contributions/smart-route/gitlab-runner/runner-roles:RunnerRoleProps"
|
|
9818
|
+
},
|
|
9819
|
+
"@rio-cloud/cdk-v2-constructs.RunnerRoles": {
|
|
9820
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
9821
|
+
"base": "constructs.Construct",
|
|
9822
|
+
"docs": {
|
|
9823
|
+
"remarks": "The roles need to be assumed during job runtime to perform more permissive actions, such as creating certificates to\nauthenticate towards the RIO MSK, pushing docker images to ECR, performing a secrets backup, deploying stacks,\nor to publish an SPA to a S3 bucket. Do not assume the deployment role unless needed.\nThe base role can be the default role attached to GitLab runners.\nThe role allows to read various basic parameters such as the NIST data mirror, the OSS license bucket, DataDog keys\nand to pull ECR images form public Gallery or the specified account in the environment.\nThe Role ARNs are export using CFNOutputs. Use the outputs to configure environment variables in your GitLab group.",
|
|
9824
|
+
"stability": "stable",
|
|
9825
|
+
"summary": "This construct provides a set of base roles for gitlab runners in order to build, test, validate and deploy applications on RIO."
|
|
9826
|
+
},
|
|
9827
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.RunnerRoles",
|
|
9828
|
+
"initializer": {
|
|
9829
|
+
"docs": {
|
|
9830
|
+
"stability": "stable"
|
|
9831
|
+
},
|
|
9832
|
+
"locationInModule": {
|
|
9833
|
+
"filename": "src/contributions/smart-route/gitlab-runner/runner-roles.ts",
|
|
9834
|
+
"line": 32
|
|
9835
|
+
},
|
|
9836
|
+
"parameters": [
|
|
9837
|
+
{
|
|
9838
|
+
"name": "scope",
|
|
9839
|
+
"type": {
|
|
9840
|
+
"fqn": "aws-cdk-lib.Stack"
|
|
9841
|
+
}
|
|
9842
|
+
},
|
|
9843
|
+
{
|
|
9844
|
+
"name": "id",
|
|
9845
|
+
"type": {
|
|
9846
|
+
"primitive": "string"
|
|
9847
|
+
}
|
|
9848
|
+
},
|
|
9849
|
+
{
|
|
9850
|
+
"name": "props",
|
|
9851
|
+
"type": {
|
|
9852
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.RunnerRoleProps"
|
|
9853
|
+
}
|
|
9854
|
+
}
|
|
9855
|
+
]
|
|
9856
|
+
},
|
|
9857
|
+
"kind": "class",
|
|
9858
|
+
"locationInModule": {
|
|
9859
|
+
"filename": "src/contributions/smart-route/gitlab-runner/runner-roles.ts",
|
|
9860
|
+
"line": 30
|
|
9861
|
+
},
|
|
9862
|
+
"name": "RunnerRoles",
|
|
9863
|
+
"properties": [
|
|
9864
|
+
{
|
|
9865
|
+
"docs": {
|
|
9866
|
+
"stability": "stable"
|
|
9867
|
+
},
|
|
9868
|
+
"immutable": true,
|
|
9869
|
+
"locationInModule": {
|
|
9870
|
+
"filename": "src/contributions/smart-route/gitlab-runner/runner-roles.ts",
|
|
9871
|
+
"line": 31
|
|
9872
|
+
},
|
|
9873
|
+
"name": "runnerBaseRole",
|
|
9874
|
+
"type": {
|
|
9875
|
+
"fqn": "aws-cdk-lib.aws_iam.Role"
|
|
9876
|
+
}
|
|
9877
|
+
}
|
|
9878
|
+
],
|
|
9879
|
+
"symbolId": "src/contributions/smart-route/gitlab-runner/runner-roles:RunnerRoles"
|
|
9880
|
+
},
|
|
9501
9881
|
"@rio-cloud/cdk-v2-constructs.ShouldOverrideThresholdProps": {
|
|
9502
9882
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
9503
9883
|
"datatype": true,
|
|
@@ -9593,6 +9973,45 @@
|
|
|
9593
9973
|
],
|
|
9594
9974
|
"symbolId": "src/watchful/watchful:ShouldOverrideThresholdReturnProps"
|
|
9595
9975
|
},
|
|
9976
|
+
"@rio-cloud/cdk-v2-constructs.SpotServiceLinkedRole": {
|
|
9977
|
+
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
9978
|
+
"base": "constructs.Construct",
|
|
9979
|
+
"docs": {
|
|
9980
|
+
"stability": "stable",
|
|
9981
|
+
"summary": "The construct creates a service linked role required to run GitLab Runners using Spot EC2 instances."
|
|
9982
|
+
},
|
|
9983
|
+
"fqn": "@rio-cloud/cdk-v2-constructs.SpotServiceLinkedRole",
|
|
9984
|
+
"initializer": {
|
|
9985
|
+
"docs": {
|
|
9986
|
+
"stability": "stable"
|
|
9987
|
+
},
|
|
9988
|
+
"locationInModule": {
|
|
9989
|
+
"filename": "src/contributions/smart-route/gitlab-runner/spot-role.ts",
|
|
9990
|
+
"line": 9
|
|
9991
|
+
},
|
|
9992
|
+
"parameters": [
|
|
9993
|
+
{
|
|
9994
|
+
"name": "scope",
|
|
9995
|
+
"type": {
|
|
9996
|
+
"fqn": "constructs.Construct"
|
|
9997
|
+
}
|
|
9998
|
+
},
|
|
9999
|
+
{
|
|
10000
|
+
"name": "id",
|
|
10001
|
+
"type": {
|
|
10002
|
+
"primitive": "string"
|
|
10003
|
+
}
|
|
10004
|
+
}
|
|
10005
|
+
]
|
|
10006
|
+
},
|
|
10007
|
+
"kind": "class",
|
|
10008
|
+
"locationInModule": {
|
|
10009
|
+
"filename": "src/contributions/smart-route/gitlab-runner/spot-role.ts",
|
|
10010
|
+
"line": 8
|
|
10011
|
+
},
|
|
10012
|
+
"name": "SpotServiceLinkedRole",
|
|
10013
|
+
"symbolId": "src/contributions/smart-route/gitlab-runner/spot-role:SpotServiceLinkedRole"
|
|
10014
|
+
},
|
|
9596
10015
|
"@rio-cloud/cdk-v2-constructs.TriggerKey": {
|
|
9597
10016
|
"assembly": "@rio-cloud/cdk-v2-constructs",
|
|
9598
10017
|
"docs": {
|
|
@@ -16309,5 +16728,5 @@
|
|
|
16309
16728
|
}
|
|
16310
16729
|
},
|
|
16311
16730
|
"version": "0.0.0",
|
|
16312
|
-
"fingerprint": "
|
|
16731
|
+
"fingerprint": "rzGg3npyOR1/DDc02aMZX7iKNdxl68n9K1t+ii5Zskw="
|
|
16313
16732
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [6.2.2](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.2.1&sourceBranch=refs%2Ftags%2Fv6.2.2) (2024-07-19)
|
|
6
|
+
|
|
7
|
+
## [6.2.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.2.0&sourceBranch=refs%2Ftags%2Fv6.2.1) (2024-07-19)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* restore the absent files from the previous commit that caused a faulty release ([3f2d0ad](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/3f2d0add3ba07e68cf6cd5d9d9d0c557c91f01eb))
|
|
13
|
+
|
|
14
|
+
## [6.2.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.1.0&sourceBranch=refs%2Ftags%2Fv6.2.0) (2024-07-19)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* Adding GitLabRunner, RunnerRoles, and SpotServiceLinkedRole constructs as SmartRoute contribution ([d426937](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/d4269373e4cf90e3d8803e0755b15c5fdb808ee1))
|
|
20
|
+
* Bump version in prep vor release of GitLab constructs ([7e75755](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/commits/7e75755e9cd42fb85187b9e37a4f9e1b27a253e1))
|
|
21
|
+
|
|
5
22
|
## [6.1.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv6.0.1&sourceBranch=refs%2Ftags%2Fv6.1.0) (2024-07-11)
|
|
6
23
|
|
|
7
24
|
|