cron #78
eks-cron.yml
on: schedule
prerequisites
1m 48s
Lint and unit test
12s
Matrix: build_sdk
Matrix: Run NodeJS Tests
Matrix: Run Python Tests
Annotations
3 errors and 1 warning
Lint and unit test
Process completed with exit code 2.
|
Unexpected file modified:
provider/cmd/pulumi-resource-eks/schema.json#L1
File modified:
@@ -28,14 +28,14 @@
},
"java": {
"dependencies": {
- "com.pulumi:aws": "6.66.1",
- "com.pulumi:kubernetes": "4.19.0"
+ "com.pulumi:aws": "6.67.0",
+ "com.pulumi:kubernetes": "4.21.1"
}
},
"nodejs": {
"dependencies": {
- "@pulumi/aws": "^6.66.1",
- "@pulumi/kubernetes": "^4.19.0",
+ "@pulumi/aws": "^6.67.0",
+ "@pulumi/kubernetes": "^4.21.1",
"https-proxy-agent": "^5.0.1",
"js-yaml": "^4.1.0",
"netmask": "^2.0.2",
@@ -59,8 +59,8 @@
},
"readme": "Pulumi Amazon Web Services (AWS) EKS Components.",
"requires": {
- "pulumi-aws": "\u003e=6.66.1,\u003c7.0.0",
- "pulumi-kubernetes": "\u003e=4.19.0,\u003c5.0.0"
+ "pulumi-aws": "\u003e=6.67.0,\u003c7.0.0",
+ "pulumi-kubernetes": "\u003e=4.21.1,\u003c5.0.0"
},
"respectSchemaVersion": true,
"usesIOClasses": true
@@ -146,7 +146,7 @@
"description": "Associates an access policy and its scope to an IAM principal.\n\nSee for more details:\nhttps://docs.aws.amazon.com/eks/latest/userguide/access-entries.html",
"properties": {
"accessScope": {
- "$ref": "/aws/v6.66.1/schema.json#/types/aws:eks%2FAccessPolicyAssociationAccessScope:AccessPolicyAssociationAccessScope",
+ "$ref": "/aws/v6.67.0/schema.json#/types/aws:eks%2FAccessPolicyAssociationAccessScope:AccessPolicyAssociationAccessScope",
"description": "The scope of the access policy association. This controls whether the access policy is scoped to the cluster or to a particular namespace."
},
"policyArn": {
@@ -310,7 +310,7 @@
"description": "The tags to apply to the CloudFormation Stack of the Worker NodeGroup.\n\nNote: Given the inheritance of auto-generated CF tags and `cloudFormationTags`, you should either supply the tag in `autoScalingGroupTags` or `cloudFormationTags`, but not both."
},
"clusterIngressRule": {
- "$ref": "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule",
+ "$ref": "/aws/v6.67.0/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule",
"description": "The ingress rule that gives node group access."
},
"clusterIngressRuleId": {
@@ -332,7 +332,7 @@
"extraNodeSecurityGroups": {
"type": "array",
"items": {
- "$ref": "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
+ "$ref": "/aws/v6.67.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
},
"description": "Extra security groups to attach on all nodes in this worker node group.\n\nThis additional set of security groups captures any user application rules that will be needed for the nodes."
},
@@ -346,7 +346,7 @@
"description": "Whether to ignore changes to the desired size of the Auto Scaling Group. This is useful when using Cluster Autoscaler.\n\nSee [EKS best practices](https://aws.github.io/aws-eks-best-practices/cluster-autoscaling/) for more details."
},
"instanceProfile": {
- "$ref": "/aws/v6.66.1/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile",
+ "$ref": "/aws/v6.67.0/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile",
"plain": true,
"description": "The IAM InstanceProfile to use on the NodeGroup. Properties instanceProfile and instanceProfileName are mutually exclusive."
|
prerequisites
Unexpected changes detected: 1. See file annotations for details.
|
prerequisites
Restore cache failed: Dependencies file is not found in /home/runner/work/pulumi-eks/pulumi-eks. Supported file pattern: go.sum
|