You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using the bosh-io-release resource to automatically check for new release versions and upload it to a local binary store.
This usually works well, however I have one issue with that, assuming the following:
Concourse downloads release version 10.0.0
Concourse downloads release version 11.0.0
*A security patch is published which results in versions 10.0.1 and 11.0.1
Concourse only downloads release version 11.0.1
The issue is that I am not always on the latest version of a release and want to receive updates for some old versions as well. However, in the aforementioned scenario, the 'old' version 10.0.1 is not seen as updated and not downloaded by my concourse pipeline, thus I have to do this manually.
My suggestion is to find a way to download old patches as well. This could also be restricted by a parameter that defines how many old versions are checked so that not every release version from ages ago is downloaded.
What do you think?
The text was updated successfully, but these errors were encountered:
Hi,
I am using the bosh-io-release resource to automatically check for new release versions and upload it to a local binary store.
This usually works well, however I have one issue with that, assuming the following:
10.0.0
11.0.0
*A security patch is published which results in versions
10.0.1
and11.0.1
11.0.1
The issue is that I am not always on the latest version of a release and want to receive updates for some old versions as well. However, in the aforementioned scenario, the 'old' version
10.0.1
is not seen as updated and not downloaded by my concourse pipeline, thus I have to do this manually.My suggestion is to find a way to download old patches as well. This could also be restricted by a parameter that defines how many old versions are checked so that not every release version from ages ago is downloaded.
What do you think?
The text was updated successfully, but these errors were encountered: