Pin dependencies #1059
run-acceptance-tests.yml
on: pull_request
version
/
Calculate Dev Version
2s
comment-notification
0s
lint
4m 6s
Matrix: acceptance-test
Annotations
6 errors and 4 warnings
Unexpected file modified:
awsx/schema-types.ts#L1
File modified:
@@ -637,6 +637,7 @@ export interface VpcEndpointSpecInputs {
readonly routeTableIds?: pulumi.Input<pulumi.Input<string>[]>;
readonly securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
readonly serviceName: string;
+ readonly serviceRegion?: pulumi.Input<string>;
readonly subnetConfigurations?: pulumi.Input<pulumi.Input<aws.types.input.ec2.VpcEndpointSubnetConfiguration>[]>;
readonly subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
readonly tags?: pulumi.Input<Record<string, pulumi.Input<string>>>;
@@ -651,6 +652,7 @@ export interface VpcEndpointSpecOutputs {
readonly routeTableIds?: pulumi.Output<string[]>;
readonly securityGroupIds?: pulumi.Output<string[]>;
readonly serviceName: string;
+ readonly serviceRegion?: pulumi.Output<string>;
readonly subnetConfigurations?: pulumi.Output<aws.types.output.ec2.VpcEndpointSubnetConfiguration[]>;
readonly subnetIds?: pulumi.Output<string[]>;
readonly tags?: pulumi.Output<Record<string, string>>;
|
Unexpected file modified:
schema.json#L1
File modified:
@@ -34,15 +34,15 @@
},
"java": {
"dependencies": {
- "com.pulumi:aws": "6.65.0",
- "com.pulumi:docker": "4.5.1"
+ "com.pulumi:aws": "6.66.2",
+ "com.pulumi:docker": "4.5.8"
}
},
"nodejs": {
"dependencies": {
"@aws-sdk/client-ecs": "^3.405.0",
- "@pulumi/aws": "^6.65.0",
- "@pulumi/docker": "^4.5.1",
+ "@pulumi/aws": "^6.66.2",
+ "@pulumi/docker": "^4.5.8",
"@types/aws-lambda": "^8.10.23",
"docker-classic": "npm:@pulumi/[email protected]",
"mime": "^2.0.0"
@@ -62,7 +62,7 @@
"readme": "Pulumi Amazon Web Services (AWS) AWSX Components.",
"requires": {
"pulumi-aws": "\u003e=6.0.4,\u003c7.0.0",
- "pulumi-docker": "\u003e=4.5.1,\u003c5.0.0"
+ "pulumi-docker": "\u003e=4.5.8,\u003c5.0.0"
},
"respectSchemaVersion": true,
"usesIOClasses": true
@@ -103,7 +103,7 @@
"corsRules": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketCorsRule:BucketCorsRule"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketCorsRule:BucketCorsRule"
},
"description": "A rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) (documented below).\n"
},
@@ -114,7 +114,7 @@
"grants": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketGrant:BucketGrant"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketGrant:BucketGrant"
},
"description": "An [ACL policy grant](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#sample-acl) (documented below). Conflicts with `acl`.\n"
},
@@ -125,19 +125,19 @@
"lifecycleRules": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketLifecycleRule:BucketLifecycleRule"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketLifecycleRule:BucketLifecycleRule"
},
"description": "A configuration of [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html) (documented below).\n"
},
"loggings": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketLogging:BucketLogging"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketLogging:BucketLogging"
},
"description": "A settings of [bucket logging](https://docs.aws.amazon.com/AmazonS3/latest/UG/ManagingBucketLogging.html) (documented below).\n"
},
"objectLockConfiguration": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketObjectLockConfiguration:BucketObjectLockConfiguration",
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketObjectLockConfiguration:BucketObjectLockConfiguration",
"description": "A configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) (documented below)\n\n\u003e **NOTE:** You cannot use `acceleration_status` in `cn-north-1` or `us-gov-west-1`\n"
},
"policy": {
@@ -145,7 +145,7 @@
"description": "A valid [bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html) JSON document. Note
|
build-provider
Unexpected changes detected: 2. See file annotations for details.
|
Unexpected file modified:
awsx/schema-types.ts#L1
File modified:
@@ -637,6 +637,7 @@ export interface VpcEndpointSpecInputs {
readonly routeTableIds?: pulumi.Input<pulumi.Input<string>[]>;
readonly securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
readonly serviceName: string;
+ readonly serviceRegion?: pulumi.Input<string>;
readonly subnetConfigurations?: pulumi.Input<pulumi.Input<aws.types.input.ec2.VpcEndpointSubnetConfiguration>[]>;
readonly subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
readonly tags?: pulumi.Input<Record<string, pulumi.Input<string>>>;
@@ -651,6 +652,7 @@ export interface VpcEndpointSpecOutputs {
readonly routeTableIds?: pulumi.Output<string[]>;
readonly securityGroupIds?: pulumi.Output<string[]>;
readonly serviceName: string;
+ readonly serviceRegion?: pulumi.Output<string>;
readonly subnetConfigurations?: pulumi.Output<aws.types.output.ec2.VpcEndpointSubnetConfiguration[]>;
readonly subnetIds?: pulumi.Output<string[]>;
readonly tags?: pulumi.Output<Record<string, string>>;
|
Unexpected file modified:
schema.json#L1
File modified:
@@ -34,15 +34,15 @@
},
"java": {
"dependencies": {
- "com.pulumi:aws": "6.65.0",
- "com.pulumi:docker": "4.5.1"
+ "com.pulumi:aws": "6.66.2",
+ "com.pulumi:docker": "4.5.8"
}
},
"nodejs": {
"dependencies": {
"@aws-sdk/client-ecs": "^3.405.0",
- "@pulumi/aws": "^6.65.0",
- "@pulumi/docker": "^4.5.1",
+ "@pulumi/aws": "^6.66.2",
+ "@pulumi/docker": "^4.5.8",
"@types/aws-lambda": "^8.10.23",
"docker-classic": "npm:@pulumi/[email protected]",
"mime": "^2.0.0"
@@ -62,7 +62,7 @@
"readme": "Pulumi Amazon Web Services (AWS) AWSX Components.",
"requires": {
"pulumi-aws": "\u003e=6.0.4,\u003c7.0.0",
- "pulumi-docker": "\u003e=4.5.1,\u003c5.0.0"
+ "pulumi-docker": "\u003e=4.5.8,\u003c5.0.0"
},
"respectSchemaVersion": true,
"usesIOClasses": true
@@ -103,7 +103,7 @@
"corsRules": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketCorsRule:BucketCorsRule"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketCorsRule:BucketCorsRule"
},
"description": "A rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) (documented below).\n"
},
@@ -114,7 +114,7 @@
"grants": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketGrant:BucketGrant"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketGrant:BucketGrant"
},
"description": "An [ACL policy grant](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#sample-acl) (documented below). Conflicts with `acl`.\n"
},
@@ -125,19 +125,19 @@
"lifecycleRules": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketLifecycleRule:BucketLifecycleRule"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketLifecycleRule:BucketLifecycleRule"
},
"description": "A configuration of [object lifecycle management](http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html) (documented below).\n"
},
"loggings": {
"type": "array",
"items": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketLogging:BucketLogging"
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketLogging:BucketLogging"
},
"description": "A settings of [bucket logging](https://docs.aws.amazon.com/AmazonS3/latest/UG/ManagingBucketLogging.html) (documented below).\n"
},
"objectLockConfiguration": {
- "$ref": "/aws/v6.65.0/schema.json#/types/aws:s3/BucketObjectLockConfiguration:BucketObjectLockConfiguration",
+ "$ref": "/aws/v6.66.2/schema.json#/types/aws:s3/BucketObjectLockConfiguration:BucketObjectLockConfiguration",
"description": "A configuration of [S3 object locking](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) (documented below)\n\n\u003e **NOTE:** You cannot use `acceleration_status` in `cn-north-1` or `us-gov-west-1`\n"
},
"policy": {
@@ -145,7 +145,7 @@
"description": "A valid [bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html) JSON document. Note
|
lint
Unexpected changes detected: 2. See file annotations for details.
|
version / Calculate Dev Version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-provider
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-provider
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-awsx/pulumi-awsx. Supported file pattern: go.sum
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dist
|
167 MB |
|