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

v5.0 has been released but not reflected in CHANGELOG #1338

Closed
sfuerte opened this issue Feb 11, 2021 · 1 comment · Fixed by #1362
Closed

v5.0 has been released but not reflected in CHANGELOG #1338

sfuerte opened this issue Feb 11, 2021 · 1 comment · Fixed by #1362
Labels

Comments

@sfuerte
Copy link

sfuerte commented Feb 11, 2021

The latest entry in CHANGELOG is for 4.3.0 - Released 2020-08-17.

Is it possible to put the full list of changes for 5.0?

Especially given that there are some breaking changes.

Thanks a lot in advance!

Issue Type
  • Bug Report
Ansible and Ansible Lint details
ansible --version
ansible 2.10.5
  config file = .../ansible.cfg
  configured module search path = ['/Users/USER/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/Cellar/ansible/2.10.7/libexec/lib/python3.9/site-packages/ansible
  executable location = /usr/local/bin/ansible
  python version = 3.9.1 (default, Feb  3 2021, 07:38:02) [Clang 12.0.0 (clang-1200.0.32.29)]

ansible-lint --version
ansible-lint 5.0.0
@sfuerte sfuerte added the bug label Feb 11, 2021
@ssbarnea
Copy link
Member

Apparently you did not read the first sentence from the changelog file at https://github.com/ansible-community/ansible-lint/blob/master/CHANGELOG.rst

I was considering removing the file as I was aware of risk of confusing people. On the other hand I am aware that the current release notes are incremental, meaning that they report only the changes since the previous release, regardless if it was a pre-release or not. So if you want to know all change made since last 4.x release, you will have to include the in-between release notes.

I will keep this open for a while as I want to gather some feedback from other users before making a decision. Keep in in mind that these release notes are automatically updated based on merged PRs and I do want to keep it this way, as it eases maintenance. The only manual operation that I do sometimes is to remove some totally uninteresting commits that may accidentally be added. Still, as you can see, the notes avery quite detailed.

ssbarnea added a commit that referenced this issue Feb 17, 2021
Remove historical in-repo changelog as it seems to confuse users.

Fixes: #1338
ssbarnea added a commit that referenced this issue Feb 17, 2021
Remove historical in-repo changelog as it seems to confuse users.

Fixes: #1338
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants