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

Add info from Github pull requests and security advisories #45

Merged
merged 1 commit into from
Jan 20, 2024

Conversation

dmcgowan
Copy link
Member

@dmcgowan dmcgowan commented Nov 1, 2023

Add highlights to template and option to use highlights.

This pull requests uses labels on the pull requests to get the highlight changelog lines and group the changes based on the area/ labels. It recognizes impact/changelog, impact/breaking, and impact/deprecation. It also adds a security category for Github Security Advisories.

Add highlights to template and option to use highlights

Signed-off-by: Derek McGowan <[email protected]>
}
}
}
req, err := http.NewRequest("GET", u, nil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor and probably a follow-on cleanup, but this is the 2nd instance of setting up an HTTP API call to GH with API version, auth, error handling; might be worth extracting to a function so if the headers/API version needs an update in the future it's easy to do in one place.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we can, originally they were slightly different because the API docs seemed to be updated since I started working on it. Good reason to have it once.

@dmcgowan dmcgowan merged commit 4506a8a into containerd:main Jan 20, 2024
1 check passed
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.

2 participants