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

(bug) Allow 'version' key in inventory files #2746

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

lucywyman
Copy link
Contributor

When running bolt project migrate we don't remove the version key if
the value is 2, but we still raise a warning that the version key
isn't recognized. This amends the inventoryfile schema to include the
version key so that users don't see a warning.

!bug

  • Allow 'version' key in inventory files

    Bolt now recognizes the version configuration in an inventoryfile
    and doesn't raise a warning that the key is unknown.

lib/bolt/inventory/options.rb Outdated Show resolved Hide resolved
lib/bolt/inventory/options.rb Outdated Show resolved Hide resolved
When running `bolt project migrate` we don't remove the `version` key if
the value is `2`, but we still raise a warning that the `version` key
isn't recognized. This amends the inventoryfile schema to include the
`version` key so that users don't see a warning.

!bug

* **Allow 'version' key in inventory files**

  Bolt now recognizes the `version` configuration in an inventoryfile
  and doesn't raise a warning that the key is unknown.
@beechtom beechtom merged commit e7ba301 into puppetlabs:main Mar 29, 2021
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

Successfully merging this pull request may close these issues.

bolt project migrate doesn't remove version from inventory.yaml
2 participants