Closed HeikoKlare closed 2 years ago
Just to understand the change: By referencing the latest updatesite, we only have access to the latest release? I.e. if we decide in the future to constrain the kit-sdq to some specific version which might not be the latest for whatever reason, we'd have to rollback these changes to access such version?
Yes, that's true. Actually, we have three possibilities to reference the updatesite for a repository:
lastest
with the proper version again) but have to put the version in the bundle dependencies.Actually, another option would be to have a composite updatesite for each major release. Then we could use the latest version of a specific major release, as every new minor release should not break anything.
Replaces the references to the composite kit-sdq updatesites with references of the latest versions. This avoid accidental resolution of artifacts from old versions and improves build times as not all versions of the updatesites have to be resolved.