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

🐛 Fix version bumps in stable mode #144

Merged
merged 1 commit into from
Jul 25, 2024
Merged

🐛 Fix version bumps in stable mode #144

merged 1 commit into from
Jul 25, 2024

Conversation

janiskemper
Copy link
Member

What this PR does / why we need it:
In stable mode, we don't want to bump the dependencies if we don't have to, i.e. cluster addons and node images.

For this, we compare the hashes. However, we forgot to set up the inputs to the functions that do that correctly and one value was empty.

Which issue(s) this PR fixes:
Fixes #143

TODOs:

  • squash commits
  • include documentation
  • add unit tests

In stable mode, we don't want to bump the dependencies if we don't have
to, i.e. cluster addons and node images.

For this, we compare the hashes. However, we forgot to set up the inputs
to the functions that do that correctly and one value was empty.

Signed-off-by: janiskemper <[email protected]>
@janiskemper janiskemper requested a review from guettli July 22, 2024 08:22
@cluster-stack-bot cluster-stack-bot bot added size/S Denotes a PR that changes 20-50 lines, ignoring generated files. area/code Changes made in the code directory labels Jul 22, 2024
Copy link
Contributor

@guettli guettli left a comment

Choose a reason for hiding this comment

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

lgtm (except found, but unrelated issue).

@janiskemper janiskemper merged commit 0a58860 into main Jul 25, 2024
5 checks passed
@janiskemper janiskemper deleted the fix-bump branch July 25, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/code Changes made in the code directory size/S Denotes a PR that changes 20-50 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cluster addon version gets bumped even if it shouldn't
2 participants