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 version in galaxy.yml should be part of the release process #396

Closed
Normo opened this issue Feb 10, 2021 · 1 comment
Closed

Updating version in galaxy.yml should be part of the release process #396

Normo opened this issue Feb 10, 2021 · 1 comment
Assignees

Comments

@Normo
Copy link
Contributor

Normo commented Feb 10, 2021

Is your feature request related to a problem? Please describe.
The version specified inside galaxy.yml should be equal to the latest available release. The current release is 7.1.1, but the specified version is 7.0.0 (2021-02-10). Related PR is #395.

Describe the solution you'd like
Updating the version inside galaxy.yml should be part of the release process.

Additional context
I noticed this issue when installing the collection from the git repository using the latest commit on the master branch. The requirements.yml I used:

collections:
  - name: https://github.com/dev-sec/ansible-collection-hardening.git
    type: git
    version: master

Installing the role:

$ ansible-galaxy collection install -r requirements.yml 
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Installing 'devsec.hardening:7.0.0' to '.../collections/ansible_collections/devsec/hardening'
Created collection for devsec.hardening at .../collections/ansible_collections/devsec/hardening
devsec.hardening (7.0.0) was installed successfully
Installing 'community.crypto:1.4.0' to '.../collections/ansible_collections/community/crypto'
Downloading https://galaxy.ansible.com/download/community-crypto-1.4.0.tar.gz to ~/.ansible/tmp/ansible-local-7884z11xrbh8/tmpkl64wh0m
community.crypto (1.4.0) was installed successfully

(Actually I expected to get the latest commit f035053 - I don't know if this a bug by ansible-galaxy or if I did something wrong.)

@schurzi schurzi self-assigned this Feb 10, 2021
@schurzi
Copy link
Contributor

schurzi commented Feb 10, 2021

fixed by #395

@schurzi schurzi closed this as completed Feb 10, 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

No branches or pull requests

2 participants