-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump upjet to v1.1.1 #1160
Bump upjet to v1.1.1 #1160
Conversation
/test-examples="examples/ec2/vpc.yaml" |
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
- Extend the example manifest for the Firewall.networkfirewall resource with some extra parameters and enable the update tests on it. Signed-off-by: Alper Rifat Ulucinar <[email protected]>
94e0df6
to
e8b5f1a
Compare
/test-examples="examples/networkfirewall/firewall.yaml" |
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
/test-examples="examples/ec2/vpc.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ulucinar LGTM!
Because of the shared runner out-of-memory 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. lint
failure is also a known issue because of memory issue.
294a33a
into
crossplane-contrib:release-0.47
Description of your changes
This PR bumps the upjet version to
v1.1.1
and crossplane-runtime to commit7fcb8c5cad6f
to consume the latest fixes. It also addresses an update loop issue for theFirewall.networkfirewall
resource. The example manifest of theFirewall.networkfirewall
resource is extended with the following two parameters:We have also enabled the update tests on this resource.
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Via the following uptest runs:
VPC.ec2
-> https://github.com/upbound/provider-aws/actions/runs/7930558294Firewall.networkfirewall
(with update step) -> https://github.com/upbound/provider-aws/actions/runs/7930174691