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

FWI-5853 - Add kubeVersion field nova results #299

Merged
merged 5 commits into from
Mar 21, 2024

Conversation

vitorvezani
Copy link
Member

@vitorvezani vitorvezani commented Mar 21, 2024

This PR fixes #

Checklist

  • I have signed the CLA
  • I have updated/added any relevant documentation

Description

What's the goal of this PR?

  • Update sample file from AH
  • Fix bug where output was not being deduped
  • Add support for kubeVersion to nova output
  • Make the output to marshal without HTML Escaping

What changes did you make?

What alternative solution should we consider, if any?

@@ -304,9 +304,6 @@ func (i *Image) populateNewest() error {
// There may be unintended consequenses from this. We do our best by ignoring actual common pre-release tags in the variable preReleaseIgnore.
// This means if you are currently running 1.2.3-beta.0 the filter will not limit the upgrade suggestions to other beta releases.
filter := i.Current.version.Prerelease()
if err != nil {
Copy link
Member Author

Choose a reason for hiding this comment

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

Already checked above (L300)

Copy link

Fairwinds Insights Scan Results

View the full report at insights.fairwinds.com.

✅ No new Action Items detected!

@vitorvezani vitorvezani changed the title FWI-5853 - Add kubeVersion field nova results [WIP] FWI-5853 - Add kubeVersion field nova results Mar 21, 2024
@vitorvezani vitorvezani changed the title [WIP] FWI-5853 - Add kubeVersion field nova results FWI-5853 - Add kubeVersion field nova results Mar 21, 2024
@vitorvezani vitorvezani merged commit 1709b1e into master Mar 21, 2024
4 checks passed
@vitorvezani vitorvezani deleted the FWI-5853/vv/add-kube-version branch March 21, 2024 18:36
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.

2 participants