Skip to content
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

Merged

Conversation

ulucinar
Copy link
Collaborator

@ulucinar ulucinar commented Feb 15, 2024

Description of your changes

This PR bumps the upjet version to v1.1.1 and crossplane-runtime to commit 7fcb8c5cad6f to consume the latest fixes. It also addresses an update loop issue for the Firewall.networkfirewall resource. The example manifest of the Firewall.networkfirewall resource is extended with the following two parameters:

    firewallPolicyChangeProtection: true
    subnetChangeProtection: true

We have also enabled the update tests on this resource.

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Via the following uptest runs:

@ulucinar ulucinar marked this pull request as draft February 15, 2024 19:03
@ulucinar
Copy link
Collaborator Author

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

Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
- 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 <ulucinar@users.noreply.github.com>
@ulucinar
Copy link
Collaborator Author

/test-examples="examples/networkfirewall/firewall.yaml"

Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
@ulucinar
Copy link
Collaborator Author

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

@ulucinar ulucinar marked this pull request as ready for review February 16, 2024 12:31
Copy link
Collaborator

@sergenyalcin sergenyalcin left a 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.

@ulucinar ulucinar merged commit 294a33a into crossplane-contrib:release-0.47 Feb 16, 2024
6 of 10 checks passed
@ulucinar ulucinar deleted the release-0.47-old-sdk branch February 16, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants