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

Pin the UXP version in Makefile #1190

Closed sergenyalcin closed 7 months ago

sergenyalcin commented 7 months ago

Description of your changes

Pin UXP version to 1.14.6-up.1 in Makefile for fixing the issue in uptest about the 1.15.0-up.1 version.

About the issue please see https://github.com/upbound/universal-crossplane/issues/442.

I have:

How has this code been tested

Tested locally.

sergenyalcin commented 7 months ago

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

sergenyalcin commented 7 months ago

make lint was run in locally and it successfully passed.