pivotal / docs-platform-automation

docs repo for the Platform Automation package
https://docs.pivotal.io/platform-automation/
Other
13 stars 12 forks source link

Platform Automation Resources - request to update product_version #28

Closed TheKoguryo closed 4 years ago

TheKoguryo commented 4 years ago

URL or GitHub link to the page where you're having the issue https://docs.pivotal.io/platform-automation/v4.3/pipelines/resources.html#platform-automation-resources

- name: platform-automation-pivnet
  type: pivnet
  source:
    api_token: ((pivnet_token))
    product_slug: platform-automation
    product_version: 2\.(.*)
    sort_by: semver

Is your request for a change or addition to content related to a problem? If so, please describe. 2.x.x version does not exist in pivnet. And so product_version: 2.(.*) makes that the concourse downloads 4.2.3 version currently. But 4.2.3 version of platform-automation-tasks does not have prepare-tasks-with-secrets.yml and so file not found error is occurred.

Describe the solution you'd like I hope to change product_version from 2.(.) to 4.(.). After this change, it works.

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

kcboyle commented 4 years ago

This has been fixed and updated in the develop and v4.3 branches. Thanks for bringing this to our attention!