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

Updating from v0.17.0 to v0.18.0 issue #27

Closed
qu1queee opened this issue May 30, 2018 · 2 comments
Closed

Updating from v0.17.0 to v0.18.0 issue #27

qu1queee opened this issue May 30, 2018 · 2 comments

Comments

@qu1queee
Copy link
Contributor

Hi Julz,

I just updated to v0.18.0 and my aviator file is breaking when doing the fly feature. The following config:

fly:
  config: /tmp/final-pipeline.yml
  name: $PIPELINE
  target: $TARGET
  vars:
  - vars.yml

was working fine under v0.17.0, however when upgrading the version, that same part broke with the following:

YAML Parsing Failed: yaml: unmarshal errors:
  line 15: cannot unmarshal !!seq into map[string]string

Have you seen this behaviour?

@herrjulz
Copy link
Owner

herrjulz commented Jun 4, 2018

Hi @qu1queee,

yes I see. Please note the "breaking changes" in the release notes of the latest aviator release.

The functionality of the vars property was renamed to load_vars_from and the functionality of vars is now a different one. It was renamed to match the cli flags of the fly CLI. You can check them here: https://concourse-ci.org/setting-pipelines.html#fly-set-pipeline (5.4.1.1.1 Pipeline ((params)))

@qu1queee
Copy link
Contributor Author

qu1queee commented Jun 6, 2018

thanks! Closing this cause is not longer valid.

@qu1queee qu1queee closed this as completed Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants