Skip to content

next (v5) (DO NOT MERGE) #2203

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

Merged
merged 107 commits into from
Dec 6, 2024
Merged

next (v5) (DO NOT MERGE) #2203

merged 107 commits into from
Dec 6, 2024

Conversation

csviri
Copy link
Collaborator

@csviri csviri commented Jan 18, 2024

No description provided.

@csviri csviri force-pushed the next branch 2 times, most recently from f8441d9 to b2caf28 Compare January 25, 2024 10:32
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jan 31, 2024
@openshift-merge-robot openshift-merge-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Feb 5, 2024
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 7, 2024
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 14, 2024
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 10, 2024
@metacosm metacosm force-pushed the next branch 2 times, most recently from d7da94e to 76046f7 Compare April 11, 2024 14:50
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 12, 2024
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 17, 2024
@csviri csviri force-pushed the next branch 2 times, most recently from afe3d7d to cc57156 Compare May 21, 2024 19:03
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 21, 2024
@openshift-merge-robot openshift-merge-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jun 17, 2024
@openshift-merge-robot openshift-merge-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 8, 2024
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 9, 2024
csviri and others added 25 commits December 6, 2024 09:49
* imporve diff logging

Signed-off-by: bachmanity1 <[email protected]>

* compute diff only when actual doesn't match desired

Signed-off-by: bachmanity1 <[email protected]>

* slight improvements

Signed-off-by: bachmanity1 <[email protected]>

* increase context size

Signed-off-by: bachmanity1 <[email protected]>

* fix style

Signed-off-by: bachmanity1 <[email protected]>

* calculate diff only if debug is enabled

Signed-off-by: bachmanity1 <[email protected]>

* print actual resources when trace is enabled

Signed-off-by: bachmanity1 <[email protected]>

* use java-diff-utils

Signed-off-by: bachmanity1 <[email protected]>

* add unit tests

---------

Signed-off-by: bachmanity1 <[email protected]>
* feat(build): split ITs by category, parallel CRD generation

Also avoid generating CRDs when not needed by default, summarizes test
results.

* chore(deps): bump actions-setup-minikube to 2.13.0
* feat: default to use vertx client
* chore(ci): reduce tested combinations, only run client tests on baseapi
* fix: increase deletion timeout

---------

Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
…resource requirements (#2565)

* refactor: clean up SSABasedGenericKubernetesResourceMatcher

Signed-off-by: David Sondermann <[email protected]>

* test: add missing tests for StatefulSet with VolumeClaimTemplates for SSABasedGenericKubernetesResourceMatcher

Signed-off-by: David Sondermann <[email protected]>

* fix: Fix infinite resource updates due to canonical format conversion of resource requirements

Signed-off-by: David Sondermann <[email protected]>

* test: Add test cases with init containers to ResourceRequirementsSanitizerTest

Signed-off-by: David Sondermann <[email protected]>

---------

Signed-off-by: David Sondermann <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Signed-off-by: Attila Mészáros <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
* docs: release 5 blogpost

Signed-off-by: Attila Mészáros <[email protected]>

Update docs/content/en/blog/releases/v5-release.md

Co-authored-by: Martin Stefanko <[email protected]>

Update docs/content/en/blog/releases/v5-release.md

Co-authored-by: Martin Stefanko <[email protected]>

* refactor: minor improvements

Signed-off-by: Chris Laprun <[email protected]>

* refactor: reformat

Signed-off-by: Chris Laprun <[email protected]>

---------

Signed-off-by: Chris Laprun <[email protected]>
Co-authored-by: Martin Stefanko <[email protected]>
Co-authored-by: Chris Laprun <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
* improve: mapping from annotation depends on type

Signed-off-by: Attila Mészáros <[email protected]>

compiles

Signed-off-by: Attila Mészáros <[email protected]>

* refactor: avoid creating useless strings

Signed-off-by: Chris Laprun <[email protected]>

* refactor: ensure roundtrip works

Signed-off-by: Chris Laprun <[email protected]>

* refactor: rename toSimpleString to toGVKString for greater clarity

Signed-off-by: Chris Laprun <[email protected]>

* refactor: minor improvements

Signed-off-by: Chris Laprun <[email protected]>

---------

Signed-off-by: Attila Mészáros <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
Co-authored-by: Chris Laprun <[email protected]>
* docs: add external state tracking into FAQ

Signed-off-by: Attila Mészáros <[email protected]>

* wip

Signed-off-by: Attila Mészáros <[email protected]>

---------

Signed-off-by: Attila Mészáros <[email protected]>
Signed-off-by: Attila Mészáros <[email protected]>
…2613)

* chore: update to Fabric8 7.0-SNAPSHOT & replace APT by maven plugin

Signed-off-by: Bernhard Strähle <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>

* chore(docs): add Fabric8 7 migration information

Signed-off-by: Chris Laprun <[email protected]>

---------

Signed-off-by: Bernhard Strähle <[email protected]>
Signed-off-by: Chris Laprun <[email protected]>
* chore(build): remove snapshots repository

Signed-off-by: Chris Laprun <[email protected]>

* chore(build): remove remaining APT dependencies

Signed-off-by: Chris Laprun <[email protected]>

---------

Signed-off-by: Chris Laprun <[email protected]>
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 6, 2024
@csviri csviri merged commit 9937619 into main Dec 6, 2024
50 of 51 checks passed
@csviri csviri deleted the next branch December 6, 2024 09:15
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.

7 participants