[hotfix] Correct fabric8 version to 7.3.1 in NOTICE files - #1130
Merged
Conversation
spuru9
force-pushed
the
fix-fabric8-notice-version
branch
from
June 3, 2026 14:03
483df39 to
d8388a3
Compare
Contributor
Author
gyfora
approved these changes
Jun 3, 2026
Contributor
Author
|
@gyfora The CI is green, can you help with the merge. |
devu1997
pushed a commit
to devu1997/flink-kubernetes-operator
that referenced
this pull request
Jun 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
This pull request corrects a pre-existing version mismatch in the
NOTICEfiles whereio.fabric8artifacts were listed as version7.3.0while the project actually uses7.3.1(as defined in the rootpom.xml). This mismatch was originally introduced in [FLINK-37885].Brief change log
io.fabric8artifact versions from7.3.0to7.3.1in the following files:flink-kubernetes-operator/src/main/resources/META-INF/NOTICEflink-autoscaler-standalone/src/main/resources/META-INF/NOTICEVerifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
CustomResourceDescriptors: noDocumentation