crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
143 stars 120 forks source link

[release-0.47] Bump upjet to 1.1.3 #1195

Closed sergenyalcin closed 7 months ago

sergenyalcin commented 7 months ago

Description of your changes

This PR bumps the upjet dependency to 1.1.2 for including StateFunc fix.

I have:

How has this code been tested

sergenyalcin commented 7 months ago

/test-examples="examples/ec2/vpc.yaml"

sergenyalcin commented 7 months ago

/test-examples="examples/ec2/vpc.yaml"

sergenyalcin commented 7 months ago

/test-examples="examples/ec2/vpc.yaml"

sergenyalcin commented 7 months ago

Because of the shared runner disk issues, for now, we ran the following jobs locally:

check-diff (locally passed) ✅ unit-tests (locally passed) ✅

Also, the uptest runs cover the local-deploy job. In other words, in uptest runs, we ensure that the packages are correctly deployed because the work done in local-deploy is done.

ulucinar commented 7 months ago

Regarding the failing jobs, let me open a PR which conditionally introduces the disk cleanup step and see if it helps here. I remember these were failing previously for this branch.