fix(deps): update module github.com/giantswarm/appcatalog to v1.1.0 - #1591
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/giantswarm/appcatalog to v1.1.0#1591renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
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.
This PR contains the following updates:
v1.0.1→v1.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
giantswarm/appcatalog (github.com/giantswarm/appcatalog)
v1.1.0Compare Source
Added
MatchesVersion, the chart-version matcher added in v1.0.2, so callers outside chartresolution can reuse it.
apptestcompares a deployed App CR'sstatus.versionagainst the commitSHA under test with the same
strings.HasSuffixassumption that v1.0.2 fixed here, and wouldotherwise have to duplicate the rule.
v1.0.2Compare Source
Fixed
GetLatestEntryselected an index entry withstrings.HasSuffix(entry.Version, appVersion), which matched while architect published charts as<version>-<full 40 character SHA>and callers passedCIRCLE_SHA1. Since architect orb 9.x theformat is the gitsemver development version, e.g.
2.0.2-dev.my-branch.2026-08-19.13-58-39.ha781825, whose trailing SHA is abbreviated to sevencharacters -- a full SHA can never match that by suffix, so every lookup failed with
no app ... in index.yaml with given appVersioneven though the chart had been publishedcorrectly. Both formats are now accepted. The abbreviated comparison only applies when
appVersionlooks like a git object name, so callers passing a plain chart version (
apptestdoes this whenApp.SHAis empty) are unaffected.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.