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

chore: remove image updater info #3167

Merged
merged 2 commits into from
Dec 23, 2024
Merged

Conversation

fykaa
Copy link
Contributor

@fykaa fykaa commented Dec 20, 2024

closes #2833

part of it was merged in #2963

@fykaa fykaa self-assigned this Dec 20, 2024
@fykaa fykaa requested a review from a team as a code owner December 20, 2024 05:26
Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 50a41ad
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/676970248dda380008fadaa6
😎 Deploy Preview https://deploy-preview-3167.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.40%. Comparing base (aecc74f) to head (50a41ad).
Report is 36 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3167      +/-   ##
==========================================
+ Coverage   51.26%   51.40%   +0.14%     
==========================================
  Files         283      288       +5     
  Lines       25563    26100     +537     
==========================================
+ Hits        13104    13416     +312     
- Misses      11762    11959     +197     
- Partials      697      725      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

// changes. Refer to Image Updater documentation for more details.
// More info: https://github.com/masterminds/semver#checking-version-constraints
// changes.
Copy link
Member

Choose a reason for hiding this comment

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

This may have been poorly worded by me initially and it may have caused you some confusion.

Image Updater and masterminds/semver are two different things.

We do want to remove anything that refers readers to Image Updater for more info because we're no longer using Image Updater anywhere in Kargo.

masterminds/semver is a library we use for parsing and comparing semantic version strings. (Image Updater happens to use it as well. It's a popular library.)

At any rate... we should keep references to masterminds/semver docs as they're still the definitive source of information for how version constraints work.

Copy link
Member

Choose a reason for hiding this comment

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

This applies throughout the PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, understood. I interpreted it wrong. Thanks for explaining!

Signed-off-by: Faeka Ansari <faeka6@gmail.com>
@fykaa fykaa force-pushed the info/semantic-version branch from 45d722b to f829a49 Compare December 23, 2024 13:52
Signed-off-by: Faeka Ansari <faeka6@gmail.com>
@krancour krancour added this pull request to the merge queue Dec 23, 2024
Merged via the queue into akuity:main with commit a66b421 Dec 23, 2024
19 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 23, 2024
Signed-off-by: Faeka Ansari <faeka6@gmail.com>
(cherry picked from commit a66b421)
@akuitybot
Copy link

Successfully created backport PR for release-1.1:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: update go/crd docs with semantic version info
3 participants