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

Apply our customizations on top of upstream release-2.4 #595

Merged
merged 17 commits into from
Jul 4, 2024

Conversation

fiunchinho
Copy link
Member

@fiunchinho fiunchinho self-assigned this Jul 1, 2024
@fiunchinho fiunchinho changed the title Upgrade release 2 4 Apply our customizations on top of upstream release-2.4 Jul 1, 2024
@fiunchinho fiunchinho marked this pull request as ready for review July 1, 2024 12:09
Copy link

@AndiDog AndiDog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

99% looks good. I'm only seeing differences when running make generate – can you check locally?

### Build the images locally
```sh
git fetch upstream
git diff `# the upstream tag we merged recently` vX.Y.Z..origin/release-X.Y `# our release branch` -- ':!.circleci/' "!.github/workflows/release.yml' ':!README.md'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My earlier mistake in quoting, let's fix this so the command really works

Suggested change
git diff `# the upstream tag we merged recently` vX.Y.Z..origin/release-X.Y `# our release branch` -- ':!.circleci/' "!.github/workflows/release.yml' ':!README.md'
git diff `# the upstream tag we merged recently` vX.Y.Z..origin/release-X.Y `# our release branch` -- ':!.circleci/' '!.github/workflows/release.yml' ':!README.md'

@AndiDog
Copy link

AndiDog commented Jul 2, 2024

Regarding the "Small fixes" commit – can you try to cherry-pick #596 since then that one unit test doesn't need to be removed? That PR also adds make test which is crucial.

Also, please check if kubernetes-sigs#4698 was really merged, since it's not in release-2.3 yet, so we may need to port it into release-2.4 as well.

@fiunchinho
Copy link
Member Author

Regarding the "Small fixes" commit – can you try to cherry-pick #596 since then that one unit test doesn't need to be removed? That PR also adds make test which is crucial.

I'll remove my last commit and cherry pick your PR.

Also, please check if kubernetes-sigs#4698 was really merged, since it's not in release-2.3 yet, so we may need to port it into release-2.4 as well.

I think it is kubernetes-sigs#4698

@fiunchinho fiunchinho force-pushed the upgrade-release-2-4 branch from 0352056 to 88714cc Compare July 4, 2024 10:33
@fiunchinho fiunchinho merged commit e2c777d into release-2.4 Jul 4, 2024
4 of 7 checks passed
@AndiDog AndiDog deleted the upgrade-release-2-4 branch July 24, 2024 17:28
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.

4 participants