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

Promote date should be in the release note pages #3510

Open
tas50 opened this issue Oct 25, 2021 · 2 comments
Open

Promote date should be in the release note pages #3510

tas50 opened this issue Oct 25, 2021 · 2 comments
Assignees
Labels
Documentation Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected.

Comments

@tas50
Copy link
Contributor

tas50 commented Oct 25, 2021

General details

Link to page and section that needs updated:

https://docs.chef.io/release_notes_server/?v=14.8.7

Product

[ ] Chef Automate
[ ] Chef Habitat
[ ] Chef Infra Client
[ ] Chef Infra Server
[ ] Chef InSpec
[ ] All

Describe the update that needs to be made. Be as specific as possible:

Customers need to be able to tell when a product was released from the release notes. This information needs to be included in these pages.

@tas50 tas50 added Type: Bug Does not work as expected. Status: Untriaged An issue that has yet to be triaged. Documentation labels Oct 25, 2021
@IanMadd IanMadd self-assigned this Nov 8, 2021
@IanMadd
Copy link
Contributor

IanMadd commented Nov 15, 2021

From what I've found, the only source of release dates would be in the GitHub repos. We could generate a JSON file for each repo by looping through the API and get a list of dates by tag:

For example, first here: https://api.github.com/repos/chef/chef/tags
Then here: https://api.github.com/repos/chef/chef/commits/a90cddca0af69895415cb34051b15966a9b28277

Then find a way to update this list at each future release with Expeditor. With that list we can add dates to the release notes pages.

@tas50
Copy link
Contributor Author

tas50 commented Nov 15, 2021

A better solution would probably be to extend omnitruck with information on the publish date. That information is most likely available in artifactory.

@IanMadd IanMadd mentioned this issue Dec 31, 2021
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Status: Untriaged An issue that has yet to be triaged. Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

2 participants